diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser
index 6715f8bf..b0d1b542 100644
Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ
diff --git a/colorpicker b/colorpicker
new file mode 160000
index 00000000..9cc362c5
--- /dev/null
+++ b/colorpicker
@@ -0,0 +1 @@
+Subproject commit 9cc362c55d7f118063042721a2df505f9be91dce
diff --git a/colorpicker.patch b/colorpicker.patch
new file mode 100644
index 00000000..21cc06a9
--- /dev/null
+++ b/colorpicker.patch
@@ -0,0 +1,43 @@
+diff --git a/build.gradle b/build.gradle
+index 9c93cd0..4625fc4 100644
+--- a/build.gradle
++++ b/build.gradle
+@@ -1,9 +1,16 @@
+ apply plugin: 'com.android.library'
+
+ android {
++ compileSdkVersion 28
++
+ sourceSets.main {
+ manifest.srcFile 'AndroidManifest.xml'
+ java.srcDirs = ['src']
+ res.srcDirs = ['res']
+ }
++
++ dependencies {
++ def androidx_version = "1.0.0-rc02"
++ implementation "androidx.appcompat:appcompat:$androidx_version"
++ }
+ }
+diff --git a/src/com/android/colorpicker/ColorPickerDialog.java b/src/com/android/colorpicker/ColorPickerDialog.java
+index 0d24b49..aabc2d1 100644
+--- a/src/com/android/colorpicker/ColorPickerDialog.java
++++ b/src/com/android/colorpicker/ColorPickerDialog.java
+@@ -17,14 +17,15 @@
+ package com.android.colorpicker;
+
+ import android.app.Activity;
+-import android.app.AlertDialog;
+ import android.app.Dialog;
+-import android.app.DialogFragment;
+ import android.os.Bundle;
+ import android.view.LayoutInflater;
+ import android.view.View;
+ import android.widget.ProgressBar;
+
++import androidx.appcompat.app.AlertDialog;
++import androidx.fragment.app.DialogFragment;
++
+ import com.android.colorpicker.ColorPickerSwatch.OnColorSelectedListener;
+
+ /**
diff --git a/colorpicker/.gitignore b/colorpicker/.gitignore
deleted file mode 100644
index 7792e06b..00000000
--- a/colorpicker/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/
-gen/
diff --git a/colorpicker/Android.bp b/colorpicker/Android.bp
deleted file mode 100644
index 8a76b2a5..00000000
--- a/colorpicker/Android.bp
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (C) 2013 The Android Open Source Project
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-android_library {
- name: "colorpicker",
- sdk_version: "15",
- srcs: [
- "src/**/*.java",
- "src/**/*.logtags",
- ],
- resource_dirs: ["res"],
-}
diff --git a/colorpicker/AndroidManifest.xml b/colorpicker/AndroidManifest.xml
deleted file mode 100644
index e405a158..00000000
--- a/colorpicker/AndroidManifest.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/colorpicker/build.gradle b/colorpicker/build.gradle
deleted file mode 100644
index 4625fc49..00000000
--- a/colorpicker/build.gradle
+++ /dev/null
@@ -1,16 +0,0 @@
-apply plugin: 'com.android.library'
-
-android {
- compileSdkVersion 28
-
- sourceSets.main {
- manifest.srcFile 'AndroidManifest.xml'
- java.srcDirs = ['src']
- res.srcDirs = ['res']
- }
-
- dependencies {
- def androidx_version = "1.0.0-rc02"
- implementation "androidx.appcompat:appcompat:$androidx_version"
- }
-}
diff --git a/colorpicker/build/generated/source/buildConfig/debug/com/android/colorpicker/BuildConfig.java b/colorpicker/build/generated/source/buildConfig/debug/com/android/colorpicker/BuildConfig.java
deleted file mode 100644
index 55a6b079..00000000
--- a/colorpicker/build/generated/source/buildConfig/debug/com/android/colorpicker/BuildConfig.java
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Automatically generated file. DO NOT MODIFY
- */
-package com.android.colorpicker;
-
-public final class BuildConfig {
- public static final boolean DEBUG = Boolean.parseBoolean("true");
- public static final String APPLICATION_ID = "com.android.colorpicker";
- 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/colorpicker/build/generated/source/r/debug/androidx/appcompat/R.java b/colorpicker/build/generated/source/r/debug/androidx/appcompat/R.java
deleted file mode 100644
index 5a109be3..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/appcompat/R.java
+++ /dev/null
@@ -1,1610 +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 {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int abc_tooltip_enter = 0x7f01000b;
- public static int abc_tooltip_exit = 0x7f01000c;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int borderlessButtonStyle = 0x7f040038;
- public static int buttonBarButtonStyle = 0x7f040039;
- public static int buttonBarNegativeButtonStyle = 0x7f04003a;
- public static int buttonBarNeutralButtonStyle = 0x7f04003b;
- public static int buttonBarPositiveButtonStyle = 0x7f04003c;
- public static int buttonBarStyle = 0x7f04003d;
- public static int buttonGravity = 0x7f04003e;
- public static int buttonIconDimen = 0x7f04003f;
- public static int buttonPanelSideLayout = 0x7f040040;
- public static int buttonStyle = 0x7f040041;
- public static int buttonStyleSmall = 0x7f040042;
- public static int buttonTint = 0x7f040043;
- public static int buttonTintMode = 0x7f040044;
- public static int checkboxStyle = 0x7f040045;
- public static int checkedTextViewStyle = 0x7f040046;
- public static int closeIcon = 0x7f040047;
- public static int closeItemLayout = 0x7f040048;
- public static int collapseContentDescription = 0x7f040049;
- public static int collapseIcon = 0x7f04004a;
- public static int color = 0x7f04004b;
- public static int colorAccent = 0x7f04004c;
- public static int colorBackgroundFloating = 0x7f04004d;
- public static int colorButtonNormal = 0x7f04004e;
- public static int colorControlActivated = 0x7f04004f;
- public static int colorControlHighlight = 0x7f040050;
- public static int colorControlNormal = 0x7f040051;
- public static int colorError = 0x7f040052;
- public static int colorPrimary = 0x7f040053;
- public static int colorPrimaryDark = 0x7f040054;
- public static int colorSwitchThumbNormal = 0x7f040055;
- public static int commitIcon = 0x7f040056;
- public static int contentDescription = 0x7f040057;
- public static int contentInsetEnd = 0x7f040058;
- public static int contentInsetEndWithActions = 0x7f040059;
- public static int contentInsetLeft = 0x7f04005a;
- public static int contentInsetRight = 0x7f04005b;
- public static int contentInsetStart = 0x7f04005c;
- public static int contentInsetStartWithNavigation = 0x7f04005d;
- public static int controlBackground = 0x7f04005e;
- public static int coordinatorLayoutStyle = 0x7f04005f;
- public static int customNavigationLayout = 0x7f040060;
- public static int defaultQueryHint = 0x7f040061;
- public static int dialogCornerRadius = 0x7f040062;
- public static int dialogPreferredPadding = 0x7f040063;
- public static int dialogTheme = 0x7f040064;
- public static int displayOptions = 0x7f040065;
- public static int divider = 0x7f040066;
- public static int dividerHorizontal = 0x7f040067;
- public static int dividerPadding = 0x7f040068;
- public static int dividerVertical = 0x7f040069;
- public static int drawableSize = 0x7f04006a;
- public static int drawerArrowStyle = 0x7f04006b;
- public static int dropDownListViewStyle = 0x7f04006c;
- public static int dropdownListPreferredItemHeight = 0x7f04006d;
- public static int editTextBackground = 0x7f04006e;
- public static int editTextColor = 0x7f04006f;
- public static int editTextStyle = 0x7f040070;
- public static int elevation = 0x7f040071;
- public static int expandActivityOverflowButtonDrawable = 0x7f040072;
- public static int firstBaselineToTopHeight = 0x7f040073;
- public static int font = 0x7f040074;
- public static int fontFamily = 0x7f040075;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int gapBetweenBars = 0x7f04007f;
- public static int goIcon = 0x7f040080;
- public static int height = 0x7f040081;
- public static int hideOnContentScroll = 0x7f040082;
- public static int homeAsUpIndicator = 0x7f040083;
- public static int homeLayout = 0x7f040084;
- public static int icon = 0x7f040085;
- public static int iconTint = 0x7f040086;
- public static int iconTintMode = 0x7f040087;
- public static int iconifiedByDefault = 0x7f040088;
- public static int imageButtonStyle = 0x7f040089;
- public static int indeterminateProgressStyle = 0x7f04008a;
- public static int initialActivityCount = 0x7f04008b;
- public static int isLightTheme = 0x7f04008c;
- public static int itemPadding = 0x7f04008d;
- public static int keylines = 0x7f04008e;
- public static int lastBaselineToBottomHeight = 0x7f04008f;
- public static int layout = 0x7f040090;
- public static int layout_anchor = 0x7f040091;
- public static int layout_anchorGravity = 0x7f040092;
- public static int layout_behavior = 0x7f040093;
- public static int layout_dodgeInsetEdges = 0x7f040094;
- public static int layout_insetEdge = 0x7f040095;
- public static int layout_keyline = 0x7f040096;
- public static int lineHeight = 0x7f040097;
- public static int listChoiceBackgroundIndicator = 0x7f040098;
- public static int listDividerAlertDialog = 0x7f040099;
- public static int listItemLayout = 0x7f04009a;
- public static int listLayout = 0x7f04009b;
- public static int listMenuViewStyle = 0x7f04009c;
- public static int listPopupWindowStyle = 0x7f04009d;
- public static int listPreferredItemHeight = 0x7f04009e;
- public static int listPreferredItemHeightLarge = 0x7f04009f;
- public static int listPreferredItemHeightSmall = 0x7f0400a0;
- public static int listPreferredItemPaddingLeft = 0x7f0400a1;
- public static int listPreferredItemPaddingRight = 0x7f0400a2;
- public static int logo = 0x7f0400a3;
- public static int logoDescription = 0x7f0400a4;
- public static int maxButtonHeight = 0x7f0400a5;
- public static int measureWithLargestChild = 0x7f0400a6;
- public static int multiChoiceItemLayout = 0x7f0400a7;
- public static int navigationContentDescription = 0x7f0400a8;
- public static int navigationIcon = 0x7f0400a9;
- public static int navigationMode = 0x7f0400aa;
- public static int numericModifiers = 0x7f0400ab;
- public static int overlapAnchor = 0x7f0400ac;
- public static int paddingBottomNoButtons = 0x7f0400ad;
- public static int paddingEnd = 0x7f0400ae;
- public static int paddingStart = 0x7f0400af;
- public static int paddingTopNoTitle = 0x7f0400b0;
- public static int panelBackground = 0x7f0400b1;
- public static int panelMenuListTheme = 0x7f0400b2;
- public static int panelMenuListWidth = 0x7f0400b3;
- public static int popupMenuStyle = 0x7f0400b4;
- public static int popupTheme = 0x7f0400b5;
- public static int popupWindowStyle = 0x7f0400b6;
- public static int preserveIconSpacing = 0x7f0400b7;
- public static int progressBarPadding = 0x7f0400b8;
- public static int progressBarStyle = 0x7f0400b9;
- public static int queryBackground = 0x7f0400ba;
- public static int queryHint = 0x7f0400bb;
- public static int radioButtonStyle = 0x7f0400bc;
- public static int ratingBarStyle = 0x7f0400bd;
- public static int ratingBarStyleIndicator = 0x7f0400be;
- public static int ratingBarStyleSmall = 0x7f0400bf;
- public static int searchHintIcon = 0x7f0400c0;
- public static int searchIcon = 0x7f0400c1;
- public static int searchViewStyle = 0x7f0400c2;
- public static int seekBarStyle = 0x7f0400c3;
- public static int selectableItemBackground = 0x7f0400c4;
- public static int selectableItemBackgroundBorderless = 0x7f0400c5;
- public static int showAsAction = 0x7f0400c6;
- public static int showDividers = 0x7f0400c7;
- public static int showText = 0x7f0400c8;
- public static int showTitle = 0x7f0400c9;
- public static int singleChoiceItemLayout = 0x7f0400ca;
- public static int spinBars = 0x7f0400cb;
- public static int spinnerDropDownItemStyle = 0x7f0400cc;
- public static int spinnerStyle = 0x7f0400cd;
- public static int splitTrack = 0x7f0400ce;
- public static int srcCompat = 0x7f0400cf;
- public static int state_above_anchor = 0x7f0400d0;
- public static int statusBarBackground = 0x7f0400d1;
- public static int subMenuArrow = 0x7f0400d2;
- public static int submitBackground = 0x7f0400d3;
- public static int subtitle = 0x7f0400d4;
- public static int subtitleTextAppearance = 0x7f0400d5;
- public static int subtitleTextColor = 0x7f0400d6;
- public static int subtitleTextStyle = 0x7f0400d7;
- public static int suggestionRowLayout = 0x7f0400d8;
- public static int switchMinWidth = 0x7f0400d9;
- public static int switchPadding = 0x7f0400da;
- public static int switchStyle = 0x7f0400db;
- public static int switchTextAppearance = 0x7f0400dc;
- public static int textAllCaps = 0x7f0400dd;
- public static int textAppearanceLargePopupMenu = 0x7f0400de;
- public static int textAppearanceListItem = 0x7f0400df;
- public static int textAppearanceListItemSecondary = 0x7f0400e0;
- public static int textAppearanceListItemSmall = 0x7f0400e1;
- public static int textAppearancePopupMenuHeader = 0x7f0400e2;
- public static int textAppearanceSearchResultSubtitle = 0x7f0400e3;
- public static int textAppearanceSearchResultTitle = 0x7f0400e4;
- public static int textAppearanceSmallPopupMenu = 0x7f0400e5;
- public static int textColorAlertDialogListItem = 0x7f0400e6;
- public static int textColorSearchUrl = 0x7f0400e7;
- public static int theme = 0x7f0400e8;
- public static int thickness = 0x7f0400e9;
- public static int thumbTextPadding = 0x7f0400ea;
- public static int thumbTint = 0x7f0400eb;
- public static int thumbTintMode = 0x7f0400ec;
- public static int tickMark = 0x7f0400ed;
- public static int tickMarkTint = 0x7f0400ee;
- public static int tickMarkTintMode = 0x7f0400ef;
- public static int tint = 0x7f0400f0;
- public static int tintMode = 0x7f0400f1;
- public static int title = 0x7f0400f2;
- public static int titleMargin = 0x7f0400f3;
- public static int titleMarginBottom = 0x7f0400f4;
- public static int titleMarginEnd = 0x7f0400f5;
- public static int titleMarginStart = 0x7f0400f6;
- public static int titleMarginTop = 0x7f0400f7;
- public static int titleMargins = 0x7f0400f8;
- public static int titleTextAppearance = 0x7f0400f9;
- public static int titleTextColor = 0x7f0400fa;
- public static int titleTextStyle = 0x7f0400fb;
- public static int toolbarNavigationButtonStyle = 0x7f0400fc;
- public static int toolbarStyle = 0x7f0400fd;
- public static int tooltipForegroundColor = 0x7f0400fe;
- public static int tooltipFrameBackground = 0x7f0400ff;
- public static int tooltipText = 0x7f040100;
- public static int track = 0x7f040101;
- public static int trackTint = 0x7f040102;
- public static int trackTintMode = 0x7f040103;
- public static int ttcIndex = 0x7f040104;
- public static int viewInflaterClass = 0x7f040105;
- public static int voiceIcon = 0x7f040106;
- public static int windowActionBar = 0x7f040107;
- public static int windowActionBarOverlay = 0x7f040108;
- public static int windowActionModeOverlay = 0x7f040109;
- public static int windowFixedHeightMajor = 0x7f04010a;
- public static int windowFixedHeightMinor = 0x7f04010b;
- public static int windowFixedWidthMajor = 0x7f04010c;
- public static int windowFixedWidthMinor = 0x7f04010d;
- public static int windowMinWidthMajor = 0x7f04010e;
- public static int windowMinWidthMinor = 0x7f04010f;
- public static int windowNoTitle = 0x7f040110;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_allow_stacked_button_bar = 0x7f050002;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050003;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060001;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060002;
- public static int abc_btn_colored_borderless_text_material = 0x7f060003;
- public static int abc_btn_colored_text_material = 0x7f060004;
- public static int abc_color_highlight_material = 0x7f060005;
- public static int abc_hint_foreground_material_dark = 0x7f060006;
- public static int abc_hint_foreground_material_light = 0x7f060007;
- public static int abc_input_method_navigation_guard = 0x7f060008;
- public static int abc_primary_text_disable_only_material_dark = 0x7f060009;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000a;
- public static int abc_primary_text_material_dark = 0x7f06000b;
- public static int abc_primary_text_material_light = 0x7f06000c;
- public static int abc_search_url_text = 0x7f06000d;
- public static int abc_search_url_text_normal = 0x7f06000e;
- public static int abc_search_url_text_pressed = 0x7f06000f;
- public static int abc_search_url_text_selected = 0x7f060010;
- public static int abc_secondary_text_material_dark = 0x7f060011;
- public static int abc_secondary_text_material_light = 0x7f060012;
- public static int abc_tint_btn_checkable = 0x7f060013;
- public static int abc_tint_default = 0x7f060014;
- public static int abc_tint_edittext = 0x7f060015;
- public static int abc_tint_seek_thumb = 0x7f060016;
- public static int abc_tint_spinner = 0x7f060017;
- public static int abc_tint_switch_track = 0x7f060018;
- public static int accent_material_dark = 0x7f060019;
- public static int accent_material_light = 0x7f06001a;
- public static int background_floating_material_dark = 0x7f06001b;
- public static int background_floating_material_light = 0x7f06001c;
- public static int background_material_dark = 0x7f06001d;
- public static int background_material_light = 0x7f06001e;
- public static int bright_foreground_disabled_material_dark = 0x7f06001f;
- public static int bright_foreground_disabled_material_light = 0x7f060020;
- public static int bright_foreground_inverse_material_dark = 0x7f060021;
- public static int bright_foreground_inverse_material_light = 0x7f060022;
- public static int bright_foreground_material_dark = 0x7f060023;
- public static int bright_foreground_material_light = 0x7f060024;
- public static int button_material_dark = 0x7f060025;
- public static int button_material_light = 0x7f060026;
- public static int dim_foreground_disabled_material_dark = 0x7f060027;
- public static int dim_foreground_disabled_material_light = 0x7f060028;
- public static int dim_foreground_material_dark = 0x7f060029;
- public static int dim_foreground_material_light = 0x7f06002a;
- public static int error_color_material_dark = 0x7f06002b;
- public static int error_color_material_light = 0x7f06002c;
- public static int foreground_material_dark = 0x7f06002d;
- public static int foreground_material_light = 0x7f06002e;
- public static int highlighted_text_material_dark = 0x7f06002f;
- public static int highlighted_text_material_light = 0x7f060030;
- public static int material_blue_grey_800 = 0x7f060031;
- public static int material_blue_grey_900 = 0x7f060032;
- public static int material_blue_grey_950 = 0x7f060033;
- public static int material_deep_teal_200 = 0x7f060034;
- public static int material_deep_teal_500 = 0x7f060035;
- public static int material_grey_100 = 0x7f060036;
- public static int material_grey_300 = 0x7f060037;
- public static int material_grey_50 = 0x7f060038;
- public static int material_grey_600 = 0x7f060039;
- public static int material_grey_800 = 0x7f06003a;
- public static int material_grey_850 = 0x7f06003b;
- public static int material_grey_900 = 0x7f06003c;
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int primary_dark_material_dark = 0x7f06003f;
- public static int primary_dark_material_light = 0x7f060040;
- public static int primary_material_dark = 0x7f060041;
- public static int primary_material_light = 0x7f060042;
- public static int primary_text_default_material_dark = 0x7f060043;
- public static int primary_text_default_material_light = 0x7f060044;
- public static int primary_text_disabled_material_dark = 0x7f060045;
- public static int primary_text_disabled_material_light = 0x7f060046;
- public static int ripple_material_dark = 0x7f060047;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_dark = 0x7f060049;
- public static int secondary_text_default_material_light = 0x7f06004a;
- public static int secondary_text_disabled_material_dark = 0x7f06004b;
- public static int secondary_text_disabled_material_light = 0x7f06004c;
- public static int switch_thumb_disabled_material_dark = 0x7f06004d;
- public static int switch_thumb_disabled_material_light = 0x7f06004e;
- public static int switch_thumb_material_dark = 0x7f06004f;
- public static int switch_thumb_material_light = 0x7f060050;
- public static int switch_thumb_normal_material_dark = 0x7f060051;
- public static int switch_thumb_normal_material_light = 0x7f060052;
- public static int tooltip_background_dark = 0x7f060053;
- public static int tooltip_background_light = 0x7f060054;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_stacked_max_height = 0x7f08000a;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000b;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000c;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000d;
- public static int abc_action_button_min_height_material = 0x7f08000e;
- public static int abc_action_button_min_width_material = 0x7f08000f;
- public static int abc_action_button_min_width_overflow_material = 0x7f080010;
- public static int abc_alert_dialog_button_bar_height = 0x7f080011;
- public static int abc_alert_dialog_button_dimen = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_corner_radius_material = 0x7f08001c;
- public static int abc_dialog_fixed_height_major = 0x7f08001d;
- public static int abc_dialog_fixed_height_minor = 0x7f08001e;
- public static int abc_dialog_fixed_width_major = 0x7f08001f;
- public static int abc_dialog_fixed_width_minor = 0x7f080020;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080021;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080022;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_seekbar_track_background_height_material = 0x7f080036;
- public static int abc_seekbar_track_progress_height_material = 0x7f080037;
- public static int abc_select_dialog_padding_start_material = 0x7f080038;
- public static int abc_switch_padding = 0x7f080039;
- public static int abc_text_size_body_1_material = 0x7f08003a;
- public static int abc_text_size_body_2_material = 0x7f08003b;
- public static int abc_text_size_button_material = 0x7f08003c;
- public static int abc_text_size_caption_material = 0x7f08003d;
- public static int abc_text_size_display_1_material = 0x7f08003e;
- public static int abc_text_size_display_2_material = 0x7f08003f;
- public static int abc_text_size_display_3_material = 0x7f080040;
- public static int abc_text_size_display_4_material = 0x7f080041;
- public static int abc_text_size_headline_material = 0x7f080042;
- public static int abc_text_size_large_material = 0x7f080043;
- public static int abc_text_size_medium_material = 0x7f080044;
- public static int abc_text_size_menu_header_material = 0x7f080045;
- public static int abc_text_size_menu_material = 0x7f080046;
- public static int abc_text_size_small_material = 0x7f080047;
- public static int abc_text_size_subhead_material = 0x7f080048;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f080049;
- public static int abc_text_size_title_material = 0x7f08004a;
- public static int abc_text_size_title_material_toolbar = 0x7f08004b;
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int disabled_alpha_material_dark = 0x7f080057;
- public static int disabled_alpha_material_light = 0x7f080058;
- public static int highlight_alpha_material_colored = 0x7f080059;
- public static int highlight_alpha_material_dark = 0x7f08005a;
- public static int highlight_alpha_material_light = 0x7f08005b;
- public static int hint_alpha_material_dark = 0x7f08005c;
- public static int hint_alpha_material_light = 0x7f08005d;
- public static int hint_pressed_alpha_material_dark = 0x7f08005e;
- public static int hint_pressed_alpha_material_light = 0x7f08005f;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- public static int tooltip_corner_radius = 0x7f08006f;
- public static int tooltip_horizontal_padding = 0x7f080070;
- public static int tooltip_margin = 0x7f080071;
- public static int tooltip_precise_anchor_extra_offset = 0x7f080072;
- public static int tooltip_precise_anchor_threshold = 0x7f080073;
- public static int tooltip_vertical_padding = 0x7f080074;
- public static int tooltip_y_offset_non_touch = 0x7f080075;
- public static int tooltip_y_offset_touch = 0x7f080076;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000c;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000d;
- public static int abc_cab_background_internal_bg = 0x7f09000e;
- public static int abc_cab_background_top_material = 0x7f09000f;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090010;
- public static int abc_control_background_material = 0x7f090011;
- public static int abc_dialog_material_background = 0x7f090012;
- public static int abc_edit_text_material = 0x7f090013;
- public static int abc_ic_ab_back_material = 0x7f090014;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f090015;
- public static int abc_ic_clear_material = 0x7f090016;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f090017;
- public static int abc_ic_go_search_api_material = 0x7f090018;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090019;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f09001a;
- public static int abc_ic_menu_overflow_material = 0x7f09001b;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f09001c;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f09001e;
- public static int abc_ic_search_api_material = 0x7f09001f;
- public static int abc_ic_star_black_16dp = 0x7f090020;
- public static int abc_ic_star_black_36dp = 0x7f090021;
- public static int abc_ic_star_black_48dp = 0x7f090022;
- public static int abc_ic_star_half_black_16dp = 0x7f090023;
- public static int abc_ic_star_half_black_36dp = 0x7f090024;
- public static int abc_ic_star_half_black_48dp = 0x7f090025;
- public static int abc_ic_voice_search_api_material = 0x7f090026;
- public static int abc_item_background_holo_dark = 0x7f090027;
- public static int abc_item_background_holo_light = 0x7f090028;
- public static int abc_list_divider_material = 0x7f090029;
- public static int abc_list_divider_mtrl_alpha = 0x7f09002a;
- public static int abc_list_focused_holo = 0x7f09002b;
- public static int abc_list_longpressed_holo = 0x7f09002c;
- public static int abc_list_pressed_holo_dark = 0x7f09002d;
- public static int abc_list_pressed_holo_light = 0x7f09002e;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f09002f;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090030;
- public static int abc_list_selector_disabled_holo_dark = 0x7f090031;
- public static int abc_list_selector_disabled_holo_light = 0x7f090032;
- public static int abc_list_selector_holo_dark = 0x7f090033;
- public static int abc_list_selector_holo_light = 0x7f090034;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f090035;
- public static int abc_popup_background_mtrl_mult = 0x7f090036;
- public static int abc_ratingbar_indicator_material = 0x7f090037;
- public static int abc_ratingbar_material = 0x7f090038;
- public static int abc_ratingbar_small_material = 0x7f090039;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f09003a;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f09003b;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f09003c;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f09003d;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f09003e;
- public static int abc_seekbar_thumb_material = 0x7f09003f;
- public static int abc_seekbar_tick_mark_material = 0x7f090040;
- public static int abc_seekbar_track_material = 0x7f090041;
- public static int abc_spinner_mtrl_am_alpha = 0x7f090042;
- public static int abc_spinner_textfield_background_material = 0x7f090043;
- public static int abc_switch_thumb_material = 0x7f090044;
- public static int abc_switch_track_mtrl_alpha = 0x7f090045;
- public static int abc_tab_indicator_material = 0x7f090046;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090047;
- public static int abc_text_cursor_material = 0x7f090048;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090049;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f09004a;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f09004b;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f09004c;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f09004d;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f09004e;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f09004f;
- public static int abc_textfield_default_mtrl_alpha = 0x7f090050;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f090051;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f090052;
- public static int abc_textfield_search_material = 0x7f090053;
- public static int abc_vector_test = 0x7f090054;
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- public static int tooltip_frame_dark = 0x7f090063;
- public static int tooltip_frame_light = 0x7f090064;
- }
- public static final class id {
- public static int action_bar = 0x7f0c0001;
- public static int action_bar_activity_content = 0x7f0c0002;
- public static int action_bar_container = 0x7f0c0003;
- public static int action_bar_root = 0x7f0c0004;
- public static int action_bar_spinner = 0x7f0c0005;
- public static int action_bar_subtitle = 0x7f0c0006;
- public static int action_bar_title = 0x7f0c0007;
- public static int action_container = 0x7f0c0008;
- public static int action_context_bar = 0x7f0c0009;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_menu_divider = 0x7f0c000c;
- public static int action_menu_presenter = 0x7f0c000d;
- public static int action_mode_bar = 0x7f0c000e;
- public static int action_mode_bar_stub = 0x7f0c000f;
- public static int action_mode_close_button = 0x7f0c0010;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int activity_chooser_view_content = 0x7f0c0013;
- public static int add = 0x7f0c0014;
- public static int alertTitle = 0x7f0c0015;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int bottom = 0x7f0c0018;
- public static int buttonPanel = 0x7f0c0019;
- public static int checkbox = 0x7f0c001a;
- public static int chronometer = 0x7f0c001b;
- public static int content = 0x7f0c001f;
- public static int contentPanel = 0x7f0c0020;
- public static int custom = 0x7f0c0021;
- public static int customPanel = 0x7f0c0022;
- public static int decor_content_parent = 0x7f0c0023;
- public static int default_activity_button = 0x7f0c0024;
- public static int edit_query = 0x7f0c0025;
- public static int end = 0x7f0c0026;
- public static int expand_activities_button = 0x7f0c0027;
- public static int expanded_menu = 0x7f0c0028;
- public static int forever = 0x7f0c0029;
- public static int group_divider = 0x7f0c002a;
- public static int home = 0x7f0c002b;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int image = 0x7f0c002e;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int left = 0x7f0c0031;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int listMode = 0x7f0c0034;
- public static int list_item = 0x7f0c0035;
- public static int message = 0x7f0c0036;
- public static int multiply = 0x7f0c0037;
- public static int none = 0x7f0c0038;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int parentPanel = 0x7f0c003d;
- public static int progress_circular = 0x7f0c003e;
- public static int progress_horizontal = 0x7f0c003f;
- public static int radio = 0x7f0c0040;
- public static int right = 0x7f0c0041;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int screen = 0x7f0c0044;
- public static int scrollIndicatorDown = 0x7f0c0045;
- public static int scrollIndicatorUp = 0x7f0c0046;
- public static int scrollView = 0x7f0c0047;
- public static int search_badge = 0x7f0c0048;
- public static int search_bar = 0x7f0c0049;
- public static int search_button = 0x7f0c004a;
- public static int search_close_btn = 0x7f0c004b;
- public static int search_edit_frame = 0x7f0c004c;
- public static int search_go_btn = 0x7f0c004d;
- public static int search_mag_icon = 0x7f0c004e;
- public static int search_plate = 0x7f0c004f;
- public static int search_src_text = 0x7f0c0050;
- public static int search_voice_btn = 0x7f0c0051;
- public static int select_dialog_listview = 0x7f0c0052;
- public static int shortcut = 0x7f0c0053;
- public static int spacer = 0x7f0c0054;
- public static int split_action_bar = 0x7f0c0055;
- public static int src_atop = 0x7f0c0056;
- public static int src_in = 0x7f0c0057;
- public static int src_over = 0x7f0c0058;
- public static int start = 0x7f0c0059;
- public static int submenuarrow = 0x7f0c005a;
- public static int submit_area = 0x7f0c005b;
- public static int tabMode = 0x7f0c005c;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int textSpacerNoButtons = 0x7f0c0062;
- public static int textSpacerNoTitle = 0x7f0c0063;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- public static int titleDividerNoCustom = 0x7f0c0066;
- public static int title_template = 0x7f0c0067;
- public static int top = 0x7f0c0068;
- public static int topPanel = 0x7f0c0069;
- public static int uniform = 0x7f0c006a;
- public static int up = 0x7f0c006b;
- public static int wrap_content = 0x7f0c006c;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int cancel_button_image_alpha = 0x7f0d0003;
- public static int config_tooltipAnimTime = 0x7f0d0004;
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_menu_item_layout = 0x7f0f0003;
- public static int abc_action_menu_layout = 0x7f0f0004;
- public static int abc_action_mode_bar = 0x7f0f0005;
- public static int abc_action_mode_close_item_material = 0x7f0f0006;
- public static int abc_activity_chooser_view = 0x7f0f0007;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0008;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f0009;
- public static int abc_alert_dialog_material = 0x7f0f000a;
- public static int abc_alert_dialog_title_material = 0x7f0f000b;
- public static int abc_cascading_menu_item_layout = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int abc_tooltip = 0x7f0f001c;
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- public static int select_dialog_item_material = 0x7f0f0025;
- public static int select_dialog_multichoice_material = 0x7f0f0026;
- public static int select_dialog_singlechoice_material = 0x7f0f0027;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0028;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_up_description = 0x7f150002;
- public static int abc_action_menu_overflow_description = 0x7f150003;
- public static int abc_action_mode_done = 0x7f150004;
- public static int abc_activity_chooser_view_see_all = 0x7f150005;
- public static int abc_activitychooserview_choose_application = 0x7f150006;
- public static int abc_capital_off = 0x7f150007;
- public static int abc_capital_on = 0x7f150008;
- public static int abc_font_family_body_1_material = 0x7f150009;
- public static int abc_font_family_body_2_material = 0x7f15000a;
- public static int abc_font_family_button_material = 0x7f15000b;
- public static int abc_font_family_caption_material = 0x7f15000c;
- public static int abc_font_family_display_1_material = 0x7f15000d;
- public static int abc_font_family_display_2_material = 0x7f15000e;
- public static int abc_font_family_display_3_material = 0x7f15000f;
- public static int abc_font_family_display_4_material = 0x7f150010;
- public static int abc_font_family_headline_material = 0x7f150011;
- public static int abc_font_family_menu_material = 0x7f150012;
- public static int abc_font_family_subhead_material = 0x7f150013;
- public static int abc_font_family_title_material = 0x7f150014;
- public static int abc_menu_alt_shortcut_label = 0x7f150015;
- public static int abc_menu_ctrl_shortcut_label = 0x7f150016;
- public static int abc_menu_delete_shortcut_label = 0x7f150017;
- public static int abc_menu_enter_shortcut_label = 0x7f150018;
- public static int abc_menu_function_shortcut_label = 0x7f150019;
- public static int abc_menu_meta_shortcut_label = 0x7f15001a;
- public static int abc_menu_shift_shortcut_label = 0x7f15001b;
- public static int abc_menu_space_shortcut_label = 0x7f15001c;
- public static int abc_menu_sym_shortcut_label = 0x7f15001d;
- public static int abc_prepend_shortcut_label = 0x7f15001e;
- public static int abc_search_hint = 0x7f15001f;
- public static int abc_searchview_description_clear = 0x7f150020;
- public static int abc_searchview_description_query = 0x7f150021;
- public static int abc_searchview_description_search = 0x7f150022;
- public static int abc_searchview_description_submit = 0x7f150023;
- public static int abc_searchview_description_voice = 0x7f150024;
- public static int abc_shareactionprovider_share_with = 0x7f150025;
- public static int abc_shareactionprovider_share_with_application = 0x7f150026;
- public static int abc_toolbar_collapse_description = 0x7f150027;
- public static int search_menu_title = 0x7f15002b;
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Base_AlertDialog_AppCompat = 0x7f160006;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160007;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160008;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f160009;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000a;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000b;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000c;
- public static int Base_TextAppearance_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160039;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003c;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160043;
- public static int Base_Theme_AppCompat = 0x7f160044;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160045;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160046;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160047;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004a;
- public static int Base_Theme_AppCompat_Light = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160051;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160052;
- public static int Base_V21_Theme_AppCompat = 0x7f160053;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f160055;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f160056;
- public static int Base_V22_Theme_AppCompat = 0x7f160057;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160058;
- public static int Base_V23_Theme_AppCompat = 0x7f160059;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f16005a;
- public static int Base_V26_Theme_AppCompat = 0x7f16005b;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f16005d;
- public static int Base_V28_Theme_AppCompat = 0x7f16005e;
- public static int Base_V28_Theme_AppCompat_Light = 0x7f16005f;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160060;
- public static int Base_V7_Theme_AppCompat = 0x7f160061;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160062;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f160063;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f160064;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f160065;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f160066;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f160067;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f160068;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160069;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f16006a;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f16006b;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f16006c;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f16006d;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160070;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160071;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160072;
- public static int Base_Widget_AppCompat_Button = 0x7f160073;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f160074;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160075;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f160076;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f160077;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160078;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160079;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f16007a;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f16007b;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f16007c;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f16007d;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f16007e;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f16007f;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160080;
- public static int Base_Widget_AppCompat_EditText = 0x7f160081;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160082;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f160083;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f160084;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f160085;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f160086;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160087;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f160088;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16008a;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f16008b;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f16008c;
- public static int Base_Widget_AppCompat_ListView = 0x7f16008d;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f16008e;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f16008f;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160092;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f160093;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f160094;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f160095;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f160096;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f160097;
- public static int Base_Widget_AppCompat_SearchView = 0x7f160098;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f160099;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f16009b;
- public static int Base_Widget_AppCompat_Spinner = 0x7f16009c;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f16009d;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f16009e;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f16009f;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a0;
- public static int Platform_AppCompat = 0x7f1600a1;
- public static int Platform_AppCompat_Light = 0x7f1600a2;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600a3;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600a4;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600a5;
- public static int Platform_V21_AppCompat = 0x7f1600a6;
- public static int Platform_V21_AppCompat_Light = 0x7f1600a7;
- public static int Platform_V25_AppCompat = 0x7f1600a8;
- public static int Platform_V25_AppCompat_Light = 0x7f1600a9;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f1600aa;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f1600ab;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f1600ac;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f1600ad;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f1600ae;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f1600af;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f1600b0;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f1600b1;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f1600b2;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f1600b3;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f1600b4;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f1600b5;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f1600b6;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f1600b7;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f1600b8;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f1600b9;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f1600ba;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f1600bb;
- public static int TextAppearance_AppCompat = 0x7f1600bc;
- public static int TextAppearance_AppCompat_Body1 = 0x7f1600bd;
- public static int TextAppearance_AppCompat_Body2 = 0x7f1600be;
- public static int TextAppearance_AppCompat_Button = 0x7f1600bf;
- public static int TextAppearance_AppCompat_Caption = 0x7f1600c0;
- public static int TextAppearance_AppCompat_Display1 = 0x7f1600c1;
- public static int TextAppearance_AppCompat_Display2 = 0x7f1600c2;
- public static int TextAppearance_AppCompat_Display3 = 0x7f1600c3;
- public static int TextAppearance_AppCompat_Display4 = 0x7f1600c4;
- public static int TextAppearance_AppCompat_Headline = 0x7f1600c5;
- public static int TextAppearance_AppCompat_Inverse = 0x7f1600c6;
- public static int TextAppearance_AppCompat_Large = 0x7f1600c7;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f1600c8;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f1600c9;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f1600ca;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f1600cb;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f1600cc;
- public static int TextAppearance_AppCompat_Medium = 0x7f1600cd;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f1600ce;
- public static int TextAppearance_AppCompat_Menu = 0x7f1600cf;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f1600d0;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f1600d1;
- public static int TextAppearance_AppCompat_Small = 0x7f1600d2;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f1600d3;
- public static int TextAppearance_AppCompat_Subhead = 0x7f1600d4;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f1600d5;
- public static int TextAppearance_AppCompat_Title = 0x7f1600d6;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f1600d7;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f1600d8;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f1600d9;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f1600da;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f1600db;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f1600dc;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f1600dd;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f1600de;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f1600df;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f1600e0;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f1600e1;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f1600e2;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f1600e3;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f1600e4;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f1600e5;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f1600e6;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f1600e7;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f1600e8;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f1600e9;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f1600ea;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f1600eb;
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f1600f1;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f1600f2;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f1600f3;
- public static int ThemeOverlay_AppCompat = 0x7f1600f4;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f1600f5;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f1600f6;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f1600f7;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f1600f8;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f1600f9;
- public static int ThemeOverlay_AppCompat_Light = 0x7f1600fa;
- public static int Theme_AppCompat = 0x7f1600fb;
- public static int Theme_AppCompat_CompactMenu = 0x7f1600fc;
- public static int Theme_AppCompat_DayNight = 0x7f1600fd;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f1600fe;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f1600ff;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f160100;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160101;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160102;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160103;
- public static int Theme_AppCompat_Dialog = 0x7f160104;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160105;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160106;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160107;
- public static int Theme_AppCompat_Light = 0x7f160108;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160109;
- public static int Theme_AppCompat_Light_Dialog = 0x7f16010a;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16010b;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16010c;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16010d;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16010e;
- public static int Theme_AppCompat_NoActionBar = 0x7f16010f;
- public static int Widget_AppCompat_ActionBar = 0x7f160110;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160111;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160112;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160113;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160114;
- public static int Widget_AppCompat_ActionButton = 0x7f160115;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f160116;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f160117;
- public static int Widget_AppCompat_ActionMode = 0x7f160118;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f160119;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16011a;
- public static int Widget_AppCompat_Button = 0x7f16011b;
- public static int Widget_AppCompat_ButtonBar = 0x7f16011c;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16011d;
- public static int Widget_AppCompat_Button_Borderless = 0x7f16011e;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f16011f;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160120;
- public static int Widget_AppCompat_Button_Colored = 0x7f160121;
- public static int Widget_AppCompat_Button_Small = 0x7f160122;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160123;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160124;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f160125;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f160126;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f160127;
- public static int Widget_AppCompat_EditText = 0x7f160128;
- public static int Widget_AppCompat_ImageButton = 0x7f160129;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16012a;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f16012b;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f16012c;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16012d;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f16012e;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f16012f;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160130;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f160131;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f160132;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f160133;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f160134;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f160135;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f160136;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f160137;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f160138;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f160139;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f16013a;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f16013b;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f16013c;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16013d;
- public static int Widget_AppCompat_Light_SearchView = 0x7f16013e;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f16013f;
- public static int Widget_AppCompat_ListMenuView = 0x7f160140;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f160141;
- public static int Widget_AppCompat_ListView = 0x7f160142;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f160143;
- public static int Widget_AppCompat_ListView_Menu = 0x7f160144;
- public static int Widget_AppCompat_PopupMenu = 0x7f160145;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f160146;
- public static int Widget_AppCompat_PopupWindow = 0x7f160147;
- public static int Widget_AppCompat_ProgressBar = 0x7f160148;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f160149;
- public static int Widget_AppCompat_RatingBar = 0x7f16014a;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f16014b;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f16014c;
- public static int Widget_AppCompat_SearchView = 0x7f16014d;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f16014e;
- public static int Widget_AppCompat_SeekBar = 0x7f16014f;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f160150;
- public static int Widget_AppCompat_Spinner = 0x7f160151;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f160152;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f160153;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f160154;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f160155;
- public static int Widget_AppCompat_Toolbar = 0x7f160156;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f160157;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- public static int Widget_Support_CoordinatorLayout = 0x7f16015a;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f040072, 0x7f04008b };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonIconDimen = 1;
- public static int AlertDialog_buttonPanelSideLayout = 2;
- public static int AlertDialog_listItemLayout = 3;
- public static int AlertDialog_listLayout = 4;
- public static int AlertDialog_multiChoiceItemLayout = 5;
- public static int AlertDialog_showTitle = 6;
- public static int AlertDialog_singleChoiceItemLayout = 7;
- public static int[] AnimatedStateListDrawableCompat = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 };
- public static int AnimatedStateListDrawableCompat_android_constantSize = 0;
- public static int AnimatedStateListDrawableCompat_android_dither = 1;
- public static int AnimatedStateListDrawableCompat_android_enterFadeDuration = 2;
- public static int AnimatedStateListDrawableCompat_android_exitFadeDuration = 3;
- public static int AnimatedStateListDrawableCompat_android_variablePadding = 4;
- public static int AnimatedStateListDrawableCompat_android_visible = 5;
- public static int[] AnimatedStateListDrawableItem = { 0x01010199, 0x010100d0 };
- public static int AnimatedStateListDrawableItem_android_drawable = 0;
- public static int AnimatedStateListDrawableItem_android_id = 1;
- public static int[] AnimatedStateListDrawableTransition = { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 };
- public static int AnimatedStateListDrawableTransition_android_drawable = 0;
- public static int AnimatedStateListDrawableTransition_android_fromId = 1;
- public static int AnimatedStateListDrawableTransition_android_reversible = 2;
- public static int AnimatedStateListDrawableTransition_android_toId = 3;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_firstBaselineToTopHeight = 6;
- public static int AppCompatTextView_fontFamily = 7;
- public static int AppCompatTextView_lastBaselineToBottomHeight = 8;
- public static int AppCompatTextView_lineHeight = 9;
- public static int AppCompatTextView_textAllCaps = 10;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogCornerRadius = 59;
- public static int AppCompatTheme_dialogPreferredPadding = 60;
- public static int AppCompatTheme_dialogTheme = 61;
- public static int AppCompatTheme_dividerHorizontal = 62;
- public static int AppCompatTheme_dividerVertical = 63;
- public static int AppCompatTheme_dropDownListViewStyle = 64;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 65;
- public static int AppCompatTheme_editTextBackground = 66;
- public static int AppCompatTheme_editTextColor = 67;
- public static int AppCompatTheme_editTextStyle = 68;
- public static int AppCompatTheme_homeAsUpIndicator = 69;
- public static int AppCompatTheme_imageButtonStyle = 70;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 71;
- public static int AppCompatTheme_listDividerAlertDialog = 72;
- public static int AppCompatTheme_listMenuViewStyle = 73;
- public static int AppCompatTheme_listPopupWindowStyle = 74;
- public static int AppCompatTheme_listPreferredItemHeight = 75;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 76;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 77;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 78;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 79;
- public static int AppCompatTheme_panelBackground = 80;
- public static int AppCompatTheme_panelMenuListTheme = 81;
- public static int AppCompatTheme_panelMenuListWidth = 82;
- public static int AppCompatTheme_popupMenuStyle = 83;
- public static int AppCompatTheme_popupWindowStyle = 84;
- public static int AppCompatTheme_radioButtonStyle = 85;
- public static int AppCompatTheme_ratingBarStyle = 86;
- public static int AppCompatTheme_ratingBarStyleIndicator = 87;
- public static int AppCompatTheme_ratingBarStyleSmall = 88;
- public static int AppCompatTheme_searchViewStyle = 89;
- public static int AppCompatTheme_seekBarStyle = 90;
- public static int AppCompatTheme_selectableItemBackground = 91;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 92;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 93;
- public static int AppCompatTheme_spinnerStyle = 94;
- public static int AppCompatTheme_switchStyle = 95;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 96;
- public static int AppCompatTheme_textAppearanceListItem = 97;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 98;
- public static int AppCompatTheme_textAppearanceListItemSmall = 99;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 100;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 101;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 102;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 103;
- public static int AppCompatTheme_textColorAlertDialogListItem = 104;
- public static int AppCompatTheme_textColorSearchUrl = 105;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 106;
- public static int AppCompatTheme_toolbarStyle = 107;
- public static int AppCompatTheme_tooltipForegroundColor = 108;
- public static int AppCompatTheme_tooltipFrameBackground = 109;
- public static int AppCompatTheme_viewInflaterClass = 110;
- public static int AppCompatTheme_windowActionBar = 111;
- public static int AppCompatTheme_windowActionBarOverlay = 112;
- public static int AppCompatTheme_windowActionModeOverlay = 113;
- public static int AppCompatTheme_windowFixedHeightMajor = 114;
- public static int AppCompatTheme_windowFixedHeightMinor = 115;
- public static int AppCompatTheme_windowFixedWidthMajor = 116;
- public static int AppCompatTheme_windowFixedWidthMinor = 117;
- public static int AppCompatTheme_windowMinWidthMajor = 118;
- public static int AppCompatTheme_windowMinWidthMinor = 119;
- public static int AppCompatTheme_windowNoTitle = 120;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040043, 0x7f040044 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f0400ac };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f0400d0 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] RecycleListView = { 0x7f0400ad, 0x7f0400b0 };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_popupBackground = 2;
- public static int Spinner_android_prompt = 3;
- public static int Spinner_popupTheme = 4;
- public static int[] StateListDrawable = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 };
- public static int StateListDrawable_android_constantSize = 0;
- public static int StateListDrawable_android_dither = 1;
- public static int StateListDrawable_android_enterFadeDuration = 2;
- public static int StateListDrawable_android_exitFadeDuration = 3;
- public static int StateListDrawable_android_variablePadding = 4;
- public static int StateListDrawable_android_visible = 5;
- public static int[] StateListDrawableItem = { 0x01010199 };
- public static int StateListDrawableItem_android_drawable = 0;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TextAppearance = { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd };
- public static int TextAppearance_android_fontFamily = 0;
- public static int TextAppearance_android_shadowColor = 1;
- public static int TextAppearance_android_shadowDx = 2;
- public static int TextAppearance_android_shadowDy = 3;
- public static int TextAppearance_android_shadowRadius = 4;
- public static int TextAppearance_android_textColor = 5;
- public static int TextAppearance_android_textColorHint = 6;
- public static int TextAppearance_android_textColorLink = 7;
- public static int TextAppearance_android_textSize = 8;
- public static int TextAppearance_android_textStyle = 9;
- public static int TextAppearance_android_typeface = 10;
- public static int TextAppearance_fontFamily = 11;
- public static int TextAppearance_textAllCaps = 12;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 };
- public static int View_android_focusable = 0;
- public static int View_android_theme = 1;
- public static int View_paddingEnd = 2;
- public static int View_paddingStart = 3;
- public static int View_theme = 4;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/arch/core/R.java b/colorpicker/build/generated/source/r/debug/androidx/arch/core/R.java
deleted file mode 100644
index 06a50990..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/arch/core/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/asynclayoutinflater/R.java b/colorpicker/build/generated/source/r/debug/androidx/asynclayoutinflater/R.java
deleted file mode 100644
index 738eb2d0..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/asynclayoutinflater/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/coordinatorlayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/coordinatorlayout/R.java
deleted file mode 100644
index c52d5be8..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/coordinatorlayout/R.java
+++ /dev/null
@@ -1,189 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int coordinatorLayoutStyle = 0x7f04005f;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int keylines = 0x7f04008e;
- public static int layout_anchor = 0x7f040091;
- public static int layout_anchorGravity = 0x7f040092;
- public static int layout_behavior = 0x7f040093;
- public static int layout_dodgeInsetEdges = 0x7f040094;
- public static int layout_insetEdge = 0x7f040095;
- public static int layout_keyline = 0x7f040096;
- public static int statusBarBackground = 0x7f0400d1;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int bottom = 0x7f0c0018;
- public static int chronometer = 0x7f0c001b;
- public static int end = 0x7f0c0026;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int left = 0x7f0c0031;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int none = 0x7f0c0038;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right = 0x7f0c0041;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int start = 0x7f0c0059;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- public static int top = 0x7f0c0068;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- public static int Widget_Support_CoordinatorLayout = 0x7f16015a;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/core/R.java b/colorpicker/build/generated/source/r/debug/androidx/core/R.java
deleted file mode 100644
index 7f63f2bf..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/core/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/cursoradapter/R.java b/colorpicker/build/generated/source/r/debug/androidx/cursoradapter/R.java
deleted file mode 100644
index c00c0e8b..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/cursoradapter/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/customview/R.java b/colorpicker/build/generated/source/r/debug/androidx/customview/R.java
deleted file mode 100644
index acf900af..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/customview/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/documentfile/R.java b/colorpicker/build/generated/source/r/debug/androidx/documentfile/R.java
deleted file mode 100644
index bcbc1a65..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/documentfile/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/drawerlayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/drawerlayout/R.java
deleted file mode 100644
index 56d0375b..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/drawerlayout/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/fragment/R.java b/colorpicker/build/generated/source/r/debug/androidx/fragment/R.java
deleted file mode 100644
index 04c2a18e..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/fragment/R.java
+++ /dev/null
@@ -1,189 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int coordinatorLayoutStyle = 0x7f04005f;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int keylines = 0x7f04008e;
- public static int layout_anchor = 0x7f040091;
- public static int layout_anchorGravity = 0x7f040092;
- public static int layout_behavior = 0x7f040093;
- public static int layout_dodgeInsetEdges = 0x7f040094;
- public static int layout_insetEdge = 0x7f040095;
- public static int layout_keyline = 0x7f040096;
- public static int statusBarBackground = 0x7f0400d1;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int bottom = 0x7f0c0018;
- public static int chronometer = 0x7f0c001b;
- public static int end = 0x7f0c0026;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int left = 0x7f0c0031;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int none = 0x7f0c0038;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right = 0x7f0c0041;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int start = 0x7f0c0059;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- public static int top = 0x7f0c0068;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- public static int Widget_Support_CoordinatorLayout = 0x7f16015a;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/interpolator/R.java b/colorpicker/build/generated/source/r/debug/androidx/interpolator/R.java
deleted file mode 100644
index f249626c..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/interpolator/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreui/R.java b/colorpicker/build/generated/source/r/debug/androidx/legacy/coreui/R.java
deleted file mode 100644
index 959ff3dc..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreui/R.java
+++ /dev/null
@@ -1,189 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int coordinatorLayoutStyle = 0x7f04005f;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int keylines = 0x7f04008e;
- public static int layout_anchor = 0x7f040091;
- public static int layout_anchorGravity = 0x7f040092;
- public static int layout_behavior = 0x7f040093;
- public static int layout_dodgeInsetEdges = 0x7f040094;
- public static int layout_insetEdge = 0x7f040095;
- public static int layout_keyline = 0x7f040096;
- public static int statusBarBackground = 0x7f0400d1;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int bottom = 0x7f0c0018;
- public static int chronometer = 0x7f0c001b;
- public static int end = 0x7f0c0026;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int left = 0x7f0c0031;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int none = 0x7f0c0038;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right = 0x7f0c0041;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int start = 0x7f0c0059;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- public static int top = 0x7f0c0068;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- public static int Widget_Support_CoordinatorLayout = 0x7f16015a;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreutils/R.java b/colorpicker/build/generated/source/r/debug/androidx/legacy/coreutils/R.java
deleted file mode 100644
index 4058615f..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/legacy/coreutils/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/R.java b/colorpicker/build/generated/source/r/debug/androidx/lifecycle/R.java
deleted file mode 100644
index 930d80e4..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/livedata/core/R.java b/colorpicker/build/generated/source/r/debug/androidx/lifecycle/livedata/core/R.java
deleted file mode 100644
index 736e8612..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/livedata/core/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/viewmodel/R.java b/colorpicker/build/generated/source/r/debug/androidx/lifecycle/viewmodel/R.java
deleted file mode 100644
index 7fa267f8..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/lifecycle/viewmodel/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/loader/R.java b/colorpicker/build/generated/source/r/debug/androidx/loader/R.java
deleted file mode 100644
index ff8fe083..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/loader/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/localbroadcastmanager/R.java b/colorpicker/build/generated/source/r/debug/androidx/localbroadcastmanager/R.java
deleted file mode 100644
index 2594d6b2..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/localbroadcastmanager/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/print/R.java b/colorpicker/build/generated/source/r/debug/androidx/print/R.java
deleted file mode 100644
index 724b8d35..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/print/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/slidingpanelayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/slidingpanelayout/R.java
deleted file mode 100644
index 91b5f9b7..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/slidingpanelayout/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/swiperefreshlayout/R.java b/colorpicker/build/generated/source/r/debug/androidx/swiperefreshlayout/R.java
deleted file mode 100644
index 0d55cf5a..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/swiperefreshlayout/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/vectordrawable/R.java b/colorpicker/build/generated/source/r/debug/androidx/vectordrawable/R.java
deleted file mode 100644
index 1275eb89..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/vectordrawable/R.java
+++ /dev/null
@@ -1,189 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int coordinatorLayoutStyle = 0x7f04005f;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int keylines = 0x7f04008e;
- public static int layout_anchor = 0x7f040091;
- public static int layout_anchorGravity = 0x7f040092;
- public static int layout_behavior = 0x7f040093;
- public static int layout_dodgeInsetEdges = 0x7f040094;
- public static int layout_insetEdge = 0x7f040095;
- public static int layout_keyline = 0x7f040096;
- public static int statusBarBackground = 0x7f0400d1;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int bottom = 0x7f0c0018;
- public static int chronometer = 0x7f0c001b;
- public static int end = 0x7f0c0026;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int left = 0x7f0c0031;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int none = 0x7f0c0038;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right = 0x7f0c0041;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int start = 0x7f0c0059;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- public static int top = 0x7f0c0068;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- public static int Widget_Support_CoordinatorLayout = 0x7f16015a;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/versionedparcelable/R.java b/colorpicker/build/generated/source/r/debug/androidx/versionedparcelable/R.java
deleted file mode 100644
index e2fbf3d8..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/versionedparcelable/R.java
+++ /dev/null
@@ -1,10 +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 {
-}
diff --git a/colorpicker/build/generated/source/r/debug/androidx/viewpager/R.java b/colorpicker/build/generated/source/r/debug/androidx/viewpager/R.java
deleted file mode 100644
index ec2faca0..00000000
--- a/colorpicker/build/generated/source/r/debug/androidx/viewpager/R.java
+++ /dev/null
@@ -1,161 +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 {
- public static final class attr {
- public static int alpha = 0x7f040028;
- public static int font = 0x7f040074;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int ttcIndex = 0x7f040104;
- }
- public static final class color {
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_light = 0x7f06004a;
- }
- public static final class dimen {
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- }
- public static final class drawable {
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- }
- public static final class id {
- public static int action_container = 0x7f0c0008;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int chronometer = 0x7f0c001b;
- public static int forever = 0x7f0c0029;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- }
- public static final class integer {
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- }
- public static final class string {
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- }
- public static final class styleable {
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/colorpicker/build/generated/source/r/debug/com/android/colorpicker/R.java b/colorpicker/build/generated/source/r/debug/com/android/colorpicker/R.java
deleted file mode 100644
index 86016dd7..00000000
--- a/colorpicker/build/generated/source/r/debug/com/android/colorpicker/R.java
+++ /dev/null
@@ -1,1624 +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 com.android.colorpicker;
-
-public final class R {
- public static final class anim {
- public static int abc_fade_in = 0x7f010001;
- public static int abc_fade_out = 0x7f010002;
- public static int abc_grow_fade_in_from_bottom = 0x7f010003;
- public static int abc_popup_enter = 0x7f010004;
- public static int abc_popup_exit = 0x7f010005;
- public static int abc_shrink_fade_out_from_bottom = 0x7f010006;
- public static int abc_slide_in_bottom = 0x7f010007;
- public static int abc_slide_in_top = 0x7f010008;
- public static int abc_slide_out_bottom = 0x7f010009;
- public static int abc_slide_out_top = 0x7f01000a;
- public static int abc_tooltip_enter = 0x7f01000b;
- public static int abc_tooltip_exit = 0x7f01000c;
- }
- public static final class attr {
- public static int actionBarDivider = 0x7f040001;
- public static int actionBarItemBackground = 0x7f040002;
- public static int actionBarPopupTheme = 0x7f040003;
- public static int actionBarSize = 0x7f040004;
- public static int actionBarSplitStyle = 0x7f040005;
- public static int actionBarStyle = 0x7f040006;
- public static int actionBarTabBarStyle = 0x7f040007;
- public static int actionBarTabStyle = 0x7f040008;
- public static int actionBarTabTextStyle = 0x7f040009;
- public static int actionBarTheme = 0x7f04000a;
- public static int actionBarWidgetTheme = 0x7f04000b;
- public static int actionButtonStyle = 0x7f04000c;
- public static int actionDropDownStyle = 0x7f04000d;
- public static int actionLayout = 0x7f04000e;
- public static int actionMenuTextAppearance = 0x7f04000f;
- public static int actionMenuTextColor = 0x7f040010;
- public static int actionModeBackground = 0x7f040011;
- public static int actionModeCloseButtonStyle = 0x7f040012;
- public static int actionModeCloseDrawable = 0x7f040013;
- public static int actionModeCopyDrawable = 0x7f040014;
- public static int actionModeCutDrawable = 0x7f040015;
- public static int actionModeFindDrawable = 0x7f040016;
- public static int actionModePasteDrawable = 0x7f040017;
- public static int actionModePopupWindowStyle = 0x7f040018;
- public static int actionModeSelectAllDrawable = 0x7f040019;
- public static int actionModeShareDrawable = 0x7f04001a;
- public static int actionModeSplitBackground = 0x7f04001b;
- public static int actionModeStyle = 0x7f04001c;
- public static int actionModeWebSearchDrawable = 0x7f04001d;
- public static int actionOverflowButtonStyle = 0x7f04001e;
- public static int actionOverflowMenuStyle = 0x7f04001f;
- public static int actionProviderClass = 0x7f040020;
- public static int actionViewClass = 0x7f040021;
- public static int activityChooserViewStyle = 0x7f040022;
- public static int alertDialogButtonGroupStyle = 0x7f040023;
- public static int alertDialogCenterButtons = 0x7f040024;
- public static int alertDialogStyle = 0x7f040025;
- public static int alertDialogTheme = 0x7f040026;
- public static int allowStacking = 0x7f040027;
- public static int alpha = 0x7f040028;
- public static int alphabeticModifiers = 0x7f040029;
- public static int arrowHeadLength = 0x7f04002a;
- public static int arrowShaftLength = 0x7f04002b;
- public static int autoCompleteTextViewStyle = 0x7f04002c;
- public static int autoSizeMaxTextSize = 0x7f04002d;
- public static int autoSizeMinTextSize = 0x7f04002e;
- public static int autoSizePresetSizes = 0x7f04002f;
- public static int autoSizeStepGranularity = 0x7f040030;
- public static int autoSizeTextType = 0x7f040031;
- public static int background = 0x7f040032;
- public static int backgroundSplit = 0x7f040033;
- public static int backgroundStacked = 0x7f040034;
- public static int backgroundTint = 0x7f040035;
- public static int backgroundTintMode = 0x7f040036;
- public static int barLength = 0x7f040037;
- public static int borderlessButtonStyle = 0x7f040038;
- public static int buttonBarButtonStyle = 0x7f040039;
- public static int buttonBarNegativeButtonStyle = 0x7f04003a;
- public static int buttonBarNeutralButtonStyle = 0x7f04003b;
- public static int buttonBarPositiveButtonStyle = 0x7f04003c;
- public static int buttonBarStyle = 0x7f04003d;
- public static int buttonGravity = 0x7f04003e;
- public static int buttonIconDimen = 0x7f04003f;
- public static int buttonPanelSideLayout = 0x7f040040;
- public static int buttonStyle = 0x7f040041;
- public static int buttonStyleSmall = 0x7f040042;
- public static int buttonTint = 0x7f040043;
- public static int buttonTintMode = 0x7f040044;
- public static int checkboxStyle = 0x7f040045;
- public static int checkedTextViewStyle = 0x7f040046;
- public static int closeIcon = 0x7f040047;
- public static int closeItemLayout = 0x7f040048;
- public static int collapseContentDescription = 0x7f040049;
- public static int collapseIcon = 0x7f04004a;
- public static int color = 0x7f04004b;
- public static int colorAccent = 0x7f04004c;
- public static int colorBackgroundFloating = 0x7f04004d;
- public static int colorButtonNormal = 0x7f04004e;
- public static int colorControlActivated = 0x7f04004f;
- public static int colorControlHighlight = 0x7f040050;
- public static int colorControlNormal = 0x7f040051;
- public static int colorError = 0x7f040052;
- public static int colorPrimary = 0x7f040053;
- public static int colorPrimaryDark = 0x7f040054;
- public static int colorSwitchThumbNormal = 0x7f040055;
- public static int commitIcon = 0x7f040056;
- public static int contentDescription = 0x7f040057;
- public static int contentInsetEnd = 0x7f040058;
- public static int contentInsetEndWithActions = 0x7f040059;
- public static int contentInsetLeft = 0x7f04005a;
- public static int contentInsetRight = 0x7f04005b;
- public static int contentInsetStart = 0x7f04005c;
- public static int contentInsetStartWithNavigation = 0x7f04005d;
- public static int controlBackground = 0x7f04005e;
- public static int coordinatorLayoutStyle = 0x7f04005f;
- public static int customNavigationLayout = 0x7f040060;
- public static int defaultQueryHint = 0x7f040061;
- public static int dialogCornerRadius = 0x7f040062;
- public static int dialogPreferredPadding = 0x7f040063;
- public static int dialogTheme = 0x7f040064;
- public static int displayOptions = 0x7f040065;
- public static int divider = 0x7f040066;
- public static int dividerHorizontal = 0x7f040067;
- public static int dividerPadding = 0x7f040068;
- public static int dividerVertical = 0x7f040069;
- public static int drawableSize = 0x7f04006a;
- public static int drawerArrowStyle = 0x7f04006b;
- public static int dropDownListViewStyle = 0x7f04006c;
- public static int dropdownListPreferredItemHeight = 0x7f04006d;
- public static int editTextBackground = 0x7f04006e;
- public static int editTextColor = 0x7f04006f;
- public static int editTextStyle = 0x7f040070;
- public static int elevation = 0x7f040071;
- public static int expandActivityOverflowButtonDrawable = 0x7f040072;
- public static int firstBaselineToTopHeight = 0x7f040073;
- public static int font = 0x7f040074;
- public static int fontFamily = 0x7f040075;
- public static int fontProviderAuthority = 0x7f040076;
- public static int fontProviderCerts = 0x7f040077;
- public static int fontProviderFetchStrategy = 0x7f040078;
- public static int fontProviderFetchTimeout = 0x7f040079;
- public static int fontProviderPackage = 0x7f04007a;
- public static int fontProviderQuery = 0x7f04007b;
- public static int fontStyle = 0x7f04007c;
- public static int fontVariationSettings = 0x7f04007d;
- public static int fontWeight = 0x7f04007e;
- public static int gapBetweenBars = 0x7f04007f;
- public static int goIcon = 0x7f040080;
- public static int height = 0x7f040081;
- public static int hideOnContentScroll = 0x7f040082;
- public static int homeAsUpIndicator = 0x7f040083;
- public static int homeLayout = 0x7f040084;
- public static int icon = 0x7f040085;
- public static int iconTint = 0x7f040086;
- public static int iconTintMode = 0x7f040087;
- public static int iconifiedByDefault = 0x7f040088;
- public static int imageButtonStyle = 0x7f040089;
- public static int indeterminateProgressStyle = 0x7f04008a;
- public static int initialActivityCount = 0x7f04008b;
- public static int isLightTheme = 0x7f04008c;
- public static int itemPadding = 0x7f04008d;
- public static int keylines = 0x7f04008e;
- public static int lastBaselineToBottomHeight = 0x7f04008f;
- public static int layout = 0x7f040090;
- public static int layout_anchor = 0x7f040091;
- public static int layout_anchorGravity = 0x7f040092;
- public static int layout_behavior = 0x7f040093;
- public static int layout_dodgeInsetEdges = 0x7f040094;
- public static int layout_insetEdge = 0x7f040095;
- public static int layout_keyline = 0x7f040096;
- public static int lineHeight = 0x7f040097;
- public static int listChoiceBackgroundIndicator = 0x7f040098;
- public static int listDividerAlertDialog = 0x7f040099;
- public static int listItemLayout = 0x7f04009a;
- public static int listLayout = 0x7f04009b;
- public static int listMenuViewStyle = 0x7f04009c;
- public static int listPopupWindowStyle = 0x7f04009d;
- public static int listPreferredItemHeight = 0x7f04009e;
- public static int listPreferredItemHeightLarge = 0x7f04009f;
- public static int listPreferredItemHeightSmall = 0x7f0400a0;
- public static int listPreferredItemPaddingLeft = 0x7f0400a1;
- public static int listPreferredItemPaddingRight = 0x7f0400a2;
- public static int logo = 0x7f0400a3;
- public static int logoDescription = 0x7f0400a4;
- public static int maxButtonHeight = 0x7f0400a5;
- public static int measureWithLargestChild = 0x7f0400a6;
- public static int multiChoiceItemLayout = 0x7f0400a7;
- public static int navigationContentDescription = 0x7f0400a8;
- public static int navigationIcon = 0x7f0400a9;
- public static int navigationMode = 0x7f0400aa;
- public static int numericModifiers = 0x7f0400ab;
- public static int overlapAnchor = 0x7f0400ac;
- public static int paddingBottomNoButtons = 0x7f0400ad;
- public static int paddingEnd = 0x7f0400ae;
- public static int paddingStart = 0x7f0400af;
- public static int paddingTopNoTitle = 0x7f0400b0;
- public static int panelBackground = 0x7f0400b1;
- public static int panelMenuListTheme = 0x7f0400b2;
- public static int panelMenuListWidth = 0x7f0400b3;
- public static int popupMenuStyle = 0x7f0400b4;
- public static int popupTheme = 0x7f0400b5;
- public static int popupWindowStyle = 0x7f0400b6;
- public static int preserveIconSpacing = 0x7f0400b7;
- public static int progressBarPadding = 0x7f0400b8;
- public static int progressBarStyle = 0x7f0400b9;
- public static int queryBackground = 0x7f0400ba;
- public static int queryHint = 0x7f0400bb;
- public static int radioButtonStyle = 0x7f0400bc;
- public static int ratingBarStyle = 0x7f0400bd;
- public static int ratingBarStyleIndicator = 0x7f0400be;
- public static int ratingBarStyleSmall = 0x7f0400bf;
- public static int searchHintIcon = 0x7f0400c0;
- public static int searchIcon = 0x7f0400c1;
- public static int searchViewStyle = 0x7f0400c2;
- public static int seekBarStyle = 0x7f0400c3;
- public static int selectableItemBackground = 0x7f0400c4;
- public static int selectableItemBackgroundBorderless = 0x7f0400c5;
- public static int showAsAction = 0x7f0400c6;
- public static int showDividers = 0x7f0400c7;
- public static int showText = 0x7f0400c8;
- public static int showTitle = 0x7f0400c9;
- public static int singleChoiceItemLayout = 0x7f0400ca;
- public static int spinBars = 0x7f0400cb;
- public static int spinnerDropDownItemStyle = 0x7f0400cc;
- public static int spinnerStyle = 0x7f0400cd;
- public static int splitTrack = 0x7f0400ce;
- public static int srcCompat = 0x7f0400cf;
- public static int state_above_anchor = 0x7f0400d0;
- public static int statusBarBackground = 0x7f0400d1;
- public static int subMenuArrow = 0x7f0400d2;
- public static int submitBackground = 0x7f0400d3;
- public static int subtitle = 0x7f0400d4;
- public static int subtitleTextAppearance = 0x7f0400d5;
- public static int subtitleTextColor = 0x7f0400d6;
- public static int subtitleTextStyle = 0x7f0400d7;
- public static int suggestionRowLayout = 0x7f0400d8;
- public static int switchMinWidth = 0x7f0400d9;
- public static int switchPadding = 0x7f0400da;
- public static int switchStyle = 0x7f0400db;
- public static int switchTextAppearance = 0x7f0400dc;
- public static int textAllCaps = 0x7f0400dd;
- public static int textAppearanceLargePopupMenu = 0x7f0400de;
- public static int textAppearanceListItem = 0x7f0400df;
- public static int textAppearanceListItemSecondary = 0x7f0400e0;
- public static int textAppearanceListItemSmall = 0x7f0400e1;
- public static int textAppearancePopupMenuHeader = 0x7f0400e2;
- public static int textAppearanceSearchResultSubtitle = 0x7f0400e3;
- public static int textAppearanceSearchResultTitle = 0x7f0400e4;
- public static int textAppearanceSmallPopupMenu = 0x7f0400e5;
- public static int textColorAlertDialogListItem = 0x7f0400e6;
- public static int textColorSearchUrl = 0x7f0400e7;
- public static int theme = 0x7f0400e8;
- public static int thickness = 0x7f0400e9;
- public static int thumbTextPadding = 0x7f0400ea;
- public static int thumbTint = 0x7f0400eb;
- public static int thumbTintMode = 0x7f0400ec;
- public static int tickMark = 0x7f0400ed;
- public static int tickMarkTint = 0x7f0400ee;
- public static int tickMarkTintMode = 0x7f0400ef;
- public static int tint = 0x7f0400f0;
- public static int tintMode = 0x7f0400f1;
- public static int title = 0x7f0400f2;
- public static int titleMargin = 0x7f0400f3;
- public static int titleMarginBottom = 0x7f0400f4;
- public static int titleMarginEnd = 0x7f0400f5;
- public static int titleMarginStart = 0x7f0400f6;
- public static int titleMarginTop = 0x7f0400f7;
- public static int titleMargins = 0x7f0400f8;
- public static int titleTextAppearance = 0x7f0400f9;
- public static int titleTextColor = 0x7f0400fa;
- public static int titleTextStyle = 0x7f0400fb;
- public static int toolbarNavigationButtonStyle = 0x7f0400fc;
- public static int toolbarStyle = 0x7f0400fd;
- public static int tooltipForegroundColor = 0x7f0400fe;
- public static int tooltipFrameBackground = 0x7f0400ff;
- public static int tooltipText = 0x7f040100;
- public static int track = 0x7f040101;
- public static int trackTint = 0x7f040102;
- public static int trackTintMode = 0x7f040103;
- public static int ttcIndex = 0x7f040104;
- public static int viewInflaterClass = 0x7f040105;
- public static int voiceIcon = 0x7f040106;
- public static int windowActionBar = 0x7f040107;
- public static int windowActionBarOverlay = 0x7f040108;
- public static int windowActionModeOverlay = 0x7f040109;
- public static int windowFixedHeightMajor = 0x7f04010a;
- public static int windowFixedHeightMinor = 0x7f04010b;
- public static int windowFixedWidthMajor = 0x7f04010c;
- public static int windowFixedWidthMinor = 0x7f04010d;
- public static int windowMinWidthMajor = 0x7f04010e;
- public static int windowMinWidthMinor = 0x7f04010f;
- public static int windowNoTitle = 0x7f040110;
- }
- public static final class bool {
- public static int abc_action_bar_embed_tabs = 0x7f050001;
- public static int abc_allow_stacked_button_bar = 0x7f050002;
- public static int abc_config_actionMenuItemAllCaps = 0x7f050003;
- }
- public static final class color {
- public static int abc_background_cache_hint_selector_material_dark = 0x7f060001;
- public static int abc_background_cache_hint_selector_material_light = 0x7f060002;
- public static int abc_btn_colored_borderless_text_material = 0x7f060003;
- public static int abc_btn_colored_text_material = 0x7f060004;
- public static int abc_color_highlight_material = 0x7f060005;
- public static int abc_hint_foreground_material_dark = 0x7f060006;
- public static int abc_hint_foreground_material_light = 0x7f060007;
- public static int abc_input_method_navigation_guard = 0x7f060008;
- public static int abc_primary_text_disable_only_material_dark = 0x7f060009;
- public static int abc_primary_text_disable_only_material_light = 0x7f06000a;
- public static int abc_primary_text_material_dark = 0x7f06000b;
- public static int abc_primary_text_material_light = 0x7f06000c;
- public static int abc_search_url_text = 0x7f06000d;
- public static int abc_search_url_text_normal = 0x7f06000e;
- public static int abc_search_url_text_pressed = 0x7f06000f;
- public static int abc_search_url_text_selected = 0x7f060010;
- public static int abc_secondary_text_material_dark = 0x7f060011;
- public static int abc_secondary_text_material_light = 0x7f060012;
- public static int abc_tint_btn_checkable = 0x7f060013;
- public static int abc_tint_default = 0x7f060014;
- public static int abc_tint_edittext = 0x7f060015;
- public static int abc_tint_seek_thumb = 0x7f060016;
- public static int abc_tint_spinner = 0x7f060017;
- public static int abc_tint_switch_track = 0x7f060018;
- public static int accent_material_dark = 0x7f060019;
- public static int accent_material_light = 0x7f06001a;
- public static int background_floating_material_dark = 0x7f06001b;
- public static int background_floating_material_light = 0x7f06001c;
- public static int background_material_dark = 0x7f06001d;
- public static int background_material_light = 0x7f06001e;
- public static int bright_foreground_disabled_material_dark = 0x7f06001f;
- public static int bright_foreground_disabled_material_light = 0x7f060020;
- public static int bright_foreground_inverse_material_dark = 0x7f060021;
- public static int bright_foreground_inverse_material_light = 0x7f060022;
- public static int bright_foreground_material_dark = 0x7f060023;
- public static int bright_foreground_material_light = 0x7f060024;
- public static int button_material_dark = 0x7f060025;
- public static int button_material_light = 0x7f060026;
- public static int dim_foreground_disabled_material_dark = 0x7f060027;
- public static int dim_foreground_disabled_material_light = 0x7f060028;
- public static int dim_foreground_material_dark = 0x7f060029;
- public static int dim_foreground_material_light = 0x7f06002a;
- public static int error_color_material_dark = 0x7f06002b;
- public static int error_color_material_light = 0x7f06002c;
- public static int foreground_material_dark = 0x7f06002d;
- public static int foreground_material_light = 0x7f06002e;
- public static int highlighted_text_material_dark = 0x7f06002f;
- public static int highlighted_text_material_light = 0x7f060030;
- public static int material_blue_grey_800 = 0x7f060031;
- public static int material_blue_grey_900 = 0x7f060032;
- public static int material_blue_grey_950 = 0x7f060033;
- public static int material_deep_teal_200 = 0x7f060034;
- public static int material_deep_teal_500 = 0x7f060035;
- public static int material_grey_100 = 0x7f060036;
- public static int material_grey_300 = 0x7f060037;
- public static int material_grey_50 = 0x7f060038;
- public static int material_grey_600 = 0x7f060039;
- public static int material_grey_800 = 0x7f06003a;
- public static int material_grey_850 = 0x7f06003b;
- public static int material_grey_900 = 0x7f06003c;
- public static int notification_action_color_filter = 0x7f06003d;
- public static int notification_icon_bg_color = 0x7f06003e;
- public static int primary_dark_material_dark = 0x7f06003f;
- public static int primary_dark_material_light = 0x7f060040;
- public static int primary_material_dark = 0x7f060041;
- public static int primary_material_light = 0x7f060042;
- public static int primary_text_default_material_dark = 0x7f060043;
- public static int primary_text_default_material_light = 0x7f060044;
- public static int primary_text_disabled_material_dark = 0x7f060045;
- public static int primary_text_disabled_material_light = 0x7f060046;
- public static int ripple_material_dark = 0x7f060047;
- public static int ripple_material_light = 0x7f060048;
- public static int secondary_text_default_material_dark = 0x7f060049;
- public static int secondary_text_default_material_light = 0x7f06004a;
- public static int secondary_text_disabled_material_dark = 0x7f06004b;
- public static int secondary_text_disabled_material_light = 0x7f06004c;
- public static int switch_thumb_disabled_material_dark = 0x7f06004d;
- public static int switch_thumb_disabled_material_light = 0x7f06004e;
- public static int switch_thumb_material_dark = 0x7f06004f;
- public static int switch_thumb_material_light = 0x7f060050;
- public static int switch_thumb_normal_material_dark = 0x7f060051;
- public static int switch_thumb_normal_material_light = 0x7f060052;
- public static int tooltip_background_dark = 0x7f060053;
- public static int tooltip_background_light = 0x7f060054;
- }
- public static final class dimen {
- public static int abc_action_bar_content_inset_material = 0x7f080001;
- public static int abc_action_bar_content_inset_with_nav = 0x7f080002;
- public static int abc_action_bar_default_height_material = 0x7f080003;
- public static int abc_action_bar_default_padding_end_material = 0x7f080004;
- public static int abc_action_bar_default_padding_start_material = 0x7f080005;
- public static int abc_action_bar_elevation_material = 0x7f080006;
- public static int abc_action_bar_icon_vertical_padding_material = 0x7f080007;
- public static int abc_action_bar_overflow_padding_end_material = 0x7f080008;
- public static int abc_action_bar_overflow_padding_start_material = 0x7f080009;
- public static int abc_action_bar_stacked_max_height = 0x7f08000a;
- public static int abc_action_bar_stacked_tab_max_width = 0x7f08000b;
- public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f08000c;
- public static int abc_action_bar_subtitle_top_margin_material = 0x7f08000d;
- public static int abc_action_button_min_height_material = 0x7f08000e;
- public static int abc_action_button_min_width_material = 0x7f08000f;
- public static int abc_action_button_min_width_overflow_material = 0x7f080010;
- public static int abc_alert_dialog_button_bar_height = 0x7f080011;
- public static int abc_alert_dialog_button_dimen = 0x7f080012;
- public static int abc_button_inset_horizontal_material = 0x7f080013;
- public static int abc_button_inset_vertical_material = 0x7f080014;
- public static int abc_button_padding_horizontal_material = 0x7f080015;
- public static int abc_button_padding_vertical_material = 0x7f080016;
- public static int abc_cascading_menus_min_smallest_width = 0x7f080017;
- public static int abc_config_prefDialogWidth = 0x7f080018;
- public static int abc_control_corner_material = 0x7f080019;
- public static int abc_control_inset_material = 0x7f08001a;
- public static int abc_control_padding_material = 0x7f08001b;
- public static int abc_dialog_corner_radius_material = 0x7f08001c;
- public static int abc_dialog_fixed_height_major = 0x7f08001d;
- public static int abc_dialog_fixed_height_minor = 0x7f08001e;
- public static int abc_dialog_fixed_width_major = 0x7f08001f;
- public static int abc_dialog_fixed_width_minor = 0x7f080020;
- public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f080021;
- public static int abc_dialog_list_padding_top_no_title = 0x7f080022;
- public static int abc_dialog_min_width_major = 0x7f080023;
- public static int abc_dialog_min_width_minor = 0x7f080024;
- public static int abc_dialog_padding_material = 0x7f080025;
- public static int abc_dialog_padding_top_material = 0x7f080026;
- public static int abc_dialog_title_divider_material = 0x7f080027;
- public static int abc_disabled_alpha_material_dark = 0x7f080028;
- public static int abc_disabled_alpha_material_light = 0x7f080029;
- public static int abc_dropdownitem_icon_width = 0x7f08002a;
- public static int abc_dropdownitem_text_padding_left = 0x7f08002b;
- public static int abc_dropdownitem_text_padding_right = 0x7f08002c;
- public static int abc_edit_text_inset_bottom_material = 0x7f08002d;
- public static int abc_edit_text_inset_horizontal_material = 0x7f08002e;
- public static int abc_edit_text_inset_top_material = 0x7f08002f;
- public static int abc_floating_window_z = 0x7f080030;
- public static int abc_list_item_padding_horizontal_material = 0x7f080031;
- public static int abc_panel_menu_list_width = 0x7f080032;
- public static int abc_progress_bar_height_material = 0x7f080033;
- public static int abc_search_view_preferred_height = 0x7f080034;
- public static int abc_search_view_preferred_width = 0x7f080035;
- public static int abc_seekbar_track_background_height_material = 0x7f080036;
- public static int abc_seekbar_track_progress_height_material = 0x7f080037;
- public static int abc_select_dialog_padding_start_material = 0x7f080038;
- public static int abc_switch_padding = 0x7f080039;
- public static int abc_text_size_body_1_material = 0x7f08003a;
- public static int abc_text_size_body_2_material = 0x7f08003b;
- public static int abc_text_size_button_material = 0x7f08003c;
- public static int abc_text_size_caption_material = 0x7f08003d;
- public static int abc_text_size_display_1_material = 0x7f08003e;
- public static int abc_text_size_display_2_material = 0x7f08003f;
- public static int abc_text_size_display_3_material = 0x7f080040;
- public static int abc_text_size_display_4_material = 0x7f080041;
- public static int abc_text_size_headline_material = 0x7f080042;
- public static int abc_text_size_large_material = 0x7f080043;
- public static int abc_text_size_medium_material = 0x7f080044;
- public static int abc_text_size_menu_header_material = 0x7f080045;
- public static int abc_text_size_menu_material = 0x7f080046;
- public static int abc_text_size_small_material = 0x7f080047;
- public static int abc_text_size_subhead_material = 0x7f080048;
- public static int abc_text_size_subtitle_material_toolbar = 0x7f080049;
- public static int abc_text_size_title_material = 0x7f08004a;
- public static int abc_text_size_title_material_toolbar = 0x7f08004b;
- public static int color_swatch_large = 0x7f08004c;
- public static int color_swatch_margins_large = 0x7f08004d;
- public static int color_swatch_margins_small = 0x7f08004e;
- public static int color_swatch_small = 0x7f08004f;
- public static int compat_button_inset_horizontal_material = 0x7f080050;
- public static int compat_button_inset_vertical_material = 0x7f080051;
- public static int compat_button_padding_horizontal_material = 0x7f080052;
- public static int compat_button_padding_vertical_material = 0x7f080053;
- public static int compat_control_corner_material = 0x7f080054;
- public static int compat_notification_large_icon_max_height = 0x7f080055;
- public static int compat_notification_large_icon_max_width = 0x7f080056;
- public static int disabled_alpha_material_dark = 0x7f080057;
- public static int disabled_alpha_material_light = 0x7f080058;
- public static int highlight_alpha_material_colored = 0x7f080059;
- public static int highlight_alpha_material_dark = 0x7f08005a;
- public static int highlight_alpha_material_light = 0x7f08005b;
- public static int hint_alpha_material_dark = 0x7f08005c;
- public static int hint_alpha_material_light = 0x7f08005d;
- public static int hint_pressed_alpha_material_dark = 0x7f08005e;
- public static int hint_pressed_alpha_material_light = 0x7f08005f;
- public static int notification_action_icon_size = 0x7f080060;
- public static int notification_action_text_size = 0x7f080061;
- public static int notification_big_circle_margin = 0x7f080062;
- public static int notification_content_margin_start = 0x7f080063;
- public static int notification_large_icon_height = 0x7f080064;
- public static int notification_large_icon_width = 0x7f080065;
- public static int notification_main_column_padding_top = 0x7f080066;
- public static int notification_media_narrow_margin = 0x7f080067;
- public static int notification_right_icon_size = 0x7f080068;
- public static int notification_right_side_padding_top = 0x7f080069;
- public static int notification_small_icon_background_padding = 0x7f08006a;
- public static int notification_small_icon_size_as_large = 0x7f08006b;
- public static int notification_subtext_size = 0x7f08006c;
- public static int notification_top_pad = 0x7f08006d;
- public static int notification_top_pad_large_text = 0x7f08006e;
- public static int tooltip_corner_radius = 0x7f08006f;
- public static int tooltip_horizontal_padding = 0x7f080070;
- public static int tooltip_margin = 0x7f080071;
- public static int tooltip_precise_anchor_extra_offset = 0x7f080072;
- public static int tooltip_precise_anchor_threshold = 0x7f080073;
- public static int tooltip_vertical_padding = 0x7f080074;
- public static int tooltip_y_offset_non_touch = 0x7f080075;
- public static int tooltip_y_offset_touch = 0x7f080076;
- }
- public static final class drawable {
- public static int abc_ab_share_pack_mtrl_alpha = 0x7f090001;
- public static int abc_action_bar_item_background_material = 0x7f090002;
- public static int abc_btn_borderless_material = 0x7f090003;
- public static int abc_btn_check_material = 0x7f090004;
- public static int abc_btn_check_to_on_mtrl_000 = 0x7f090005;
- public static int abc_btn_check_to_on_mtrl_015 = 0x7f090006;
- public static int abc_btn_colored_material = 0x7f090007;
- public static int abc_btn_default_mtrl_shape = 0x7f090008;
- public static int abc_btn_radio_material = 0x7f090009;
- public static int abc_btn_radio_to_on_mtrl_000 = 0x7f09000a;
- public static int abc_btn_radio_to_on_mtrl_015 = 0x7f09000b;
- public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f09000c;
- public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f09000d;
- public static int abc_cab_background_internal_bg = 0x7f09000e;
- public static int abc_cab_background_top_material = 0x7f09000f;
- public static int abc_cab_background_top_mtrl_alpha = 0x7f090010;
- public static int abc_control_background_material = 0x7f090011;
- public static int abc_dialog_material_background = 0x7f090012;
- public static int abc_edit_text_material = 0x7f090013;
- public static int abc_ic_ab_back_material = 0x7f090014;
- public static int abc_ic_arrow_drop_right_black_24dp = 0x7f090015;
- public static int abc_ic_clear_material = 0x7f090016;
- public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f090017;
- public static int abc_ic_go_search_api_material = 0x7f090018;
- public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f090019;
- public static int abc_ic_menu_cut_mtrl_alpha = 0x7f09001a;
- public static int abc_ic_menu_overflow_material = 0x7f09001b;
- public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f09001c;
- public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f09001d;
- public static int abc_ic_menu_share_mtrl_alpha = 0x7f09001e;
- public static int abc_ic_search_api_material = 0x7f09001f;
- public static int abc_ic_star_black_16dp = 0x7f090020;
- public static int abc_ic_star_black_36dp = 0x7f090021;
- public static int abc_ic_star_black_48dp = 0x7f090022;
- public static int abc_ic_star_half_black_16dp = 0x7f090023;
- public static int abc_ic_star_half_black_36dp = 0x7f090024;
- public static int abc_ic_star_half_black_48dp = 0x7f090025;
- public static int abc_ic_voice_search_api_material = 0x7f090026;
- public static int abc_item_background_holo_dark = 0x7f090027;
- public static int abc_item_background_holo_light = 0x7f090028;
- public static int abc_list_divider_material = 0x7f090029;
- public static int abc_list_divider_mtrl_alpha = 0x7f09002a;
- public static int abc_list_focused_holo = 0x7f09002b;
- public static int abc_list_longpressed_holo = 0x7f09002c;
- public static int abc_list_pressed_holo_dark = 0x7f09002d;
- public static int abc_list_pressed_holo_light = 0x7f09002e;
- public static int abc_list_selector_background_transition_holo_dark = 0x7f09002f;
- public static int abc_list_selector_background_transition_holo_light = 0x7f090030;
- public static int abc_list_selector_disabled_holo_dark = 0x7f090031;
- public static int abc_list_selector_disabled_holo_light = 0x7f090032;
- public static int abc_list_selector_holo_dark = 0x7f090033;
- public static int abc_list_selector_holo_light = 0x7f090034;
- public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f090035;
- public static int abc_popup_background_mtrl_mult = 0x7f090036;
- public static int abc_ratingbar_indicator_material = 0x7f090037;
- public static int abc_ratingbar_material = 0x7f090038;
- public static int abc_ratingbar_small_material = 0x7f090039;
- public static int abc_scrubber_control_off_mtrl_alpha = 0x7f09003a;
- public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f09003b;
- public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f09003c;
- public static int abc_scrubber_primary_mtrl_alpha = 0x7f09003d;
- public static int abc_scrubber_track_mtrl_alpha = 0x7f09003e;
- public static int abc_seekbar_thumb_material = 0x7f09003f;
- public static int abc_seekbar_tick_mark_material = 0x7f090040;
- public static int abc_seekbar_track_material = 0x7f090041;
- public static int abc_spinner_mtrl_am_alpha = 0x7f090042;
- public static int abc_spinner_textfield_background_material = 0x7f090043;
- public static int abc_switch_thumb_material = 0x7f090044;
- public static int abc_switch_track_mtrl_alpha = 0x7f090045;
- public static int abc_tab_indicator_material = 0x7f090046;
- public static int abc_tab_indicator_mtrl_alpha = 0x7f090047;
- public static int abc_text_cursor_material = 0x7f090048;
- public static int abc_text_select_handle_left_mtrl_dark = 0x7f090049;
- public static int abc_text_select_handle_left_mtrl_light = 0x7f09004a;
- public static int abc_text_select_handle_middle_mtrl_dark = 0x7f09004b;
- public static int abc_text_select_handle_middle_mtrl_light = 0x7f09004c;
- public static int abc_text_select_handle_right_mtrl_dark = 0x7f09004d;
- public static int abc_text_select_handle_right_mtrl_light = 0x7f09004e;
- public static int abc_textfield_activated_mtrl_alpha = 0x7f09004f;
- public static int abc_textfield_default_mtrl_alpha = 0x7f090050;
- public static int abc_textfield_search_activated_mtrl_alpha = 0x7f090051;
- public static int abc_textfield_search_default_mtrl_alpha = 0x7f090052;
- public static int abc_textfield_search_material = 0x7f090053;
- public static int abc_vector_test = 0x7f090054;
- public static int color_picker_swatch = 0x7f090055;
- public static int ic_colorpicker_swatch_selected = 0x7f090056;
- public static int notification_action_background = 0x7f090057;
- public static int notification_bg = 0x7f090058;
- public static int notification_bg_low = 0x7f090059;
- public static int notification_bg_low_normal = 0x7f09005a;
- public static int notification_bg_low_pressed = 0x7f09005b;
- public static int notification_bg_normal = 0x7f09005c;
- public static int notification_bg_normal_pressed = 0x7f09005d;
- public static int notification_icon_background = 0x7f09005e;
- public static int notification_template_icon_bg = 0x7f09005f;
- public static int notification_template_icon_low_bg = 0x7f090060;
- public static int notification_tile_bg = 0x7f090061;
- public static int notify_panel_notification_icon_bg = 0x7f090062;
- public static int tooltip_frame_dark = 0x7f090063;
- public static int tooltip_frame_light = 0x7f090064;
- }
- public static final class id {
- public static int action_bar = 0x7f0c0001;
- public static int action_bar_activity_content = 0x7f0c0002;
- public static int action_bar_container = 0x7f0c0003;
- public static int action_bar_root = 0x7f0c0004;
- public static int action_bar_spinner = 0x7f0c0005;
- public static int action_bar_subtitle = 0x7f0c0006;
- public static int action_bar_title = 0x7f0c0007;
- public static int action_container = 0x7f0c0008;
- public static int action_context_bar = 0x7f0c0009;
- public static int action_divider = 0x7f0c000a;
- public static int action_image = 0x7f0c000b;
- public static int action_menu_divider = 0x7f0c000c;
- public static int action_menu_presenter = 0x7f0c000d;
- public static int action_mode_bar = 0x7f0c000e;
- public static int action_mode_bar_stub = 0x7f0c000f;
- public static int action_mode_close_button = 0x7f0c0010;
- public static int action_text = 0x7f0c0011;
- public static int actions = 0x7f0c0012;
- public static int activity_chooser_view_content = 0x7f0c0013;
- public static int add = 0x7f0c0014;
- public static int alertTitle = 0x7f0c0015;
- public static int async = 0x7f0c0016;
- public static int blocking = 0x7f0c0017;
- public static int bottom = 0x7f0c0018;
- public static int buttonPanel = 0x7f0c0019;
- public static int checkbox = 0x7f0c001a;
- public static int chronometer = 0x7f0c001b;
- public static int color_picker = 0x7f0c001c;
- public static int color_picker_checkmark = 0x7f0c001d;
- public static int color_picker_swatch = 0x7f0c001e;
- public static int content = 0x7f0c001f;
- public static int contentPanel = 0x7f0c0020;
- public static int custom = 0x7f0c0021;
- public static int customPanel = 0x7f0c0022;
- public static int decor_content_parent = 0x7f0c0023;
- public static int default_activity_button = 0x7f0c0024;
- public static int edit_query = 0x7f0c0025;
- public static int end = 0x7f0c0026;
- public static int expand_activities_button = 0x7f0c0027;
- public static int expanded_menu = 0x7f0c0028;
- public static int forever = 0x7f0c0029;
- public static int group_divider = 0x7f0c002a;
- public static int home = 0x7f0c002b;
- public static int icon = 0x7f0c002c;
- public static int icon_group = 0x7f0c002d;
- public static int image = 0x7f0c002e;
- public static int info = 0x7f0c002f;
- public static int italic = 0x7f0c0030;
- public static int left = 0x7f0c0031;
- public static int line1 = 0x7f0c0032;
- public static int line3 = 0x7f0c0033;
- public static int listMode = 0x7f0c0034;
- public static int list_item = 0x7f0c0035;
- public static int message = 0x7f0c0036;
- public static int multiply = 0x7f0c0037;
- public static int none = 0x7f0c0038;
- public static int normal = 0x7f0c0039;
- public static int notification_background = 0x7f0c003a;
- public static int notification_main_column = 0x7f0c003b;
- public static int notification_main_column_container = 0x7f0c003c;
- public static int parentPanel = 0x7f0c003d;
- public static int progress_circular = 0x7f0c003e;
- public static int progress_horizontal = 0x7f0c003f;
- public static int radio = 0x7f0c0040;
- public static int right = 0x7f0c0041;
- public static int right_icon = 0x7f0c0042;
- public static int right_side = 0x7f0c0043;
- public static int screen = 0x7f0c0044;
- public static int scrollIndicatorDown = 0x7f0c0045;
- public static int scrollIndicatorUp = 0x7f0c0046;
- public static int scrollView = 0x7f0c0047;
- public static int search_badge = 0x7f0c0048;
- public static int search_bar = 0x7f0c0049;
- public static int search_button = 0x7f0c004a;
- public static int search_close_btn = 0x7f0c004b;
- public static int search_edit_frame = 0x7f0c004c;
- public static int search_go_btn = 0x7f0c004d;
- public static int search_mag_icon = 0x7f0c004e;
- public static int search_plate = 0x7f0c004f;
- public static int search_src_text = 0x7f0c0050;
- public static int search_voice_btn = 0x7f0c0051;
- public static int select_dialog_listview = 0x7f0c0052;
- public static int shortcut = 0x7f0c0053;
- public static int spacer = 0x7f0c0054;
- public static int split_action_bar = 0x7f0c0055;
- public static int src_atop = 0x7f0c0056;
- public static int src_in = 0x7f0c0057;
- public static int src_over = 0x7f0c0058;
- public static int start = 0x7f0c0059;
- public static int submenuarrow = 0x7f0c005a;
- public static int submit_area = 0x7f0c005b;
- public static int tabMode = 0x7f0c005c;
- public static int tag_transition_group = 0x7f0c005d;
- public static int tag_unhandled_key_event_manager = 0x7f0c005e;
- public static int tag_unhandled_key_listeners = 0x7f0c005f;
- public static int text = 0x7f0c0060;
- public static int text2 = 0x7f0c0061;
- public static int textSpacerNoButtons = 0x7f0c0062;
- public static int textSpacerNoTitle = 0x7f0c0063;
- public static int time = 0x7f0c0064;
- public static int title = 0x7f0c0065;
- public static int titleDividerNoCustom = 0x7f0c0066;
- public static int title_template = 0x7f0c0067;
- public static int top = 0x7f0c0068;
- public static int topPanel = 0x7f0c0069;
- public static int uniform = 0x7f0c006a;
- public static int up = 0x7f0c006b;
- public static int wrap_content = 0x7f0c006c;
- }
- public static final class integer {
- public static int abc_config_activityDefaultDur = 0x7f0d0001;
- public static int abc_config_activityShortDur = 0x7f0d0002;
- public static int cancel_button_image_alpha = 0x7f0d0003;
- public static int config_tooltipAnimTime = 0x7f0d0004;
- public static int status_bar_notification_info_maxnum = 0x7f0d0005;
- }
- public static final class layout {
- public static int abc_action_bar_title_item = 0x7f0f0001;
- public static int abc_action_bar_up_container = 0x7f0f0002;
- public static int abc_action_menu_item_layout = 0x7f0f0003;
- public static int abc_action_menu_layout = 0x7f0f0004;
- public static int abc_action_mode_bar = 0x7f0f0005;
- public static int abc_action_mode_close_item_material = 0x7f0f0006;
- public static int abc_activity_chooser_view = 0x7f0f0007;
- public static int abc_activity_chooser_view_list_item = 0x7f0f0008;
- public static int abc_alert_dialog_button_bar_material = 0x7f0f0009;
- public static int abc_alert_dialog_material = 0x7f0f000a;
- public static int abc_alert_dialog_title_material = 0x7f0f000b;
- public static int abc_cascading_menu_item_layout = 0x7f0f000c;
- public static int abc_dialog_title_material = 0x7f0f000d;
- public static int abc_expanded_menu_layout = 0x7f0f000e;
- public static int abc_list_menu_item_checkbox = 0x7f0f000f;
- public static int abc_list_menu_item_icon = 0x7f0f0010;
- public static int abc_list_menu_item_layout = 0x7f0f0011;
- public static int abc_list_menu_item_radio = 0x7f0f0012;
- public static int abc_popup_menu_header_item_layout = 0x7f0f0013;
- public static int abc_popup_menu_item_layout = 0x7f0f0014;
- public static int abc_screen_content_include = 0x7f0f0015;
- public static int abc_screen_simple = 0x7f0f0016;
- public static int abc_screen_simple_overlay_action_mode = 0x7f0f0017;
- public static int abc_screen_toolbar = 0x7f0f0018;
- public static int abc_search_dropdown_item_icons_2line = 0x7f0f0019;
- public static int abc_search_view = 0x7f0f001a;
- public static int abc_select_dialog_material = 0x7f0f001b;
- public static int abc_tooltip = 0x7f0f001c;
- public static int color_picker_dialog = 0x7f0f001d;
- public static int color_picker_swatch = 0x7f0f001e;
- public static int notification_action = 0x7f0f001f;
- public static int notification_action_tombstone = 0x7f0f0020;
- public static int notification_template_custom_big = 0x7f0f0021;
- public static int notification_template_icon_group = 0x7f0f0022;
- public static int notification_template_part_chronometer = 0x7f0f0023;
- public static int notification_template_part_time = 0x7f0f0024;
- public static int select_dialog_item_material = 0x7f0f0025;
- public static int select_dialog_multichoice_material = 0x7f0f0026;
- public static int select_dialog_singlechoice_material = 0x7f0f0027;
- public static int support_simple_spinner_dropdown_item = 0x7f0f0028;
- }
- public static final class string {
- public static int abc_action_bar_home_description = 0x7f150001;
- public static int abc_action_bar_up_description = 0x7f150002;
- public static int abc_action_menu_overflow_description = 0x7f150003;
- public static int abc_action_mode_done = 0x7f150004;
- public static int abc_activity_chooser_view_see_all = 0x7f150005;
- public static int abc_activitychooserview_choose_application = 0x7f150006;
- public static int abc_capital_off = 0x7f150007;
- public static int abc_capital_on = 0x7f150008;
- public static int abc_font_family_body_1_material = 0x7f150009;
- public static int abc_font_family_body_2_material = 0x7f15000a;
- public static int abc_font_family_button_material = 0x7f15000b;
- public static int abc_font_family_caption_material = 0x7f15000c;
- public static int abc_font_family_display_1_material = 0x7f15000d;
- public static int abc_font_family_display_2_material = 0x7f15000e;
- public static int abc_font_family_display_3_material = 0x7f15000f;
- public static int abc_font_family_display_4_material = 0x7f150010;
- public static int abc_font_family_headline_material = 0x7f150011;
- public static int abc_font_family_menu_material = 0x7f150012;
- public static int abc_font_family_subhead_material = 0x7f150013;
- public static int abc_font_family_title_material = 0x7f150014;
- public static int abc_menu_alt_shortcut_label = 0x7f150015;
- public static int abc_menu_ctrl_shortcut_label = 0x7f150016;
- public static int abc_menu_delete_shortcut_label = 0x7f150017;
- public static int abc_menu_enter_shortcut_label = 0x7f150018;
- public static int abc_menu_function_shortcut_label = 0x7f150019;
- public static int abc_menu_meta_shortcut_label = 0x7f15001a;
- public static int abc_menu_shift_shortcut_label = 0x7f15001b;
- public static int abc_menu_space_shortcut_label = 0x7f15001c;
- public static int abc_menu_sym_shortcut_label = 0x7f15001d;
- public static int abc_prepend_shortcut_label = 0x7f15001e;
- public static int abc_search_hint = 0x7f15001f;
- public static int abc_searchview_description_clear = 0x7f150020;
- public static int abc_searchview_description_query = 0x7f150021;
- public static int abc_searchview_description_search = 0x7f150022;
- public static int abc_searchview_description_submit = 0x7f150023;
- public static int abc_searchview_description_voice = 0x7f150024;
- public static int abc_shareactionprovider_share_with = 0x7f150025;
- public static int abc_shareactionprovider_share_with_application = 0x7f150026;
- public static int abc_toolbar_collapse_description = 0x7f150027;
- public static int color_picker_default_title = 0x7f150028;
- public static int color_swatch_description = 0x7f150029;
- public static int color_swatch_description_selected = 0x7f15002a;
- public static int search_menu_title = 0x7f15002b;
- public static int status_bar_notification_info_overflow = 0x7f15002c;
- }
- public static final class style {
- public static int AlertDialog_AppCompat = 0x7f160001;
- public static int AlertDialog_AppCompat_Light = 0x7f160002;
- public static int Animation_AppCompat_Dialog = 0x7f160003;
- public static int Animation_AppCompat_DropDownUp = 0x7f160004;
- public static int Animation_AppCompat_Tooltip = 0x7f160005;
- public static int Base_AlertDialog_AppCompat = 0x7f160006;
- public static int Base_AlertDialog_AppCompat_Light = 0x7f160007;
- public static int Base_Animation_AppCompat_Dialog = 0x7f160008;
- public static int Base_Animation_AppCompat_DropDownUp = 0x7f160009;
- public static int Base_Animation_AppCompat_Tooltip = 0x7f16000a;
- public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f16000b;
- public static int Base_DialogWindowTitle_AppCompat = 0x7f16000c;
- public static int Base_TextAppearance_AppCompat = 0x7f16000d;
- public static int Base_TextAppearance_AppCompat_Body1 = 0x7f16000e;
- public static int Base_TextAppearance_AppCompat_Body2 = 0x7f16000f;
- public static int Base_TextAppearance_AppCompat_Button = 0x7f160010;
- public static int Base_TextAppearance_AppCompat_Caption = 0x7f160011;
- public static int Base_TextAppearance_AppCompat_Display1 = 0x7f160012;
- public static int Base_TextAppearance_AppCompat_Display2 = 0x7f160013;
- public static int Base_TextAppearance_AppCompat_Display3 = 0x7f160014;
- public static int Base_TextAppearance_AppCompat_Display4 = 0x7f160015;
- public static int Base_TextAppearance_AppCompat_Headline = 0x7f160016;
- public static int Base_TextAppearance_AppCompat_Inverse = 0x7f160017;
- public static int Base_TextAppearance_AppCompat_Large = 0x7f160018;
- public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f160019;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f16001a;
- public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f16001b;
- public static int Base_TextAppearance_AppCompat_Medium = 0x7f16001c;
- public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f16001d;
- public static int Base_TextAppearance_AppCompat_Menu = 0x7f16001e;
- public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f16001f;
- public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f160020;
- public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f160021;
- public static int Base_TextAppearance_AppCompat_Small = 0x7f160022;
- public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f160023;
- public static int Base_TextAppearance_AppCompat_Subhead = 0x7f160024;
- public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f160025;
- public static int Base_TextAppearance_AppCompat_Title = 0x7f160026;
- public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f160027;
- public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f160028;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f160029;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f16002a;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f16002b;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f16002c;
- public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f16002d;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f16002e;
- public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f16002f;
- public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f160030;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f160031;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f160032;
- public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f160033;
- public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f160034;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f160035;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f160036;
- public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f160037;
- public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f160038;
- public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f160039;
- public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f16003a;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f16003b;
- public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f16003c;
- public static int Base_ThemeOverlay_AppCompat = 0x7f16003d;
- public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f16003e;
- public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f16003f;
- public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f160040;
- public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f160041;
- public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f160042;
- public static int Base_ThemeOverlay_AppCompat_Light = 0x7f160043;
- public static int Base_Theme_AppCompat = 0x7f160044;
- public static int Base_Theme_AppCompat_CompactMenu = 0x7f160045;
- public static int Base_Theme_AppCompat_Dialog = 0x7f160046;
- public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f160047;
- public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f160048;
- public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f160049;
- public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f16004a;
- public static int Base_Theme_AppCompat_Light = 0x7f16004b;
- public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f16004c;
- public static int Base_Theme_AppCompat_Light_Dialog = 0x7f16004d;
- public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f16004e;
- public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f16004f;
- public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f160050;
- public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f160051;
- public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f160052;
- public static int Base_V21_Theme_AppCompat = 0x7f160053;
- public static int Base_V21_Theme_AppCompat_Dialog = 0x7f160054;
- public static int Base_V21_Theme_AppCompat_Light = 0x7f160055;
- public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f160056;
- public static int Base_V22_Theme_AppCompat = 0x7f160057;
- public static int Base_V22_Theme_AppCompat_Light = 0x7f160058;
- public static int Base_V23_Theme_AppCompat = 0x7f160059;
- public static int Base_V23_Theme_AppCompat_Light = 0x7f16005a;
- public static int Base_V26_Theme_AppCompat = 0x7f16005b;
- public static int Base_V26_Theme_AppCompat_Light = 0x7f16005c;
- public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f16005d;
- public static int Base_V28_Theme_AppCompat = 0x7f16005e;
- public static int Base_V28_Theme_AppCompat_Light = 0x7f16005f;
- public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f160060;
- public static int Base_V7_Theme_AppCompat = 0x7f160061;
- public static int Base_V7_Theme_AppCompat_Dialog = 0x7f160062;
- public static int Base_V7_Theme_AppCompat_Light = 0x7f160063;
- public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f160064;
- public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f160065;
- public static int Base_V7_Widget_AppCompat_EditText = 0x7f160066;
- public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f160067;
- public static int Base_Widget_AppCompat_ActionBar = 0x7f160068;
- public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f160069;
- public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f16006a;
- public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f16006b;
- public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f16006c;
- public static int Base_Widget_AppCompat_ActionButton = 0x7f16006d;
- public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f16006e;
- public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f16006f;
- public static int Base_Widget_AppCompat_ActionMode = 0x7f160070;
- public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f160071;
- public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f160072;
- public static int Base_Widget_AppCompat_Button = 0x7f160073;
- public static int Base_Widget_AppCompat_ButtonBar = 0x7f160074;
- public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f160075;
- public static int Base_Widget_AppCompat_Button_Borderless = 0x7f160076;
- public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f160077;
- public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160078;
- public static int Base_Widget_AppCompat_Button_Colored = 0x7f160079;
- public static int Base_Widget_AppCompat_Button_Small = 0x7f16007a;
- public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f16007b;
- public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f16007c;
- public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f16007d;
- public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f16007e;
- public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f16007f;
- public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f160080;
- public static int Base_Widget_AppCompat_EditText = 0x7f160081;
- public static int Base_Widget_AppCompat_ImageButton = 0x7f160082;
- public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f160083;
- public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f160084;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f160085;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f160086;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160087;
- public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f160088;
- public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f160089;
- public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16008a;
- public static int Base_Widget_AppCompat_ListMenuView = 0x7f16008b;
- public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f16008c;
- public static int Base_Widget_AppCompat_ListView = 0x7f16008d;
- public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f16008e;
- public static int Base_Widget_AppCompat_ListView_Menu = 0x7f16008f;
- public static int Base_Widget_AppCompat_PopupMenu = 0x7f160090;
- public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f160091;
- public static int Base_Widget_AppCompat_PopupWindow = 0x7f160092;
- public static int Base_Widget_AppCompat_ProgressBar = 0x7f160093;
- public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f160094;
- public static int Base_Widget_AppCompat_RatingBar = 0x7f160095;
- public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f160096;
- public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f160097;
- public static int Base_Widget_AppCompat_SearchView = 0x7f160098;
- public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f160099;
- public static int Base_Widget_AppCompat_SeekBar = 0x7f16009a;
- public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f16009b;
- public static int Base_Widget_AppCompat_Spinner = 0x7f16009c;
- public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f16009d;
- public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f16009e;
- public static int Base_Widget_AppCompat_Toolbar = 0x7f16009f;
- public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1600a0;
- public static int Platform_AppCompat = 0x7f1600a1;
- public static int Platform_AppCompat_Light = 0x7f1600a2;
- public static int Platform_ThemeOverlay_AppCompat = 0x7f1600a3;
- public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f1600a4;
- public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f1600a5;
- public static int Platform_V21_AppCompat = 0x7f1600a6;
- public static int Platform_V21_AppCompat_Light = 0x7f1600a7;
- public static int Platform_V25_AppCompat = 0x7f1600a8;
- public static int Platform_V25_AppCompat_Light = 0x7f1600a9;
- public static int Platform_Widget_AppCompat_Spinner = 0x7f1600aa;
- public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f1600ab;
- public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f1600ac;
- public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f1600ad;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f1600ae;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f1600af;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f1600b0;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f1600b1;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f1600b2;
- public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f1600b3;
- public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f1600b4;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f1600b5;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f1600b6;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f1600b7;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f1600b8;
- public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f1600b9;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f1600ba;
- public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f1600bb;
- public static int TextAppearance_AppCompat = 0x7f1600bc;
- public static int TextAppearance_AppCompat_Body1 = 0x7f1600bd;
- public static int TextAppearance_AppCompat_Body2 = 0x7f1600be;
- public static int TextAppearance_AppCompat_Button = 0x7f1600bf;
- public static int TextAppearance_AppCompat_Caption = 0x7f1600c0;
- public static int TextAppearance_AppCompat_Display1 = 0x7f1600c1;
- public static int TextAppearance_AppCompat_Display2 = 0x7f1600c2;
- public static int TextAppearance_AppCompat_Display3 = 0x7f1600c3;
- public static int TextAppearance_AppCompat_Display4 = 0x7f1600c4;
- public static int TextAppearance_AppCompat_Headline = 0x7f1600c5;
- public static int TextAppearance_AppCompat_Inverse = 0x7f1600c6;
- public static int TextAppearance_AppCompat_Large = 0x7f1600c7;
- public static int TextAppearance_AppCompat_Large_Inverse = 0x7f1600c8;
- public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f1600c9;
- public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f1600ca;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f1600cb;
- public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f1600cc;
- public static int TextAppearance_AppCompat_Medium = 0x7f1600cd;
- public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f1600ce;
- public static int TextAppearance_AppCompat_Menu = 0x7f1600cf;
- public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f1600d0;
- public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f1600d1;
- public static int TextAppearance_AppCompat_Small = 0x7f1600d2;
- public static int TextAppearance_AppCompat_Small_Inverse = 0x7f1600d3;
- public static int TextAppearance_AppCompat_Subhead = 0x7f1600d4;
- public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f1600d5;
- public static int TextAppearance_AppCompat_Title = 0x7f1600d6;
- public static int TextAppearance_AppCompat_Title_Inverse = 0x7f1600d7;
- public static int TextAppearance_AppCompat_Tooltip = 0x7f1600d8;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f1600d9;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f1600da;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f1600db;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f1600dc;
- public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f1600dd;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f1600de;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f1600df;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f1600e0;
- public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f1600e1;
- public static int TextAppearance_AppCompat_Widget_Button = 0x7f1600e2;
- public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f1600e3;
- public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f1600e4;
- public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f1600e5;
- public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f1600e6;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f1600e7;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f1600e8;
- public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f1600e9;
- public static int TextAppearance_AppCompat_Widget_Switch = 0x7f1600ea;
- public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f1600eb;
- public static int TextAppearance_Compat_Notification = 0x7f1600ec;
- public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
- public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ee;
- public static int TextAppearance_Compat_Notification_Time = 0x7f1600ef;
- public static int TextAppearance_Compat_Notification_Title = 0x7f1600f0;
- public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f1600f1;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f1600f2;
- public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f1600f3;
- public static int ThemeOverlay_AppCompat = 0x7f1600f4;
- public static int ThemeOverlay_AppCompat_ActionBar = 0x7f1600f5;
- public static int ThemeOverlay_AppCompat_Dark = 0x7f1600f6;
- public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f1600f7;
- public static int ThemeOverlay_AppCompat_Dialog = 0x7f1600f8;
- public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f1600f9;
- public static int ThemeOverlay_AppCompat_Light = 0x7f1600fa;
- public static int Theme_AppCompat = 0x7f1600fb;
- public static int Theme_AppCompat_CompactMenu = 0x7f1600fc;
- public static int Theme_AppCompat_DayNight = 0x7f1600fd;
- public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f1600fe;
- public static int Theme_AppCompat_DayNight_Dialog = 0x7f1600ff;
- public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f160100;
- public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f160101;
- public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f160102;
- public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f160103;
- public static int Theme_AppCompat_Dialog = 0x7f160104;
- public static int Theme_AppCompat_DialogWhenLarge = 0x7f160105;
- public static int Theme_AppCompat_Dialog_Alert = 0x7f160106;
- public static int Theme_AppCompat_Dialog_MinWidth = 0x7f160107;
- public static int Theme_AppCompat_Light = 0x7f160108;
- public static int Theme_AppCompat_Light_DarkActionBar = 0x7f160109;
- public static int Theme_AppCompat_Light_Dialog = 0x7f16010a;
- public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f16010b;
- public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f16010c;
- public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f16010d;
- public static int Theme_AppCompat_Light_NoActionBar = 0x7f16010e;
- public static int Theme_AppCompat_NoActionBar = 0x7f16010f;
- public static int Widget_AppCompat_ActionBar = 0x7f160110;
- public static int Widget_AppCompat_ActionBar_Solid = 0x7f160111;
- public static int Widget_AppCompat_ActionBar_TabBar = 0x7f160112;
- public static int Widget_AppCompat_ActionBar_TabText = 0x7f160113;
- public static int Widget_AppCompat_ActionBar_TabView = 0x7f160114;
- public static int Widget_AppCompat_ActionButton = 0x7f160115;
- public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f160116;
- public static int Widget_AppCompat_ActionButton_Overflow = 0x7f160117;
- public static int Widget_AppCompat_ActionMode = 0x7f160118;
- public static int Widget_AppCompat_ActivityChooserView = 0x7f160119;
- public static int Widget_AppCompat_AutoCompleteTextView = 0x7f16011a;
- public static int Widget_AppCompat_Button = 0x7f16011b;
- public static int Widget_AppCompat_ButtonBar = 0x7f16011c;
- public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f16011d;
- public static int Widget_AppCompat_Button_Borderless = 0x7f16011e;
- public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f16011f;
- public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f160120;
- public static int Widget_AppCompat_Button_Colored = 0x7f160121;
- public static int Widget_AppCompat_Button_Small = 0x7f160122;
- public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f160123;
- public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f160124;
- public static int Widget_AppCompat_CompoundButton_Switch = 0x7f160125;
- public static int Widget_AppCompat_DrawerArrowToggle = 0x7f160126;
- public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f160127;
- public static int Widget_AppCompat_EditText = 0x7f160128;
- public static int Widget_AppCompat_ImageButton = 0x7f160129;
- public static int Widget_AppCompat_Light_ActionBar = 0x7f16012a;
- public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f16012b;
- public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f16012c;
- public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f16012d;
- public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f16012e;
- public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f16012f;
- public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f160130;
- public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f160131;
- public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f160132;
- public static int Widget_AppCompat_Light_ActionButton = 0x7f160133;
- public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f160134;
- public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f160135;
- public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f160136;
- public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f160137;
- public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f160138;
- public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f160139;
- public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f16013a;
- public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f16013b;
- public static int Widget_AppCompat_Light_PopupMenu = 0x7f16013c;
- public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f16013d;
- public static int Widget_AppCompat_Light_SearchView = 0x7f16013e;
- public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f16013f;
- public static int Widget_AppCompat_ListMenuView = 0x7f160140;
- public static int Widget_AppCompat_ListPopupWindow = 0x7f160141;
- public static int Widget_AppCompat_ListView = 0x7f160142;
- public static int Widget_AppCompat_ListView_DropDown = 0x7f160143;
- public static int Widget_AppCompat_ListView_Menu = 0x7f160144;
- public static int Widget_AppCompat_PopupMenu = 0x7f160145;
- public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f160146;
- public static int Widget_AppCompat_PopupWindow = 0x7f160147;
- public static int Widget_AppCompat_ProgressBar = 0x7f160148;
- public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f160149;
- public static int Widget_AppCompat_RatingBar = 0x7f16014a;
- public static int Widget_AppCompat_RatingBar_Indicator = 0x7f16014b;
- public static int Widget_AppCompat_RatingBar_Small = 0x7f16014c;
- public static int Widget_AppCompat_SearchView = 0x7f16014d;
- public static int Widget_AppCompat_SearchView_ActionBar = 0x7f16014e;
- public static int Widget_AppCompat_SeekBar = 0x7f16014f;
- public static int Widget_AppCompat_SeekBar_Discrete = 0x7f160150;
- public static int Widget_AppCompat_Spinner = 0x7f160151;
- public static int Widget_AppCompat_Spinner_DropDown = 0x7f160152;
- public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f160153;
- public static int Widget_AppCompat_Spinner_Underlined = 0x7f160154;
- public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f160155;
- public static int Widget_AppCompat_Toolbar = 0x7f160156;
- public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f160157;
- public static int Widget_Compat_NotificationActionContainer = 0x7f160158;
- public static int Widget_Compat_NotificationActionText = 0x7f160159;
- public static int Widget_Support_CoordinatorLayout = 0x7f16015a;
- }
- public static final class styleable {
- public static int[] ActionBar = { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb };
- public static int ActionBar_background = 0;
- public static int ActionBar_backgroundSplit = 1;
- public static int ActionBar_backgroundStacked = 2;
- public static int ActionBar_contentInsetEnd = 3;
- public static int ActionBar_contentInsetEndWithActions = 4;
- public static int ActionBar_contentInsetLeft = 5;
- public static int ActionBar_contentInsetRight = 6;
- public static int ActionBar_contentInsetStart = 7;
- public static int ActionBar_contentInsetStartWithNavigation = 8;
- public static int ActionBar_customNavigationLayout = 9;
- public static int ActionBar_displayOptions = 10;
- public static int ActionBar_divider = 11;
- public static int ActionBar_elevation = 12;
- public static int ActionBar_height = 13;
- public static int ActionBar_hideOnContentScroll = 14;
- public static int ActionBar_homeAsUpIndicator = 15;
- public static int ActionBar_homeLayout = 16;
- public static int ActionBar_icon = 17;
- public static int ActionBar_indeterminateProgressStyle = 18;
- public static int ActionBar_itemPadding = 19;
- public static int ActionBar_logo = 20;
- public static int ActionBar_navigationMode = 21;
- public static int ActionBar_popupTheme = 22;
- public static int ActionBar_progressBarPadding = 23;
- public static int ActionBar_progressBarStyle = 24;
- public static int ActionBar_subtitle = 25;
- public static int ActionBar_subtitleTextStyle = 26;
- public static int ActionBar_title = 27;
- public static int ActionBar_titleTextStyle = 28;
- public static int[] ActionBarLayout = { 0x010100b3 };
- public static int ActionBarLayout_android_layout_gravity = 0;
- public static int[] ActionMenuItemView = { 0x0101013f };
- public static int ActionMenuItemView_android_minWidth = 0;
- public static int[] ActionMode = { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb };
- public static int ActionMode_background = 0;
- public static int ActionMode_backgroundSplit = 1;
- public static int ActionMode_closeItemLayout = 2;
- public static int ActionMode_height = 3;
- public static int ActionMode_subtitleTextStyle = 4;
- public static int ActionMode_titleTextStyle = 5;
- public static int[] ActivityChooserView = { 0x7f040072, 0x7f04008b };
- public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static int ActivityChooserView_initialActivityCount = 1;
- public static int[] AlertDialog = { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca };
- public static int AlertDialog_android_layout = 0;
- public static int AlertDialog_buttonIconDimen = 1;
- public static int AlertDialog_buttonPanelSideLayout = 2;
- public static int AlertDialog_listItemLayout = 3;
- public static int AlertDialog_listLayout = 4;
- public static int AlertDialog_multiChoiceItemLayout = 5;
- public static int AlertDialog_showTitle = 6;
- public static int AlertDialog_singleChoiceItemLayout = 7;
- public static int[] AnimatedStateListDrawableCompat = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 };
- public static int AnimatedStateListDrawableCompat_android_constantSize = 0;
- public static int AnimatedStateListDrawableCompat_android_dither = 1;
- public static int AnimatedStateListDrawableCompat_android_enterFadeDuration = 2;
- public static int AnimatedStateListDrawableCompat_android_exitFadeDuration = 3;
- public static int AnimatedStateListDrawableCompat_android_variablePadding = 4;
- public static int AnimatedStateListDrawableCompat_android_visible = 5;
- public static int[] AnimatedStateListDrawableItem = { 0x01010199, 0x010100d0 };
- public static int AnimatedStateListDrawableItem_android_drawable = 0;
- public static int AnimatedStateListDrawableItem_android_id = 1;
- public static int[] AnimatedStateListDrawableTransition = { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 };
- public static int AnimatedStateListDrawableTransition_android_drawable = 0;
- public static int AnimatedStateListDrawableTransition_android_fromId = 1;
- public static int AnimatedStateListDrawableTransition_android_reversible = 2;
- public static int AnimatedStateListDrawableTransition_android_toId = 3;
- public static int[] AppCompatImageView = { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 };
- public static int AppCompatImageView_android_src = 0;
- public static int AppCompatImageView_srcCompat = 1;
- public static int AppCompatImageView_tint = 2;
- public static int AppCompatImageView_tintMode = 3;
- public static int[] AppCompatSeekBar = { 0x01010142, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef };
- public static int AppCompatSeekBar_android_thumb = 0;
- public static int AppCompatSeekBar_tickMark = 1;
- public static int AppCompatSeekBar_tickMarkTint = 2;
- public static int AppCompatSeekBar_tickMarkTintMode = 3;
- public static int[] AppCompatTextHelper = { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 };
- public static int AppCompatTextHelper_android_drawableBottom = 0;
- public static int AppCompatTextHelper_android_drawableEnd = 1;
- public static int AppCompatTextHelper_android_drawableLeft = 2;
- public static int AppCompatTextHelper_android_drawableRight = 3;
- public static int AppCompatTextHelper_android_drawableStart = 4;
- public static int AppCompatTextHelper_android_drawableTop = 5;
- public static int AppCompatTextHelper_android_textAppearance = 6;
- public static int[] AppCompatTextView = { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd };
- public static int AppCompatTextView_android_textAppearance = 0;
- public static int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static int AppCompatTextView_autoSizeMinTextSize = 2;
- public static int AppCompatTextView_autoSizePresetSizes = 3;
- public static int AppCompatTextView_autoSizeStepGranularity = 4;
- public static int AppCompatTextView_autoSizeTextType = 5;
- public static int AppCompatTextView_firstBaselineToTopHeight = 6;
- public static int AppCompatTextView_fontFamily = 7;
- public static int AppCompatTextView_lastBaselineToBottomHeight = 8;
- public static int AppCompatTextView_lineHeight = 9;
- public static int AppCompatTextView_textAllCaps = 10;
- public static int[] AppCompatTheme = { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 };
- public static int AppCompatTheme_actionBarDivider = 0;
- public static int AppCompatTheme_actionBarItemBackground = 1;
- public static int AppCompatTheme_actionBarPopupTheme = 2;
- public static int AppCompatTheme_actionBarSize = 3;
- public static int AppCompatTheme_actionBarSplitStyle = 4;
- public static int AppCompatTheme_actionBarStyle = 5;
- public static int AppCompatTheme_actionBarTabBarStyle = 6;
- public static int AppCompatTheme_actionBarTabStyle = 7;
- public static int AppCompatTheme_actionBarTabTextStyle = 8;
- public static int AppCompatTheme_actionBarTheme = 9;
- public static int AppCompatTheme_actionBarWidgetTheme = 10;
- public static int AppCompatTheme_actionButtonStyle = 11;
- public static int AppCompatTheme_actionDropDownStyle = 12;
- public static int AppCompatTheme_actionMenuTextAppearance = 13;
- public static int AppCompatTheme_actionMenuTextColor = 14;
- public static int AppCompatTheme_actionModeBackground = 15;
- public static int AppCompatTheme_actionModeCloseButtonStyle = 16;
- public static int AppCompatTheme_actionModeCloseDrawable = 17;
- public static int AppCompatTheme_actionModeCopyDrawable = 18;
- public static int AppCompatTheme_actionModeCutDrawable = 19;
- public static int AppCompatTheme_actionModeFindDrawable = 20;
- public static int AppCompatTheme_actionModePasteDrawable = 21;
- public static int AppCompatTheme_actionModePopupWindowStyle = 22;
- public static int AppCompatTheme_actionModeSelectAllDrawable = 23;
- public static int AppCompatTheme_actionModeShareDrawable = 24;
- public static int AppCompatTheme_actionModeSplitBackground = 25;
- public static int AppCompatTheme_actionModeStyle = 26;
- public static int AppCompatTheme_actionModeWebSearchDrawable = 27;
- public static int AppCompatTheme_actionOverflowButtonStyle = 28;
- public static int AppCompatTheme_actionOverflowMenuStyle = 29;
- public static int AppCompatTheme_activityChooserViewStyle = 30;
- public static int AppCompatTheme_alertDialogButtonGroupStyle = 31;
- public static int AppCompatTheme_alertDialogCenterButtons = 32;
- public static int AppCompatTheme_alertDialogStyle = 33;
- public static int AppCompatTheme_alertDialogTheme = 34;
- public static int AppCompatTheme_android_windowAnimationStyle = 35;
- public static int AppCompatTheme_android_windowIsFloating = 36;
- public static int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static int AppCompatTheme_borderlessButtonStyle = 38;
- public static int AppCompatTheme_buttonBarButtonStyle = 39;
- public static int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static int AppCompatTheme_buttonBarStyle = 43;
- public static int AppCompatTheme_buttonStyle = 44;
- public static int AppCompatTheme_buttonStyleSmall = 45;
- public static int AppCompatTheme_checkboxStyle = 46;
- public static int AppCompatTheme_checkedTextViewStyle = 47;
- public static int AppCompatTheme_colorAccent = 48;
- public static int AppCompatTheme_colorBackgroundFloating = 49;
- public static int AppCompatTheme_colorButtonNormal = 50;
- public static int AppCompatTheme_colorControlActivated = 51;
- public static int AppCompatTheme_colorControlHighlight = 52;
- public static int AppCompatTheme_colorControlNormal = 53;
- public static int AppCompatTheme_colorError = 54;
- public static int AppCompatTheme_colorPrimary = 55;
- public static int AppCompatTheme_colorPrimaryDark = 56;
- public static int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static int AppCompatTheme_controlBackground = 58;
- public static int AppCompatTheme_dialogCornerRadius = 59;
- public static int AppCompatTheme_dialogPreferredPadding = 60;
- public static int AppCompatTheme_dialogTheme = 61;
- public static int AppCompatTheme_dividerHorizontal = 62;
- public static int AppCompatTheme_dividerVertical = 63;
- public static int AppCompatTheme_dropDownListViewStyle = 64;
- public static int AppCompatTheme_dropdownListPreferredItemHeight = 65;
- public static int AppCompatTheme_editTextBackground = 66;
- public static int AppCompatTheme_editTextColor = 67;
- public static int AppCompatTheme_editTextStyle = 68;
- public static int AppCompatTheme_homeAsUpIndicator = 69;
- public static int AppCompatTheme_imageButtonStyle = 70;
- public static int AppCompatTheme_listChoiceBackgroundIndicator = 71;
- public static int AppCompatTheme_listDividerAlertDialog = 72;
- public static int AppCompatTheme_listMenuViewStyle = 73;
- public static int AppCompatTheme_listPopupWindowStyle = 74;
- public static int AppCompatTheme_listPreferredItemHeight = 75;
- public static int AppCompatTheme_listPreferredItemHeightLarge = 76;
- public static int AppCompatTheme_listPreferredItemHeightSmall = 77;
- public static int AppCompatTheme_listPreferredItemPaddingLeft = 78;
- public static int AppCompatTheme_listPreferredItemPaddingRight = 79;
- public static int AppCompatTheme_panelBackground = 80;
- public static int AppCompatTheme_panelMenuListTheme = 81;
- public static int AppCompatTheme_panelMenuListWidth = 82;
- public static int AppCompatTheme_popupMenuStyle = 83;
- public static int AppCompatTheme_popupWindowStyle = 84;
- public static int AppCompatTheme_radioButtonStyle = 85;
- public static int AppCompatTheme_ratingBarStyle = 86;
- public static int AppCompatTheme_ratingBarStyleIndicator = 87;
- public static int AppCompatTheme_ratingBarStyleSmall = 88;
- public static int AppCompatTheme_searchViewStyle = 89;
- public static int AppCompatTheme_seekBarStyle = 90;
- public static int AppCompatTheme_selectableItemBackground = 91;
- public static int AppCompatTheme_selectableItemBackgroundBorderless = 92;
- public static int AppCompatTheme_spinnerDropDownItemStyle = 93;
- public static int AppCompatTheme_spinnerStyle = 94;
- public static int AppCompatTheme_switchStyle = 95;
- public static int AppCompatTheme_textAppearanceLargePopupMenu = 96;
- public static int AppCompatTheme_textAppearanceListItem = 97;
- public static int AppCompatTheme_textAppearanceListItemSecondary = 98;
- public static int AppCompatTheme_textAppearanceListItemSmall = 99;
- public static int AppCompatTheme_textAppearancePopupMenuHeader = 100;
- public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 101;
- public static int AppCompatTheme_textAppearanceSearchResultTitle = 102;
- public static int AppCompatTheme_textAppearanceSmallPopupMenu = 103;
- public static int AppCompatTheme_textColorAlertDialogListItem = 104;
- public static int AppCompatTheme_textColorSearchUrl = 105;
- public static int AppCompatTheme_toolbarNavigationButtonStyle = 106;
- public static int AppCompatTheme_toolbarStyle = 107;
- public static int AppCompatTheme_tooltipForegroundColor = 108;
- public static int AppCompatTheme_tooltipFrameBackground = 109;
- public static int AppCompatTheme_viewInflaterClass = 110;
- public static int AppCompatTheme_windowActionBar = 111;
- public static int AppCompatTheme_windowActionBarOverlay = 112;
- public static int AppCompatTheme_windowActionModeOverlay = 113;
- public static int AppCompatTheme_windowFixedHeightMajor = 114;
- public static int AppCompatTheme_windowFixedHeightMinor = 115;
- public static int AppCompatTheme_windowFixedWidthMajor = 116;
- public static int AppCompatTheme_windowFixedWidthMinor = 117;
- public static int AppCompatTheme_windowMinWidthMajor = 118;
- public static int AppCompatTheme_windowMinWidthMinor = 119;
- public static int AppCompatTheme_windowNoTitle = 120;
- public static int[] ButtonBarLayout = { 0x7f040027 };
- public static int ButtonBarLayout_allowStacking = 0;
- public static int[] ColorStateListItem = { 0x7f040028, 0x0101031f, 0x010101a5 };
- public static int ColorStateListItem_alpha = 0;
- public static int ColorStateListItem_android_alpha = 1;
- public static int ColorStateListItem_android_color = 2;
- public static int[] CompoundButton = { 0x01010107, 0x7f040043, 0x7f040044 };
- public static int CompoundButton_android_button = 0;
- public static int CompoundButton_buttonTint = 1;
- public static int CompoundButton_buttonTintMode = 2;
- public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
- public static int CoordinatorLayout_keylines = 0;
- public static int CoordinatorLayout_statusBarBackground = 1;
- public static int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
- public static int[] DrawerArrowToggle = { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 };
- public static int DrawerArrowToggle_arrowHeadLength = 0;
- public static int DrawerArrowToggle_arrowShaftLength = 1;
- public static int DrawerArrowToggle_barLength = 2;
- public static int DrawerArrowToggle_color = 3;
- public static int DrawerArrowToggle_drawableSize = 4;
- public static int DrawerArrowToggle_gapBetweenBars = 5;
- public static int DrawerArrowToggle_spinBars = 6;
- public static int DrawerArrowToggle_thickness = 7;
- public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
- public static int FontFamily_fontProviderAuthority = 0;
- public static int FontFamily_fontProviderCerts = 1;
- public static int FontFamily_fontProviderFetchStrategy = 2;
- public static int FontFamily_fontProviderFetchTimeout = 3;
- public static int FontFamily_fontProviderPackage = 4;
- public static int FontFamily_fontProviderQuery = 5;
- public static int[] FontFamilyFont = { 0x01010532, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
- public static int FontFamilyFont_android_font = 0;
- public static int FontFamilyFont_android_fontStyle = 1;
- public static int FontFamilyFont_android_fontVariationSettings = 2;
- public static int FontFamilyFont_android_fontWeight = 3;
- public static int FontFamilyFont_android_ttcIndex = 4;
- public static int FontFamilyFont_font = 5;
- public static int FontFamilyFont_fontStyle = 6;
- public static int FontFamilyFont_fontVariationSettings = 7;
- public static int FontFamilyFont_fontWeight = 8;
- public static int FontFamilyFont_ttcIndex = 9;
- public static int[] GradientColor = { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 };
- public static int GradientColor_android_centerColor = 0;
- public static int GradientColor_android_centerX = 1;
- public static int GradientColor_android_centerY = 2;
- public static int GradientColor_android_endColor = 3;
- public static int GradientColor_android_endX = 4;
- public static int GradientColor_android_endY = 5;
- public static int GradientColor_android_gradientRadius = 6;
- public static int GradientColor_android_startColor = 7;
- public static int GradientColor_android_startX = 8;
- public static int GradientColor_android_startY = 9;
- public static int GradientColor_android_tileMode = 10;
- public static int GradientColor_android_type = 11;
- public static int[] GradientColorItem = { 0x010101a5, 0x01010514 };
- public static int GradientColorItem_android_color = 0;
- public static int GradientColorItem_android_offset = 1;
- public static int[] LinearLayoutCompat = { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 };
- public static int LinearLayoutCompat_android_baselineAligned = 0;
- public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 1;
- public static int LinearLayoutCompat_android_gravity = 2;
- public static int LinearLayoutCompat_android_orientation = 3;
- public static int LinearLayoutCompat_android_weightSum = 4;
- public static int LinearLayoutCompat_divider = 5;
- public static int LinearLayoutCompat_dividerPadding = 6;
- public static int LinearLayoutCompat_measureWithLargestChild = 7;
- public static int LinearLayoutCompat_showDividers = 8;
- public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 };
- public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static int LinearLayoutCompat_Layout_android_layout_height = 1;
- public static int LinearLayoutCompat_Layout_android_layout_weight = 2;
- public static int LinearLayoutCompat_Layout_android_layout_width = 3;
- public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
- public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static int[] MenuGroup = { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 };
- public static int MenuGroup_android_checkableBehavior = 0;
- public static int MenuGroup_android_enabled = 1;
- public static int MenuGroup_android_id = 2;
- public static int MenuGroup_android_menuCategory = 3;
- public static int MenuGroup_android_orderInCategory = 4;
- public static int MenuGroup_android_visible = 5;
- public static int[] MenuItem = { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 };
- public static int MenuItem_actionLayout = 0;
- public static int MenuItem_actionProviderClass = 1;
- public static int MenuItem_actionViewClass = 2;
- public static int MenuItem_alphabeticModifiers = 3;
- public static int MenuItem_android_alphabeticShortcut = 4;
- public static int MenuItem_android_checkable = 5;
- public static int MenuItem_android_checked = 6;
- public static int MenuItem_android_enabled = 7;
- public static int MenuItem_android_icon = 8;
- public static int MenuItem_android_id = 9;
- public static int MenuItem_android_menuCategory = 10;
- public static int MenuItem_android_numericShortcut = 11;
- public static int MenuItem_android_onClick = 12;
- public static int MenuItem_android_orderInCategory = 13;
- public static int MenuItem_android_title = 14;
- public static int MenuItem_android_titleCondensed = 15;
- public static int MenuItem_android_visible = 16;
- public static int MenuItem_contentDescription = 17;
- public static int MenuItem_iconTint = 18;
- public static int MenuItem_iconTintMode = 19;
- public static int MenuItem_numericModifiers = 20;
- public static int MenuItem_showAsAction = 21;
- public static int MenuItem_tooltipText = 22;
- public static int[] MenuView = { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 };
- public static int MenuView_android_headerBackground = 0;
- public static int MenuView_android_horizontalDivider = 1;
- public static int MenuView_android_itemBackground = 2;
- public static int MenuView_android_itemIconDisabledAlpha = 3;
- public static int MenuView_android_itemTextAppearance = 4;
- public static int MenuView_android_verticalDivider = 5;
- public static int MenuView_android_windowAnimationStyle = 6;
- public static int MenuView_preserveIconSpacing = 7;
- public static int MenuView_subMenuArrow = 8;
- public static int[] PopupWindow = { 0x010102c9, 0x01010176, 0x7f0400ac };
- public static int PopupWindow_android_popupAnimationStyle = 0;
- public static int PopupWindow_android_popupBackground = 1;
- public static int PopupWindow_overlapAnchor = 2;
- public static int[] PopupWindowBackgroundState = { 0x7f0400d0 };
- public static int PopupWindowBackgroundState_state_above_anchor = 0;
- public static int[] RecycleListView = { 0x7f0400ad, 0x7f0400b0 };
- public static int RecycleListView_paddingBottomNoButtons = 0;
- public static int RecycleListView_paddingTopNoTitle = 1;
- public static int[] SearchView = { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 };
- public static int SearchView_android_focusable = 0;
- public static int SearchView_android_imeOptions = 1;
- public static int SearchView_android_inputType = 2;
- public static int SearchView_android_maxWidth = 3;
- public static int SearchView_closeIcon = 4;
- public static int SearchView_commitIcon = 5;
- public static int SearchView_defaultQueryHint = 6;
- public static int SearchView_goIcon = 7;
- public static int SearchView_iconifiedByDefault = 8;
- public static int SearchView_layout = 9;
- public static int SearchView_queryBackground = 10;
- public static int SearchView_queryHint = 11;
- public static int SearchView_searchHintIcon = 12;
- public static int SearchView_searchIcon = 13;
- public static int SearchView_submitBackground = 14;
- public static int SearchView_suggestionRowLayout = 15;
- public static int SearchView_voiceIcon = 16;
- public static int[] Spinner = { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 };
- public static int Spinner_android_dropDownWidth = 0;
- public static int Spinner_android_entries = 1;
- public static int Spinner_android_popupBackground = 2;
- public static int Spinner_android_prompt = 3;
- public static int Spinner_popupTheme = 4;
- public static int[] StateListDrawable = { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 };
- public static int StateListDrawable_android_constantSize = 0;
- public static int StateListDrawable_android_dither = 1;
- public static int StateListDrawable_android_enterFadeDuration = 2;
- public static int StateListDrawable_android_exitFadeDuration = 3;
- public static int StateListDrawable_android_variablePadding = 4;
- public static int StateListDrawable_android_visible = 5;
- public static int[] StateListDrawableItem = { 0x01010199 };
- public static int StateListDrawableItem_android_drawable = 0;
- public static int[] SwitchCompat = { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 };
- public static int SwitchCompat_android_textOff = 0;
- public static int SwitchCompat_android_textOn = 1;
- public static int SwitchCompat_android_thumb = 2;
- public static int SwitchCompat_showText = 3;
- public static int SwitchCompat_splitTrack = 4;
- public static int SwitchCompat_switchMinWidth = 5;
- public static int SwitchCompat_switchPadding = 6;
- public static int SwitchCompat_switchTextAppearance = 7;
- public static int SwitchCompat_thumbTextPadding = 8;
- public static int SwitchCompat_thumbTint = 9;
- public static int SwitchCompat_thumbTintMode = 10;
- public static int SwitchCompat_track = 11;
- public static int SwitchCompat_trackTint = 12;
- public static int SwitchCompat_trackTintMode = 13;
- public static int[] TextAppearance = { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd };
- public static int TextAppearance_android_fontFamily = 0;
- public static int TextAppearance_android_shadowColor = 1;
- public static int TextAppearance_android_shadowDx = 2;
- public static int TextAppearance_android_shadowDy = 3;
- public static int TextAppearance_android_shadowRadius = 4;
- public static int TextAppearance_android_textColor = 5;
- public static int TextAppearance_android_textColorHint = 6;
- public static int TextAppearance_android_textColorLink = 7;
- public static int TextAppearance_android_textSize = 8;
- public static int TextAppearance_android_textStyle = 9;
- public static int TextAppearance_android_typeface = 10;
- public static int TextAppearance_fontFamily = 11;
- public static int TextAppearance_textAllCaps = 12;
- public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa };
- public static int Toolbar_android_gravity = 0;
- public static int Toolbar_android_minHeight = 1;
- public static int Toolbar_buttonGravity = 2;
- public static int Toolbar_collapseContentDescription = 3;
- public static int Toolbar_collapseIcon = 4;
- public static int Toolbar_contentInsetEnd = 5;
- public static int Toolbar_contentInsetEndWithActions = 6;
- public static int Toolbar_contentInsetLeft = 7;
- public static int Toolbar_contentInsetRight = 8;
- public static int Toolbar_contentInsetStart = 9;
- public static int Toolbar_contentInsetStartWithNavigation = 10;
- public static int Toolbar_logo = 11;
- public static int Toolbar_logoDescription = 12;
- public static int Toolbar_maxButtonHeight = 13;
- public static int Toolbar_navigationContentDescription = 14;
- public static int Toolbar_navigationIcon = 15;
- public static int Toolbar_popupTheme = 16;
- public static int Toolbar_subtitle = 17;
- public static int Toolbar_subtitleTextAppearance = 18;
- public static int Toolbar_subtitleTextColor = 19;
- public static int Toolbar_title = 20;
- public static int Toolbar_titleMargin = 21;
- public static int Toolbar_titleMarginBottom = 22;
- public static int Toolbar_titleMarginEnd = 23;
- public static int Toolbar_titleMarginStart = 24;
- public static int Toolbar_titleMarginTop = 25;
- public static int Toolbar_titleMargins = 26;
- public static int Toolbar_titleTextAppearance = 27;
- public static int Toolbar_titleTextColor = 28;
- public static int[] View = { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 };
- public static int View_android_focusable = 0;
- public static int View_android_theme = 1;
- public static int View_paddingEnd = 2;
- public static int View_paddingStart = 3;
- public static int View_theme = 4;
- public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f040035, 0x7f040036 };
- public static int ViewBackgroundHelper_android_background = 0;
- public static int ViewBackgroundHelper_backgroundTint = 1;
- public static int ViewBackgroundHelper_backgroundTintMode = 2;
- public static int[] ViewStubCompat = { 0x010100d0, 0x010100f3, 0x010100f2 };
- public static int ViewStubCompat_android_id = 0;
- public static int ViewStubCompat_android_inflatedId = 1;
- public static int ViewStubCompat_android_layout = 2;
- }
-}
diff --git a/colorpicker/build/intermediates/attr/R.txt b/colorpicker/build/intermediates/attr/R.txt
deleted file mode 100644
index e3377052..00000000
--- a/colorpicker/build/intermediates/attr/R.txt
+++ /dev/null
@@ -1,1373 +0,0 @@
-int attr absListViewStyle 0x0101006a
-int attr accessibilityEventTypes 0x01010380
-int attr accessibilityFeedbackType 0x01010382
-int attr accessibilityFlags 0x01010384
-int attr accessibilityHeading 0x01010580
-int attr accessibilityLiveRegion 0x010103ee
-int attr accessibilityPaneTitle 0x0101057c
-int attr accessibilityTraversalAfter 0x010104d2
-int attr accessibilityTraversalBefore 0x010104d1
-int attr accountPreferences 0x0101029f
-int attr accountType 0x0101028f
-int attr action 0x0101002d
-int attr actionBarDivider 0x0101039b
-int attr actionBarItemBackground 0x0101039c
-int attr actionBarPopupTheme 0x0101048d
-int attr actionBarSize 0x010102eb
-int attr actionBarSplitStyle 0x01010388
-int attr actionBarStyle 0x010102ce
-int attr actionBarTabBarStyle 0x010102f4
-int attr actionBarTabStyle 0x010102f3
-int attr actionBarTabTextStyle 0x010102f5
-int attr actionBarTheme 0x01010431
-int attr actionBarWidgetTheme 0x01010397
-int attr actionButtonStyle 0x010102d8
-int attr actionDropDownStyle 0x010102d7
-int attr actionLayout 0x010102fb
-int attr actionMenuTextAppearance 0x01010360
-int attr actionMenuTextColor 0x01010361
-int attr actionModeBackground 0x010102db
-int attr actionModeCloseButtonStyle 0x010102f7
-int attr actionModeCloseDrawable 0x010102dc
-int attr actionModeCopyDrawable 0x01010312
-int attr actionModeCutDrawable 0x01010311
-int attr actionModeFindDrawable 0x0101047a
-int attr actionModePasteDrawable 0x01010313
-int attr actionModeSelectAllDrawable 0x0101037e
-int attr actionModeShareDrawable 0x01010479
-int attr actionModeSplitBackground 0x0101039d
-int attr actionModeStyle 0x01010394
-int attr actionModeWebSearchDrawable 0x0101047b
-int attr actionOverflowButtonStyle 0x010102f6
-int attr actionOverflowMenuStyle 0x01010444
-int attr actionProviderClass 0x01010389
-int attr actionViewClass 0x010102fc
-int attr activatedBackgroundIndicator 0x010102fd
-int attr activityCloseEnterAnimation 0x010100ba
-int attr activityCloseExitAnimation 0x010100bb
-int attr activityOpenEnterAnimation 0x010100b8
-int attr activityOpenExitAnimation 0x010100b9
-int attr addPrintersActivity 0x010103e6
-int attr addStatesFromChildren 0x010100f0
-int attr adjustViewBounds 0x0101011e
-int attr advancedPrintOptionsActivity 0x010103f1
-int attr alertDialogIcon 0x01010355
-int attr alertDialogStyle 0x0101005d
-int attr alertDialogTheme 0x01010309
-int attr alignmentMode 0x0101037a
-int attr allContactsName 0x010102cc
-int attr allowBackup 0x01010280
-int attr allowClearUserData 0x01010005
-int attr allowEmbedded 0x010103f5
-int attr allowParallelSyncs 0x01010332
-int attr allowSingleTap 0x01010259
-int attr allowTaskReparenting 0x01010204
-int attr allowUndo 0x010104df
-int attr alpha 0x0101031f
-int attr alphabeticModifiers 0x0101054e
-int attr alphabeticShortcut 0x010101e3
-int attr alwaysDrawnWithCache 0x010100ef
-int attr alwaysRetainTaskState 0x01010203
-int attr amPmBackgroundColor 0x010104a5
-int attr amPmTextColor 0x010104a4
-int attr ambientShadowAlpha 0x010104be
-int attr angle 0x010101a0
-int attr animateFirstView 0x010102d5
-int attr animateLayoutChanges 0x010102f2
-int attr animateOnClick 0x0101025c
-int attr animation 0x010101cd
-int attr animationCache 0x010100ed
-int attr animationDuration 0x01010112
-int attr animationOrder 0x010101ce
-int attr animationResolution 0x0101031a
-int attr antialias 0x0101011a
-int attr anyDensity 0x0101026c
-int attr apduServiceBanner 0x010103ed
-int attr apiKey 0x01010211
-int attr appCategory 0x01010545
-int attr appComponentFactory 0x0101057a
-int attr author 0x010102b4
-int attr authorities 0x01010018
-int attr autoAdvanceViewId 0x0101030f
-int attr autoCompleteTextViewStyle 0x0101006b
-int attr autoLink 0x010100b0
-int attr autoMirrored 0x010103ea
-int attr autoRemoveFromRecents 0x01010447
-int attr autoSizeMaxTextSize 0x01010546
-int attr autoSizeMinTextSize 0x01010538
-int attr autoSizePresetSizes 0x01010537
-int attr autoSizeStepGranularity 0x01010536
-int attr autoSizeTextType 0x01010535
-int attr autoStart 0x010102b5
-int attr autoText 0x0101016a
-int attr autoUrlDetect 0x0101028c
-int attr autoVerify 0x010104ee
-int attr autofillHints 0x01010556
-int attr autofilledHighlight 0x01010568
-int attr background 0x010100d4
-int attr backgroundDimAmount 0x01010032
-int attr backgroundDimEnabled 0x0101021f
-int attr backgroundSplit 0x0101038b
-int attr backgroundStacked 0x0101038a
-int attr backgroundTint 0x0101046b
-int attr backgroundTintMode 0x0101046c
-int attr backupAgent 0x0101027f
-int attr backupInForeground 0x0101051a
-int attr banner 0x010103f2
-int attr baseline 0x0101031c
-int attr baselineAlignBottom 0x01010122
-int attr baselineAligned 0x01010126
-int attr baselineAlignedChildIndex 0x01010127
-int attr bitmap 0x01010516
-int attr borderlessButtonStyle 0x0101032b
-int attr bottom 0x010101b0
-int attr bottomBright 0x010100cd
-int attr bottomDark 0x010100c9
-int attr bottomLeftRadius 0x010101ab
-int attr bottomMedium 0x010100ce
-int attr bottomOffset 0x01010257
-int attr bottomRightRadius 0x010101ac
-int attr breadCrumbShortTitle 0x01010304
-int attr breadCrumbTitle 0x01010303
-int attr breakStrategy 0x010104dd
-int attr bufferType 0x0101014e
-int attr button 0x01010107
-int attr buttonBarButtonStyle 0x0101032f
-int attr buttonBarNegativeButtonStyle 0x0101048b
-int attr buttonBarNeutralButtonStyle 0x0101048a
-int attr buttonBarPositiveButtonStyle 0x01010489
-int attr buttonBarStyle 0x0101032e
-int attr buttonCornerRadius 0x01010575
-int attr buttonGravity 0x010104fe
-int attr buttonStyle 0x01010048
-int attr buttonStyleInset 0x0101004a
-int attr buttonStyleSmall 0x01010049
-int attr buttonStyleToggle 0x0101004b
-int attr buttonTint 0x0101046f
-int attr buttonTintMode 0x01010470
-int attr cacheColorHint 0x01010101
-int attr calendarTextColor 0x0101049b
-int attr calendarViewShown 0x0101034c
-int attr calendarViewStyle 0x0101035d
-int attr canControlMagnification 0x01010507
-int attr canPerformGestures 0x0101050d
-int attr canRecord 0x0101051c
-int attr canRequestEnhancedWebAccessibility 0x010103d8
-int attr canRequestFilterKeyEvents 0x010103d9
-int attr canRequestFingerprintGestures 0x0101054d
-int attr canRequestTouchExplorationMode 0x010103d7
-int attr canRetrieveWindowContent 0x01010385
-int attr candidatesTextStyleSpans 0x01010230
-int attr cantSaveState 0x0101056e
-int attr capitalize 0x01010169
-int attr category 0x010103e8
-int attr centerBright 0x010100cc
-int attr centerColor 0x0101020b
-int attr centerDark 0x010100c8
-int attr centerMedium 0x010100cf
-int attr centerX 0x010101a2
-int attr centerY 0x010101a3
-int attr certDigest 0x01010548
-int attr checkBoxPreferenceStyle 0x0101008f
-int attr checkMark 0x01010108
-int attr checkMarkTint 0x010104a7
-int attr checkMarkTintMode 0x010104a8
-int attr checkable 0x010101e5
-int attr checkableBehavior 0x010101e0
-int attr checkboxStyle 0x0101006c
-int attr checked 0x01010106
-int attr checkedButton 0x01010148
-int attr checkedTextViewStyle 0x010103c8
-int attr childDivider 0x01010111
-int attr childIndicator 0x0101010c
-int attr childIndicatorEnd 0x010103d4
-int attr childIndicatorLeft 0x0101010f
-int attr childIndicatorRight 0x01010110
-int attr childIndicatorStart 0x010103d3
-int attr choiceMode 0x0101012b
-int attr classLoader 0x0101056b
-int attr clearTaskOnLaunch 0x01010015
-int attr clickable 0x010100e5
-int attr clipChildren 0x010100ea
-int attr clipOrientation 0x0101020a
-int attr clipToPadding 0x010100eb
-int attr closeIcon 0x01010481
-int attr codes 0x01010242
-int attr collapseColumns 0x0101014b
-int attr collapseContentDescription 0x010104d0
-int attr collapseIcon 0x010104ff
-int attr color 0x010101a5
-int attr colorAccent 0x01010435
-int attr colorActivatedHighlight 0x01010390
-int attr colorBackground 0x01010031
-int attr colorBackgroundCacheHint 0x010102ab
-int attr colorBackgroundFloating 0x010104e2
-int attr colorButtonNormal 0x0101042b
-int attr colorControlActivated 0x0101042a
-int attr colorControlHighlight 0x0101042c
-int attr colorControlNormal 0x01010429
-int attr colorEdgeEffect 0x010104ce
-int attr colorError 0x01010543
-int attr colorFocusedHighlight 0x0101038f
-int attr colorForeground 0x01010030
-int attr colorForegroundInverse 0x01010206
-int attr colorLongPressedHighlight 0x0101038e
-int attr colorMode 0x0101054a
-int attr colorMultiSelectHighlight 0x01010391
-int attr colorPressedHighlight 0x0101038d
-int attr colorPrimary 0x01010433
-int attr colorPrimaryDark 0x01010434
-int attr colorSecondary 0x01010530
-int attr columnCount 0x01010377
-int attr columnDelay 0x010101cf
-int attr columnOrderPreserved 0x01010378
-int attr columnWidth 0x01010117
-int attr commitIcon 0x01010485
-int attr compatibleWidthLimitDp 0x01010365
-int attr completionHint 0x01010172
-int attr completionHintView 0x01010173
-int attr completionThreshold 0x01010174
-int attr configChanges 0x0101001f
-int attr configure 0x0101025d
-int attr constantSize 0x01010196
-int attr content 0x0101025b
-int attr contentAgeHint 0x010104b9
-int attr contentAuthority 0x01010290
-int attr contentDescription 0x01010273
-int attr contentInsetEnd 0x01010454
-int attr contentInsetEndWithActions 0x01010523
-int attr contentInsetLeft 0x01010455
-int attr contentInsetRight 0x01010456
-int attr contentInsetStart 0x01010453
-int attr contentInsetStartWithNavigation 0x01010522
-int attr contextClickable 0x010104e7
-int attr contextDescription 0x0101052e
-int attr contextPopupMenuStyle 0x01010501
-int attr contextUri 0x0101052d
-int attr controlX1 0x010103fc
-int attr controlX2 0x010103fe
-int attr controlY1 0x010103fd
-int attr controlY2 0x010103ff
-int attr countDown 0x0101051b
-int attr country 0x010104ba
-int attr cropToPadding 0x01010123
-int attr cursorVisible 0x01010152
-int attr customNavigationLayout 0x010102d2
-int attr customTokens 0x0101033b
-int attr cycles 0x010101d4
-int attr dashGap 0x010101a7
-int attr dashWidth 0x010101a6
-int attr data 0x0101002e
-int attr datePickerDialogTheme 0x010104ac
-int attr datePickerMode 0x010104b3
-int attr datePickerStyle 0x0101035c
-int attr dateTextAppearance 0x01010349
-int attr dayOfWeekBackground 0x01010494
-int attr dayOfWeekTextAppearance 0x01010495
-int attr debuggable 0x0101000f
-int attr defaultFocusHighlightEnabled 0x01010562
-int attr defaultHeight 0x010104f5
-int attr defaultToDeviceProtectedStorage 0x01010504
-int attr defaultValue 0x010101ed
-int attr defaultWidth 0x010104f4
-int attr delay 0x010101cc
-int attr dependency 0x010101ec
-int attr descendantFocusability 0x010100f1
-int attr description 0x01010020
-int attr detachWallpaper 0x010102a6
-int attr detailColumn 0x010102a3
-int attr detailSocialSummary 0x010102a4
-int attr detailsElementBackground 0x0101034e
-int attr dial 0x01010102
-int attr dialogCornerRadius 0x01010571
-int attr dialogIcon 0x010101f4
-int attr dialogLayout 0x010101f7
-int attr dialogMessage 0x010101f3
-int attr dialogPreferenceStyle 0x01010091
-int attr dialogPreferredPadding 0x010104d3
-int attr dialogTheme 0x01010308
-int attr dialogTitle 0x010101f2
-int attr digits 0x01010166
-int attr directBootAware 0x01010505
-int attr direction 0x010101d1
-int attr directionDescriptions 0x010103a1
-int attr directionPriority 0x010101d2
-int attr disableDependentsState 0x010101f1
-int attr disabledAlpha 0x01010033
-int attr displayOptions 0x010102d0
-int attr dither 0x0101011c
-int attr divider 0x01010129
-int attr dividerHeight 0x0101012a
-int attr dividerHorizontal 0x0101032c
-int attr dividerPadding 0x0101032a
-int attr dividerVertical 0x0101030a
-int attr documentLaunchMode 0x01010445
-int attr drawSelectorOnTop 0x010100fc
-int attr drawable 0x01010199
-int attr drawableBottom 0x0101016e
-int attr drawableEnd 0x01010393
-int attr drawableLeft 0x0101016f
-int attr drawablePadding 0x01010171
-int attr drawableRight 0x01010170
-int attr drawableStart 0x01010392
-int attr drawableTint 0x010104d6
-int attr drawableTintMode 0x010104d7
-int attr drawableTop 0x0101016d
-int attr drawingCacheQuality 0x010100e8
-int attr dropDownAnchor 0x01010263
-int attr dropDownHeight 0x01010283
-int attr dropDownHintAppearance 0x01010088
-int attr dropDownHorizontalOffset 0x010102ac
-int attr dropDownItemStyle 0x01010086
-int attr dropDownListViewStyle 0x0101006d
-int attr dropDownSelector 0x01010175
-int attr dropDownSpinnerStyle 0x010102d6
-int attr dropDownVerticalOffset 0x010102ad
-int attr dropDownWidth 0x01010262
-int attr duplicateParentState 0x010100e9
-int attr duration 0x01010198
-int attr editTextBackground 0x01010352
-int attr editTextColor 0x01010351
-int attr editTextPreferenceStyle 0x01010092
-int attr editTextStyle 0x0101006e
-int attr editable 0x0101016b
-int attr editorExtras 0x01010224
-int attr elegantTextHeight 0x0101045d
-int attr elevation 0x01010440
-int attr ellipsize 0x010100ab
-int attr ems 0x01010158
-int attr enableVrMode 0x01010525
-int attr enabled 0x0101000e
-int attr end 0x010104dc
-int attr endColor 0x0101019e
-int attr endX 0x01010512
-int attr endY 0x01010513
-int attr endYear 0x0101017d
-int attr enterFadeDuration 0x0101030c
-int attr entries 0x010100b2
-int attr entryValues 0x010101f8
-int attr eventsInterceptionEnabled 0x0101027d
-int attr excludeClass 0x01010442
-int attr excludeFromRecents 0x01010017
-int attr excludeId 0x01010441
-int attr excludeName 0x0101044e
-int attr exitFadeDuration 0x0101030d
-int attr expandableListPreferredChildIndicatorLeft 0x01010052
-int attr expandableListPreferredChildIndicatorRight 0x01010053
-int attr expandableListPreferredChildPaddingLeft 0x0101004f
-int attr expandableListPreferredItemIndicatorLeft 0x01010050
-int attr expandableListPreferredItemIndicatorRight 0x01010051
-int attr expandableListPreferredItemPaddingLeft 0x0101004e
-int attr expandableListViewStyle 0x0101006f
-int attr expandableListViewWhiteStyle 0x010102b6
-int attr exported 0x01010010
-int attr externalService 0x0101050e
-int attr extraTension 0x0101026b
-int attr extractNativeLibs 0x010104ea
-int attr factor 0x010101d3
-int attr fadeDuration 0x01010278
-int attr fadeEnabled 0x0101027e
-int attr fadeOffset 0x01010277
-int attr fadeScrollbars 0x010102aa
-int attr fadingEdge 0x010100df
-int attr fadingEdgeLength 0x010100e0
-int attr fadingMode 0x010103e1
-int attr fallbackLineSpacing 0x0101057b
-int attr fastScrollAlwaysVisible 0x01010335
-int attr fastScrollEnabled 0x01010226
-int attr fastScrollOverlayPosition 0x0101033a
-int attr fastScrollPreviewBackgroundLeft 0x01010337
-int attr fastScrollPreviewBackgroundRight 0x01010338
-int attr fastScrollStyle 0x010103f7
-int attr fastScrollTextColor 0x01010359
-int attr fastScrollThumbDrawable 0x01010336
-int attr fastScrollTrackDrawable 0x01010339
-int attr fillAfter 0x010101bd
-int attr fillAlpha 0x010104cc
-int attr fillBefore 0x010101bc
-int attr fillColor 0x01010404
-int attr fillEnabled 0x0101024f
-int attr fillType 0x0101051e
-int attr fillViewport 0x0101017a
-int attr filter 0x0101011b
-int attr filterTouchesWhenObscured 0x010102c4
-int attr fingerprintAuthDrawable 0x010104e8
-int attr finishOnCloseSystemDialogs 0x010102a7
-int attr finishOnTaskLaunch 0x01010014
-int attr firstBaselineToTopHeight 0x0101057d
-int attr firstDayOfWeek 0x0101033d
-int attr fitsSystemWindows 0x010100dd
-int attr flipInterval 0x01010179
-int attr focusable 0x010100da
-int attr focusableInTouchMode 0x010100db
-int attr focusedByDefault 0x01010544
-int attr focusedMonthDateColor 0x01010343
-int attr font 0x01010532
-int attr fontFamily 0x010103ac
-int attr fontFeatureSettings 0x010104b7
-int attr fontProviderAuthority 0x01010550
-int attr fontProviderCerts 0x0101055d
-int attr fontProviderPackage 0x01010557
-int attr fontProviderQuery 0x01010551
-int attr fontStyle 0x0101053f
-int attr fontVariationSettings 0x01010570
-int attr fontWeight 0x01010533
-int attr footerDividersEnabled 0x0101022f
-int attr forceHasOverlappingRendering 0x01010521
-int attr foreground 0x01010109
-int attr foregroundGravity 0x01010200
-int attr foregroundTint 0x0101046d
-int attr foregroundTintMode 0x0101046e
-int attr format 0x01010105
-int attr format12Hour 0x010103ca
-int attr format24Hour 0x010103cb
-int attr fraction 0x010104d8
-int attr fragment 0x010102e3
-int attr fragmentAllowEnterTransitionOverlap 0x010104c8
-int attr fragmentAllowReturnTransitionOverlap 0x010104c9
-int attr fragmentCloseEnterAnimation 0x010102e7
-int attr fragmentCloseExitAnimation 0x010102e8
-int attr fragmentEnterTransition 0x010104c3
-int attr fragmentExitTransition 0x010104c2
-int attr fragmentFadeEnterAnimation 0x010102e9
-int attr fragmentFadeExitAnimation 0x010102ea
-int attr fragmentOpenEnterAnimation 0x010102e5
-int attr fragmentOpenExitAnimation 0x010102e6
-int attr fragmentReenterTransition 0x010104c7
-int attr fragmentReturnTransition 0x010104c5
-int attr fragmentSharedElementEnterTransition 0x010104c4
-int attr fragmentSharedElementReturnTransition 0x010104c6
-int attr freezesText 0x0101016c
-int attr fromAlpha 0x010101ca
-int attr fromDegrees 0x010101b3
-int attr fromId 0x0101044a
-int attr fromScene 0x010103dd
-int attr fromXDelta 0x010101c6
-int attr fromXScale 0x010101c2
-int attr fromYDelta 0x010101c8
-int attr fromYScale 0x010101c4
-int attr fullBackupContent 0x010104eb
-int attr fullBackupOnly 0x01010473
-int attr fullBright 0x010100ca
-int attr fullDark 0x010100c6
-int attr functionalTest 0x01010023
-int attr galleryItemBackground 0x0101004c
-int attr galleryStyle 0x01010070
-int attr gestureColor 0x01010275
-int attr gestureStrokeAngleThreshold 0x0101027c
-int attr gestureStrokeLengthThreshold 0x0101027a
-int attr gestureStrokeSquarenessThreshold 0x0101027b
-int attr gestureStrokeType 0x01010279
-int attr gestureStrokeWidth 0x01010274
-int attr glEsVersion 0x01010281
-int attr goIcon 0x01010482
-int attr gradientRadius 0x010101a4
-int attr grantUriPermissions 0x0101001b
-int attr gravity 0x010100af
-int attr gridViewStyle 0x01010071
-int attr groupIndicator 0x0101010b
-int attr hand_hour 0x01010103
-int attr hand_minute 0x01010104
-int attr handle 0x0101025a
-int attr handleProfiling 0x01010022
-int attr hapticFeedbackEnabled 0x0101025e
-int attr hardwareAccelerated 0x010102d3
-int attr hasCode 0x0101000c
-int attr headerAmPmTextAppearance 0x010104a0
-int attr headerBackground 0x0101012f
-int attr headerDayOfMonthTextAppearance 0x01010497
-int attr headerDividersEnabled 0x0101022e
-int attr headerMonthTextAppearance 0x01010496
-int attr headerTimeTextAppearance 0x0101049f
-int attr headerYearTextAppearance 0x01010498
-int attr height 0x01010155
-int attr hideOnContentScroll 0x01010443
-int attr hint 0x01010150
-int attr homeAsUpIndicator 0x0101030b
-int attr homeLayout 0x0101031d
-int attr horizontalDivider 0x0101012d
-int attr horizontalGap 0x0101023f
-int attr horizontalScrollViewStyle 0x01010353
-int attr horizontalSpacing 0x01010114
-int attr host 0x01010028
-int attr hotSpotX 0x01010517
-int attr hotSpotY 0x01010518
-int attr hyphenationFrequency 0x010104de
-int attr icon 0x01010002
-int attr iconPreview 0x01010249
-int attr iconSpaceReserved 0x01010561
-int attr iconTint 0x0101055e
-int attr iconTintMode 0x0101055f
-int attr iconifiedByDefault 0x010102fa
-int attr id 0x010100d0
-int attr ignoreGravity 0x010101ff
-int attr imageButtonStyle 0x01010072
-int attr imageWellStyle 0x01010073
-int attr imeActionId 0x01010266
-int attr imeActionLabel 0x01010265
-int attr imeExtractEnterAnimation 0x01010268
-int attr imeExtractExitAnimation 0x01010269
-int attr imeFullscreenBackground 0x0101022c
-int attr imeOptions 0x01010264
-int attr imeSubtypeExtraValue 0x010102ee
-int attr imeSubtypeLocale 0x010102ec
-int attr imeSubtypeMode 0x010102ed
-int attr immersive 0x010102c0
-int attr importantForAccessibility 0x010103aa
-int attr importantForAutofill 0x01010558
-int attr inAnimation 0x01010177
-int attr includeFontPadding 0x0101015f
-int attr includeInGlobalSearch 0x0101026e
-int attr indeterminate 0x01010139
-int attr indeterminateBehavior 0x0101013e
-int attr indeterminateDrawable 0x0101013b
-int attr indeterminateDuration 0x0101013d
-int attr indeterminateOnly 0x0101013a
-int attr indeterminateProgressStyle 0x01010318
-int attr indeterminateTint 0x01010469
-int attr indeterminateTintMode 0x0101046a
-int attr indicatorEnd 0x010103d2
-int attr indicatorLeft 0x0101010d
-int attr indicatorRight 0x0101010e
-int attr indicatorStart 0x010103d1
-int attr inflatedId 0x010100f3
-int attr initOrder 0x0101001a
-int attr initialKeyguardLayout 0x010103c2
-int attr initialLayout 0x01010251
-int attr innerRadius 0x0101025f
-int attr innerRadiusRatio 0x0101019b
-int attr inputMethod 0x01010168
-int attr inputType 0x01010220
-int attr inset 0x010104b5
-int attr insetBottom 0x010101ba
-int attr insetLeft 0x010101b7
-int attr insetRight 0x010101b8
-int attr insetTop 0x010101b9
-int attr installLocation 0x010102b7
-int attr interpolator 0x01010141
-int attr isAlwaysSyncable 0x01010333
-int attr isAsciiCapable 0x010103e9
-int attr isAuxiliary 0x0101037f
-int attr isDefault 0x01010221
-int attr isFeatureSplit 0x0101055b
-int attr isGame 0x010103f4
-int attr isIndicator 0x01010147
-int attr isModifier 0x01010246
-int attr isRepeatable 0x01010248
-int attr isScrollContainer 0x0101024e
-int attr isStatic 0x0101055a
-int attr isSticky 0x01010247
-int attr isolatedProcess 0x010103a9
-int attr isolatedSplits 0x0101054b
-int attr itemBackground 0x01010130
-int attr itemIconDisabledAlpha 0x01010131
-int attr itemPadding 0x0101032d
-int attr itemTextAppearance 0x0101012c
-int attr justificationMode 0x01010567
-int attr keepScreenOn 0x01010216
-int attr key 0x010101e8
-int attr keyBackground 0x01010233
-int attr keyEdgeFlags 0x01010245
-int attr keyHeight 0x0101023e
-int attr keyIcon 0x0101024c
-int attr keyLabel 0x0101024b
-int attr keyOutputText 0x0101024a
-int attr keyPreviewHeight 0x01010239
-int attr keyPreviewLayout 0x01010237
-int attr keyPreviewOffset 0x01010238
-int attr keySet 0x010103db
-int attr keyTextColor 0x01010236
-int attr keyTextSize 0x01010234
-int attr keyWidth 0x0101023d
-int attr keyboardLayout 0x010103ab
-int attr keyboardMode 0x0101024d
-int attr keyboardNavigationCluster 0x01010540
-int attr keycode 0x010100c5
-int attr killAfterRestore 0x0101029c
-int attr label 0x01010001
-int attr labelFor 0x010103c6
-int attr labelTextSize 0x01010235
-int attr languageTag 0x01010508
-int attr largeHeap 0x0101035a
-int attr largeScreens 0x01010286
-int attr largestWidthLimitDp 0x01010366
-int attr lastBaselineToBottomHeight 0x0101057e
-int attr launchMode 0x0101001d
-int attr launchTaskBehindSourceAnimation 0x01010492
-int attr launchTaskBehindTargetAnimation 0x01010491
-int attr layerType 0x01010354
-int attr layout 0x010100f2
-int attr layoutAnimation 0x010100ec
-int attr layoutDirection 0x010103b2
-int attr layoutMode 0x010103da
-int attr layout_above 0x01010184
-int attr layout_alignBaseline 0x01010186
-int attr layout_alignBottom 0x0101018a
-int attr layout_alignEnd 0x010103ba
-int attr layout_alignLeft 0x01010187
-int attr layout_alignParentBottom 0x0101018e
-int attr layout_alignParentEnd 0x010103bc
-int attr layout_alignParentLeft 0x0101018b
-int attr layout_alignParentRight 0x0101018d
-int attr layout_alignParentStart 0x010103bb
-int attr layout_alignParentTop 0x0101018c
-int attr layout_alignRight 0x01010189
-int attr layout_alignStart 0x010103b9
-int attr layout_alignTop 0x01010188
-int attr layout_alignWithParentIfMissing 0x01010192
-int attr layout_below 0x01010185
-int attr layout_centerHorizontal 0x01010190
-int attr layout_centerInParent 0x0101018f
-int attr layout_centerVertical 0x01010191
-int attr layout_column 0x0101014c
-int attr layout_columnSpan 0x0101037d
-int attr layout_columnWeight 0x01010459
-int attr layout_gravity 0x010100b3
-int attr layout_height 0x010100f5
-int attr layout_margin 0x010100f6
-int attr layout_marginBottom 0x010100fa
-int attr layout_marginEnd 0x010103b6
-int attr layout_marginHorizontal 0x0101053b
-int attr layout_marginLeft 0x010100f7
-int attr layout_marginRight 0x010100f9
-int attr layout_marginStart 0x010103b5
-int attr layout_marginTop 0x010100f8
-int attr layout_marginVertical 0x0101053c
-int attr layout_row 0x0101037b
-int attr layout_rowSpan 0x0101037c
-int attr layout_rowWeight 0x01010458
-int attr layout_scale 0x01010193
-int attr layout_span 0x0101014d
-int attr layout_toEndOf 0x010103b8
-int attr layout_toLeftOf 0x01010182
-int attr layout_toRightOf 0x01010183
-int attr layout_toStartOf 0x010103b7
-int attr layout_weight 0x01010181
-int attr layout_width 0x010100f4
-int attr layout_x 0x0101017f
-int attr layout_y 0x01010180
-int attr left 0x010101ad
-int attr letterSpacing 0x010104b6
-int attr level 0x01010500
-int attr lineHeight 0x0101057f
-int attr lineSpacingExtra 0x01010217
-int attr lineSpacingMultiplier 0x01010218
-int attr lines 0x01010154
-int attr linksClickable 0x010100b1
-int attr listChoiceBackgroundIndicator 0x010102f0
-int attr listChoiceIndicatorMultiple 0x0101021a
-int attr listChoiceIndicatorSingle 0x01010219
-int attr listDivider 0x01010214
-int attr listDividerAlertDialog 0x01010305
-int attr listMenuViewStyle 0x010104f2
-int attr listPopupWindowStyle 0x010102ff
-int attr listPreferredItemHeight 0x0101004d
-int attr listPreferredItemHeightLarge 0x01010386
-int attr listPreferredItemHeightSmall 0x01010387
-int attr listPreferredItemPaddingEnd 0x010103be
-int attr listPreferredItemPaddingLeft 0x010103a3
-int attr listPreferredItemPaddingRight 0x010103a4
-int attr listPreferredItemPaddingStart 0x010103bd
-int attr listSelector 0x010100fb
-int attr listSeparatorTextViewStyle 0x01010208
-int attr listViewStyle 0x01010074
-int attr listViewWhiteStyle 0x01010075
-int attr lockTaskMode 0x010104ed
-int attr logo 0x010102be
-int attr logoDescription 0x010104e9
-int attr longClickable 0x010100e6
-int attr loopViews 0x01010307
-int attr manageSpaceActivity 0x01010004
-int attr mapViewStyle 0x0101008a
-int attr marqueeRepeatLimit 0x0101021d
-int attr matchOrder 0x0101044f
-int attr max 0x01010136
-int attr maxAspectRatio 0x01010560
-int attr maxButtonHeight 0x010104fd
-int attr maxDate 0x01010340
-int attr maxEms 0x01010157
-int attr maxHeight 0x01010120
-int attr maxItemsPerRow 0x01010134
-int attr maxLength 0x01010160
-int attr maxLevel 0x010101b2
-int attr maxLines 0x01010153
-int attr maxLongVersionCode 0x01010583
-int attr maxRecents 0x01010446
-int attr maxRows 0x01010133
-int attr maxSdkVersion 0x01010271
-int attr maxWidth 0x0101011f
-int attr maximumAngle 0x0101047f
-int attr measureAllChildren 0x0101010a
-int attr measureWithLargestChild 0x010102d4
-int attr mediaRouteButtonStyle 0x010103ad
-int attr mediaRouteTypes 0x010103ae
-int attr menuCategory 0x010101de
-int attr mimeType 0x01010026
-int attr min 0x01010539
-int attr minDate 0x0101033f
-int attr minEms 0x0101015a
-int attr minHeight 0x01010140
-int attr minLevel 0x010101b1
-int attr minLines 0x01010156
-int attr minResizeHeight 0x01010396
-int attr minResizeWidth 0x01010395
-int attr minSdkVersion 0x0101020c
-int attr minWidth 0x0101013f
-int attr minimumHorizontalAngle 0x0101047d
-int attr minimumVerticalAngle 0x0101047e
-int attr mipMap 0x010103cd
-int attr mirrorForRtl 0x010103ce
-int attr mode 0x0101017e
-int attr moreIcon 0x01010135
-int attr multiArch 0x0101048e
-int attr multiprocess 0x01010013
-int attr name 0x01010003
-int attr navigationBarColor 0x01010452
-int attr navigationBarDividerColor 0x0101056d
-int attr navigationContentDescription 0x010104c1
-int attr navigationIcon 0x010104c0
-int attr navigationMode 0x010102cf
-int attr negativeButtonText 0x010101f6
-int attr nestedScrollingEnabled 0x01010436
-int attr networkSecurityConfig 0x01010527
-int attr nextClusterForward 0x01010542
-int attr nextFocusDown 0x010100e4
-int attr nextFocusForward 0x0101033c
-int attr nextFocusLeft 0x010100e1
-int attr nextFocusRight 0x010100e2
-int attr nextFocusUp 0x010100e3
-int attr noHistory 0x0101022d
-int attr normalScreens 0x01010285
-int attr notificationTimeout 0x01010383
-int attr numColumns 0x01010118
-int attr numStars 0x01010144
-int attr numberPickerStyle 0x01010524
-int attr numbersBackgroundColor 0x010104a2
-int attr numbersInnerTextColor 0x010104e1
-int attr numbersSelectorColor 0x010104a3
-int attr numbersTextColor 0x010104a1
-int attr numeric 0x01010165
-int attr numericModifiers 0x0101054f
-int attr numericShortcut 0x010101e4
-int attr offset 0x01010514
-int attr onClick 0x0101026f
-int attr oneshot 0x01010197
-int attr opacity 0x0101031e
-int attr order 0x010101ea
-int attr orderInCategory 0x010101df
-int attr ordering 0x010102e2
-int attr orderingFromXml 0x010101e7
-int attr orientation 0x010100c4
-int attr outAnimation 0x01010178
-int attr outlineAmbientShadowColor 0x01010582
-int attr outlineProvider 0x010104b8
-int attr outlineSpotShadowColor 0x01010581
-int attr overScrollFooter 0x010102c3
-int attr overScrollHeader 0x010102c2
-int attr overScrollMode 0x010102c1
-int attr overlapAnchor 0x01010462
-int attr overridesImplicitlyEnabledSubtype 0x010103a2
-int attr packageNames 0x01010381
-int attr padding 0x010100d5
-int attr paddingBottom 0x010100d9
-int attr paddingEnd 0x010103b4
-int attr paddingHorizontal 0x0101053d
-int attr paddingLeft 0x010100d6
-int attr paddingMode 0x01010457
-int attr paddingRight 0x010100d8
-int attr paddingStart 0x010103b3
-int attr paddingTop 0x010100d7
-int attr paddingVertical 0x0101053e
-int attr panelBackground 0x0101005e
-int attr panelColorBackground 0x01010061
-int attr panelColorForeground 0x01010060
-int attr panelFullBackground 0x0101005f
-int attr panelTextAppearance 0x01010062
-int attr parentActivityName 0x010103a7
-int attr password 0x0101015c
-int attr path 0x0101002a
-int attr pathData 0x01010405
-int attr pathPattern 0x0101002c
-int attr pathPrefix 0x0101002b
-int attr patternPathData 0x010104ca
-int attr permission 0x01010006
-int attr permissionFlags 0x010103c7
-int attr permissionGroup 0x0101000a
-int attr permissionGroupFlags 0x010103c5
-int attr persistableMode 0x0101042d
-int attr persistent 0x0101000d
-int attr persistentDrawingCache 0x010100ee
-int attr persistentWhenFeatureAvailable 0x01010563
-int attr phoneNumber 0x01010167
-int attr pivotX 0x010101b5
-int attr pivotY 0x010101b6
-int attr pointerIcon 0x01010509
-int attr popupAnimationStyle 0x010102c9
-int attr popupBackground 0x01010176
-int attr popupCharacters 0x01010244
-int attr popupElevation 0x0101048c
-int attr popupEnterTransition 0x0101051f
-int attr popupExitTransition 0x01010520
-int attr popupKeyboard 0x01010243
-int attr popupLayout 0x0101023b
-int attr popupMenuStyle 0x01010300
-int attr popupTheme 0x010104a9
-int attr popupWindowStyle 0x01010076
-int attr port 0x01010029
-int attr positiveButtonText 0x010101f5
-int attr preferenceCategoryStyle 0x0101008c
-int attr preferenceFragmentStyle 0x01010506
-int attr preferenceInformationStyle 0x0101008d
-int attr preferenceLayoutChild 0x01010094
-int attr preferenceScreenStyle 0x0101008b
-int attr preferenceStyle 0x0101008e
-int attr presentationTheme 0x010103c0
-int attr previewImage 0x010102da
-int attr primaryContentAlpha 0x01010552
-int attr priority 0x0101001c
-int attr privateImeOptions 0x01010223
-int attr process 0x01010011
-int attr progress 0x01010137
-int attr progressBackgroundTint 0x01010465
-int attr progressBackgroundTintMode 0x01010466
-int attr progressBarPadding 0x01010319
-int attr progressBarStyle 0x01010077
-int attr progressBarStyleHorizontal 0x01010078
-int attr progressBarStyleInverse 0x01010287
-int attr progressBarStyleLarge 0x0101007a
-int attr progressBarStyleLargeInverse 0x01010289
-int attr progressBarStyleSmall 0x01010079
-int attr progressBarStyleSmallInverse 0x01010288
-int attr progressBarStyleSmallTitle 0x0101020f
-int attr progressDrawable 0x0101013c
-int attr progressTint 0x01010463
-int attr progressTintMode 0x01010464
-int attr prompt 0x0101017b
-int attr propertyName 0x010102e1
-int attr propertyXName 0x01010474
-int attr propertyYName 0x01010475
-int attr protectionLevel 0x01010009
-int attr publicKey 0x010103a6
-int attr queryActionMsg 0x010101db
-int attr queryAfterZeroResults 0x01010282
-int attr queryBackground 0x01010487
-int attr queryHint 0x01010358
-int attr quickContactBadgeStyleSmallWindowLarge 0x010102b3
-int attr quickContactBadgeStyleSmallWindowMedium 0x010102b2
-int attr quickContactBadgeStyleSmallWindowSmall 0x010102b1
-int attr quickContactBadgeStyleWindowLarge 0x010102b0
-int attr quickContactBadgeStyleWindowMedium 0x010102af
-int attr quickContactBadgeStyleWindowSmall 0x010102ae
-int attr radioButtonStyle 0x0101007e
-int attr radius 0x010101a8
-int attr rating 0x01010145
-int attr ratingBarStyle 0x0101007c
-int attr ratingBarStyleIndicator 0x01010210
-int attr ratingBarStyleSmall 0x0101007d
-int attr readPermission 0x01010007
-int attr recognitionService 0x0101049c
-int attr recreateOnConfigChanges 0x01010547
-int attr recycleEnabled 0x01010559
-int attr relinquishTaskIdentity 0x01010476
-int attr reparent 0x010104bc
-int attr reparentWithOverlay 0x010104bd
-int attr repeatCount 0x010101bf
-int attr repeatMode 0x010101c0
-int attr reqFiveWayNav 0x01010232
-int attr reqHardKeyboard 0x01010229
-int attr reqKeyboardType 0x01010228
-int attr reqNavigation 0x0101022a
-int attr reqTouchScreen 0x01010227
-int attr requireDeviceUnlock 0x010103ec
-int attr required 0x0101028e
-int attr requiredAccountType 0x010103d6
-int attr requiredFeature 0x01010554
-int attr requiredForAllUsers 0x010103d0
-int attr requiredNotFeature 0x01010555
-int attr requiresFadingEdge 0x010103a5
-int attr requiresSmallestWidthDp 0x01010364
-int attr resizeClip 0x010104cf
-int attr resizeMode 0x01010363
-int attr resizeable 0x0101028d
-int attr resizeableActivity 0x010104f6
-int attr resource 0x01010025
-int attr restoreAnyVersion 0x010102ba
-int attr restoreNeedsApplication 0x0101029d
-int attr restrictedAccountType 0x010103d5
-int attr restrictionType 0x01010493
-int attr resumeWhilePausing 0x010104b2
-int attr reversible 0x0101044b
-int attr revisionCode 0x010104d5
-int attr right 0x010101af
-int attr ringtonePreferenceStyle 0x01010093
-int attr ringtoneType 0x010101f9
-int attr rotation 0x01010326
-int attr rotationAnimation 0x0101053a
-int attr rotationX 0x01010327
-int attr rotationY 0x01010328
-int attr roundIcon 0x0101052c
-int attr rowCount 0x01010375
-int attr rowDelay 0x010101d0
-int attr rowEdgeFlags 0x01010241
-int attr rowHeight 0x01010132
-int attr rowOrderPreserved 0x01010376
-int attr saveEnabled 0x010100e7
-int attr scaleGravity 0x010101fe
-int attr scaleHeight 0x010101fd
-int attr scaleType 0x0101011d
-int attr scaleWidth 0x010101fc
-int attr scaleX 0x01010324
-int attr scaleY 0x01010325
-int attr scheme 0x01010027
-int attr screenDensity 0x010102cb
-int attr screenOrientation 0x0101001e
-int attr screenReaderFocusable 0x01010574
-int attr screenSize 0x010102ca
-int attr scrollHorizontally 0x0101015b
-int attr scrollIndicators 0x010104e6
-int attr scrollViewStyle 0x01010080
-int attr scrollX 0x010100d2
-int attr scrollY 0x010100d3
-int attr scrollbarAlwaysDrawHorizontalTrack 0x01010068
-int attr scrollbarAlwaysDrawVerticalTrack 0x01010069
-int attr scrollbarDefaultDelayBeforeFade 0x010102a9
-int attr scrollbarFadeDuration 0x010102a8
-int attr scrollbarSize 0x01010063
-int attr scrollbarStyle 0x0101007f
-int attr scrollbarThumbHorizontal 0x01010064
-int attr scrollbarThumbVertical 0x01010065
-int attr scrollbarTrackHorizontal 0x01010066
-int attr scrollbarTrackVertical 0x01010067
-int attr scrollbars 0x010100de
-int attr scrollingCache 0x010100fe
-int attr searchButtonText 0x01010205
-int attr searchHintIcon 0x010104d4
-int attr searchIcon 0x01010483
-int attr searchMode 0x010101d5
-int attr searchSettingsDescription 0x0101028a
-int attr searchSuggestAuthority 0x010101d6
-int attr searchSuggestIntentAction 0x010101d9
-int attr searchSuggestIntentData 0x010101da
-int attr searchSuggestPath 0x010101d7
-int attr searchSuggestSelection 0x010101d8
-int attr searchSuggestThreshold 0x0101026d
-int attr searchViewStyle 0x01010480
-int attr secondaryContentAlpha 0x01010553
-int attr secondaryProgress 0x01010138
-int attr secondaryProgressTint 0x01010467
-int attr secondaryProgressTintMode 0x01010468
-int attr seekBarStyle 0x0101007b
-int attr segmentedButtonStyle 0x01010330
-int attr selectAllOnFocus 0x0101015e
-int attr selectable 0x010101e6
-int attr selectableItemBackground 0x0101030e
-int attr selectableItemBackgroundBorderless 0x0101045c
-int attr selectedDateVerticalBar 0x01010347
-int attr selectedWeekBackgroundColor 0x01010342
-int attr sessionService 0x0101043d
-int attr settingsActivity 0x01010225
-int attr setupActivity 0x010103f6
-int attr shadowColor 0x01010161
-int attr shadowDx 0x01010162
-int attr shadowDy 0x01010163
-int attr shadowRadius 0x01010164
-int attr shape 0x0101019a
-int attr shareInterpolator 0x010101bb
-int attr sharedUserId 0x0101000b
-int attr sharedUserLabel 0x01010261
-int attr shortcutDisabledMessage 0x0101052b
-int attr shortcutId 0x01010528
-int attr shortcutLongLabel 0x0101052a
-int attr shortcutShortLabel 0x01010529
-int attr shouldDisableView 0x010101ee
-int attr showAsAction 0x010102d9
-int attr showDefault 0x010101fa
-int attr showDividers 0x01010329
-int attr showForAllUsers 0x010104ef
-int attr showMetadataInPreview 0x0101052f
-int attr showOnLockScreen 0x010103c9
-int attr showSilent 0x010101fb
-int attr showText 0x010104ad
-int attr showWeekNumber 0x0101033e
-int attr showWhenLocked 0x01010569
-int attr shownWeekCount 0x01010341
-int attr shrinkColumns 0x0101014a
-int attr singleLine 0x0101015d
-int attr singleLineTitle 0x0101055c
-int attr singleUser 0x010103bf
-int attr slideEdge 0x01010430
-int attr smallIcon 0x0101029e
-int attr smallScreens 0x01010284
-int attr smoothScrollbar 0x01010231
-int attr soundEffectsEnabled 0x01010215
-int attr spacing 0x01010113
-int attr spinnerDropDownItemStyle 0x01010087
-int attr spinnerItemStyle 0x01010089
-int attr spinnerMode 0x010102f1
-int attr spinnerStyle 0x01010081
-int attr spinnersShown 0x0101034b
-int attr splitMotionEvents 0x010102ef
-int attr splitName 0x01010549
-int attr splitTrack 0x0101044c
-int attr spotShadowAlpha 0x010104bf
-int attr src 0x01010119
-int attr ssp 0x010103e3
-int attr sspPattern 0x010103e5
-int attr sspPrefix 0x010103e4
-int attr stackFromBottom 0x010100fd
-int attr stackViewStyle 0x0101043e
-int attr starStyle 0x01010082
-int attr start 0x010104db
-int attr startColor 0x0101019d
-int attr startDelay 0x010103e2
-int attr startOffset 0x010101be
-int attr startX 0x01010510
-int attr startY 0x01010511
-int attr startYear 0x0101017c
-int attr stateListAnimator 0x01010448
-int attr stateNotNeeded 0x01010016
-int attr state_above_anchor 0x010100aa
-int attr state_accelerated 0x0101031b
-int attr state_activated 0x010102fe
-int attr state_active 0x010100a2
-int attr state_checkable 0x0101009f
-int attr state_checked 0x010100a0
-int attr state_drag_can_accept 0x01010368
-int attr state_drag_hovered 0x01010369
-int attr state_empty 0x010100a9
-int attr state_enabled 0x0101009e
-int attr state_expanded 0x010100a8
-int attr state_first 0x010100a4
-int attr state_focused 0x0101009c
-int attr state_hovered 0x01010367
-int attr state_last 0x010100a6
-int attr state_long_pressable 0x0101023c
-int attr state_middle 0x010100a5
-int attr state_multiline 0x0101034d
-int attr state_pressed 0x010100a7
-int attr state_selected 0x010100a1
-int attr state_single 0x010100a3
-int attr state_window_focused 0x0101009d
-int attr staticWallpaperPreview 0x01010331
-int attr statusBarColor 0x01010451
-int attr stepSize 0x01010146
-int attr stopWithTask 0x0101036a
-int attr streamType 0x01010209
-int attr stretchColumns 0x01010149
-int attr stretchMode 0x01010116
-int attr strokeAlpha 0x010104cb
-int attr strokeColor 0x01010406
-int attr strokeLineCap 0x0101040b
-int attr strokeLineJoin 0x0101040c
-int attr strokeMiterLimit 0x0101040d
-int attr strokeWidth 0x01010407
-int attr subMenuArrow 0x010104f3
-int attr submitBackground 0x01010488
-int attr subtitle 0x010102d1
-int attr subtitleTextAppearance 0x0101042f
-int attr subtitleTextColor 0x010104e4
-int attr subtitleTextStyle 0x010102f9
-int attr subtypeExtraValue 0x0101039a
-int attr subtypeId 0x010103c1
-int attr subtypeLocale 0x01010399
-int attr suggestActionMsg 0x010101dc
-int attr suggestActionMsgColumn 0x010101dd
-int attr suggestionRowLayout 0x01010486
-int attr summary 0x010101e9
-int attr summaryColumn 0x010102a2
-int attr summaryOff 0x010101f0
-int attr summaryOn 0x010101ef
-int attr supportsAssist 0x010104f0
-int attr supportsLaunchVoiceAssistFromKeyguard 0x010104f1
-int attr supportsLocalInteraction 0x0101050f
-int attr supportsPictureInPicture 0x010104f7
-int attr supportsRtl 0x010103af
-int attr supportsSwitchingToNextInputMethod 0x010103eb
-int attr supportsUploading 0x0101029b
-int attr switchMinWidth 0x01010370
-int attr switchPadding 0x01010371
-int attr switchPreferenceStyle 0x0101036d
-int attr switchStyle 0x0101043f
-int attr switchTextAppearance 0x0101036e
-int attr switchTextOff 0x0101036c
-int attr switchTextOn 0x0101036b
-int attr syncable 0x01010019
-int attr tabStripEnabled 0x010102bd
-int attr tabStripLeft 0x010102bb
-int attr tabStripRight 0x010102bc
-int attr tabWidgetStyle 0x01010083
-int attr tag 0x010100d1
-int attr targetActivity 0x01010202
-int attr targetClass 0x0101002f
-int attr targetDescriptions 0x010103a0
-int attr targetId 0x010103dc
-int attr targetName 0x0101044d
-int attr targetPackage 0x01010021
-int attr targetProcesses 0x01010541
-int attr targetSandboxVersion 0x0101054c
-int attr targetSdkVersion 0x01010270
-int attr taskAffinity 0x01010012
-int attr taskCloseEnterAnimation 0x010100be
-int attr taskCloseExitAnimation 0x010100bf
-int attr taskOpenEnterAnimation 0x010100bc
-int attr taskOpenExitAnimation 0x010100bd
-int attr taskToBackEnterAnimation 0x010100c2
-int attr taskToBackExitAnimation 0x010100c3
-int attr taskToFrontEnterAnimation 0x010100c0
-int attr taskToFrontExitAnimation 0x010100c1
-int attr tension 0x0101026a
-int attr testOnly 0x01010272
-int attr text 0x0101014f
-int attr textAlignment 0x010103b1
-int attr textAllCaps 0x0101038c
-int attr textAppearance 0x01010034
-int attr textAppearanceButton 0x01010207
-int attr textAppearanceInverse 0x01010035
-int attr textAppearanceLarge 0x01010040
-int attr textAppearanceLargeInverse 0x01010043
-int attr textAppearanceLargePopupMenu 0x01010301
-int attr textAppearanceListItem 0x0101039e
-int attr textAppearanceListItemSecondary 0x01010432
-int attr textAppearanceListItemSmall 0x0101039f
-int attr textAppearanceMedium 0x01010041
-int attr textAppearanceMediumInverse 0x01010044
-int attr textAppearancePopupMenuHeader 0x01010502
-int attr textAppearanceSearchResultSubtitle 0x010102a0
-int attr textAppearanceSearchResultTitle 0x010102a1
-int attr textAppearanceSmall 0x01010042
-int attr textAppearanceSmallInverse 0x01010045
-int attr textAppearanceSmallPopupMenu 0x01010302
-int attr textCheckMark 0x01010046
-int attr textCheckMarkInverse 0x01010047
-int attr textColor 0x01010098
-int attr textColorAlertDialogListItem 0x01010306
-int attr textColorHighlight 0x01010099
-int attr textColorHighlightInverse 0x0101034f
-int attr textColorHint 0x0101009a
-int attr textColorHintInverse 0x0101003f
-int attr textColorLink 0x0101009b
-int attr textColorLinkInverse 0x01010350
-int attr textColorPrimary 0x01010036
-int attr textColorPrimaryDisableOnly 0x01010037
-int attr textColorPrimaryInverse 0x01010039
-int attr textColorPrimaryInverseDisableOnly 0x0101028b
-int attr textColorPrimaryInverseNoDisable 0x0101003d
-int attr textColorPrimaryNoDisable 0x0101003b
-int attr textColorSecondary 0x01010038
-int attr textColorSecondaryInverse 0x0101003a
-int attr textColorSecondaryInverseNoDisable 0x0101003e
-int attr textColorSecondaryNoDisable 0x0101003c
-int attr textColorTertiary 0x01010212
-int attr textColorTertiaryInverse 0x01010213
-int attr textCursorDrawable 0x01010362
-int attr textDirection 0x010103b0
-int attr textEditNoPasteWindowLayout 0x01010315
-int attr textEditPasteWindowLayout 0x01010314
-int attr textEditSideNoPasteWindowLayout 0x0101035f
-int attr textEditSidePasteWindowLayout 0x0101035e
-int attr textEditSuggestionItemLayout 0x01010374
-int attr textFilterEnabled 0x010100ff
-int attr textFontWeight 0x01010585
-int attr textIsSelectable 0x01010316
-int attr textOff 0x01010125
-int attr textOn 0x01010124
-int attr textScaleX 0x01010151
-int attr textSelectHandle 0x010102c7
-int attr textSelectHandleLeft 0x010102c5
-int attr textSelectHandleRight 0x010102c6
-int attr textSelectHandleWindowStyle 0x010102c8
-int attr textSize 0x01010095
-int attr textStyle 0x01010097
-int attr textSuggestionsWindowStyle 0x01010373
-int attr textViewStyle 0x01010084
-int attr theme 0x01010000
-int attr thickness 0x01010260
-int attr thicknessRatio 0x0101019c
-int attr thumb 0x01010142
-int attr thumbOffset 0x01010143
-int attr thumbPosition 0x010104e5
-int attr thumbTextPadding 0x01010372
-int attr thumbTint 0x01010471
-int attr thumbTintMode 0x01010472
-int attr thumbnail 0x010102a5
-int attr tickMark 0x0101050a
-int attr tickMarkTint 0x0101050b
-int attr tickMarkTintMode 0x0101050c
-int attr tileMode 0x01010201
-int attr tileModeX 0x01010477
-int attr tileModeY 0x01010478
-int attr timePickerDialogTheme 0x0101049e
-int attr timePickerMode 0x010104b4
-int attr timePickerStyle 0x0101049d
-int attr timeZone 0x010103cc
-int attr tint 0x01010121
-int attr tintMode 0x010103fb
-int attr title 0x010101e1
-int attr titleCondensed 0x010101e2
-int attr titleMargin 0x010104f8
-int attr titleMarginBottom 0x010104fc
-int attr titleMarginEnd 0x010104fa
-int attr titleMarginStart 0x010104f9
-int attr titleMarginTop 0x010104fb
-int attr titleTextAppearance 0x0101042e
-int attr titleTextColor 0x010104e3
-int attr titleTextStyle 0x010102f8
-int attr toAlpha 0x010101cb
-int attr toDegrees 0x010101b4
-int attr toId 0x01010449
-int attr toScene 0x010103de
-int attr toXDelta 0x010101c7
-int attr toXScale 0x010101c3
-int attr toYDelta 0x010101c9
-int attr toYScale 0x010101c5
-int attr toolbarStyle 0x010104aa
-int attr tooltipText 0x01010534
-int attr top 0x010101ae
-int attr topBright 0x010100cb
-int attr topDark 0x010100c7
-int attr topLeftRadius 0x010101a9
-int attr topOffset 0x01010258
-int attr topRightRadius 0x010101aa
-int attr touchscreenBlocksFocus 0x0101048f
-int attr track 0x0101036f
-int attr trackTint 0x010104d9
-int attr trackTintMode 0x010104da
-int attr transcriptMode 0x01010100
-int attr transformPivotX 0x01010320
-int attr transformPivotY 0x01010321
-int attr transition 0x010103df
-int attr transitionGroup 0x01010401
-int attr transitionName 0x01010400
-int attr transitionOrdering 0x010103e0
-int attr transitionVisibilityMode 0x0101047c
-int attr translateX 0x0101045a
-int attr translateY 0x0101045b
-int attr translationX 0x01010322
-int attr translationY 0x01010323
-int attr translationZ 0x010103fa
-int attr trimPathEnd 0x01010409
-int attr trimPathOffset 0x0101040a
-int attr trimPathStart 0x01010408
-int attr ttcIndex 0x0101056f
-int attr tunerCount 0x0101051d
-int attr turnScreenOn 0x0101056a
-int attr type 0x010101a1
-int attr typeface 0x01010096
-int attr uiOptions 0x01010398
-int attr uncertainGestureColor 0x01010276
-int attr unfocusedMonthDateColor 0x01010344
-int attr unselectedAlpha 0x0101020e
-int attr updatePeriodMillis 0x01010250
-int attr use32bitAbi 0x01010515
-int attr useDefaultMargins 0x01010379
-int attr useIntrinsicSizeAsMinimum 0x01010310
-int attr useLevel 0x0101019f
-int attr userVisible 0x01010291
-int attr usesCleartextTraffic 0x010104ec
-int attr value 0x01010024
-int attr valueFrom 0x010102de
-int attr valueTo 0x010102df
-int attr valueType 0x010102e0
-int attr variablePadding 0x01010195
-int attr vendor 0x010103e7
-int attr version 0x01010519
-int attr versionCode 0x0101021b
-int attr versionCodeMajor 0x01010576
-int attr versionMajor 0x01010577
-int attr versionName 0x0101021c
-int attr verticalCorrection 0x0101023a
-int attr verticalDivider 0x0101012e
-int attr verticalGap 0x01010240
-int attr verticalScrollbarPosition 0x01010334
-int attr verticalSpacing 0x01010115
-int attr viewportHeight 0x01010403
-int attr viewportWidth 0x01010402
-int attr visibility 0x010100dc
-int attr visible 0x01010194
-int attr visibleToInstantApps 0x01010531
-int attr vmSafeMode 0x010102b8
-int attr voiceIcon 0x01010484
-int attr voiceLanguage 0x01010255
-int attr voiceLanguageModel 0x01010253
-int attr voiceMaxResults 0x01010256
-int attr voicePromptText 0x01010254
-int attr voiceSearchMode 0x01010252
-int attr wallpaperCloseEnterAnimation 0x01010295
-int attr wallpaperCloseExitAnimation 0x01010296
-int attr wallpaperIntraCloseEnterAnimation 0x01010299
-int attr wallpaperIntraCloseExitAnimation 0x0101029a
-int attr wallpaperIntraOpenEnterAnimation 0x01010297
-int attr wallpaperIntraOpenExitAnimation 0x01010298
-int attr wallpaperOpenEnterAnimation 0x01010293
-int attr wallpaperOpenExitAnimation 0x01010294
-int attr webTextViewStyle 0x010102b9
-int attr webViewStyle 0x01010085
-int attr weekDayTextAppearance 0x01010348
-int attr weekNumberColor 0x01010345
-int attr weekSeparatorLineColor 0x01010346
-int attr weightSum 0x01010128
-int attr widgetCategory 0x010103c4
-int attr widgetFeatures 0x01010579
-int attr widgetLayout 0x010101eb
-int attr width 0x01010159
-int attr windowActionBar 0x010102cd
-int attr windowActionBarOverlay 0x010102e4
-int attr windowActionModeOverlay 0x010102dd
-int attr windowActivityTransitions 0x010104cd
-int attr windowAllowEnterTransitionOverlap 0x0101043c
-int attr windowAllowReturnTransitionOverlap 0x0101043b
-int attr windowAnimationStyle 0x010100ae
-int attr windowBackground 0x01010054
-int attr windowBackgroundFallback 0x01010503
-int attr windowClipToOutline 0x010104ab
-int attr windowCloseOnTouchOutside 0x0101035b
-int attr windowContentOverlay 0x01010059
-int attr windowContentTransitionManager 0x010103f9
-int attr windowContentTransitions 0x010103f8
-int attr windowDisablePreview 0x01010222
-int attr windowDrawsSystemBarBackgrounds 0x01010450
-int attr windowElevation 0x01010490
-int attr windowEnableSplitTouch 0x01010317
-int attr windowEnterAnimation 0x010100b4
-int attr windowEnterTransition 0x01010437
-int attr windowExitAnimation 0x010100b5
-int attr windowExitTransition 0x01010438
-int attr windowFrame 0x01010055
-int attr windowFullscreen 0x0101020d
-int attr windowHideAnimation 0x010100b7
-int attr windowIsFloating 0x01010057
-int attr windowIsTranslucent 0x01010058
-int attr windowLayoutInDisplayCutoutMode 0x01010586
-int attr windowLightNavigationBar 0x0101056c
-int attr windowLightStatusBar 0x010104e0
-int attr windowMinWidthMajor 0x01010356
-int attr windowMinWidthMinor 0x01010357
-int attr windowNoDisplay 0x0101021e
-int attr windowNoTitle 0x01010056
-int attr windowOverscan 0x010103cf
-int attr windowReenterTransition 0x010104af
-int attr windowReturnTransition 0x010104ae
-int attr windowSharedElementEnterTransition 0x01010439
-int attr windowSharedElementExitTransition 0x0101043a
-int attr windowSharedElementReenterTransition 0x010104b1
-int attr windowSharedElementReturnTransition 0x010104b0
-int attr windowSharedElementsUseOverlay 0x010104bb
-int attr windowShowAnimation 0x010100b6
-int attr windowShowWallpaper 0x01010292
-int attr windowSoftInputMode 0x0101022b
-int attr windowSplashscreenContent 0x01010564
-int attr windowSwipeToDismiss 0x010103f3
-int attr windowTitleBackgroundStyle 0x0101005c
-int attr windowTitleSize 0x0101005a
-int attr windowTitleStyle 0x0101005b
-int attr windowTransitionBackgroundFadeDuration 0x01010461
-int attr windowTranslucentNavigation 0x010103f0
-int attr windowTranslucentStatus 0x010103ef
-int attr writePermission 0x01010008
-int attr x 0x010100ac
-int attr xlargeScreens 0x010102bf
-int attr y 0x010100ad
-int attr yearListItemTextAppearance 0x01010499
-int attr yearListSelectorColor 0x0101049a
-int attr yesNoPreferenceStyle 0x01010090
-int attr zAdjustment 0x010101c1
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$anim.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$anim.class
deleted file mode 100644
index 5a91f1e9..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$anim.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$attr.class
deleted file mode 100644
index e93f6b82..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$bool.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$bool.class
deleted file mode 100644
index 8137aded..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$bool.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$color.class
deleted file mode 100644
index 62ab2903..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$dimen.class
deleted file mode 100644
index f5598623..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$drawable.class
deleted file mode 100644
index 84be9aa0..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$id.class
deleted file mode 100644
index 6f4f6903..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$integer.class
deleted file mode 100644
index 9ee7c00e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$layout.class
deleted file mode 100644
index ec55c6c4..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$string.class
deleted file mode 100644
index cf5b7e47..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$style.class
deleted file mode 100644
index 6e045b3a..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$styleable.class
deleted file mode 100644
index 7e1b7bf7..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R.class b/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R.class
deleted file mode 100644
index e210c727..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/appcompat/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/arch/core/R.class b/colorpicker/build/intermediates/classes/debug/androidx/arch/core/R.class
deleted file mode 100644
index 8d2354cc..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/arch/core/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$attr.class
deleted file mode 100644
index 41a9ee2e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$color.class
deleted file mode 100644
index 410e6c5e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$dimen.class
deleted file mode 100644
index 0a56798a..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$drawable.class
deleted file mode 100644
index b6cafa18..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$id.class
deleted file mode 100644
index a9dd3922..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$integer.class
deleted file mode 100644
index 268ed796..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$layout.class
deleted file mode 100644
index 9eeef269..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$string.class
deleted file mode 100644
index 2bc22428..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$style.class
deleted file mode 100644
index 6e5df76e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$styleable.class
deleted file mode 100644
index c44e1482..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R.class b/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R.class
deleted file mode 100644
index c926bd4f..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/asynclayoutinflater/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$attr.class
deleted file mode 100644
index 032c88a6..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$color.class
deleted file mode 100644
index 2f31204d..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$dimen.class
deleted file mode 100644
index 142c29d8..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$drawable.class
deleted file mode 100644
index 16254627..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$id.class
deleted file mode 100644
index d8912cea..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$integer.class
deleted file mode 100644
index 6020e578..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$layout.class
deleted file mode 100644
index 8badff76..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$string.class
deleted file mode 100644
index ba2e51c4..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$style.class
deleted file mode 100644
index 6a77d440..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$styleable.class
deleted file mode 100644
index 1c8008a5..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R.class b/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R.class
deleted file mode 100644
index 06a9c87c..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/coordinatorlayout/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$attr.class
deleted file mode 100644
index 922c4ef8..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$color.class
deleted file mode 100644
index d74ef960..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$dimen.class
deleted file mode 100644
index b8567e62..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$drawable.class
deleted file mode 100644
index d8028403..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$id.class
deleted file mode 100644
index 3af5cf43..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$integer.class
deleted file mode 100644
index df947674..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$layout.class
deleted file mode 100644
index aa8ac5b1..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$string.class
deleted file mode 100644
index 99b6d32e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$style.class
deleted file mode 100644
index c7b689d3..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R$styleable.class
deleted file mode 100644
index 2524a7ab..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/core/R.class b/colorpicker/build/intermediates/classes/debug/androidx/core/R.class
deleted file mode 100644
index 26687644..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/core/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/cursoradapter/R.class b/colorpicker/build/intermediates/classes/debug/androidx/cursoradapter/R.class
deleted file mode 100644
index 043ab846..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/cursoradapter/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$attr.class
deleted file mode 100644
index 646339d8..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$color.class
deleted file mode 100644
index 31f324f4..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$dimen.class
deleted file mode 100644
index bc5c5fb5..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$drawable.class
deleted file mode 100644
index 7100e1bc..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$id.class
deleted file mode 100644
index 11b932a7..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$integer.class
deleted file mode 100644
index 08810c8e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$layout.class
deleted file mode 100644
index f32b3769..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$string.class
deleted file mode 100644
index 433d3ed9..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$style.class
deleted file mode 100644
index 759901a2..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R$styleable.class
deleted file mode 100644
index a64e9efb..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/customview/R.class b/colorpicker/build/intermediates/classes/debug/androidx/customview/R.class
deleted file mode 100644
index 943631e6..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/customview/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/documentfile/R.class b/colorpicker/build/intermediates/classes/debug/androidx/documentfile/R.class
deleted file mode 100644
index 203a7db7..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/documentfile/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$attr.class
deleted file mode 100644
index ef180237..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$color.class
deleted file mode 100644
index ca272354..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$dimen.class
deleted file mode 100644
index eb9491d8..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$drawable.class
deleted file mode 100644
index 95a7c863..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$id.class
deleted file mode 100644
index 5fb6c93b..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$integer.class
deleted file mode 100644
index 9a752604..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$layout.class
deleted file mode 100644
index 23cf5e2b..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$string.class
deleted file mode 100644
index f0f0a5e2..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$style.class
deleted file mode 100644
index 68ffe94f..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$styleable.class
deleted file mode 100644
index 7f887fd7..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R.class b/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R.class
deleted file mode 100644
index 6a1356d5..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/drawerlayout/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$attr.class
deleted file mode 100644
index cdaca65b..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$color.class
deleted file mode 100644
index fc3c2b2d..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$dimen.class
deleted file mode 100644
index a097bd85..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$drawable.class
deleted file mode 100644
index 23649a00..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$id.class
deleted file mode 100644
index ccbb074c..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$integer.class
deleted file mode 100644
index 386a8f97..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$layout.class
deleted file mode 100644
index c10537d5..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$string.class
deleted file mode 100644
index bfcd2b59..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$style.class
deleted file mode 100644
index 37bcdec0..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$styleable.class
deleted file mode 100644
index 19f28359..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R.class b/colorpicker/build/intermediates/classes/debug/androidx/fragment/R.class
deleted file mode 100644
index 2e16420e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/fragment/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/interpolator/R.class b/colorpicker/build/intermediates/classes/debug/androidx/interpolator/R.class
deleted file mode 100644
index 320686d9..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/interpolator/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$attr.class
deleted file mode 100644
index 59d01241..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$color.class
deleted file mode 100644
index 65d0ddec..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$dimen.class
deleted file mode 100644
index 2a53c2ad..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$drawable.class
deleted file mode 100644
index ab43e065..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$id.class
deleted file mode 100644
index 18c0f024..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$integer.class
deleted file mode 100644
index f3323eea..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$layout.class
deleted file mode 100644
index c2357432..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$string.class
deleted file mode 100644
index 27d59799..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$style.class
deleted file mode 100644
index aca38a07..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$styleable.class
deleted file mode 100644
index f6450a1f..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R.class
deleted file mode 100644
index 6d31f4dc..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreui/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$attr.class
deleted file mode 100644
index 0f83dabf..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$color.class
deleted file mode 100644
index 105561b2..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$dimen.class
deleted file mode 100644
index f88136cc..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$drawable.class
deleted file mode 100644
index fdcc2a0a..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$id.class
deleted file mode 100644
index 26831762..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$integer.class
deleted file mode 100644
index 1d68ec96..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$layout.class
deleted file mode 100644
index 232ff9b2..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$string.class
deleted file mode 100644
index 27b94482..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$style.class
deleted file mode 100644
index f8a446ec..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$styleable.class
deleted file mode 100644
index c4478360..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R.class b/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R.class
deleted file mode 100644
index 2e715995..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/legacy/coreutils/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/R.class b/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/R.class
deleted file mode 100644
index 8b4739bb..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/livedata/core/R.class b/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/livedata/core/R.class
deleted file mode 100644
index 2c1a2b3e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/livedata/core/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/viewmodel/R.class b/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/viewmodel/R.class
deleted file mode 100644
index 20bd0330..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/lifecycle/viewmodel/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$attr.class
deleted file mode 100644
index cd8ae95f..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$color.class
deleted file mode 100644
index 183e7542..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$dimen.class
deleted file mode 100644
index 6d3be6c4..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$drawable.class
deleted file mode 100644
index ddea4271..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$id.class
deleted file mode 100644
index 0db91c28..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$integer.class
deleted file mode 100644
index c786c2d2..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$layout.class
deleted file mode 100644
index 72d4754c..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$string.class
deleted file mode 100644
index 820bd0f4..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$style.class
deleted file mode 100644
index 3b6cbbbf..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R$styleable.class
deleted file mode 100644
index 7fa6c357..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/loader/R.class b/colorpicker/build/intermediates/classes/debug/androidx/loader/R.class
deleted file mode 100644
index c69ea658..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/loader/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/localbroadcastmanager/R.class b/colorpicker/build/intermediates/classes/debug/androidx/localbroadcastmanager/R.class
deleted file mode 100644
index 3a799504..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/localbroadcastmanager/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/print/R.class b/colorpicker/build/intermediates/classes/debug/androidx/print/R.class
deleted file mode 100644
index a0dd66d3..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/print/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$attr.class
deleted file mode 100644
index d76e3e97..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$color.class
deleted file mode 100644
index 413ec205..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$dimen.class
deleted file mode 100644
index d30c1437..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$drawable.class
deleted file mode 100644
index 87a8509e..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$id.class
deleted file mode 100644
index f8a48784..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$integer.class
deleted file mode 100644
index 8d3d5ead..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$layout.class
deleted file mode 100644
index 1a958234..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$string.class
deleted file mode 100644
index 9728b85b..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$style.class
deleted file mode 100644
index de29d50a..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$styleable.class
deleted file mode 100644
index 8ac20698..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R.class b/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R.class
deleted file mode 100644
index b418dbb4..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/slidingpanelayout/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$attr.class
deleted file mode 100644
index 188c357c..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$color.class
deleted file mode 100644
index a493c3e8..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$dimen.class
deleted file mode 100644
index 0ecd50e8..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$drawable.class
deleted file mode 100644
index 5dd24337..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$id.class
deleted file mode 100644
index cce077bf..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$integer.class
deleted file mode 100644
index 92985f01..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$layout.class
deleted file mode 100644
index 83f9b221..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$string.class
deleted file mode 100644
index 03e3efbe..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$style.class
deleted file mode 100644
index 8c76c5b0..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$styleable.class
deleted file mode 100644
index 3f536895..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R.class b/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R.class
deleted file mode 100644
index 2f86a963..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/swiperefreshlayout/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$attr.class
deleted file mode 100644
index 434ffd8b..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$color.class
deleted file mode 100644
index cc00c788..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$dimen.class
deleted file mode 100644
index 22e01783..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$drawable.class
deleted file mode 100644
index 24c53aba..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$id.class
deleted file mode 100644
index 8f30fbcb..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$integer.class
deleted file mode 100644
index 13ec3801..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$layout.class
deleted file mode 100644
index bddd09ce..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$string.class
deleted file mode 100644
index 3a435875..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$style.class
deleted file mode 100644
index 28fbd0e2..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$styleable.class
deleted file mode 100644
index 9b76369c..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R.class b/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R.class
deleted file mode 100644
index 62679e57..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/vectordrawable/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/versionedparcelable/R.class b/colorpicker/build/intermediates/classes/debug/androidx/versionedparcelable/R.class
deleted file mode 100644
index 96f889d9..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/versionedparcelable/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$attr.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$attr.class
deleted file mode 100644
index 1a0191b8..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$color.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$color.class
deleted file mode 100644
index 469d4855..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$dimen.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$dimen.class
deleted file mode 100644
index 5feb29af..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$drawable.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$drawable.class
deleted file mode 100644
index 8785bf97..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$id.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$id.class
deleted file mode 100644
index e5773c6b..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$integer.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$integer.class
deleted file mode 100644
index 8ac821d9..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$layout.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$layout.class
deleted file mode 100644
index 9ecc4c98..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$string.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$string.class
deleted file mode 100644
index 4ff52dfb..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$style.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$style.class
deleted file mode 100644
index 482628cf..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$styleable.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$styleable.class
deleted file mode 100644
index 1dce1ebf..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R.class b/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R.class
deleted file mode 100644
index f065feca..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/androidx/viewpager/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/BuildConfig.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/BuildConfig.class
deleted file mode 100644
index cdcdd033..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/BuildConfig.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerDialog.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerDialog.class
deleted file mode 100644
index a3a0c269..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerDialog.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerPalette.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerPalette.class
deleted file mode 100644
index 9cb0463f..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerPalette.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch$OnColorSelectedListener.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch$OnColorSelectedListener.class
deleted file mode 100644
index f17258fb..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch$OnColorSelectedListener.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch.class
deleted file mode 100644
index e5f14405..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorPickerSwatch.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorStateDrawable.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorStateDrawable.class
deleted file mode 100644
index be876bb7..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/ColorStateDrawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/HsvColorComparator.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/HsvColorComparator.class
deleted file mode 100644
index a9c97203..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/HsvColorComparator.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$anim.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$anim.class
deleted file mode 100644
index a83bec98..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$anim.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$attr.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$attr.class
deleted file mode 100644
index 9106cce7..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$attr.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$bool.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$bool.class
deleted file mode 100644
index a94f10b4..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$bool.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$color.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$color.class
deleted file mode 100644
index 5435d7a5..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$color.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$dimen.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$dimen.class
deleted file mode 100644
index 51bf7692..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$dimen.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$drawable.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$drawable.class
deleted file mode 100644
index 38148740..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$drawable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$id.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$id.class
deleted file mode 100644
index aff46446..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$id.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$integer.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$integer.class
deleted file mode 100644
index cd234320..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$integer.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$layout.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$layout.class
deleted file mode 100644
index 412e602f..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$layout.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$string.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$string.class
deleted file mode 100644
index 0caa5137..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$string.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$style.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$style.class
deleted file mode 100644
index 71bfd4dd..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$style.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$styleable.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$styleable.class
deleted file mode 100644
index c735a43f..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R$styleable.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R.class b/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R.class
deleted file mode 100644
index d1ffb49a..00000000
Binary files a/colorpicker/build/intermediates/classes/debug/com/android/colorpicker/R.class and /dev/null differ
diff --git a/colorpicker/build/intermediates/incremental/compileDebugAidl/dependency.store b/colorpicker/build/intermediates/incremental/compileDebugAidl/dependency.store
deleted file mode 100644
index 8b8400dc..00000000
Binary files a/colorpicker/build/intermediates/incremental/compileDebugAidl/dependency.store and /dev/null differ
diff --git a/colorpicker/build/intermediates/incremental/debug-mergeJniLibs/merge-state b/colorpicker/build/intermediates/incremental/debug-mergeJniLibs/merge-state
deleted file mode 100644
index fd6ed6d0..00000000
Binary files a/colorpicker/build/intermediates/incremental/debug-mergeJniLibs/merge-state and /dev/null differ
diff --git a/colorpicker/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/colorpicker/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
deleted file mode 100644
index 38db022c..00000000
--- a/colorpicker/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/mergeDebugShaders/merger.xml b/colorpicker/build/intermediates/incremental/mergeDebugShaders/merger.xml
deleted file mode 100644
index f400cc47..00000000
--- a/colorpicker/build/intermediates/incremental/mergeDebugShaders/merger.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugAssets/merger.xml b/colorpicker/build/intermediates/incremental/packageDebugAssets/merger.xml
deleted file mode 100644
index 6c76fb7c..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugAssets/merger.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/colorpicker/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
deleted file mode 100644
index 53e5cd6d..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#Wed Sep 12 16:45:01 UTC 2018
-/home/marcel/email/colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png
-/home/marcel/email/colorpicker/res/drawable/color_picker_swatch.xml=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml
-/home/marcel/email/colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png
-/home/marcel/email/colorpicker/res/drawable-xhdpi/ic_colorpicker_swatch_selected.png=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_colorpicker_swatch_selected.png
-/home/marcel/email/colorpicker/res/layout/color_picker_swatch.xml=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml
-/home/marcel/email/colorpicker/res/layout/color_picker_dialog.xml=/home/marcel/email/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-af/values-af.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-af/values-af.xml
deleted file mode 100644
index bca7ef9f..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-af/values-af.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Kies \'n kleur"
- "Kleur %1$d"
- "Kleur %1$d gekies"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-am/values-am.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-am/values-am.xml
deleted file mode 100644
index f71070eb..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-am/values-am.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ቀለም ምረጥ"
- "ቀለም %1$d"
- "ቀለም %1$d ተመርጧል"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ar/values-ar.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ar/values-ar.xml
deleted file mode 100644
index 9c214a8f..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ar/values-ar.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "تحديد لون:"
- "اللون %1$d"
- "تم تحديد اللون %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-az/values-az.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-az/values-az.xml
deleted file mode 100644
index 43d92645..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-az/values-az.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Bir rəng seçin"
- "Rəng %1$d"
- "Rəng %1$d seçilib"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index bc3c93e7..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Izaberite boju"
- "Boja %1$d"
- "Boja %1$d je izabrana"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-be/values-be.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-be/values-be.xml
deleted file mode 100644
index d8e62a53..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-be/values-be.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Выберыце колер"
- "Колер: %1$d"
- "Выбраны колер %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bg/values-bg.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bg/values-bg.xml
deleted file mode 100644
index 019f6459..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bg/values-bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Избиране на цвят"
- "Цвят %1$d"
- "Избрахте цвят %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bn/values-bn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bn/values-bn.xml
deleted file mode 100644
index 2f2f8442..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bn/values-bn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "একটি রঙ বেছে নিন"
- "রঙ %1$d"
- "%1$d রঙ নির্বাচন করা হয়েছে"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bs/values-bs.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bs/values-bs.xml
deleted file mode 100644
index 2f13383a..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-bs/values-bs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Odaberite boju"
- "Boja %1$d"
- "Boja %1$d je odabrana"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ca/values-ca.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ca/values-ca.xml
deleted file mode 100644
index f2249788..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ca/values-ca.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecciona un color"
- "Color %1$d"
- "S\'ha seleccionat el color %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-cs/values-cs.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-cs/values-cs.xml
deleted file mode 100644
index f7de3761..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-cs/values-cs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Vyberte barvu"
- "Barva %1$d"
- "Barva %1$d je vybrána"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-da/values-da.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-da/values-da.xml
deleted file mode 100644
index 25778e5e..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-da/values-da.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Vælg en farve"
- "Farve %1$d"
- "Farve %1$d valgt"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-de/values-de.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-de/values-de.xml
deleted file mode 100644
index a190ce4b..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-de/values-de.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Farbe auswählen:"
- "Farbe %1$d"
- "Farbe %1$d ausgewählt"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-el/values-el.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-el/values-el.xml
deleted file mode 100644
index 8f2a493d..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-el/values-el.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Επιλέξτε χρώμα"
- "Χρώμα %1$d"
- "Επιλέχτηκε το χρώμα %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml
deleted file mode 100644
index 8f2e4882..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Color"
- "Color %1$d"
- "Color %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index 098dc74d..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Seleccionar un color"
- "Color %1$d"
- "Color %1$d seleccionado"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es/values-es.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es/values-es.xml
deleted file mode 100644
index 984e1dd3..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-es/values-es.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecciona un color"
- "Color %1$d"
- "Color %1$d seleccionado"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-et/values-et.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-et/values-et.xml
deleted file mode 100644
index cea87c08..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-et/values-et.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Valige värv"
- "Värv %1$d"
- "Valitud on värv %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-eu/values-eu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-eu/values-eu.xml
deleted file mode 100644
index 8cb84a2a..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-eu/values-eu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Hautatu kolorea"
- "%1$d"
- "%1$d hautatu da"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fa/values-fa.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fa/values-fa.xml
deleted file mode 100644
index 77d400b7..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fa/values-fa.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "انتخاب رنگ"
- "رنگ %1$d"
- "رنگ %1$d انتخاب شد"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fi/values-fi.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fi/values-fi.xml
deleted file mode 100644
index a25c0970..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fi/values-fi.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Valitse väri"
- "Väri %1$d"
- "Väri %1$d on valittu"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index dc3fd65a..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Sélectionnez une couleur"
- "Couleur %1$d"
- "Couleur %1$d sélectionnée"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr/values-fr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr/values-fr.xml
deleted file mode 100644
index cd4081ee..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-fr/values-fr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Sélectionner une couleur"
- "Couleur %1$d"
- "Couleur %1$d sélectionnée"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gl/values-gl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gl/values-gl.xml
deleted file mode 100644
index 8823794f..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gl/values-gl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecciona unha cor"
- "Cor %1$d"
- "Seleccionouse a cor %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gu/values-gu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gu/values-gu.xml
deleted file mode 100644
index 5240f95e..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-gu/values-gu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "એક રંગ પસંદ કરો"
- "રંગ %1$d"
- "રંગ %1$d પસંદ કર્યો"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hi/values-hi.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hi/values-hi.xml
deleted file mode 100644
index 43976bc8..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hi/values-hi.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "कोई रंग चुनें:"
- "रंग %1$d"
- "रंग %1$d चयनित"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hr/values-hr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hr/values-hr.xml
deleted file mode 100644
index 053f98e2..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hr/values-hr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Odabir boje"
- "Boja %1$d"
- "Odabrana je boja %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hu/values-hu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hu/values-hu.xml
deleted file mode 100644
index 227df218..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hu/values-hu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Válasszon színt"
- "%1$d. szín"
- "%1$d. szín kiválasztva"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hy/values-hy.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hy/values-hy.xml
deleted file mode 100644
index 154fa693..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-hy/values-hy.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Ընտրեք գույնը"
- "Գույնը %1$d"
- "Ընտրվել է %1$d գույնը"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-in/values-in.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-in/values-in.xml
deleted file mode 100644
index 88f73424..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-in/values-in.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pilih warna:"
- "Warna %1$d"
- "Warna %1$d dipilih"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-is/values-is.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-is/values-is.xml
deleted file mode 100644
index 559aa477..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-is/values-is.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Veldu lit"
- "Litur %1$d"
- "Liturinn %1$d valinn"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-it/values-it.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-it/values-it.xml
deleted file mode 100644
index 099bf1de..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-it/values-it.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Seleziona un colore"
- "Colore %1$d"
- "Colore selezionato: %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-iw/values-iw.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-iw/values-iw.xml
deleted file mode 100644
index 1556e6a4..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-iw/values-iw.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "בחר צבע"
- "צבע %1$d"
- "צבע %1$d נבחר"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ja/values-ja.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ja/values-ja.xml
deleted file mode 100644
index 74814b70..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ja/values-ja.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "色の選択"
- "色%1$d"
- "色%1$dを選択しました"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ka/values-ka.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ka/values-ka.xml
deleted file mode 100644
index f2587748..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ka/values-ka.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ფერის არჩევა"
- "ფერი %1$d"
- "არჩეულია ფერი %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kk/values-kk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kk/values-kk.xml
deleted file mode 100644
index 71c869de..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kk/values-kk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Түсті таңдаңыз"
- "%1$d түсі"
- "%1$d түсі таңдалды"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-km/values-km.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-km/values-km.xml
deleted file mode 100644
index 973ba1c1..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-km/values-km.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ជ្រើសពណ៌"
- "ពណ៌ %1$d"
- "បានជ្រើសពណ៌ %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kn/values-kn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kn/values-kn.xml
deleted file mode 100644
index 2d2d3259..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-kn/values-kn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ"
- "ಬಣ್ಣ %1$d"
- "%1$d ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ko/values-ko.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ko/values-ko.xml
deleted file mode 100644
index 26664911..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ko/values-ko.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "색상 선택"
- "색상 %1$d"
- "색상 %1$d이(가) 선택됨"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ky/values-ky.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ky/values-ky.xml
deleted file mode 100644
index 4ea7c00d..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ky/values-ky.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Түс тандаңыз"
- "Түс %1$d"
- "%1$d түс тандалды"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lo/values-lo.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lo/values-lo.xml
deleted file mode 100644
index 468a4b68..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lo/values-lo.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ເລືອກສີ"
- "ສີ %1$d"
- "ເລືອກສີ %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lt/values-lt.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lt/values-lt.xml
deleted file mode 100644
index 8bbab88b..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lt/values-lt.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pasirinkite spalvą"
- "%1$d spalva"
- "%1$d spalva pasirinkta"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lv/values-lv.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lv/values-lv.xml
deleted file mode 100644
index ba13356f..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-lv/values-lv.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Krāsas atlase"
- "Krāsa Nr. %1$d"
- "Atlasīta krāsa Nr. %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mk/values-mk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mk/values-mk.xml
deleted file mode 100644
index facc60a3..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mk/values-mk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Изберете боја"
- "Боја %1$d"
- "Избрана е %1$d боја"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ml/values-ml.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ml/values-ml.xml
deleted file mode 100644
index 3a3fb88f..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ml/values-ml.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ഒരു വർണ്ണം തിരഞ്ഞെടുക്കുക"
- "വർണ്ണം %1$d"
- "വർണ്ണം %1$d തിരഞ്ഞെടുത്തു"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mn/values-mn.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mn/values-mn.xml
deleted file mode 100644
index 1d4c61d7..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mn/values-mn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Өнгө сонгоно уу"
- "Өнгө %1$d"
- "Өнгө %1$d сонгогдсон"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mr/values-mr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mr/values-mr.xml
deleted file mode 100644
index cf33a085..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-mr/values-mr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "एक रंग निवडा"
- "रंग %1$d"
- "%1$d रंग निवडला"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ms/values-ms.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ms/values-ms.xml
deleted file mode 100644
index cfe44d08..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ms/values-ms.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pilih Warna"
- "Warna %1$d"
- "Warna %1$d dipilih"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-my/values-my.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-my/values-my.xml
deleted file mode 100644
index dd16f5de..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-my/values-my.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "အရောင်ကို ရွေးပါ"
- "အရောင် %1$d"
- "အရောင်ကို %1$d ရွေးပြီး"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nb/values-nb.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nb/values-nb.xml
deleted file mode 100644
index d4b09278..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nb/values-nb.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Velg en farge"
- "Farge %1$d"
- "Farge %1$d er valgt"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ne/values-ne.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ne/values-ne.xml
deleted file mode 100644
index 672daca1..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ne/values-ne.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "एउटा रङ्ग चयन गर्नहोस्"
- "रङ्ग %1$d"
- "%1$d रङ्ग चयन गरियो"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nl/values-nl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nl/values-nl.xml
deleted file mode 100644
index 7044d14c..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-nl/values-nl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Een kleur selecteren"
- "Kleur %1$d"
- "Kleur %1$d geselecteerd"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-or/values-or.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-or/values-or.xml
deleted file mode 100644
index 6dcf4ce9..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-or/values-or.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ଗୋଟିଏ ରଙ୍ଗ ବାଛନ୍ତୁ"
- "ରଙ୍ଗ %1$d"
- "%1$d ରଙ୍ଗ ଚୟନ କରାଗଲା"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pa/values-pa.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pa/values-pa.xml
deleted file mode 100644
index 8619da798..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pa/values-pa.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ਇੱਕ ਰੰਗ ਚੁਣੋ"
- "ਰੰਗ %1$d"
- "ਰੰਗ %1$d ਚੁਣਿਆ ਗਿਆ"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pl/values-pl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pl/values-pl.xml
deleted file mode 100644
index 6a1aa1aa..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pl/values-pl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Wybierz kolor"
- "Kolor %1$d"
- "Wybrałeś kolor %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index 4432271e..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecionar uma Cor"
- "Cor %1$d"
- "Cor %1$d selecionada"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt/values-pt.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt/values-pt.xml
deleted file mode 100644
index ab6e1511..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-pt/values-pt.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecione uma cor"
- "Cor %1$d"
- "Cor %1$d selecionada"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ro/values-ro.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ro/values-ro.xml
deleted file mode 100644
index eec4c7b4..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ro/values-ro.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selectați o culoare"
- "Culoarea %1$d"
- "Culoarea %1$d este selectată"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ru/values-ru.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ru/values-ru.xml
deleted file mode 100644
index 345da7ce..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ru/values-ru.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Выберите цвет"
- "Цвет: %1$d"
- "Выбран цвет %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-si/values-si.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-si/values-si.xml
deleted file mode 100644
index e3b8d7be..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-si/values-si.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "වර්ණයක් තෝරන්න"
- "වර්ණය %1$d"
- "%1$d වර්ණය තෝරාගන්නා ලදී"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sk/values-sk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sk/values-sk.xml
deleted file mode 100644
index 410ef023..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sk/values-sk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Vyberte farbu"
- "Farba %1$d"
- "Bola vybratá farba %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sl/values-sl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sl/values-sl.xml
deleted file mode 100644
index b46c9715..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sl/values-sl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Izberite barvo:"
- "Barva %1$d"
- "Izbrana je barva %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sq/values-sq.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sq/values-sq.xml
deleted file mode 100644
index 6f75e066..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sq/values-sq.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Zgjidh një ngjyrë"
- "Ngjyra %1$d"
- "U zgjodh ngjyra %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sr/values-sr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sr/values-sr.xml
deleted file mode 100644
index 1c107779..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sr/values-sr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Изаберите боју"
- "Боја %1$d"
- "Боја %1$d је изабрана"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sv/values-sv.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sv/values-sv.xml
deleted file mode 100644
index 8f3351be..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sv/values-sv.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Välj en färg"
- "Färg %1$d"
- "Färg %1$d vald"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw/values-sw.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw/values-sw.xml
deleted file mode 100644
index 8316b912..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw/values-sw.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Chagua Rangi"
- "Rangi %1$d"
- "Rangi %1$d iliyochaguliwa"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ta/values-ta.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ta/values-ta.xml
deleted file mode 100644
index 7eb60134..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ta/values-ta.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "வண்ணத்தைத் தேர்ந்தெடுக்கவும்"
- "வண்ணம் %1$d"
- "வண்ணம் %1$d தேர்ந்தெடுக்கப்பட்டது"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-te/values-te.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-te/values-te.xml
deleted file mode 100644
index 5cdec2e3..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-te/values-te.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "రంగును ఎంచుకోండి"
- "రంగు %1$d"
- "రంగు %1$d ఎంచుకోబడింది"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-th/values-th.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-th/values-th.xml
deleted file mode 100644
index 17f2c85a..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-th/values-th.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "เลือกสี"
- "สี %1$d"
- "เลือกสี %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tl/values-tl.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tl/values-tl.xml
deleted file mode 100644
index 2551de21..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tl/values-tl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pumili ng Kulay"
- "Kulay na %1$d"
- "Napili ang kulay na %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tr/values-tr.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tr/values-tr.xml
deleted file mode 100644
index c99ea58f..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-tr/values-tr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Bir Renk Seçin"
- "Renk %1$d"
- "Renk %1$d seçildi"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uk/values-uk.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uk/values-uk.xml
deleted file mode 100644
index 3e1caec1..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uk/values-uk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Вибрати колір"
- "Колір %1$d"
- "Вибрано колір: %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ur/values-ur.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ur/values-ur.xml
deleted file mode 100644
index d80e484a..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-ur/values-ur.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ایک رنگ منتخب کریں"
- "رنگ %1$d"
- "رنگ %1$d منتخب کیا گیا"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uz/values-uz.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uz/values-uz.xml
deleted file mode 100644
index 9b47d453..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-uz/values-uz.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Rang tanlash"
- "%1$d rangi"
- "%1$d rangi tanlandi"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-vi/values-vi.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-vi/values-vi.xml
deleted file mode 100644
index 10a7ae80..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-vi/values-vi.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Chọn màu"
- "Màu %1$d"
- "Đã chọn màu %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index aad5b88f..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "选择颜色"
- "颜色 %1$d"
- "已选择颜色 %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index 66c9d2b4..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "選取顏色"
- "顏色 %1$d"
- "已選取顏色 %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index f82fe78e..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "選取顏色"
- "色彩 %1$d"
- "已選取色彩 %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zu/values-zu.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zu/values-zu.xml
deleted file mode 100644
index fd8215a1..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values-zu/values-zu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Khetha umbala"
- "Umbala we-%1$d"
- "Umbala we-%1$d ukhethiwe"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
deleted file mode 100644
index 8285e4d0..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- 64dip
- 8dip
- 4dip
- 48dip
- Select a Color
- Color %1$d
- Color %1$d selected
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/incremental/packageDebugResources/merger.xml b/colorpicker/build/intermediates/incremental/packageDebugResources/merger.xml
deleted file mode 100644
index ff23dc0d..00000000
--- a/colorpicker/build/intermediates/incremental/packageDebugResources/merger.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/intermediate-jars/debug/classes.jar b/colorpicker/build/intermediates/intermediate-jars/debug/classes.jar
deleted file mode 100644
index e771a233..00000000
Binary files a/colorpicker/build/intermediates/intermediate-jars/debug/classes.jar and /dev/null differ
diff --git a/colorpicker/build/intermediates/intermediate-jars/debug/res.jar b/colorpicker/build/intermediates/intermediate-jars/debug/res.jar
deleted file mode 100644
index 15cb0ecb..00000000
Binary files a/colorpicker/build/intermediates/intermediate-jars/debug/res.jar and /dev/null differ
diff --git a/colorpicker/build/intermediates/javaPrecompile/debug/annotationProcessors.json b/colorpicker/build/intermediates/javaPrecompile/debug/annotationProcessors.json
deleted file mode 100644
index 0637a088..00000000
--- a/colorpicker/build/intermediates/javaPrecompile/debug/annotationProcessors.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/manifests/aapt/debug/AndroidManifest.xml b/colorpicker/build/intermediates/manifests/aapt/debug/AndroidManifest.xml
deleted file mode 100644
index eb1b9314..00000000
--- a/colorpicker/build/intermediates/manifests/aapt/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/manifests/aapt/debug/output.json b/colorpicker/build/intermediates/manifests/aapt/debug/output.json
deleted file mode 100644
index 27c26eee..00000000
--- a/colorpicker/build/intermediates/manifests/aapt/debug/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"colorpicker-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.android.colorpicker","split":""}}]
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/manifests/full/debug/AndroidManifest.xml b/colorpicker/build/intermediates/manifests/full/debug/AndroidManifest.xml
deleted file mode 100644
index eb1b9314..00000000
--- a/colorpicker/build/intermediates/manifests/full/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/manifests/full/debug/output.json b/colorpicker/build/intermediates/manifests/full/debug/output.json
deleted file mode 100644
index 03d1f25f..00000000
--- a/colorpicker/build/intermediates/manifests/full/debug/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"colorpicker-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.android.colorpicker","split":""}}]
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png b/colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png
deleted file mode 100644
index 3cbfe1a8..00000000
Binary files a/colorpicker/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_colorpicker_swatch_selected.png and /dev/null differ
diff --git a/colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png b/colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png
deleted file mode 100644
index acbdecac..00000000
Binary files a/colorpicker/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_colorpicker_swatch_selected.png and /dev/null differ
diff --git a/colorpicker/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_colorpicker_swatch_selected.png b/colorpicker/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_colorpicker_swatch_selected.png
deleted file mode 100644
index 812ff2c3..00000000
Binary files a/colorpicker/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_colorpicker_swatch_selected.png and /dev/null differ
diff --git a/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml b/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml
deleted file mode 100644
index db71091a..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/drawable/color_picker_swatch.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml b/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml
deleted file mode 100644
index 75e0366e..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_dialog.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml b/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml
deleted file mode 100644
index 14958206..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/layout/color_picker_swatch.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-af/values-af.xml b/colorpicker/build/intermediates/packaged_res/debug/values-af/values-af.xml
deleted file mode 100644
index bca7ef9f..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-af/values-af.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Kies \'n kleur"
- "Kleur %1$d"
- "Kleur %1$d gekies"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-am/values-am.xml b/colorpicker/build/intermediates/packaged_res/debug/values-am/values-am.xml
deleted file mode 100644
index f71070eb..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-am/values-am.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ቀለም ምረጥ"
- "ቀለም %1$d"
- "ቀለም %1$d ተመርጧል"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ar/values-ar.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ar/values-ar.xml
deleted file mode 100644
index 9c214a8f..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ar/values-ar.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "تحديد لون:"
- "اللون %1$d"
- "تم تحديد اللون %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-az/values-az.xml b/colorpicker/build/intermediates/packaged_res/debug/values-az/values-az.xml
deleted file mode 100644
index 43d92645..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-az/values-az.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Bir rəng seçin"
- "Rəng %1$d"
- "Rəng %1$d seçilib"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-b+sr+Latn/values-b+sr+Latn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index bc3c93e7..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Izaberite boju"
- "Boja %1$d"
- "Boja %1$d je izabrana"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-be/values-be.xml b/colorpicker/build/intermediates/packaged_res/debug/values-be/values-be.xml
deleted file mode 100644
index d8e62a53..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-be/values-be.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Выберыце колер"
- "Колер: %1$d"
- "Выбраны колер %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-bg/values-bg.xml b/colorpicker/build/intermediates/packaged_res/debug/values-bg/values-bg.xml
deleted file mode 100644
index 019f6459..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-bg/values-bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Избиране на цвят"
- "Цвят %1$d"
- "Избрахте цвят %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-bn/values-bn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-bn/values-bn.xml
deleted file mode 100644
index 2f2f8442..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-bn/values-bn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "একটি রঙ বেছে নিন"
- "রঙ %1$d"
- "%1$d রঙ নির্বাচন করা হয়েছে"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-bs/values-bs.xml b/colorpicker/build/intermediates/packaged_res/debug/values-bs/values-bs.xml
deleted file mode 100644
index 2f13383a..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-bs/values-bs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Odaberite boju"
- "Boja %1$d"
- "Boja %1$d je odabrana"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ca/values-ca.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ca/values-ca.xml
deleted file mode 100644
index f2249788..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ca/values-ca.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecciona un color"
- "Color %1$d"
- "S\'ha seleccionat el color %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-cs/values-cs.xml b/colorpicker/build/intermediates/packaged_res/debug/values-cs/values-cs.xml
deleted file mode 100644
index f7de3761..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-cs/values-cs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Vyberte barvu"
- "Barva %1$d"
- "Barva %1$d je vybrána"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-da/values-da.xml b/colorpicker/build/intermediates/packaged_res/debug/values-da/values-da.xml
deleted file mode 100644
index 25778e5e..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-da/values-da.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Vælg en farve"
- "Farve %1$d"
- "Farve %1$d valgt"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-de/values-de.xml b/colorpicker/build/intermediates/packaged_res/debug/values-de/values-de.xml
deleted file mode 100644
index a190ce4b..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-de/values-de.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Farbe auswählen:"
- "Farbe %1$d"
- "Farbe %1$d ausgewählt"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-el/values-el.xml b/colorpicker/build/intermediates/packaged_res/debug/values-el/values-el.xml
deleted file mode 100644
index 8f2a493d..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-el/values-el.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Επιλέξτε χρώμα"
- "Χρώμα %1$d"
- "Επιλέχτηκε το χρώμα %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rAU/values-en-rAU.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rAU/values-en-rAU.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rAU/values-en-rAU.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rCA/values-en-rCA.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rCA/values-en-rCA.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rCA/values-en-rCA.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rGB/values-en-rGB.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rIN/values-en-rIN.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rIN/values-en-rIN.xml
deleted file mode 100644
index 44e1d348..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rIN/values-en-rIN.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-en-rXC/values-en-rXC.xml b/colorpicker/build/intermediates/packaged_res/debug/values-en-rXC/values-en-rXC.xml
deleted file mode 100644
index 8f2e4882..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-en-rXC/values-en-rXC.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Select a Color"
- "Color %1$d"
- "Color %1$d selected"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-es-rUS/values-es-rUS.xml b/colorpicker/build/intermediates/packaged_res/debug/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index 098dc74d..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Seleccionar un color"
- "Color %1$d"
- "Color %1$d seleccionado"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-es/values-es.xml b/colorpicker/build/intermediates/packaged_res/debug/values-es/values-es.xml
deleted file mode 100644
index 984e1dd3..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-es/values-es.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecciona un color"
- "Color %1$d"
- "Color %1$d seleccionado"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-et/values-et.xml b/colorpicker/build/intermediates/packaged_res/debug/values-et/values-et.xml
deleted file mode 100644
index cea87c08..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-et/values-et.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Valige värv"
- "Värv %1$d"
- "Valitud on värv %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-eu/values-eu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-eu/values-eu.xml
deleted file mode 100644
index 8cb84a2a..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-eu/values-eu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Hautatu kolorea"
- "%1$d"
- "%1$d hautatu da"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fa/values-fa.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fa/values-fa.xml
deleted file mode 100644
index 77d400b7..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-fa/values-fa.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "انتخاب رنگ"
- "رنگ %1$d"
- "رنگ %1$d انتخاب شد"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fi/values-fi.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fi/values-fi.xml
deleted file mode 100644
index a25c0970..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-fi/values-fi.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Valitse väri"
- "Väri %1$d"
- "Väri %1$d on valittu"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fr-rCA/values-fr-rCA.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index dc3fd65a..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Sélectionnez une couleur"
- "Couleur %1$d"
- "Couleur %1$d sélectionnée"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-fr/values-fr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-fr/values-fr.xml
deleted file mode 100644
index cd4081ee..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-fr/values-fr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Sélectionner une couleur"
- "Couleur %1$d"
- "Couleur %1$d sélectionnée"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-gl/values-gl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-gl/values-gl.xml
deleted file mode 100644
index 8823794f..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-gl/values-gl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecciona unha cor"
- "Cor %1$d"
- "Seleccionouse a cor %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-gu/values-gu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-gu/values-gu.xml
deleted file mode 100644
index 5240f95e..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-gu/values-gu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "એક રંગ પસંદ કરો"
- "રંગ %1$d"
- "રંગ %1$d પસંદ કર્યો"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hi/values-hi.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hi/values-hi.xml
deleted file mode 100644
index 43976bc8..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-hi/values-hi.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "कोई रंग चुनें:"
- "रंग %1$d"
- "रंग %1$d चयनित"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hr/values-hr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hr/values-hr.xml
deleted file mode 100644
index 053f98e2..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-hr/values-hr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Odabir boje"
- "Boja %1$d"
- "Odabrana je boja %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hu/values-hu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hu/values-hu.xml
deleted file mode 100644
index 227df218..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-hu/values-hu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Válasszon színt"
- "%1$d. szín"
- "%1$d. szín kiválasztva"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-hy/values-hy.xml b/colorpicker/build/intermediates/packaged_res/debug/values-hy/values-hy.xml
deleted file mode 100644
index 154fa693..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-hy/values-hy.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Ընտրեք գույնը"
- "Գույնը %1$d"
- "Ընտրվել է %1$d գույնը"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-in/values-in.xml b/colorpicker/build/intermediates/packaged_res/debug/values-in/values-in.xml
deleted file mode 100644
index 88f73424..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-in/values-in.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pilih warna:"
- "Warna %1$d"
- "Warna %1$d dipilih"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-is/values-is.xml b/colorpicker/build/intermediates/packaged_res/debug/values-is/values-is.xml
deleted file mode 100644
index 559aa477..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-is/values-is.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Veldu lit"
- "Litur %1$d"
- "Liturinn %1$d valinn"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-it/values-it.xml b/colorpicker/build/intermediates/packaged_res/debug/values-it/values-it.xml
deleted file mode 100644
index 099bf1de..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-it/values-it.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Seleziona un colore"
- "Colore %1$d"
- "Colore selezionato: %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-iw/values-iw.xml b/colorpicker/build/intermediates/packaged_res/debug/values-iw/values-iw.xml
deleted file mode 100644
index 1556e6a4..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-iw/values-iw.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "בחר צבע"
- "צבע %1$d"
- "צבע %1$d נבחר"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ja/values-ja.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ja/values-ja.xml
deleted file mode 100644
index 74814b70..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ja/values-ja.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "色の選択"
- "色%1$d"
- "色%1$dを選択しました"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ka/values-ka.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ka/values-ka.xml
deleted file mode 100644
index f2587748..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ka/values-ka.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ფერის არჩევა"
- "ფერი %1$d"
- "არჩეულია ფერი %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-kk/values-kk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-kk/values-kk.xml
deleted file mode 100644
index 71c869de..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-kk/values-kk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Түсті таңдаңыз"
- "%1$d түсі"
- "%1$d түсі таңдалды"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-km/values-km.xml b/colorpicker/build/intermediates/packaged_res/debug/values-km/values-km.xml
deleted file mode 100644
index 973ba1c1..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-km/values-km.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ជ្រើសពណ៌"
- "ពណ៌ %1$d"
- "បានជ្រើសពណ៌ %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-kn/values-kn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-kn/values-kn.xml
deleted file mode 100644
index 2d2d3259..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-kn/values-kn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ"
- "ಬಣ್ಣ %1$d"
- "%1$d ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ko/values-ko.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ko/values-ko.xml
deleted file mode 100644
index 26664911..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ko/values-ko.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "색상 선택"
- "색상 %1$d"
- "색상 %1$d이(가) 선택됨"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ky/values-ky.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ky/values-ky.xml
deleted file mode 100644
index 4ea7c00d..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ky/values-ky.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Түс тандаңыз"
- "Түс %1$d"
- "%1$d түс тандалды"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-lo/values-lo.xml b/colorpicker/build/intermediates/packaged_res/debug/values-lo/values-lo.xml
deleted file mode 100644
index 468a4b68..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-lo/values-lo.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ເລືອກສີ"
- "ສີ %1$d"
- "ເລືອກສີ %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-lt/values-lt.xml b/colorpicker/build/intermediates/packaged_res/debug/values-lt/values-lt.xml
deleted file mode 100644
index 8bbab88b..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-lt/values-lt.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pasirinkite spalvą"
- "%1$d spalva"
- "%1$d spalva pasirinkta"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-lv/values-lv.xml b/colorpicker/build/intermediates/packaged_res/debug/values-lv/values-lv.xml
deleted file mode 100644
index ba13356f..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-lv/values-lv.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Krāsas atlase"
- "Krāsa Nr. %1$d"
- "Atlasīta krāsa Nr. %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-mk/values-mk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-mk/values-mk.xml
deleted file mode 100644
index facc60a3..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-mk/values-mk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Изберете боја"
- "Боја %1$d"
- "Избрана е %1$d боја"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ml/values-ml.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ml/values-ml.xml
deleted file mode 100644
index 3a3fb88f..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ml/values-ml.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ഒരു വർണ്ണം തിരഞ്ഞെടുക്കുക"
- "വർണ്ണം %1$d"
- "വർണ്ണം %1$d തിരഞ്ഞെടുത്തു"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-mn/values-mn.xml b/colorpicker/build/intermediates/packaged_res/debug/values-mn/values-mn.xml
deleted file mode 100644
index 1d4c61d7..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-mn/values-mn.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Өнгө сонгоно уу"
- "Өнгө %1$d"
- "Өнгө %1$d сонгогдсон"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-mr/values-mr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-mr/values-mr.xml
deleted file mode 100644
index cf33a085..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-mr/values-mr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "एक रंग निवडा"
- "रंग %1$d"
- "%1$d रंग निवडला"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ms/values-ms.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ms/values-ms.xml
deleted file mode 100644
index cfe44d08..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ms/values-ms.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pilih Warna"
- "Warna %1$d"
- "Warna %1$d dipilih"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-my/values-my.xml b/colorpicker/build/intermediates/packaged_res/debug/values-my/values-my.xml
deleted file mode 100644
index dd16f5de..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-my/values-my.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "အရောင်ကို ရွေးပါ"
- "အရောင် %1$d"
- "အရောင်ကို %1$d ရွေးပြီး"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-nb/values-nb.xml b/colorpicker/build/intermediates/packaged_res/debug/values-nb/values-nb.xml
deleted file mode 100644
index d4b09278..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-nb/values-nb.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Velg en farge"
- "Farge %1$d"
- "Farge %1$d er valgt"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ne/values-ne.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ne/values-ne.xml
deleted file mode 100644
index 672daca1..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ne/values-ne.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "एउटा रङ्ग चयन गर्नहोस्"
- "रङ्ग %1$d"
- "%1$d रङ्ग चयन गरियो"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-nl/values-nl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-nl/values-nl.xml
deleted file mode 100644
index 7044d14c..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-nl/values-nl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Een kleur selecteren"
- "Kleur %1$d"
- "Kleur %1$d geselecteerd"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-or/values-or.xml b/colorpicker/build/intermediates/packaged_res/debug/values-or/values-or.xml
deleted file mode 100644
index 6dcf4ce9..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-or/values-or.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ଗୋଟିଏ ରଙ୍ଗ ବାଛନ୍ତୁ"
- "ରଙ୍ଗ %1$d"
- "%1$d ରଙ୍ଗ ଚୟନ କରାଗଲା"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pa/values-pa.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pa/values-pa.xml
deleted file mode 100644
index 8619da798..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-pa/values-pa.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ਇੱਕ ਰੰਗ ਚੁਣੋ"
- "ਰੰਗ %1$d"
- "ਰੰਗ %1$d ਚੁਣਿਆ ਗਿਆ"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pl/values-pl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pl/values-pl.xml
deleted file mode 100644
index 6a1aa1aa..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-pl/values-pl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Wybierz kolor"
- "Kolor %1$d"
- "Wybrałeś kolor %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pt-rPT/values-pt-rPT.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index 4432271e..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecionar uma Cor"
- "Cor %1$d"
- "Cor %1$d selecionada"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-pt/values-pt.xml b/colorpicker/build/intermediates/packaged_res/debug/values-pt/values-pt.xml
deleted file mode 100644
index ab6e1511..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-pt/values-pt.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selecione uma cor"
- "Cor %1$d"
- "Cor %1$d selecionada"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ro/values-ro.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ro/values-ro.xml
deleted file mode 100644
index eec4c7b4..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ro/values-ro.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Selectați o culoare"
- "Culoarea %1$d"
- "Culoarea %1$d este selectată"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ru/values-ru.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ru/values-ru.xml
deleted file mode 100644
index 345da7ce..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ru/values-ru.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Выберите цвет"
- "Цвет: %1$d"
- "Выбран цвет %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-si/values-si.xml b/colorpicker/build/intermediates/packaged_res/debug/values-si/values-si.xml
deleted file mode 100644
index e3b8d7be..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-si/values-si.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "වර්ණයක් තෝරන්න"
- "වර්ණය %1$d"
- "%1$d වර්ණය තෝරාගන්නා ලදී"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sk/values-sk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sk/values-sk.xml
deleted file mode 100644
index 410ef023..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-sk/values-sk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Vyberte farbu"
- "Farba %1$d"
- "Bola vybratá farba %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sl/values-sl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sl/values-sl.xml
deleted file mode 100644
index b46c9715..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-sl/values-sl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Izberite barvo:"
- "Barva %1$d"
- "Izbrana je barva %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sq/values-sq.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sq/values-sq.xml
deleted file mode 100644
index 6f75e066..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-sq/values-sq.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Zgjidh një ngjyrë"
- "Ngjyra %1$d"
- "U zgjodh ngjyra %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sr/values-sr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sr/values-sr.xml
deleted file mode 100644
index 1c107779..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-sr/values-sr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Изаберите боју"
- "Боја %1$d"
- "Боја %1$d је изабрана"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sv/values-sv.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sv/values-sv.xml
deleted file mode 100644
index 8f3351be..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-sv/values-sv.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Välj en färg"
- "Färg %1$d"
- "Färg %1$d vald"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-sw/values-sw.xml b/colorpicker/build/intermediates/packaged_res/debug/values-sw/values-sw.xml
deleted file mode 100644
index 8316b912..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-sw/values-sw.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Chagua Rangi"
- "Rangi %1$d"
- "Rangi %1$d iliyochaguliwa"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ta/values-ta.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ta/values-ta.xml
deleted file mode 100644
index 7eb60134..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ta/values-ta.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "வண்ணத்தைத் தேர்ந்தெடுக்கவும்"
- "வண்ணம் %1$d"
- "வண்ணம் %1$d தேர்ந்தெடுக்கப்பட்டது"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-te/values-te.xml b/colorpicker/build/intermediates/packaged_res/debug/values-te/values-te.xml
deleted file mode 100644
index 5cdec2e3..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-te/values-te.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "రంగును ఎంచుకోండి"
- "రంగు %1$d"
- "రంగు %1$d ఎంచుకోబడింది"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-th/values-th.xml b/colorpicker/build/intermediates/packaged_res/debug/values-th/values-th.xml
deleted file mode 100644
index 17f2c85a..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-th/values-th.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "เลือกสี"
- "สี %1$d"
- "เลือกสี %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-tl/values-tl.xml b/colorpicker/build/intermediates/packaged_res/debug/values-tl/values-tl.xml
deleted file mode 100644
index 2551de21..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-tl/values-tl.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Pumili ng Kulay"
- "Kulay na %1$d"
- "Napili ang kulay na %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-tr/values-tr.xml b/colorpicker/build/intermediates/packaged_res/debug/values-tr/values-tr.xml
deleted file mode 100644
index c99ea58f..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-tr/values-tr.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Bir Renk Seçin"
- "Renk %1$d"
- "Renk %1$d seçildi"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-uk/values-uk.xml b/colorpicker/build/intermediates/packaged_res/debug/values-uk/values-uk.xml
deleted file mode 100644
index 3e1caec1..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-uk/values-uk.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Вибрати колір"
- "Колір %1$d"
- "Вибрано колір: %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-ur/values-ur.xml b/colorpicker/build/intermediates/packaged_res/debug/values-ur/values-ur.xml
deleted file mode 100644
index d80e484a..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-ur/values-ur.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "ایک رنگ منتخب کریں"
- "رنگ %1$d"
- "رنگ %1$d منتخب کیا گیا"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-uz/values-uz.xml b/colorpicker/build/intermediates/packaged_res/debug/values-uz/values-uz.xml
deleted file mode 100644
index 9b47d453..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-uz/values-uz.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Rang tanlash"
- "%1$d rangi"
- "%1$d rangi tanlandi"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-vi/values-vi.xml b/colorpicker/build/intermediates/packaged_res/debug/values-vi/values-vi.xml
deleted file mode 100644
index 10a7ae80..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-vi/values-vi.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Chọn màu"
- "Màu %1$d"
- "Đã chọn màu %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rCN/values-zh-rCN.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index aad5b88f..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "选择颜色"
- "颜色 %1$d"
- "已选择颜色 %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index 66c9d2b4..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "選取顏色"
- "顏色 %1$d"
- "已選取顏色 %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index f82fe78e..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "選取顏色"
- "色彩 %1$d"
- "已選取色彩 %1$d"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values-zu/values-zu.xml b/colorpicker/build/intermediates/packaged_res/debug/values-zu/values-zu.xml
deleted file mode 100644
index fd8215a1..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values-zu/values-zu.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- "Khetha umbala"
- "Umbala we-%1$d"
- "Umbala we-%1$d ukhethiwe"
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/packaged_res/debug/values/values.xml b/colorpicker/build/intermediates/packaged_res/debug/values/values.xml
deleted file mode 100644
index 8285e4d0..00000000
--- a/colorpicker/build/intermediates/packaged_res/debug/values/values.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- 64dip
- 8dip
- 4dip
- 48dip
- Select a Color
- Color %1$d
- Color %1$d selected
-
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/colorpicker/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
deleted file mode 100644
index 929316eb..00000000
--- a/colorpicker/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
+++ /dev/null
@@ -1,1591 +0,0 @@
-com.android.colorpicker
-int anim abc_fade_in 0x7f010001
-int anim abc_fade_out 0x7f010002
-int anim abc_grow_fade_in_from_bottom 0x7f010003
-int anim abc_popup_enter 0x7f010004
-int anim abc_popup_exit 0x7f010005
-int anim abc_shrink_fade_out_from_bottom 0x7f010006
-int anim abc_slide_in_bottom 0x7f010007
-int anim abc_slide_in_top 0x7f010008
-int anim abc_slide_out_bottom 0x7f010009
-int anim abc_slide_out_top 0x7f01000a
-int anim abc_tooltip_enter 0x7f01000b
-int anim abc_tooltip_exit 0x7f01000c
-int attr actionBarDivider 0x7f040001
-int attr actionBarItemBackground 0x7f040002
-int attr actionBarPopupTheme 0x7f040003
-int attr actionBarSize 0x7f040004
-int attr actionBarSplitStyle 0x7f040005
-int attr actionBarStyle 0x7f040006
-int attr actionBarTabBarStyle 0x7f040007
-int attr actionBarTabStyle 0x7f040008
-int attr actionBarTabTextStyle 0x7f040009
-int attr actionBarTheme 0x7f04000a
-int attr actionBarWidgetTheme 0x7f04000b
-int attr actionButtonStyle 0x7f04000c
-int attr actionDropDownStyle 0x7f04000d
-int attr actionLayout 0x7f04000e
-int attr actionMenuTextAppearance 0x7f04000f
-int attr actionMenuTextColor 0x7f040010
-int attr actionModeBackground 0x7f040011
-int attr actionModeCloseButtonStyle 0x7f040012
-int attr actionModeCloseDrawable 0x7f040013
-int attr actionModeCopyDrawable 0x7f040014
-int attr actionModeCutDrawable 0x7f040015
-int attr actionModeFindDrawable 0x7f040016
-int attr actionModePasteDrawable 0x7f040017
-int attr actionModePopupWindowStyle 0x7f040018
-int attr actionModeSelectAllDrawable 0x7f040019
-int attr actionModeShareDrawable 0x7f04001a
-int attr actionModeSplitBackground 0x7f04001b
-int attr actionModeStyle 0x7f04001c
-int attr actionModeWebSearchDrawable 0x7f04001d
-int attr actionOverflowButtonStyle 0x7f04001e
-int attr actionOverflowMenuStyle 0x7f04001f
-int attr actionProviderClass 0x7f040020
-int attr actionViewClass 0x7f040021
-int attr activityChooserViewStyle 0x7f040022
-int attr alertDialogButtonGroupStyle 0x7f040023
-int attr alertDialogCenterButtons 0x7f040024
-int attr alertDialogStyle 0x7f040025
-int attr alertDialogTheme 0x7f040026
-int attr allowStacking 0x7f040027
-int attr alpha 0x7f040028
-int attr alphabeticModifiers 0x7f040029
-int attr arrowHeadLength 0x7f04002a
-int attr arrowShaftLength 0x7f04002b
-int attr autoCompleteTextViewStyle 0x7f04002c
-int attr autoSizeMaxTextSize 0x7f04002d
-int attr autoSizeMinTextSize 0x7f04002e
-int attr autoSizePresetSizes 0x7f04002f
-int attr autoSizeStepGranularity 0x7f040030
-int attr autoSizeTextType 0x7f040031
-int attr background 0x7f040032
-int attr backgroundSplit 0x7f040033
-int attr backgroundStacked 0x7f040034
-int attr backgroundTint 0x7f040035
-int attr backgroundTintMode 0x7f040036
-int attr barLength 0x7f040037
-int attr borderlessButtonStyle 0x7f040038
-int attr buttonBarButtonStyle 0x7f040039
-int attr buttonBarNegativeButtonStyle 0x7f04003a
-int attr buttonBarNeutralButtonStyle 0x7f04003b
-int attr buttonBarPositiveButtonStyle 0x7f04003c
-int attr buttonBarStyle 0x7f04003d
-int attr buttonGravity 0x7f04003e
-int attr buttonIconDimen 0x7f04003f
-int attr buttonPanelSideLayout 0x7f040040
-int attr buttonStyle 0x7f040041
-int attr buttonStyleSmall 0x7f040042
-int attr buttonTint 0x7f040043
-int attr buttonTintMode 0x7f040044
-int attr checkboxStyle 0x7f040045
-int attr checkedTextViewStyle 0x7f040046
-int attr closeIcon 0x7f040047
-int attr closeItemLayout 0x7f040048
-int attr collapseContentDescription 0x7f040049
-int attr collapseIcon 0x7f04004a
-int attr color 0x7f04004b
-int attr colorAccent 0x7f04004c
-int attr colorBackgroundFloating 0x7f04004d
-int attr colorButtonNormal 0x7f04004e
-int attr colorControlActivated 0x7f04004f
-int attr colorControlHighlight 0x7f040050
-int attr colorControlNormal 0x7f040051
-int attr colorError 0x7f040052
-int attr colorPrimary 0x7f040053
-int attr colorPrimaryDark 0x7f040054
-int attr colorSwitchThumbNormal 0x7f040055
-int attr commitIcon 0x7f040056
-int attr contentDescription 0x7f040057
-int attr contentInsetEnd 0x7f040058
-int attr contentInsetEndWithActions 0x7f040059
-int attr contentInsetLeft 0x7f04005a
-int attr contentInsetRight 0x7f04005b
-int attr contentInsetStart 0x7f04005c
-int attr contentInsetStartWithNavigation 0x7f04005d
-int attr controlBackground 0x7f04005e
-int attr coordinatorLayoutStyle 0x7f04005f
-int attr customNavigationLayout 0x7f040060
-int attr defaultQueryHint 0x7f040061
-int attr dialogCornerRadius 0x7f040062
-int attr dialogPreferredPadding 0x7f040063
-int attr dialogTheme 0x7f040064
-int attr displayOptions 0x7f040065
-int attr divider 0x7f040066
-int attr dividerHorizontal 0x7f040067
-int attr dividerPadding 0x7f040068
-int attr dividerVertical 0x7f040069
-int attr drawableSize 0x7f04006a
-int attr drawerArrowStyle 0x7f04006b
-int attr dropDownListViewStyle 0x7f04006c
-int attr dropdownListPreferredItemHeight 0x7f04006d
-int attr editTextBackground 0x7f04006e
-int attr editTextColor 0x7f04006f
-int attr editTextStyle 0x7f040070
-int attr elevation 0x7f040071
-int attr expandActivityOverflowButtonDrawable 0x7f040072
-int attr firstBaselineToTopHeight 0x7f040073
-int attr font 0x7f040074
-int attr fontFamily 0x7f040075
-int attr fontProviderAuthority 0x7f040076
-int attr fontProviderCerts 0x7f040077
-int attr fontProviderFetchStrategy 0x7f040078
-int attr fontProviderFetchTimeout 0x7f040079
-int attr fontProviderPackage 0x7f04007a
-int attr fontProviderQuery 0x7f04007b
-int attr fontStyle 0x7f04007c
-int attr fontVariationSettings 0x7f04007d
-int attr fontWeight 0x7f04007e
-int attr gapBetweenBars 0x7f04007f
-int attr goIcon 0x7f040080
-int attr height 0x7f040081
-int attr hideOnContentScroll 0x7f040082
-int attr homeAsUpIndicator 0x7f040083
-int attr homeLayout 0x7f040084
-int attr icon 0x7f040085
-int attr iconTint 0x7f040086
-int attr iconTintMode 0x7f040087
-int attr iconifiedByDefault 0x7f040088
-int attr imageButtonStyle 0x7f040089
-int attr indeterminateProgressStyle 0x7f04008a
-int attr initialActivityCount 0x7f04008b
-int attr isLightTheme 0x7f04008c
-int attr itemPadding 0x7f04008d
-int attr keylines 0x7f04008e
-int attr lastBaselineToBottomHeight 0x7f04008f
-int attr layout 0x7f040090
-int attr layout_anchor 0x7f040091
-int attr layout_anchorGravity 0x7f040092
-int attr layout_behavior 0x7f040093
-int attr layout_dodgeInsetEdges 0x7f040094
-int attr layout_insetEdge 0x7f040095
-int attr layout_keyline 0x7f040096
-int attr lineHeight 0x7f040097
-int attr listChoiceBackgroundIndicator 0x7f040098
-int attr listDividerAlertDialog 0x7f040099
-int attr listItemLayout 0x7f04009a
-int attr listLayout 0x7f04009b
-int attr listMenuViewStyle 0x7f04009c
-int attr listPopupWindowStyle 0x7f04009d
-int attr listPreferredItemHeight 0x7f04009e
-int attr listPreferredItemHeightLarge 0x7f04009f
-int attr listPreferredItemHeightSmall 0x7f0400a0
-int attr listPreferredItemPaddingLeft 0x7f0400a1
-int attr listPreferredItemPaddingRight 0x7f0400a2
-int attr logo 0x7f0400a3
-int attr logoDescription 0x7f0400a4
-int attr maxButtonHeight 0x7f0400a5
-int attr measureWithLargestChild 0x7f0400a6
-int attr multiChoiceItemLayout 0x7f0400a7
-int attr navigationContentDescription 0x7f0400a8
-int attr navigationIcon 0x7f0400a9
-int attr navigationMode 0x7f0400aa
-int attr numericModifiers 0x7f0400ab
-int attr overlapAnchor 0x7f0400ac
-int attr paddingBottomNoButtons 0x7f0400ad
-int attr paddingEnd 0x7f0400ae
-int attr paddingStart 0x7f0400af
-int attr paddingTopNoTitle 0x7f0400b0
-int attr panelBackground 0x7f0400b1
-int attr panelMenuListTheme 0x7f0400b2
-int attr panelMenuListWidth 0x7f0400b3
-int attr popupMenuStyle 0x7f0400b4
-int attr popupTheme 0x7f0400b5
-int attr popupWindowStyle 0x7f0400b6
-int attr preserveIconSpacing 0x7f0400b7
-int attr progressBarPadding 0x7f0400b8
-int attr progressBarStyle 0x7f0400b9
-int attr queryBackground 0x7f0400ba
-int attr queryHint 0x7f0400bb
-int attr radioButtonStyle 0x7f0400bc
-int attr ratingBarStyle 0x7f0400bd
-int attr ratingBarStyleIndicator 0x7f0400be
-int attr ratingBarStyleSmall 0x7f0400bf
-int attr searchHintIcon 0x7f0400c0
-int attr searchIcon 0x7f0400c1
-int attr searchViewStyle 0x7f0400c2
-int attr seekBarStyle 0x7f0400c3
-int attr selectableItemBackground 0x7f0400c4
-int attr selectableItemBackgroundBorderless 0x7f0400c5
-int attr showAsAction 0x7f0400c6
-int attr showDividers 0x7f0400c7
-int attr showText 0x7f0400c8
-int attr showTitle 0x7f0400c9
-int attr singleChoiceItemLayout 0x7f0400ca
-int attr spinBars 0x7f0400cb
-int attr spinnerDropDownItemStyle 0x7f0400cc
-int attr spinnerStyle 0x7f0400cd
-int attr splitTrack 0x7f0400ce
-int attr srcCompat 0x7f0400cf
-int attr state_above_anchor 0x7f0400d0
-int attr statusBarBackground 0x7f0400d1
-int attr subMenuArrow 0x7f0400d2
-int attr submitBackground 0x7f0400d3
-int attr subtitle 0x7f0400d4
-int attr subtitleTextAppearance 0x7f0400d5
-int attr subtitleTextColor 0x7f0400d6
-int attr subtitleTextStyle 0x7f0400d7
-int attr suggestionRowLayout 0x7f0400d8
-int attr switchMinWidth 0x7f0400d9
-int attr switchPadding 0x7f0400da
-int attr switchStyle 0x7f0400db
-int attr switchTextAppearance 0x7f0400dc
-int attr textAllCaps 0x7f0400dd
-int attr textAppearanceLargePopupMenu 0x7f0400de
-int attr textAppearanceListItem 0x7f0400df
-int attr textAppearanceListItemSecondary 0x7f0400e0
-int attr textAppearanceListItemSmall 0x7f0400e1
-int attr textAppearancePopupMenuHeader 0x7f0400e2
-int attr textAppearanceSearchResultSubtitle 0x7f0400e3
-int attr textAppearanceSearchResultTitle 0x7f0400e4
-int attr textAppearanceSmallPopupMenu 0x7f0400e5
-int attr textColorAlertDialogListItem 0x7f0400e6
-int attr textColorSearchUrl 0x7f0400e7
-int attr theme 0x7f0400e8
-int attr thickness 0x7f0400e9
-int attr thumbTextPadding 0x7f0400ea
-int attr thumbTint 0x7f0400eb
-int attr thumbTintMode 0x7f0400ec
-int attr tickMark 0x7f0400ed
-int attr tickMarkTint 0x7f0400ee
-int attr tickMarkTintMode 0x7f0400ef
-int attr tint 0x7f0400f0
-int attr tintMode 0x7f0400f1
-int attr title 0x7f0400f2
-int attr titleMargin 0x7f0400f3
-int attr titleMarginBottom 0x7f0400f4
-int attr titleMarginEnd 0x7f0400f5
-int attr titleMarginStart 0x7f0400f6
-int attr titleMarginTop 0x7f0400f7
-int attr titleMargins 0x7f0400f8
-int attr titleTextAppearance 0x7f0400f9
-int attr titleTextColor 0x7f0400fa
-int attr titleTextStyle 0x7f0400fb
-int attr toolbarNavigationButtonStyle 0x7f0400fc
-int attr toolbarStyle 0x7f0400fd
-int attr tooltipForegroundColor 0x7f0400fe
-int attr tooltipFrameBackground 0x7f0400ff
-int attr tooltipText 0x7f040100
-int attr track 0x7f040101
-int attr trackTint 0x7f040102
-int attr trackTintMode 0x7f040103
-int attr ttcIndex 0x7f040104
-int attr viewInflaterClass 0x7f040105
-int attr voiceIcon 0x7f040106
-int attr windowActionBar 0x7f040107
-int attr windowActionBarOverlay 0x7f040108
-int attr windowActionModeOverlay 0x7f040109
-int attr windowFixedHeightMajor 0x7f04010a
-int attr windowFixedHeightMinor 0x7f04010b
-int attr windowFixedWidthMajor 0x7f04010c
-int attr windowFixedWidthMinor 0x7f04010d
-int attr windowMinWidthMajor 0x7f04010e
-int attr windowMinWidthMinor 0x7f04010f
-int attr windowNoTitle 0x7f040110
-int bool abc_action_bar_embed_tabs 0x7f050001
-int bool abc_allow_stacked_button_bar 0x7f050002
-int bool abc_config_actionMenuItemAllCaps 0x7f050003
-int color abc_background_cache_hint_selector_material_dark 0x7f060001
-int color abc_background_cache_hint_selector_material_light 0x7f060002
-int color abc_btn_colored_borderless_text_material 0x7f060003
-int color abc_btn_colored_text_material 0x7f060004
-int color abc_color_highlight_material 0x7f060005
-int color abc_hint_foreground_material_dark 0x7f060006
-int color abc_hint_foreground_material_light 0x7f060007
-int color abc_input_method_navigation_guard 0x7f060008
-int color abc_primary_text_disable_only_material_dark 0x7f060009
-int color abc_primary_text_disable_only_material_light 0x7f06000a
-int color abc_primary_text_material_dark 0x7f06000b
-int color abc_primary_text_material_light 0x7f06000c
-int color abc_search_url_text 0x7f06000d
-int color abc_search_url_text_normal 0x7f06000e
-int color abc_search_url_text_pressed 0x7f06000f
-int color abc_search_url_text_selected 0x7f060010
-int color abc_secondary_text_material_dark 0x7f060011
-int color abc_secondary_text_material_light 0x7f060012
-int color abc_tint_btn_checkable 0x7f060013
-int color abc_tint_default 0x7f060014
-int color abc_tint_edittext 0x7f060015
-int color abc_tint_seek_thumb 0x7f060016
-int color abc_tint_spinner 0x7f060017
-int color abc_tint_switch_track 0x7f060018
-int color accent_material_dark 0x7f060019
-int color accent_material_light 0x7f06001a
-int color background_floating_material_dark 0x7f06001b
-int color background_floating_material_light 0x7f06001c
-int color background_material_dark 0x7f06001d
-int color background_material_light 0x7f06001e
-int color bright_foreground_disabled_material_dark 0x7f06001f
-int color bright_foreground_disabled_material_light 0x7f060020
-int color bright_foreground_inverse_material_dark 0x7f060021
-int color bright_foreground_inverse_material_light 0x7f060022
-int color bright_foreground_material_dark 0x7f060023
-int color bright_foreground_material_light 0x7f060024
-int color button_material_dark 0x7f060025
-int color button_material_light 0x7f060026
-int color dim_foreground_disabled_material_dark 0x7f060027
-int color dim_foreground_disabled_material_light 0x7f060028
-int color dim_foreground_material_dark 0x7f060029
-int color dim_foreground_material_light 0x7f06002a
-int color error_color_material_dark 0x7f06002b
-int color error_color_material_light 0x7f06002c
-int color foreground_material_dark 0x7f06002d
-int color foreground_material_light 0x7f06002e
-int color highlighted_text_material_dark 0x7f06002f
-int color highlighted_text_material_light 0x7f060030
-int color material_blue_grey_800 0x7f060031
-int color material_blue_grey_900 0x7f060032
-int color material_blue_grey_950 0x7f060033
-int color material_deep_teal_200 0x7f060034
-int color material_deep_teal_500 0x7f060035
-int color material_grey_100 0x7f060036
-int color material_grey_300 0x7f060037
-int color material_grey_50 0x7f060038
-int color material_grey_600 0x7f060039
-int color material_grey_800 0x7f06003a
-int color material_grey_850 0x7f06003b
-int color material_grey_900 0x7f06003c
-int color notification_action_color_filter 0x7f06003d
-int color notification_icon_bg_color 0x7f06003e
-int color primary_dark_material_dark 0x7f06003f
-int color primary_dark_material_light 0x7f060040
-int color primary_material_dark 0x7f060041
-int color primary_material_light 0x7f060042
-int color primary_text_default_material_dark 0x7f060043
-int color primary_text_default_material_light 0x7f060044
-int color primary_text_disabled_material_dark 0x7f060045
-int color primary_text_disabled_material_light 0x7f060046
-int color ripple_material_dark 0x7f060047
-int color ripple_material_light 0x7f060048
-int color secondary_text_default_material_dark 0x7f060049
-int color secondary_text_default_material_light 0x7f06004a
-int color secondary_text_disabled_material_dark 0x7f06004b
-int color secondary_text_disabled_material_light 0x7f06004c
-int color switch_thumb_disabled_material_dark 0x7f06004d
-int color switch_thumb_disabled_material_light 0x7f06004e
-int color switch_thumb_material_dark 0x7f06004f
-int color switch_thumb_material_light 0x7f060050
-int color switch_thumb_normal_material_dark 0x7f060051
-int color switch_thumb_normal_material_light 0x7f060052
-int color tooltip_background_dark 0x7f060053
-int color tooltip_background_light 0x7f060054
-int dimen abc_action_bar_content_inset_material 0x7f080001
-int dimen abc_action_bar_content_inset_with_nav 0x7f080002
-int dimen abc_action_bar_default_height_material 0x7f080003
-int dimen abc_action_bar_default_padding_end_material 0x7f080004
-int dimen abc_action_bar_default_padding_start_material 0x7f080005
-int dimen abc_action_bar_elevation_material 0x7f080006
-int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007
-int dimen abc_action_bar_overflow_padding_end_material 0x7f080008
-int dimen abc_action_bar_overflow_padding_start_material 0x7f080009
-int dimen abc_action_bar_stacked_max_height 0x7f08000a
-int dimen abc_action_bar_stacked_tab_max_width 0x7f08000b
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000c
-int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000d
-int dimen abc_action_button_min_height_material 0x7f08000e
-int dimen abc_action_button_min_width_material 0x7f08000f
-int dimen abc_action_button_min_width_overflow_material 0x7f080010
-int dimen abc_alert_dialog_button_bar_height 0x7f080011
-int dimen abc_alert_dialog_button_dimen 0x7f080012
-int dimen abc_button_inset_horizontal_material 0x7f080013
-int dimen abc_button_inset_vertical_material 0x7f080014
-int dimen abc_button_padding_horizontal_material 0x7f080015
-int dimen abc_button_padding_vertical_material 0x7f080016
-int dimen abc_cascading_menus_min_smallest_width 0x7f080017
-int dimen abc_config_prefDialogWidth 0x7f080018
-int dimen abc_control_corner_material 0x7f080019
-int dimen abc_control_inset_material 0x7f08001a
-int dimen abc_control_padding_material 0x7f08001b
-int dimen abc_dialog_corner_radius_material 0x7f08001c
-int dimen abc_dialog_fixed_height_major 0x7f08001d
-int dimen abc_dialog_fixed_height_minor 0x7f08001e
-int dimen abc_dialog_fixed_width_major 0x7f08001f
-int dimen abc_dialog_fixed_width_minor 0x7f080020
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080021
-int dimen abc_dialog_list_padding_top_no_title 0x7f080022
-int dimen abc_dialog_min_width_major 0x7f080023
-int dimen abc_dialog_min_width_minor 0x7f080024
-int dimen abc_dialog_padding_material 0x7f080025
-int dimen abc_dialog_padding_top_material 0x7f080026
-int dimen abc_dialog_title_divider_material 0x7f080027
-int dimen abc_disabled_alpha_material_dark 0x7f080028
-int dimen abc_disabled_alpha_material_light 0x7f080029
-int dimen abc_dropdownitem_icon_width 0x7f08002a
-int dimen abc_dropdownitem_text_padding_left 0x7f08002b
-int dimen abc_dropdownitem_text_padding_right 0x7f08002c
-int dimen abc_edit_text_inset_bottom_material 0x7f08002d
-int dimen abc_edit_text_inset_horizontal_material 0x7f08002e
-int dimen abc_edit_text_inset_top_material 0x7f08002f
-int dimen abc_floating_window_z 0x7f080030
-int dimen abc_list_item_padding_horizontal_material 0x7f080031
-int dimen abc_panel_menu_list_width 0x7f080032
-int dimen abc_progress_bar_height_material 0x7f080033
-int dimen abc_search_view_preferred_height 0x7f080034
-int dimen abc_search_view_preferred_width 0x7f080035
-int dimen abc_seekbar_track_background_height_material 0x7f080036
-int dimen abc_seekbar_track_progress_height_material 0x7f080037
-int dimen abc_select_dialog_padding_start_material 0x7f080038
-int dimen abc_switch_padding 0x7f080039
-int dimen abc_text_size_body_1_material 0x7f08003a
-int dimen abc_text_size_body_2_material 0x7f08003b
-int dimen abc_text_size_button_material 0x7f08003c
-int dimen abc_text_size_caption_material 0x7f08003d
-int dimen abc_text_size_display_1_material 0x7f08003e
-int dimen abc_text_size_display_2_material 0x7f08003f
-int dimen abc_text_size_display_3_material 0x7f080040
-int dimen abc_text_size_display_4_material 0x7f080041
-int dimen abc_text_size_headline_material 0x7f080042
-int dimen abc_text_size_large_material 0x7f080043
-int dimen abc_text_size_medium_material 0x7f080044
-int dimen abc_text_size_menu_header_material 0x7f080045
-int dimen abc_text_size_menu_material 0x7f080046
-int dimen abc_text_size_small_material 0x7f080047
-int dimen abc_text_size_subhead_material 0x7f080048
-int dimen abc_text_size_subtitle_material_toolbar 0x7f080049
-int dimen abc_text_size_title_material 0x7f08004a
-int dimen abc_text_size_title_material_toolbar 0x7f08004b
-int dimen color_swatch_large 0x7f08004c
-int dimen color_swatch_margins_large 0x7f08004d
-int dimen color_swatch_margins_small 0x7f08004e
-int dimen color_swatch_small 0x7f08004f
-int dimen compat_button_inset_horizontal_material 0x7f080050
-int dimen compat_button_inset_vertical_material 0x7f080051
-int dimen compat_button_padding_horizontal_material 0x7f080052
-int dimen compat_button_padding_vertical_material 0x7f080053
-int dimen compat_control_corner_material 0x7f080054
-int dimen compat_notification_large_icon_max_height 0x7f080055
-int dimen compat_notification_large_icon_max_width 0x7f080056
-int dimen disabled_alpha_material_dark 0x7f080057
-int dimen disabled_alpha_material_light 0x7f080058
-int dimen highlight_alpha_material_colored 0x7f080059
-int dimen highlight_alpha_material_dark 0x7f08005a
-int dimen highlight_alpha_material_light 0x7f08005b
-int dimen hint_alpha_material_dark 0x7f08005c
-int dimen hint_alpha_material_light 0x7f08005d
-int dimen hint_pressed_alpha_material_dark 0x7f08005e
-int dimen hint_pressed_alpha_material_light 0x7f08005f
-int dimen notification_action_icon_size 0x7f080060
-int dimen notification_action_text_size 0x7f080061
-int dimen notification_big_circle_margin 0x7f080062
-int dimen notification_content_margin_start 0x7f080063
-int dimen notification_large_icon_height 0x7f080064
-int dimen notification_large_icon_width 0x7f080065
-int dimen notification_main_column_padding_top 0x7f080066
-int dimen notification_media_narrow_margin 0x7f080067
-int dimen notification_right_icon_size 0x7f080068
-int dimen notification_right_side_padding_top 0x7f080069
-int dimen notification_small_icon_background_padding 0x7f08006a
-int dimen notification_small_icon_size_as_large 0x7f08006b
-int dimen notification_subtext_size 0x7f08006c
-int dimen notification_top_pad 0x7f08006d
-int dimen notification_top_pad_large_text 0x7f08006e
-int dimen tooltip_corner_radius 0x7f08006f
-int dimen tooltip_horizontal_padding 0x7f080070
-int dimen tooltip_margin 0x7f080071
-int dimen tooltip_precise_anchor_extra_offset 0x7f080072
-int dimen tooltip_precise_anchor_threshold 0x7f080073
-int dimen tooltip_vertical_padding 0x7f080074
-int dimen tooltip_y_offset_non_touch 0x7f080075
-int dimen tooltip_y_offset_touch 0x7f080076
-int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001
-int drawable abc_action_bar_item_background_material 0x7f090002
-int drawable abc_btn_borderless_material 0x7f090003
-int drawable abc_btn_check_material 0x7f090004
-int drawable abc_btn_check_to_on_mtrl_000 0x7f090005
-int drawable abc_btn_check_to_on_mtrl_015 0x7f090006
-int drawable abc_btn_colored_material 0x7f090007
-int drawable abc_btn_default_mtrl_shape 0x7f090008
-int drawable abc_btn_radio_material 0x7f090009
-int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a
-int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b
-int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000c
-int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000d
-int drawable abc_cab_background_internal_bg 0x7f09000e
-int drawable abc_cab_background_top_material 0x7f09000f
-int drawable abc_cab_background_top_mtrl_alpha 0x7f090010
-int drawable abc_control_background_material 0x7f090011
-int drawable abc_dialog_material_background 0x7f090012
-int drawable abc_edit_text_material 0x7f090013
-int drawable abc_ic_ab_back_material 0x7f090014
-int drawable abc_ic_arrow_drop_right_black_24dp 0x7f090015
-int drawable abc_ic_clear_material 0x7f090016
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f090017
-int drawable abc_ic_go_search_api_material 0x7f090018
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090019
-int drawable abc_ic_menu_cut_mtrl_alpha 0x7f09001a
-int drawable abc_ic_menu_overflow_material 0x7f09001b
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f09001c
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f09001d
-int drawable abc_ic_menu_share_mtrl_alpha 0x7f09001e
-int drawable abc_ic_search_api_material 0x7f09001f
-int drawable abc_ic_star_black_16dp 0x7f090020
-int drawable abc_ic_star_black_36dp 0x7f090021
-int drawable abc_ic_star_black_48dp 0x7f090022
-int drawable abc_ic_star_half_black_16dp 0x7f090023
-int drawable abc_ic_star_half_black_36dp 0x7f090024
-int drawable abc_ic_star_half_black_48dp 0x7f090025
-int drawable abc_ic_voice_search_api_material 0x7f090026
-int drawable abc_item_background_holo_dark 0x7f090027
-int drawable abc_item_background_holo_light 0x7f090028
-int drawable abc_list_divider_material 0x7f090029
-int drawable abc_list_divider_mtrl_alpha 0x7f09002a
-int drawable abc_list_focused_holo 0x7f09002b
-int drawable abc_list_longpressed_holo 0x7f09002c
-int drawable abc_list_pressed_holo_dark 0x7f09002d
-int drawable abc_list_pressed_holo_light 0x7f09002e
-int drawable abc_list_selector_background_transition_holo_dark 0x7f09002f
-int drawable abc_list_selector_background_transition_holo_light 0x7f090030
-int drawable abc_list_selector_disabled_holo_dark 0x7f090031
-int drawable abc_list_selector_disabled_holo_light 0x7f090032
-int drawable abc_list_selector_holo_dark 0x7f090033
-int drawable abc_list_selector_holo_light 0x7f090034
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f090035
-int drawable abc_popup_background_mtrl_mult 0x7f090036
-int drawable abc_ratingbar_indicator_material 0x7f090037
-int drawable abc_ratingbar_material 0x7f090038
-int drawable abc_ratingbar_small_material 0x7f090039
-int drawable abc_scrubber_control_off_mtrl_alpha 0x7f09003a
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f09003b
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f09003c
-int drawable abc_scrubber_primary_mtrl_alpha 0x7f09003d
-int drawable abc_scrubber_track_mtrl_alpha 0x7f09003e
-int drawable abc_seekbar_thumb_material 0x7f09003f
-int drawable abc_seekbar_tick_mark_material 0x7f090040
-int drawable abc_seekbar_track_material 0x7f090041
-int drawable abc_spinner_mtrl_am_alpha 0x7f090042
-int drawable abc_spinner_textfield_background_material 0x7f090043
-int drawable abc_switch_thumb_material 0x7f090044
-int drawable abc_switch_track_mtrl_alpha 0x7f090045
-int drawable abc_tab_indicator_material 0x7f090046
-int drawable abc_tab_indicator_mtrl_alpha 0x7f090047
-int drawable abc_text_cursor_material 0x7f090048
-int drawable abc_text_select_handle_left_mtrl_dark 0x7f090049
-int drawable abc_text_select_handle_left_mtrl_light 0x7f09004a
-int drawable abc_text_select_handle_middle_mtrl_dark 0x7f09004b
-int drawable abc_text_select_handle_middle_mtrl_light 0x7f09004c
-int drawable abc_text_select_handle_right_mtrl_dark 0x7f09004d
-int drawable abc_text_select_handle_right_mtrl_light 0x7f09004e
-int drawable abc_textfield_activated_mtrl_alpha 0x7f09004f
-int drawable abc_textfield_default_mtrl_alpha 0x7f090050
-int drawable abc_textfield_search_activated_mtrl_alpha 0x7f090051
-int drawable abc_textfield_search_default_mtrl_alpha 0x7f090052
-int drawable abc_textfield_search_material 0x7f090053
-int drawable abc_vector_test 0x7f090054
-int drawable color_picker_swatch 0x7f090055
-int drawable ic_colorpicker_swatch_selected 0x7f090056
-int drawable notification_action_background 0x7f090057
-int drawable notification_bg 0x7f090058
-int drawable notification_bg_low 0x7f090059
-int drawable notification_bg_low_normal 0x7f09005a
-int drawable notification_bg_low_pressed 0x7f09005b
-int drawable notification_bg_normal 0x7f09005c
-int drawable notification_bg_normal_pressed 0x7f09005d
-int drawable notification_icon_background 0x7f09005e
-int drawable notification_template_icon_bg 0x7f09005f
-int drawable notification_template_icon_low_bg 0x7f090060
-int drawable notification_tile_bg 0x7f090061
-int drawable notify_panel_notification_icon_bg 0x7f090062
-int drawable tooltip_frame_dark 0x7f090063
-int drawable tooltip_frame_light 0x7f090064
-int id action_bar 0x7f0c0001
-int id action_bar_activity_content 0x7f0c0002
-int id action_bar_container 0x7f0c0003
-int id action_bar_root 0x7f0c0004
-int id action_bar_spinner 0x7f0c0005
-int id action_bar_subtitle 0x7f0c0006
-int id action_bar_title 0x7f0c0007
-int id action_container 0x7f0c0008
-int id action_context_bar 0x7f0c0009
-int id action_divider 0x7f0c000a
-int id action_image 0x7f0c000b
-int id action_menu_divider 0x7f0c000c
-int id action_menu_presenter 0x7f0c000d
-int id action_mode_bar 0x7f0c000e
-int id action_mode_bar_stub 0x7f0c000f
-int id action_mode_close_button 0x7f0c0010
-int id action_text 0x7f0c0011
-int id actions 0x7f0c0012
-int id activity_chooser_view_content 0x7f0c0013
-int id add 0x7f0c0014
-int id alertTitle 0x7f0c0015
-int id async 0x7f0c0016
-int id blocking 0x7f0c0017
-int id bottom 0x7f0c0018
-int id buttonPanel 0x7f0c0019
-int id checkbox 0x7f0c001a
-int id chronometer 0x7f0c001b
-int id color_picker 0x7f0c001c
-int id color_picker_checkmark 0x7f0c001d
-int id color_picker_swatch 0x7f0c001e
-int id content 0x7f0c001f
-int id contentPanel 0x7f0c0020
-int id custom 0x7f0c0021
-int id customPanel 0x7f0c0022
-int id decor_content_parent 0x7f0c0023
-int id default_activity_button 0x7f0c0024
-int id edit_query 0x7f0c0025
-int id end 0x7f0c0026
-int id expand_activities_button 0x7f0c0027
-int id expanded_menu 0x7f0c0028
-int id forever 0x7f0c0029
-int id group_divider 0x7f0c002a
-int id home 0x7f0c002b
-int id icon 0x7f0c002c
-int id icon_group 0x7f0c002d
-int id image 0x7f0c002e
-int id info 0x7f0c002f
-int id italic 0x7f0c0030
-int id left 0x7f0c0031
-int id line1 0x7f0c0032
-int id line3 0x7f0c0033
-int id listMode 0x7f0c0034
-int id list_item 0x7f0c0035
-int id message 0x7f0c0036
-int id multiply 0x7f0c0037
-int id none 0x7f0c0038
-int id normal 0x7f0c0039
-int id notification_background 0x7f0c003a
-int id notification_main_column 0x7f0c003b
-int id notification_main_column_container 0x7f0c003c
-int id parentPanel 0x7f0c003d
-int id progress_circular 0x7f0c003e
-int id progress_horizontal 0x7f0c003f
-int id radio 0x7f0c0040
-int id right 0x7f0c0041
-int id right_icon 0x7f0c0042
-int id right_side 0x7f0c0043
-int id screen 0x7f0c0044
-int id scrollIndicatorDown 0x7f0c0045
-int id scrollIndicatorUp 0x7f0c0046
-int id scrollView 0x7f0c0047
-int id search_badge 0x7f0c0048
-int id search_bar 0x7f0c0049
-int id search_button 0x7f0c004a
-int id search_close_btn 0x7f0c004b
-int id search_edit_frame 0x7f0c004c
-int id search_go_btn 0x7f0c004d
-int id search_mag_icon 0x7f0c004e
-int id search_plate 0x7f0c004f
-int id search_src_text 0x7f0c0050
-int id search_voice_btn 0x7f0c0051
-int id select_dialog_listview 0x7f0c0052
-int id shortcut 0x7f0c0053
-int id spacer 0x7f0c0054
-int id split_action_bar 0x7f0c0055
-int id src_atop 0x7f0c0056
-int id src_in 0x7f0c0057
-int id src_over 0x7f0c0058
-int id start 0x7f0c0059
-int id submenuarrow 0x7f0c005a
-int id submit_area 0x7f0c005b
-int id tabMode 0x7f0c005c
-int id tag_transition_group 0x7f0c005d
-int id tag_unhandled_key_event_manager 0x7f0c005e
-int id tag_unhandled_key_listeners 0x7f0c005f
-int id text 0x7f0c0060
-int id text2 0x7f0c0061
-int id textSpacerNoButtons 0x7f0c0062
-int id textSpacerNoTitle 0x7f0c0063
-int id time 0x7f0c0064
-int id title 0x7f0c0065
-int id titleDividerNoCustom 0x7f0c0066
-int id title_template 0x7f0c0067
-int id top 0x7f0c0068
-int id topPanel 0x7f0c0069
-int id uniform 0x7f0c006a
-int id up 0x7f0c006b
-int id wrap_content 0x7f0c006c
-int integer abc_config_activityDefaultDur 0x7f0d0001
-int integer abc_config_activityShortDur 0x7f0d0002
-int integer cancel_button_image_alpha 0x7f0d0003
-int integer config_tooltipAnimTime 0x7f0d0004
-int integer status_bar_notification_info_maxnum 0x7f0d0005
-int layout abc_action_bar_title_item 0x7f0f0001
-int layout abc_action_bar_up_container 0x7f0f0002
-int layout abc_action_menu_item_layout 0x7f0f0003
-int layout abc_action_menu_layout 0x7f0f0004
-int layout abc_action_mode_bar 0x7f0f0005
-int layout abc_action_mode_close_item_material 0x7f0f0006
-int layout abc_activity_chooser_view 0x7f0f0007
-int layout abc_activity_chooser_view_list_item 0x7f0f0008
-int layout abc_alert_dialog_button_bar_material 0x7f0f0009
-int layout abc_alert_dialog_material 0x7f0f000a
-int layout abc_alert_dialog_title_material 0x7f0f000b
-int layout abc_cascading_menu_item_layout 0x7f0f000c
-int layout abc_dialog_title_material 0x7f0f000d
-int layout abc_expanded_menu_layout 0x7f0f000e
-int layout abc_list_menu_item_checkbox 0x7f0f000f
-int layout abc_list_menu_item_icon 0x7f0f0010
-int layout abc_list_menu_item_layout 0x7f0f0011
-int layout abc_list_menu_item_radio 0x7f0f0012
-int layout abc_popup_menu_header_item_layout 0x7f0f0013
-int layout abc_popup_menu_item_layout 0x7f0f0014
-int layout abc_screen_content_include 0x7f0f0015
-int layout abc_screen_simple 0x7f0f0016
-int layout abc_screen_simple_overlay_action_mode 0x7f0f0017
-int layout abc_screen_toolbar 0x7f0f0018
-int layout abc_search_dropdown_item_icons_2line 0x7f0f0019
-int layout abc_search_view 0x7f0f001a
-int layout abc_select_dialog_material 0x7f0f001b
-int layout abc_tooltip 0x7f0f001c
-int layout color_picker_dialog 0x7f0f001d
-int layout color_picker_swatch 0x7f0f001e
-int layout notification_action 0x7f0f001f
-int layout notification_action_tombstone 0x7f0f0020
-int layout notification_template_custom_big 0x7f0f0021
-int layout notification_template_icon_group 0x7f0f0022
-int layout notification_template_part_chronometer 0x7f0f0023
-int layout notification_template_part_time 0x7f0f0024
-int layout select_dialog_item_material 0x7f0f0025
-int layout select_dialog_multichoice_material 0x7f0f0026
-int layout select_dialog_singlechoice_material 0x7f0f0027
-int layout support_simple_spinner_dropdown_item 0x7f0f0028
-int string abc_action_bar_home_description 0x7f150001
-int string abc_action_bar_up_description 0x7f150002
-int string abc_action_menu_overflow_description 0x7f150003
-int string abc_action_mode_done 0x7f150004
-int string abc_activity_chooser_view_see_all 0x7f150005
-int string abc_activitychooserview_choose_application 0x7f150006
-int string abc_capital_off 0x7f150007
-int string abc_capital_on 0x7f150008
-int string abc_font_family_body_1_material 0x7f150009
-int string abc_font_family_body_2_material 0x7f15000a
-int string abc_font_family_button_material 0x7f15000b
-int string abc_font_family_caption_material 0x7f15000c
-int string abc_font_family_display_1_material 0x7f15000d
-int string abc_font_family_display_2_material 0x7f15000e
-int string abc_font_family_display_3_material 0x7f15000f
-int string abc_font_family_display_4_material 0x7f150010
-int string abc_font_family_headline_material 0x7f150011
-int string abc_font_family_menu_material 0x7f150012
-int string abc_font_family_subhead_material 0x7f150013
-int string abc_font_family_title_material 0x7f150014
-int string abc_menu_alt_shortcut_label 0x7f150015
-int string abc_menu_ctrl_shortcut_label 0x7f150016
-int string abc_menu_delete_shortcut_label 0x7f150017
-int string abc_menu_enter_shortcut_label 0x7f150018
-int string abc_menu_function_shortcut_label 0x7f150019
-int string abc_menu_meta_shortcut_label 0x7f15001a
-int string abc_menu_shift_shortcut_label 0x7f15001b
-int string abc_menu_space_shortcut_label 0x7f15001c
-int string abc_menu_sym_shortcut_label 0x7f15001d
-int string abc_prepend_shortcut_label 0x7f15001e
-int string abc_search_hint 0x7f15001f
-int string abc_searchview_description_clear 0x7f150020
-int string abc_searchview_description_query 0x7f150021
-int string abc_searchview_description_search 0x7f150022
-int string abc_searchview_description_submit 0x7f150023
-int string abc_searchview_description_voice 0x7f150024
-int string abc_shareactionprovider_share_with 0x7f150025
-int string abc_shareactionprovider_share_with_application 0x7f150026
-int string abc_toolbar_collapse_description 0x7f150027
-int string color_picker_default_title 0x7f150028
-int string color_swatch_description 0x7f150029
-int string color_swatch_description_selected 0x7f15002a
-int string search_menu_title 0x7f15002b
-int string status_bar_notification_info_overflow 0x7f15002c
-int style AlertDialog_AppCompat 0x7f160001
-int style AlertDialog_AppCompat_Light 0x7f160002
-int style Animation_AppCompat_Dialog 0x7f160003
-int style Animation_AppCompat_DropDownUp 0x7f160004
-int style Animation_AppCompat_Tooltip 0x7f160005
-int style Base_AlertDialog_AppCompat 0x7f160006
-int style Base_AlertDialog_AppCompat_Light 0x7f160007
-int style Base_Animation_AppCompat_Dialog 0x7f160008
-int style Base_Animation_AppCompat_DropDownUp 0x7f160009
-int style Base_Animation_AppCompat_Tooltip 0x7f16000a
-int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000b
-int style Base_DialogWindowTitle_AppCompat 0x7f16000c
-int style Base_TextAppearance_AppCompat 0x7f16000d
-int style Base_TextAppearance_AppCompat_Body1 0x7f16000e
-int style Base_TextAppearance_AppCompat_Body2 0x7f16000f
-int style Base_TextAppearance_AppCompat_Button 0x7f160010
-int style Base_TextAppearance_AppCompat_Caption 0x7f160011
-int style Base_TextAppearance_AppCompat_Display1 0x7f160012
-int style Base_TextAppearance_AppCompat_Display2 0x7f160013
-int style Base_TextAppearance_AppCompat_Display3 0x7f160014
-int style Base_TextAppearance_AppCompat_Display4 0x7f160015
-int style Base_TextAppearance_AppCompat_Headline 0x7f160016
-int style Base_TextAppearance_AppCompat_Inverse 0x7f160017
-int style Base_TextAppearance_AppCompat_Large 0x7f160018
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f160019
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001a
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001b
-int style Base_TextAppearance_AppCompat_Medium 0x7f16001c
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001d
-int style Base_TextAppearance_AppCompat_Menu 0x7f16001e
-int style Base_TextAppearance_AppCompat_SearchResult 0x7f16001f
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160020
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160021
-int style Base_TextAppearance_AppCompat_Small 0x7f160022
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160023
-int style Base_TextAppearance_AppCompat_Subhead 0x7f160024
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160025
-int style Base_TextAppearance_AppCompat_Title 0x7f160026
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160027
-int style Base_TextAppearance_AppCompat_Tooltip 0x7f160028
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160029
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002a
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002b
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002c
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002d
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002e
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16002f
-int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160030
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160031
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160032
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160033
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160034
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160035
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160036
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160037
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160038
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160039
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003a
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003b
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003c
-int style Base_ThemeOverlay_AppCompat 0x7f16003d
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003e
-int style Base_ThemeOverlay_AppCompat_Dark 0x7f16003f
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160040
-int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160041
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160042
-int style Base_ThemeOverlay_AppCompat_Light 0x7f160043
-int style Base_Theme_AppCompat 0x7f160044
-int style Base_Theme_AppCompat_CompactMenu 0x7f160045
-int style Base_Theme_AppCompat_Dialog 0x7f160046
-int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160047
-int style Base_Theme_AppCompat_Dialog_Alert 0x7f160048
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f160049
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004a
-int style Base_Theme_AppCompat_Light 0x7f16004b
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004c
-int style Base_Theme_AppCompat_Light_Dialog 0x7f16004d
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004e
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f16004f
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160050
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160051
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160052
-int style Base_V21_Theme_AppCompat 0x7f160053
-int style Base_V21_Theme_AppCompat_Dialog 0x7f160054
-int style Base_V21_Theme_AppCompat_Light 0x7f160055
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f160056
-int style Base_V22_Theme_AppCompat 0x7f160057
-int style Base_V22_Theme_AppCompat_Light 0x7f160058
-int style Base_V23_Theme_AppCompat 0x7f160059
-int style Base_V23_Theme_AppCompat_Light 0x7f16005a
-int style Base_V26_Theme_AppCompat 0x7f16005b
-int style Base_V26_Theme_AppCompat_Light 0x7f16005c
-int style Base_V26_Widget_AppCompat_Toolbar 0x7f16005d
-int style Base_V28_Theme_AppCompat 0x7f16005e
-int style Base_V28_Theme_AppCompat_Light 0x7f16005f
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160060
-int style Base_V7_Theme_AppCompat 0x7f160061
-int style Base_V7_Theme_AppCompat_Dialog 0x7f160062
-int style Base_V7_Theme_AppCompat_Light 0x7f160063
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f160064
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f160065
-int style Base_V7_Widget_AppCompat_EditText 0x7f160066
-int style Base_V7_Widget_AppCompat_Toolbar 0x7f160067
-int style Base_Widget_AppCompat_ActionBar 0x7f160068
-int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160069
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f16006a
-int style Base_Widget_AppCompat_ActionBar_TabText 0x7f16006b
-int style Base_Widget_AppCompat_ActionBar_TabView 0x7f16006c
-int style Base_Widget_AppCompat_ActionButton 0x7f16006d
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f16006e
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f16006f
-int style Base_Widget_AppCompat_ActionMode 0x7f160070
-int style Base_Widget_AppCompat_ActivityChooserView 0x7f160071
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160072
-int style Base_Widget_AppCompat_Button 0x7f160073
-int style Base_Widget_AppCompat_ButtonBar 0x7f160074
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f160075
-int style Base_Widget_AppCompat_Button_Borderless 0x7f160076
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f160077
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160078
-int style Base_Widget_AppCompat_Button_Colored 0x7f160079
-int style Base_Widget_AppCompat_Button_Small 0x7f16007a
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f16007b
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f16007c
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f16007d
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f16007e
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f16007f
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160080
-int style Base_Widget_AppCompat_EditText 0x7f160081
-int style Base_Widget_AppCompat_ImageButton 0x7f160082
-int style Base_Widget_AppCompat_Light_ActionBar 0x7f160083
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f160084
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f160085
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f160086
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160087
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f160088
-int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160089
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16008a
-int style Base_Widget_AppCompat_ListMenuView 0x7f16008b
-int style Base_Widget_AppCompat_ListPopupWindow 0x7f16008c
-int style Base_Widget_AppCompat_ListView 0x7f16008d
-int style Base_Widget_AppCompat_ListView_DropDown 0x7f16008e
-int style Base_Widget_AppCompat_ListView_Menu 0x7f16008f
-int style Base_Widget_AppCompat_PopupMenu 0x7f160090
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160091
-int style Base_Widget_AppCompat_PopupWindow 0x7f160092
-int style Base_Widget_AppCompat_ProgressBar 0x7f160093
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f160094
-int style Base_Widget_AppCompat_RatingBar 0x7f160095
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f160096
-int style Base_Widget_AppCompat_RatingBar_Small 0x7f160097
-int style Base_Widget_AppCompat_SearchView 0x7f160098
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f160099
-int style Base_Widget_AppCompat_SeekBar 0x7f16009a
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f16009b
-int style Base_Widget_AppCompat_Spinner 0x7f16009c
-int style Base_Widget_AppCompat_Spinner_Underlined 0x7f16009d
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f16009e
-int style Base_Widget_AppCompat_Toolbar 0x7f16009f
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a0
-int style Platform_AppCompat 0x7f1600a1
-int style Platform_AppCompat_Light 0x7f1600a2
-int style Platform_ThemeOverlay_AppCompat 0x7f1600a3
-int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600a4
-int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600a5
-int style Platform_V21_AppCompat 0x7f1600a6
-int style Platform_V21_AppCompat_Light 0x7f1600a7
-int style Platform_V25_AppCompat 0x7f1600a8
-int style Platform_V25_AppCompat_Light 0x7f1600a9
-int style Platform_Widget_AppCompat_Spinner 0x7f1600aa
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1600ab
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1600ac
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1600ad
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1600ae
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1600af
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1600b0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1600b1
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1600b2
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1600b3
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1600b4
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1600b5
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1600b6
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1600b7
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1600b8
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1600b9
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1600ba
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1600bb
-int style TextAppearance_AppCompat 0x7f1600bc
-int style TextAppearance_AppCompat_Body1 0x7f1600bd
-int style TextAppearance_AppCompat_Body2 0x7f1600be
-int style TextAppearance_AppCompat_Button 0x7f1600bf
-int style TextAppearance_AppCompat_Caption 0x7f1600c0
-int style TextAppearance_AppCompat_Display1 0x7f1600c1
-int style TextAppearance_AppCompat_Display2 0x7f1600c2
-int style TextAppearance_AppCompat_Display3 0x7f1600c3
-int style TextAppearance_AppCompat_Display4 0x7f1600c4
-int style TextAppearance_AppCompat_Headline 0x7f1600c5
-int style TextAppearance_AppCompat_Inverse 0x7f1600c6
-int style TextAppearance_AppCompat_Large 0x7f1600c7
-int style TextAppearance_AppCompat_Large_Inverse 0x7f1600c8
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1600c9
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1600ca
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1600cb
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1600cc
-int style TextAppearance_AppCompat_Medium 0x7f1600cd
-int style TextAppearance_AppCompat_Medium_Inverse 0x7f1600ce
-int style TextAppearance_AppCompat_Menu 0x7f1600cf
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1600d0
-int style TextAppearance_AppCompat_SearchResult_Title 0x7f1600d1
-int style TextAppearance_AppCompat_Small 0x7f1600d2
-int style TextAppearance_AppCompat_Small_Inverse 0x7f1600d3
-int style TextAppearance_AppCompat_Subhead 0x7f1600d4
-int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1600d5
-int style TextAppearance_AppCompat_Title 0x7f1600d6
-int style TextAppearance_AppCompat_Title_Inverse 0x7f1600d7
-int style TextAppearance_AppCompat_Tooltip 0x7f1600d8
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1600d9
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1600da
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1600db
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1600dc
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1600dd
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1600de
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1600df
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1600e0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1600e1
-int style TextAppearance_AppCompat_Widget_Button 0x7f1600e2
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1600e3
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1600e4
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1600e5
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1600e6
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1600e7
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1600e8
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1600e9
-int style TextAppearance_AppCompat_Widget_Switch 0x7f1600ea
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1600eb
-int style TextAppearance_Compat_Notification 0x7f1600ec
-int style TextAppearance_Compat_Notification_Info 0x7f1600ed
-int style TextAppearance_Compat_Notification_Line2 0x7f1600ee
-int style TextAppearance_Compat_Notification_Time 0x7f1600ef
-int style TextAppearance_Compat_Notification_Title 0x7f1600f0
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1600f1
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1600f2
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1600f3
-int style ThemeOverlay_AppCompat 0x7f1600f4
-int style ThemeOverlay_AppCompat_ActionBar 0x7f1600f5
-int style ThemeOverlay_AppCompat_Dark 0x7f1600f6
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1600f7
-int style ThemeOverlay_AppCompat_Dialog 0x7f1600f8
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f1600f9
-int style ThemeOverlay_AppCompat_Light 0x7f1600fa
-int style Theme_AppCompat 0x7f1600fb
-int style Theme_AppCompat_CompactMenu 0x7f1600fc
-int style Theme_AppCompat_DayNight 0x7f1600fd
-int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1600fe
-int style Theme_AppCompat_DayNight_Dialog 0x7f1600ff
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f160100
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160101
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160102
-int style Theme_AppCompat_DayNight_NoActionBar 0x7f160103
-int style Theme_AppCompat_Dialog 0x7f160104
-int style Theme_AppCompat_DialogWhenLarge 0x7f160105
-int style Theme_AppCompat_Dialog_Alert 0x7f160106
-int style Theme_AppCompat_Dialog_MinWidth 0x7f160107
-int style Theme_AppCompat_Light 0x7f160108
-int style Theme_AppCompat_Light_DarkActionBar 0x7f160109
-int style Theme_AppCompat_Light_Dialog 0x7f16010a
-int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16010b
-int style Theme_AppCompat_Light_Dialog_Alert 0x7f16010c
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16010d
-int style Theme_AppCompat_Light_NoActionBar 0x7f16010e
-int style Theme_AppCompat_NoActionBar 0x7f16010f
-int style Widget_AppCompat_ActionBar 0x7f160110
-int style Widget_AppCompat_ActionBar_Solid 0x7f160111
-int style Widget_AppCompat_ActionBar_TabBar 0x7f160112
-int style Widget_AppCompat_ActionBar_TabText 0x7f160113
-int style Widget_AppCompat_ActionBar_TabView 0x7f160114
-int style Widget_AppCompat_ActionButton 0x7f160115
-int style Widget_AppCompat_ActionButton_CloseMode 0x7f160116
-int style Widget_AppCompat_ActionButton_Overflow 0x7f160117
-int style Widget_AppCompat_ActionMode 0x7f160118
-int style Widget_AppCompat_ActivityChooserView 0x7f160119
-int style Widget_AppCompat_AutoCompleteTextView 0x7f16011a
-int style Widget_AppCompat_Button 0x7f16011b
-int style Widget_AppCompat_ButtonBar 0x7f16011c
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f16011d
-int style Widget_AppCompat_Button_Borderless 0x7f16011e
-int style Widget_AppCompat_Button_Borderless_Colored 0x7f16011f
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160120
-int style Widget_AppCompat_Button_Colored 0x7f160121
-int style Widget_AppCompat_Button_Small 0x7f160122
-int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160123
-int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160124
-int style Widget_AppCompat_CompoundButton_Switch 0x7f160125
-int style Widget_AppCompat_DrawerArrowToggle 0x7f160126
-int style Widget_AppCompat_DropDownItem_Spinner 0x7f160127
-int style Widget_AppCompat_EditText 0x7f160128
-int style Widget_AppCompat_ImageButton 0x7f160129
-int style Widget_AppCompat_Light_ActionBar 0x7f16012a
-int style Widget_AppCompat_Light_ActionBar_Solid 0x7f16012b
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f16012c
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f16012d
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f16012e
-int style Widget_AppCompat_Light_ActionBar_TabText 0x7f16012f
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160130
-int style Widget_AppCompat_Light_ActionBar_TabView 0x7f160131
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f160132
-int style Widget_AppCompat_Light_ActionButton 0x7f160133
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f160134
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f160135
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f160136
-int style Widget_AppCompat_Light_ActivityChooserView 0x7f160137
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f160138
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f160139
-int style Widget_AppCompat_Light_ListPopupWindow 0x7f16013a
-int style Widget_AppCompat_Light_ListView_DropDown 0x7f16013b
-int style Widget_AppCompat_Light_PopupMenu 0x7f16013c
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16013d
-int style Widget_AppCompat_Light_SearchView 0x7f16013e
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f16013f
-int style Widget_AppCompat_ListMenuView 0x7f160140
-int style Widget_AppCompat_ListPopupWindow 0x7f160141
-int style Widget_AppCompat_ListView 0x7f160142
-int style Widget_AppCompat_ListView_DropDown 0x7f160143
-int style Widget_AppCompat_ListView_Menu 0x7f160144
-int style Widget_AppCompat_PopupMenu 0x7f160145
-int style Widget_AppCompat_PopupMenu_Overflow 0x7f160146
-int style Widget_AppCompat_PopupWindow 0x7f160147
-int style Widget_AppCompat_ProgressBar 0x7f160148
-int style Widget_AppCompat_ProgressBar_Horizontal 0x7f160149
-int style Widget_AppCompat_RatingBar 0x7f16014a
-int style Widget_AppCompat_RatingBar_Indicator 0x7f16014b
-int style Widget_AppCompat_RatingBar_Small 0x7f16014c
-int style Widget_AppCompat_SearchView 0x7f16014d
-int style Widget_AppCompat_SearchView_ActionBar 0x7f16014e
-int style Widget_AppCompat_SeekBar 0x7f16014f
-int style Widget_AppCompat_SeekBar_Discrete 0x7f160150
-int style Widget_AppCompat_Spinner 0x7f160151
-int style Widget_AppCompat_Spinner_DropDown 0x7f160152
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f160153
-int style Widget_AppCompat_Spinner_Underlined 0x7f160154
-int style Widget_AppCompat_TextView_SpinnerItem 0x7f160155
-int style Widget_AppCompat_Toolbar 0x7f160156
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f160157
-int style Widget_Compat_NotificationActionContainer 0x7f160158
-int style Widget_Compat_NotificationActionText 0x7f160159
-int style Widget_Support_CoordinatorLayout 0x7f16015a
-int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb }
-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 ActionMode { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb }
-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 { 0x7f040072, 0x7f04008b }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca }
-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 { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }
-int styleable AnimatedStateListDrawableCompat_android_constantSize 0
-int styleable AnimatedStateListDrawableCompat_android_dither 1
-int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
-int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
-int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
-int styleable AnimatedStateListDrawableCompat_android_visible 5
-int[] styleable AnimatedStateListDrawableItem { 0x01010199, 0x010100d0 }
-int styleable AnimatedStateListDrawableItem_android_drawable 0
-int styleable AnimatedStateListDrawableItem_android_id 1
-int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 }
-int styleable AnimatedStateListDrawableTransition_android_drawable 0
-int styleable AnimatedStateListDrawableTransition_android_fromId 1
-int styleable AnimatedStateListDrawableTransition_android_reversible 2
-int styleable AnimatedStateListDrawableTransition_android_toId 3
-int[] styleable AppCompatImageView { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 }
-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, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }
-int styleable AppCompatTextHelper_android_drawableBottom 0
-int styleable AppCompatTextHelper_android_drawableEnd 1
-int styleable AppCompatTextHelper_android_drawableLeft 2
-int styleable AppCompatTextHelper_android_drawableRight 3
-int styleable AppCompatTextHelper_android_drawableStart 4
-int styleable AppCompatTextHelper_android_drawableTop 5
-int styleable AppCompatTextHelper_android_textAppearance 6
-int[] styleable AppCompatTextView { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd }
-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 { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 }
-int styleable AppCompatTheme_actionBarDivider 0
-int styleable AppCompatTheme_actionBarItemBackground 1
-int styleable AppCompatTheme_actionBarPopupTheme 2
-int styleable AppCompatTheme_actionBarSize 3
-int styleable AppCompatTheme_actionBarSplitStyle 4
-int styleable AppCompatTheme_actionBarStyle 5
-int styleable AppCompatTheme_actionBarTabBarStyle 6
-int styleable AppCompatTheme_actionBarTabStyle 7
-int styleable AppCompatTheme_actionBarTabTextStyle 8
-int styleable AppCompatTheme_actionBarTheme 9
-int styleable AppCompatTheme_actionBarWidgetTheme 10
-int styleable AppCompatTheme_actionButtonStyle 11
-int styleable AppCompatTheme_actionDropDownStyle 12
-int styleable AppCompatTheme_actionMenuTextAppearance 13
-int styleable AppCompatTheme_actionMenuTextColor 14
-int styleable AppCompatTheme_actionModeBackground 15
-int styleable AppCompatTheme_actionModeCloseButtonStyle 16
-int styleable AppCompatTheme_actionModeCloseDrawable 17
-int styleable AppCompatTheme_actionModeCopyDrawable 18
-int styleable AppCompatTheme_actionModeCutDrawable 19
-int styleable AppCompatTheme_actionModeFindDrawable 20
-int styleable AppCompatTheme_actionModePasteDrawable 21
-int styleable AppCompatTheme_actionModePopupWindowStyle 22
-int styleable AppCompatTheme_actionModeSelectAllDrawable 23
-int styleable AppCompatTheme_actionModeShareDrawable 24
-int styleable AppCompatTheme_actionModeSplitBackground 25
-int styleable AppCompatTheme_actionModeStyle 26
-int styleable AppCompatTheme_actionModeWebSearchDrawable 27
-int styleable AppCompatTheme_actionOverflowButtonStyle 28
-int styleable AppCompatTheme_actionOverflowMenuStyle 29
-int styleable AppCompatTheme_activityChooserViewStyle 30
-int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
-int styleable AppCompatTheme_alertDialogCenterButtons 32
-int styleable AppCompatTheme_alertDialogStyle 33
-int styleable AppCompatTheme_alertDialogTheme 34
-int styleable AppCompatTheme_android_windowAnimationStyle 35
-int styleable AppCompatTheme_android_windowIsFloating 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 { 0x7f040027 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x01010107, 0x7f040043, 0x7f040044 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonTint 1
-int styleable CompoundButton_buttonTintMode 2
-int[] styleable CoordinatorLayout { 0x7f04008e, 0x7f0400d1 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }
-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 { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 }
-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 { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }
-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, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 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 { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x010101a5, 0x01010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
-int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 }
-int styleable LinearLayoutCompat_android_baselineAligned 0
-int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
-int styleable LinearLayoutCompat_android_gravity 2
-int styleable LinearLayoutCompat_android_orientation 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, 0x010100f5, 0x01010181, 0x010100f4 }
-int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
-int styleable LinearLayoutCompat_Layout_android_layout_height 1
-int styleable LinearLayoutCompat_Layout_android_layout_weight 2
-int styleable LinearLayoutCompat_Layout_android_layout_width 3
-int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 }
-int styleable MenuItem_actionLayout 0
-int styleable MenuItem_actionProviderClass 1
-int styleable MenuItem_actionViewClass 2
-int styleable MenuItem_alphabeticModifiers 3
-int styleable MenuItem_android_alphabeticShortcut 4
-int styleable MenuItem_android_checkable 5
-int styleable MenuItem_android_checked 6
-int styleable MenuItem_android_enabled 7
-int styleable MenuItem_android_icon 8
-int styleable MenuItem_android_id 9
-int styleable MenuItem_android_menuCategory 10
-int styleable MenuItem_android_numericShortcut 11
-int styleable MenuItem_android_onClick 12
-int styleable MenuItem_android_orderInCategory 13
-int styleable MenuItem_android_title 14
-int styleable MenuItem_android_titleCondensed 15
-int styleable MenuItem_android_visible 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 { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 }
-int styleable MenuView_android_headerBackground 0
-int styleable MenuView_android_horizontalDivider 1
-int styleable MenuView_android_itemBackground 2
-int styleable MenuView_android_itemIconDisabledAlpha 3
-int styleable MenuView_android_itemTextAppearance 4
-int styleable MenuView_android_verticalDivider 5
-int styleable MenuView_android_windowAnimationStyle 6
-int styleable MenuView_preserveIconSpacing 7
-int styleable MenuView_subMenuArrow 8
-int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f0400ac }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x7f0400d0 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable RecycleListView { 0x7f0400ad, 0x7f0400b0 }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 }
-int styleable SearchView_android_focusable 0
-int styleable SearchView_android_imeOptions 1
-int styleable SearchView_android_inputType 2
-int styleable SearchView_android_maxWidth 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 { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_popupBackground 2
-int styleable Spinner_android_prompt 3
-int styleable Spinner_popupTheme 4
-int[] styleable StateListDrawable { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }
-int styleable StateListDrawable_android_constantSize 0
-int styleable StateListDrawable_android_dither 1
-int styleable StateListDrawable_android_enterFadeDuration 2
-int styleable StateListDrawable_android_exitFadeDuration 3
-int styleable StateListDrawable_android_variablePadding 4
-int styleable StateListDrawable_android_visible 5
-int[] styleable StateListDrawableItem { 0x01010199 }
-int styleable StateListDrawableItem_android_drawable 0
-int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 }
-int styleable SwitchCompat_android_textOff 0
-int styleable SwitchCompat_android_textOn 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 { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd }
-int styleable TextAppearance_android_fontFamily 0
-int styleable TextAppearance_android_shadowColor 1
-int styleable TextAppearance_android_shadowDx 2
-int styleable TextAppearance_android_shadowDy 3
-int styleable TextAppearance_android_shadowRadius 4
-int styleable TextAppearance_android_textColor 5
-int styleable TextAppearance_android_textColorHint 6
-int styleable TextAppearance_android_textColorLink 7
-int styleable TextAppearance_android_textSize 8
-int styleable TextAppearance_android_textStyle 9
-int styleable TextAppearance_android_typeface 10
-int styleable TextAppearance_fontFamily 11
-int styleable TextAppearance_textAllCaps 12
-int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa }
-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 { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 }
-int styleable View_android_focusable 0
-int styleable View_android_theme 1
-int styleable View_paddingEnd 2
-int styleable View_paddingStart 3
-int styleable View_theme 4
-int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
diff --git a/colorpicker/build/intermediates/symbols/debug/R.txt b/colorpicker/build/intermediates/symbols/debug/R.txt
deleted file mode 100644
index c83ea037..00000000
--- a/colorpicker/build/intermediates/symbols/debug/R.txt
+++ /dev/null
@@ -1,1590 +0,0 @@
-int anim abc_fade_in 0x7f010001
-int anim abc_fade_out 0x7f010002
-int anim abc_grow_fade_in_from_bottom 0x7f010003
-int anim abc_popup_enter 0x7f010004
-int anim abc_popup_exit 0x7f010005
-int anim abc_shrink_fade_out_from_bottom 0x7f010006
-int anim abc_slide_in_bottom 0x7f010007
-int anim abc_slide_in_top 0x7f010008
-int anim abc_slide_out_bottom 0x7f010009
-int anim abc_slide_out_top 0x7f01000a
-int anim abc_tooltip_enter 0x7f01000b
-int anim abc_tooltip_exit 0x7f01000c
-int attr actionBarDivider 0x7f040001
-int attr actionBarItemBackground 0x7f040002
-int attr actionBarPopupTheme 0x7f040003
-int attr actionBarSize 0x7f040004
-int attr actionBarSplitStyle 0x7f040005
-int attr actionBarStyle 0x7f040006
-int attr actionBarTabBarStyle 0x7f040007
-int attr actionBarTabStyle 0x7f040008
-int attr actionBarTabTextStyle 0x7f040009
-int attr actionBarTheme 0x7f04000a
-int attr actionBarWidgetTheme 0x7f04000b
-int attr actionButtonStyle 0x7f04000c
-int attr actionDropDownStyle 0x7f04000d
-int attr actionLayout 0x7f04000e
-int attr actionMenuTextAppearance 0x7f04000f
-int attr actionMenuTextColor 0x7f040010
-int attr actionModeBackground 0x7f040011
-int attr actionModeCloseButtonStyle 0x7f040012
-int attr actionModeCloseDrawable 0x7f040013
-int attr actionModeCopyDrawable 0x7f040014
-int attr actionModeCutDrawable 0x7f040015
-int attr actionModeFindDrawable 0x7f040016
-int attr actionModePasteDrawable 0x7f040017
-int attr actionModePopupWindowStyle 0x7f040018
-int attr actionModeSelectAllDrawable 0x7f040019
-int attr actionModeShareDrawable 0x7f04001a
-int attr actionModeSplitBackground 0x7f04001b
-int attr actionModeStyle 0x7f04001c
-int attr actionModeWebSearchDrawable 0x7f04001d
-int attr actionOverflowButtonStyle 0x7f04001e
-int attr actionOverflowMenuStyle 0x7f04001f
-int attr actionProviderClass 0x7f040020
-int attr actionViewClass 0x7f040021
-int attr activityChooserViewStyle 0x7f040022
-int attr alertDialogButtonGroupStyle 0x7f040023
-int attr alertDialogCenterButtons 0x7f040024
-int attr alertDialogStyle 0x7f040025
-int attr alertDialogTheme 0x7f040026
-int attr allowStacking 0x7f040027
-int attr alpha 0x7f040028
-int attr alphabeticModifiers 0x7f040029
-int attr arrowHeadLength 0x7f04002a
-int attr arrowShaftLength 0x7f04002b
-int attr autoCompleteTextViewStyle 0x7f04002c
-int attr autoSizeMaxTextSize 0x7f04002d
-int attr autoSizeMinTextSize 0x7f04002e
-int attr autoSizePresetSizes 0x7f04002f
-int attr autoSizeStepGranularity 0x7f040030
-int attr autoSizeTextType 0x7f040031
-int attr background 0x7f040032
-int attr backgroundSplit 0x7f040033
-int attr backgroundStacked 0x7f040034
-int attr backgroundTint 0x7f040035
-int attr backgroundTintMode 0x7f040036
-int attr barLength 0x7f040037
-int attr borderlessButtonStyle 0x7f040038
-int attr buttonBarButtonStyle 0x7f040039
-int attr buttonBarNegativeButtonStyle 0x7f04003a
-int attr buttonBarNeutralButtonStyle 0x7f04003b
-int attr buttonBarPositiveButtonStyle 0x7f04003c
-int attr buttonBarStyle 0x7f04003d
-int attr buttonGravity 0x7f04003e
-int attr buttonIconDimen 0x7f04003f
-int attr buttonPanelSideLayout 0x7f040040
-int attr buttonStyle 0x7f040041
-int attr buttonStyleSmall 0x7f040042
-int attr buttonTint 0x7f040043
-int attr buttonTintMode 0x7f040044
-int attr checkboxStyle 0x7f040045
-int attr checkedTextViewStyle 0x7f040046
-int attr closeIcon 0x7f040047
-int attr closeItemLayout 0x7f040048
-int attr collapseContentDescription 0x7f040049
-int attr collapseIcon 0x7f04004a
-int attr color 0x7f04004b
-int attr colorAccent 0x7f04004c
-int attr colorBackgroundFloating 0x7f04004d
-int attr colorButtonNormal 0x7f04004e
-int attr colorControlActivated 0x7f04004f
-int attr colorControlHighlight 0x7f040050
-int attr colorControlNormal 0x7f040051
-int attr colorError 0x7f040052
-int attr colorPrimary 0x7f040053
-int attr colorPrimaryDark 0x7f040054
-int attr colorSwitchThumbNormal 0x7f040055
-int attr commitIcon 0x7f040056
-int attr contentDescription 0x7f040057
-int attr contentInsetEnd 0x7f040058
-int attr contentInsetEndWithActions 0x7f040059
-int attr contentInsetLeft 0x7f04005a
-int attr contentInsetRight 0x7f04005b
-int attr contentInsetStart 0x7f04005c
-int attr contentInsetStartWithNavigation 0x7f04005d
-int attr controlBackground 0x7f04005e
-int attr coordinatorLayoutStyle 0x7f04005f
-int attr customNavigationLayout 0x7f040060
-int attr defaultQueryHint 0x7f040061
-int attr dialogCornerRadius 0x7f040062
-int attr dialogPreferredPadding 0x7f040063
-int attr dialogTheme 0x7f040064
-int attr displayOptions 0x7f040065
-int attr divider 0x7f040066
-int attr dividerHorizontal 0x7f040067
-int attr dividerPadding 0x7f040068
-int attr dividerVertical 0x7f040069
-int attr drawableSize 0x7f04006a
-int attr drawerArrowStyle 0x7f04006b
-int attr dropDownListViewStyle 0x7f04006c
-int attr dropdownListPreferredItemHeight 0x7f04006d
-int attr editTextBackground 0x7f04006e
-int attr editTextColor 0x7f04006f
-int attr editTextStyle 0x7f040070
-int attr elevation 0x7f040071
-int attr expandActivityOverflowButtonDrawable 0x7f040072
-int attr firstBaselineToTopHeight 0x7f040073
-int attr font 0x7f040074
-int attr fontFamily 0x7f040075
-int attr fontProviderAuthority 0x7f040076
-int attr fontProviderCerts 0x7f040077
-int attr fontProviderFetchStrategy 0x7f040078
-int attr fontProviderFetchTimeout 0x7f040079
-int attr fontProviderPackage 0x7f04007a
-int attr fontProviderQuery 0x7f04007b
-int attr fontStyle 0x7f04007c
-int attr fontVariationSettings 0x7f04007d
-int attr fontWeight 0x7f04007e
-int attr gapBetweenBars 0x7f04007f
-int attr goIcon 0x7f040080
-int attr height 0x7f040081
-int attr hideOnContentScroll 0x7f040082
-int attr homeAsUpIndicator 0x7f040083
-int attr homeLayout 0x7f040084
-int attr icon 0x7f040085
-int attr iconTint 0x7f040086
-int attr iconTintMode 0x7f040087
-int attr iconifiedByDefault 0x7f040088
-int attr imageButtonStyle 0x7f040089
-int attr indeterminateProgressStyle 0x7f04008a
-int attr initialActivityCount 0x7f04008b
-int attr isLightTheme 0x7f04008c
-int attr itemPadding 0x7f04008d
-int attr keylines 0x7f04008e
-int attr lastBaselineToBottomHeight 0x7f04008f
-int attr layout 0x7f040090
-int attr layout_anchor 0x7f040091
-int attr layout_anchorGravity 0x7f040092
-int attr layout_behavior 0x7f040093
-int attr layout_dodgeInsetEdges 0x7f040094
-int attr layout_insetEdge 0x7f040095
-int attr layout_keyline 0x7f040096
-int attr lineHeight 0x7f040097
-int attr listChoiceBackgroundIndicator 0x7f040098
-int attr listDividerAlertDialog 0x7f040099
-int attr listItemLayout 0x7f04009a
-int attr listLayout 0x7f04009b
-int attr listMenuViewStyle 0x7f04009c
-int attr listPopupWindowStyle 0x7f04009d
-int attr listPreferredItemHeight 0x7f04009e
-int attr listPreferredItemHeightLarge 0x7f04009f
-int attr listPreferredItemHeightSmall 0x7f0400a0
-int attr listPreferredItemPaddingLeft 0x7f0400a1
-int attr listPreferredItemPaddingRight 0x7f0400a2
-int attr logo 0x7f0400a3
-int attr logoDescription 0x7f0400a4
-int attr maxButtonHeight 0x7f0400a5
-int attr measureWithLargestChild 0x7f0400a6
-int attr multiChoiceItemLayout 0x7f0400a7
-int attr navigationContentDescription 0x7f0400a8
-int attr navigationIcon 0x7f0400a9
-int attr navigationMode 0x7f0400aa
-int attr numericModifiers 0x7f0400ab
-int attr overlapAnchor 0x7f0400ac
-int attr paddingBottomNoButtons 0x7f0400ad
-int attr paddingEnd 0x7f0400ae
-int attr paddingStart 0x7f0400af
-int attr paddingTopNoTitle 0x7f0400b0
-int attr panelBackground 0x7f0400b1
-int attr panelMenuListTheme 0x7f0400b2
-int attr panelMenuListWidth 0x7f0400b3
-int attr popupMenuStyle 0x7f0400b4
-int attr popupTheme 0x7f0400b5
-int attr popupWindowStyle 0x7f0400b6
-int attr preserveIconSpacing 0x7f0400b7
-int attr progressBarPadding 0x7f0400b8
-int attr progressBarStyle 0x7f0400b9
-int attr queryBackground 0x7f0400ba
-int attr queryHint 0x7f0400bb
-int attr radioButtonStyle 0x7f0400bc
-int attr ratingBarStyle 0x7f0400bd
-int attr ratingBarStyleIndicator 0x7f0400be
-int attr ratingBarStyleSmall 0x7f0400bf
-int attr searchHintIcon 0x7f0400c0
-int attr searchIcon 0x7f0400c1
-int attr searchViewStyle 0x7f0400c2
-int attr seekBarStyle 0x7f0400c3
-int attr selectableItemBackground 0x7f0400c4
-int attr selectableItemBackgroundBorderless 0x7f0400c5
-int attr showAsAction 0x7f0400c6
-int attr showDividers 0x7f0400c7
-int attr showText 0x7f0400c8
-int attr showTitle 0x7f0400c9
-int attr singleChoiceItemLayout 0x7f0400ca
-int attr spinBars 0x7f0400cb
-int attr spinnerDropDownItemStyle 0x7f0400cc
-int attr spinnerStyle 0x7f0400cd
-int attr splitTrack 0x7f0400ce
-int attr srcCompat 0x7f0400cf
-int attr state_above_anchor 0x7f0400d0
-int attr statusBarBackground 0x7f0400d1
-int attr subMenuArrow 0x7f0400d2
-int attr submitBackground 0x7f0400d3
-int attr subtitle 0x7f0400d4
-int attr subtitleTextAppearance 0x7f0400d5
-int attr subtitleTextColor 0x7f0400d6
-int attr subtitleTextStyle 0x7f0400d7
-int attr suggestionRowLayout 0x7f0400d8
-int attr switchMinWidth 0x7f0400d9
-int attr switchPadding 0x7f0400da
-int attr switchStyle 0x7f0400db
-int attr switchTextAppearance 0x7f0400dc
-int attr textAllCaps 0x7f0400dd
-int attr textAppearanceLargePopupMenu 0x7f0400de
-int attr textAppearanceListItem 0x7f0400df
-int attr textAppearanceListItemSecondary 0x7f0400e0
-int attr textAppearanceListItemSmall 0x7f0400e1
-int attr textAppearancePopupMenuHeader 0x7f0400e2
-int attr textAppearanceSearchResultSubtitle 0x7f0400e3
-int attr textAppearanceSearchResultTitle 0x7f0400e4
-int attr textAppearanceSmallPopupMenu 0x7f0400e5
-int attr textColorAlertDialogListItem 0x7f0400e6
-int attr textColorSearchUrl 0x7f0400e7
-int attr theme 0x7f0400e8
-int attr thickness 0x7f0400e9
-int attr thumbTextPadding 0x7f0400ea
-int attr thumbTint 0x7f0400eb
-int attr thumbTintMode 0x7f0400ec
-int attr tickMark 0x7f0400ed
-int attr tickMarkTint 0x7f0400ee
-int attr tickMarkTintMode 0x7f0400ef
-int attr tint 0x7f0400f0
-int attr tintMode 0x7f0400f1
-int attr title 0x7f0400f2
-int attr titleMargin 0x7f0400f3
-int attr titleMarginBottom 0x7f0400f4
-int attr titleMarginEnd 0x7f0400f5
-int attr titleMarginStart 0x7f0400f6
-int attr titleMarginTop 0x7f0400f7
-int attr titleMargins 0x7f0400f8
-int attr titleTextAppearance 0x7f0400f9
-int attr titleTextColor 0x7f0400fa
-int attr titleTextStyle 0x7f0400fb
-int attr toolbarNavigationButtonStyle 0x7f0400fc
-int attr toolbarStyle 0x7f0400fd
-int attr tooltipForegroundColor 0x7f0400fe
-int attr tooltipFrameBackground 0x7f0400ff
-int attr tooltipText 0x7f040100
-int attr track 0x7f040101
-int attr trackTint 0x7f040102
-int attr trackTintMode 0x7f040103
-int attr ttcIndex 0x7f040104
-int attr viewInflaterClass 0x7f040105
-int attr voiceIcon 0x7f040106
-int attr windowActionBar 0x7f040107
-int attr windowActionBarOverlay 0x7f040108
-int attr windowActionModeOverlay 0x7f040109
-int attr windowFixedHeightMajor 0x7f04010a
-int attr windowFixedHeightMinor 0x7f04010b
-int attr windowFixedWidthMajor 0x7f04010c
-int attr windowFixedWidthMinor 0x7f04010d
-int attr windowMinWidthMajor 0x7f04010e
-int attr windowMinWidthMinor 0x7f04010f
-int attr windowNoTitle 0x7f040110
-int bool abc_action_bar_embed_tabs 0x7f050001
-int bool abc_allow_stacked_button_bar 0x7f050002
-int bool abc_config_actionMenuItemAllCaps 0x7f050003
-int color abc_background_cache_hint_selector_material_dark 0x7f060001
-int color abc_background_cache_hint_selector_material_light 0x7f060002
-int color abc_btn_colored_borderless_text_material 0x7f060003
-int color abc_btn_colored_text_material 0x7f060004
-int color abc_color_highlight_material 0x7f060005
-int color abc_hint_foreground_material_dark 0x7f060006
-int color abc_hint_foreground_material_light 0x7f060007
-int color abc_input_method_navigation_guard 0x7f060008
-int color abc_primary_text_disable_only_material_dark 0x7f060009
-int color abc_primary_text_disable_only_material_light 0x7f06000a
-int color abc_primary_text_material_dark 0x7f06000b
-int color abc_primary_text_material_light 0x7f06000c
-int color abc_search_url_text 0x7f06000d
-int color abc_search_url_text_normal 0x7f06000e
-int color abc_search_url_text_pressed 0x7f06000f
-int color abc_search_url_text_selected 0x7f060010
-int color abc_secondary_text_material_dark 0x7f060011
-int color abc_secondary_text_material_light 0x7f060012
-int color abc_tint_btn_checkable 0x7f060013
-int color abc_tint_default 0x7f060014
-int color abc_tint_edittext 0x7f060015
-int color abc_tint_seek_thumb 0x7f060016
-int color abc_tint_spinner 0x7f060017
-int color abc_tint_switch_track 0x7f060018
-int color accent_material_dark 0x7f060019
-int color accent_material_light 0x7f06001a
-int color background_floating_material_dark 0x7f06001b
-int color background_floating_material_light 0x7f06001c
-int color background_material_dark 0x7f06001d
-int color background_material_light 0x7f06001e
-int color bright_foreground_disabled_material_dark 0x7f06001f
-int color bright_foreground_disabled_material_light 0x7f060020
-int color bright_foreground_inverse_material_dark 0x7f060021
-int color bright_foreground_inverse_material_light 0x7f060022
-int color bright_foreground_material_dark 0x7f060023
-int color bright_foreground_material_light 0x7f060024
-int color button_material_dark 0x7f060025
-int color button_material_light 0x7f060026
-int color dim_foreground_disabled_material_dark 0x7f060027
-int color dim_foreground_disabled_material_light 0x7f060028
-int color dim_foreground_material_dark 0x7f060029
-int color dim_foreground_material_light 0x7f06002a
-int color error_color_material_dark 0x7f06002b
-int color error_color_material_light 0x7f06002c
-int color foreground_material_dark 0x7f06002d
-int color foreground_material_light 0x7f06002e
-int color highlighted_text_material_dark 0x7f06002f
-int color highlighted_text_material_light 0x7f060030
-int color material_blue_grey_800 0x7f060031
-int color material_blue_grey_900 0x7f060032
-int color material_blue_grey_950 0x7f060033
-int color material_deep_teal_200 0x7f060034
-int color material_deep_teal_500 0x7f060035
-int color material_grey_100 0x7f060036
-int color material_grey_300 0x7f060037
-int color material_grey_50 0x7f060038
-int color material_grey_600 0x7f060039
-int color material_grey_800 0x7f06003a
-int color material_grey_850 0x7f06003b
-int color material_grey_900 0x7f06003c
-int color notification_action_color_filter 0x7f06003d
-int color notification_icon_bg_color 0x7f06003e
-int color primary_dark_material_dark 0x7f06003f
-int color primary_dark_material_light 0x7f060040
-int color primary_material_dark 0x7f060041
-int color primary_material_light 0x7f060042
-int color primary_text_default_material_dark 0x7f060043
-int color primary_text_default_material_light 0x7f060044
-int color primary_text_disabled_material_dark 0x7f060045
-int color primary_text_disabled_material_light 0x7f060046
-int color ripple_material_dark 0x7f060047
-int color ripple_material_light 0x7f060048
-int color secondary_text_default_material_dark 0x7f060049
-int color secondary_text_default_material_light 0x7f06004a
-int color secondary_text_disabled_material_dark 0x7f06004b
-int color secondary_text_disabled_material_light 0x7f06004c
-int color switch_thumb_disabled_material_dark 0x7f06004d
-int color switch_thumb_disabled_material_light 0x7f06004e
-int color switch_thumb_material_dark 0x7f06004f
-int color switch_thumb_material_light 0x7f060050
-int color switch_thumb_normal_material_dark 0x7f060051
-int color switch_thumb_normal_material_light 0x7f060052
-int color tooltip_background_dark 0x7f060053
-int color tooltip_background_light 0x7f060054
-int dimen abc_action_bar_content_inset_material 0x7f080001
-int dimen abc_action_bar_content_inset_with_nav 0x7f080002
-int dimen abc_action_bar_default_height_material 0x7f080003
-int dimen abc_action_bar_default_padding_end_material 0x7f080004
-int dimen abc_action_bar_default_padding_start_material 0x7f080005
-int dimen abc_action_bar_elevation_material 0x7f080006
-int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007
-int dimen abc_action_bar_overflow_padding_end_material 0x7f080008
-int dimen abc_action_bar_overflow_padding_start_material 0x7f080009
-int dimen abc_action_bar_stacked_max_height 0x7f08000a
-int dimen abc_action_bar_stacked_tab_max_width 0x7f08000b
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000c
-int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000d
-int dimen abc_action_button_min_height_material 0x7f08000e
-int dimen abc_action_button_min_width_material 0x7f08000f
-int dimen abc_action_button_min_width_overflow_material 0x7f080010
-int dimen abc_alert_dialog_button_bar_height 0x7f080011
-int dimen abc_alert_dialog_button_dimen 0x7f080012
-int dimen abc_button_inset_horizontal_material 0x7f080013
-int dimen abc_button_inset_vertical_material 0x7f080014
-int dimen abc_button_padding_horizontal_material 0x7f080015
-int dimen abc_button_padding_vertical_material 0x7f080016
-int dimen abc_cascading_menus_min_smallest_width 0x7f080017
-int dimen abc_config_prefDialogWidth 0x7f080018
-int dimen abc_control_corner_material 0x7f080019
-int dimen abc_control_inset_material 0x7f08001a
-int dimen abc_control_padding_material 0x7f08001b
-int dimen abc_dialog_corner_radius_material 0x7f08001c
-int dimen abc_dialog_fixed_height_major 0x7f08001d
-int dimen abc_dialog_fixed_height_minor 0x7f08001e
-int dimen abc_dialog_fixed_width_major 0x7f08001f
-int dimen abc_dialog_fixed_width_minor 0x7f080020
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080021
-int dimen abc_dialog_list_padding_top_no_title 0x7f080022
-int dimen abc_dialog_min_width_major 0x7f080023
-int dimen abc_dialog_min_width_minor 0x7f080024
-int dimen abc_dialog_padding_material 0x7f080025
-int dimen abc_dialog_padding_top_material 0x7f080026
-int dimen abc_dialog_title_divider_material 0x7f080027
-int dimen abc_disabled_alpha_material_dark 0x7f080028
-int dimen abc_disabled_alpha_material_light 0x7f080029
-int dimen abc_dropdownitem_icon_width 0x7f08002a
-int dimen abc_dropdownitem_text_padding_left 0x7f08002b
-int dimen abc_dropdownitem_text_padding_right 0x7f08002c
-int dimen abc_edit_text_inset_bottom_material 0x7f08002d
-int dimen abc_edit_text_inset_horizontal_material 0x7f08002e
-int dimen abc_edit_text_inset_top_material 0x7f08002f
-int dimen abc_floating_window_z 0x7f080030
-int dimen abc_list_item_padding_horizontal_material 0x7f080031
-int dimen abc_panel_menu_list_width 0x7f080032
-int dimen abc_progress_bar_height_material 0x7f080033
-int dimen abc_search_view_preferred_height 0x7f080034
-int dimen abc_search_view_preferred_width 0x7f080035
-int dimen abc_seekbar_track_background_height_material 0x7f080036
-int dimen abc_seekbar_track_progress_height_material 0x7f080037
-int dimen abc_select_dialog_padding_start_material 0x7f080038
-int dimen abc_switch_padding 0x7f080039
-int dimen abc_text_size_body_1_material 0x7f08003a
-int dimen abc_text_size_body_2_material 0x7f08003b
-int dimen abc_text_size_button_material 0x7f08003c
-int dimen abc_text_size_caption_material 0x7f08003d
-int dimen abc_text_size_display_1_material 0x7f08003e
-int dimen abc_text_size_display_2_material 0x7f08003f
-int dimen abc_text_size_display_3_material 0x7f080040
-int dimen abc_text_size_display_4_material 0x7f080041
-int dimen abc_text_size_headline_material 0x7f080042
-int dimen abc_text_size_large_material 0x7f080043
-int dimen abc_text_size_medium_material 0x7f080044
-int dimen abc_text_size_menu_header_material 0x7f080045
-int dimen abc_text_size_menu_material 0x7f080046
-int dimen abc_text_size_small_material 0x7f080047
-int dimen abc_text_size_subhead_material 0x7f080048
-int dimen abc_text_size_subtitle_material_toolbar 0x7f080049
-int dimen abc_text_size_title_material 0x7f08004a
-int dimen abc_text_size_title_material_toolbar 0x7f08004b
-int dimen color_swatch_large 0x7f08004c
-int dimen color_swatch_margins_large 0x7f08004d
-int dimen color_swatch_margins_small 0x7f08004e
-int dimen color_swatch_small 0x7f08004f
-int dimen compat_button_inset_horizontal_material 0x7f080050
-int dimen compat_button_inset_vertical_material 0x7f080051
-int dimen compat_button_padding_horizontal_material 0x7f080052
-int dimen compat_button_padding_vertical_material 0x7f080053
-int dimen compat_control_corner_material 0x7f080054
-int dimen compat_notification_large_icon_max_height 0x7f080055
-int dimen compat_notification_large_icon_max_width 0x7f080056
-int dimen disabled_alpha_material_dark 0x7f080057
-int dimen disabled_alpha_material_light 0x7f080058
-int dimen highlight_alpha_material_colored 0x7f080059
-int dimen highlight_alpha_material_dark 0x7f08005a
-int dimen highlight_alpha_material_light 0x7f08005b
-int dimen hint_alpha_material_dark 0x7f08005c
-int dimen hint_alpha_material_light 0x7f08005d
-int dimen hint_pressed_alpha_material_dark 0x7f08005e
-int dimen hint_pressed_alpha_material_light 0x7f08005f
-int dimen notification_action_icon_size 0x7f080060
-int dimen notification_action_text_size 0x7f080061
-int dimen notification_big_circle_margin 0x7f080062
-int dimen notification_content_margin_start 0x7f080063
-int dimen notification_large_icon_height 0x7f080064
-int dimen notification_large_icon_width 0x7f080065
-int dimen notification_main_column_padding_top 0x7f080066
-int dimen notification_media_narrow_margin 0x7f080067
-int dimen notification_right_icon_size 0x7f080068
-int dimen notification_right_side_padding_top 0x7f080069
-int dimen notification_small_icon_background_padding 0x7f08006a
-int dimen notification_small_icon_size_as_large 0x7f08006b
-int dimen notification_subtext_size 0x7f08006c
-int dimen notification_top_pad 0x7f08006d
-int dimen notification_top_pad_large_text 0x7f08006e
-int dimen tooltip_corner_radius 0x7f08006f
-int dimen tooltip_horizontal_padding 0x7f080070
-int dimen tooltip_margin 0x7f080071
-int dimen tooltip_precise_anchor_extra_offset 0x7f080072
-int dimen tooltip_precise_anchor_threshold 0x7f080073
-int dimen tooltip_vertical_padding 0x7f080074
-int dimen tooltip_y_offset_non_touch 0x7f080075
-int dimen tooltip_y_offset_touch 0x7f080076
-int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001
-int drawable abc_action_bar_item_background_material 0x7f090002
-int drawable abc_btn_borderless_material 0x7f090003
-int drawable abc_btn_check_material 0x7f090004
-int drawable abc_btn_check_to_on_mtrl_000 0x7f090005
-int drawable abc_btn_check_to_on_mtrl_015 0x7f090006
-int drawable abc_btn_colored_material 0x7f090007
-int drawable abc_btn_default_mtrl_shape 0x7f090008
-int drawable abc_btn_radio_material 0x7f090009
-int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a
-int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b
-int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000c
-int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000d
-int drawable abc_cab_background_internal_bg 0x7f09000e
-int drawable abc_cab_background_top_material 0x7f09000f
-int drawable abc_cab_background_top_mtrl_alpha 0x7f090010
-int drawable abc_control_background_material 0x7f090011
-int drawable abc_dialog_material_background 0x7f090012
-int drawable abc_edit_text_material 0x7f090013
-int drawable abc_ic_ab_back_material 0x7f090014
-int drawable abc_ic_arrow_drop_right_black_24dp 0x7f090015
-int drawable abc_ic_clear_material 0x7f090016
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f090017
-int drawable abc_ic_go_search_api_material 0x7f090018
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090019
-int drawable abc_ic_menu_cut_mtrl_alpha 0x7f09001a
-int drawable abc_ic_menu_overflow_material 0x7f09001b
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f09001c
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f09001d
-int drawable abc_ic_menu_share_mtrl_alpha 0x7f09001e
-int drawable abc_ic_search_api_material 0x7f09001f
-int drawable abc_ic_star_black_16dp 0x7f090020
-int drawable abc_ic_star_black_36dp 0x7f090021
-int drawable abc_ic_star_black_48dp 0x7f090022
-int drawable abc_ic_star_half_black_16dp 0x7f090023
-int drawable abc_ic_star_half_black_36dp 0x7f090024
-int drawable abc_ic_star_half_black_48dp 0x7f090025
-int drawable abc_ic_voice_search_api_material 0x7f090026
-int drawable abc_item_background_holo_dark 0x7f090027
-int drawable abc_item_background_holo_light 0x7f090028
-int drawable abc_list_divider_material 0x7f090029
-int drawable abc_list_divider_mtrl_alpha 0x7f09002a
-int drawable abc_list_focused_holo 0x7f09002b
-int drawable abc_list_longpressed_holo 0x7f09002c
-int drawable abc_list_pressed_holo_dark 0x7f09002d
-int drawable abc_list_pressed_holo_light 0x7f09002e
-int drawable abc_list_selector_background_transition_holo_dark 0x7f09002f
-int drawable abc_list_selector_background_transition_holo_light 0x7f090030
-int drawable abc_list_selector_disabled_holo_dark 0x7f090031
-int drawable abc_list_selector_disabled_holo_light 0x7f090032
-int drawable abc_list_selector_holo_dark 0x7f090033
-int drawable abc_list_selector_holo_light 0x7f090034
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f090035
-int drawable abc_popup_background_mtrl_mult 0x7f090036
-int drawable abc_ratingbar_indicator_material 0x7f090037
-int drawable abc_ratingbar_material 0x7f090038
-int drawable abc_ratingbar_small_material 0x7f090039
-int drawable abc_scrubber_control_off_mtrl_alpha 0x7f09003a
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f09003b
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f09003c
-int drawable abc_scrubber_primary_mtrl_alpha 0x7f09003d
-int drawable abc_scrubber_track_mtrl_alpha 0x7f09003e
-int drawable abc_seekbar_thumb_material 0x7f09003f
-int drawable abc_seekbar_tick_mark_material 0x7f090040
-int drawable abc_seekbar_track_material 0x7f090041
-int drawable abc_spinner_mtrl_am_alpha 0x7f090042
-int drawable abc_spinner_textfield_background_material 0x7f090043
-int drawable abc_switch_thumb_material 0x7f090044
-int drawable abc_switch_track_mtrl_alpha 0x7f090045
-int drawable abc_tab_indicator_material 0x7f090046
-int drawable abc_tab_indicator_mtrl_alpha 0x7f090047
-int drawable abc_text_cursor_material 0x7f090048
-int drawable abc_text_select_handle_left_mtrl_dark 0x7f090049
-int drawable abc_text_select_handle_left_mtrl_light 0x7f09004a
-int drawable abc_text_select_handle_middle_mtrl_dark 0x7f09004b
-int drawable abc_text_select_handle_middle_mtrl_light 0x7f09004c
-int drawable abc_text_select_handle_right_mtrl_dark 0x7f09004d
-int drawable abc_text_select_handle_right_mtrl_light 0x7f09004e
-int drawable abc_textfield_activated_mtrl_alpha 0x7f09004f
-int drawable abc_textfield_default_mtrl_alpha 0x7f090050
-int drawable abc_textfield_search_activated_mtrl_alpha 0x7f090051
-int drawable abc_textfield_search_default_mtrl_alpha 0x7f090052
-int drawable abc_textfield_search_material 0x7f090053
-int drawable abc_vector_test 0x7f090054
-int drawable color_picker_swatch 0x7f090055
-int drawable ic_colorpicker_swatch_selected 0x7f090056
-int drawable notification_action_background 0x7f090057
-int drawable notification_bg 0x7f090058
-int drawable notification_bg_low 0x7f090059
-int drawable notification_bg_low_normal 0x7f09005a
-int drawable notification_bg_low_pressed 0x7f09005b
-int drawable notification_bg_normal 0x7f09005c
-int drawable notification_bg_normal_pressed 0x7f09005d
-int drawable notification_icon_background 0x7f09005e
-int drawable notification_template_icon_bg 0x7f09005f
-int drawable notification_template_icon_low_bg 0x7f090060
-int drawable notification_tile_bg 0x7f090061
-int drawable notify_panel_notification_icon_bg 0x7f090062
-int drawable tooltip_frame_dark 0x7f090063
-int drawable tooltip_frame_light 0x7f090064
-int id action_bar 0x7f0c0001
-int id action_bar_activity_content 0x7f0c0002
-int id action_bar_container 0x7f0c0003
-int id action_bar_root 0x7f0c0004
-int id action_bar_spinner 0x7f0c0005
-int id action_bar_subtitle 0x7f0c0006
-int id action_bar_title 0x7f0c0007
-int id action_container 0x7f0c0008
-int id action_context_bar 0x7f0c0009
-int id action_divider 0x7f0c000a
-int id action_image 0x7f0c000b
-int id action_menu_divider 0x7f0c000c
-int id action_menu_presenter 0x7f0c000d
-int id action_mode_bar 0x7f0c000e
-int id action_mode_bar_stub 0x7f0c000f
-int id action_mode_close_button 0x7f0c0010
-int id action_text 0x7f0c0011
-int id actions 0x7f0c0012
-int id activity_chooser_view_content 0x7f0c0013
-int id add 0x7f0c0014
-int id alertTitle 0x7f0c0015
-int id async 0x7f0c0016
-int id blocking 0x7f0c0017
-int id bottom 0x7f0c0018
-int id buttonPanel 0x7f0c0019
-int id checkbox 0x7f0c001a
-int id chronometer 0x7f0c001b
-int id color_picker 0x7f0c001c
-int id color_picker_checkmark 0x7f0c001d
-int id color_picker_swatch 0x7f0c001e
-int id content 0x7f0c001f
-int id contentPanel 0x7f0c0020
-int id custom 0x7f0c0021
-int id customPanel 0x7f0c0022
-int id decor_content_parent 0x7f0c0023
-int id default_activity_button 0x7f0c0024
-int id edit_query 0x7f0c0025
-int id end 0x7f0c0026
-int id expand_activities_button 0x7f0c0027
-int id expanded_menu 0x7f0c0028
-int id forever 0x7f0c0029
-int id group_divider 0x7f0c002a
-int id home 0x7f0c002b
-int id icon 0x7f0c002c
-int id icon_group 0x7f0c002d
-int id image 0x7f0c002e
-int id info 0x7f0c002f
-int id italic 0x7f0c0030
-int id left 0x7f0c0031
-int id line1 0x7f0c0032
-int id line3 0x7f0c0033
-int id listMode 0x7f0c0034
-int id list_item 0x7f0c0035
-int id message 0x7f0c0036
-int id multiply 0x7f0c0037
-int id none 0x7f0c0038
-int id normal 0x7f0c0039
-int id notification_background 0x7f0c003a
-int id notification_main_column 0x7f0c003b
-int id notification_main_column_container 0x7f0c003c
-int id parentPanel 0x7f0c003d
-int id progress_circular 0x7f0c003e
-int id progress_horizontal 0x7f0c003f
-int id radio 0x7f0c0040
-int id right 0x7f0c0041
-int id right_icon 0x7f0c0042
-int id right_side 0x7f0c0043
-int id screen 0x7f0c0044
-int id scrollIndicatorDown 0x7f0c0045
-int id scrollIndicatorUp 0x7f0c0046
-int id scrollView 0x7f0c0047
-int id search_badge 0x7f0c0048
-int id search_bar 0x7f0c0049
-int id search_button 0x7f0c004a
-int id search_close_btn 0x7f0c004b
-int id search_edit_frame 0x7f0c004c
-int id search_go_btn 0x7f0c004d
-int id search_mag_icon 0x7f0c004e
-int id search_plate 0x7f0c004f
-int id search_src_text 0x7f0c0050
-int id search_voice_btn 0x7f0c0051
-int id select_dialog_listview 0x7f0c0052
-int id shortcut 0x7f0c0053
-int id spacer 0x7f0c0054
-int id split_action_bar 0x7f0c0055
-int id src_atop 0x7f0c0056
-int id src_in 0x7f0c0057
-int id src_over 0x7f0c0058
-int id start 0x7f0c0059
-int id submenuarrow 0x7f0c005a
-int id submit_area 0x7f0c005b
-int id tabMode 0x7f0c005c
-int id tag_transition_group 0x7f0c005d
-int id tag_unhandled_key_event_manager 0x7f0c005e
-int id tag_unhandled_key_listeners 0x7f0c005f
-int id text 0x7f0c0060
-int id text2 0x7f0c0061
-int id textSpacerNoButtons 0x7f0c0062
-int id textSpacerNoTitle 0x7f0c0063
-int id time 0x7f0c0064
-int id title 0x7f0c0065
-int id titleDividerNoCustom 0x7f0c0066
-int id title_template 0x7f0c0067
-int id top 0x7f0c0068
-int id topPanel 0x7f0c0069
-int id uniform 0x7f0c006a
-int id up 0x7f0c006b
-int id wrap_content 0x7f0c006c
-int integer abc_config_activityDefaultDur 0x7f0d0001
-int integer abc_config_activityShortDur 0x7f0d0002
-int integer cancel_button_image_alpha 0x7f0d0003
-int integer config_tooltipAnimTime 0x7f0d0004
-int integer status_bar_notification_info_maxnum 0x7f0d0005
-int layout abc_action_bar_title_item 0x7f0f0001
-int layout abc_action_bar_up_container 0x7f0f0002
-int layout abc_action_menu_item_layout 0x7f0f0003
-int layout abc_action_menu_layout 0x7f0f0004
-int layout abc_action_mode_bar 0x7f0f0005
-int layout abc_action_mode_close_item_material 0x7f0f0006
-int layout abc_activity_chooser_view 0x7f0f0007
-int layout abc_activity_chooser_view_list_item 0x7f0f0008
-int layout abc_alert_dialog_button_bar_material 0x7f0f0009
-int layout abc_alert_dialog_material 0x7f0f000a
-int layout abc_alert_dialog_title_material 0x7f0f000b
-int layout abc_cascading_menu_item_layout 0x7f0f000c
-int layout abc_dialog_title_material 0x7f0f000d
-int layout abc_expanded_menu_layout 0x7f0f000e
-int layout abc_list_menu_item_checkbox 0x7f0f000f
-int layout abc_list_menu_item_icon 0x7f0f0010
-int layout abc_list_menu_item_layout 0x7f0f0011
-int layout abc_list_menu_item_radio 0x7f0f0012
-int layout abc_popup_menu_header_item_layout 0x7f0f0013
-int layout abc_popup_menu_item_layout 0x7f0f0014
-int layout abc_screen_content_include 0x7f0f0015
-int layout abc_screen_simple 0x7f0f0016
-int layout abc_screen_simple_overlay_action_mode 0x7f0f0017
-int layout abc_screen_toolbar 0x7f0f0018
-int layout abc_search_dropdown_item_icons_2line 0x7f0f0019
-int layout abc_search_view 0x7f0f001a
-int layout abc_select_dialog_material 0x7f0f001b
-int layout abc_tooltip 0x7f0f001c
-int layout color_picker_dialog 0x7f0f001d
-int layout color_picker_swatch 0x7f0f001e
-int layout notification_action 0x7f0f001f
-int layout notification_action_tombstone 0x7f0f0020
-int layout notification_template_custom_big 0x7f0f0021
-int layout notification_template_icon_group 0x7f0f0022
-int layout notification_template_part_chronometer 0x7f0f0023
-int layout notification_template_part_time 0x7f0f0024
-int layout select_dialog_item_material 0x7f0f0025
-int layout select_dialog_multichoice_material 0x7f0f0026
-int layout select_dialog_singlechoice_material 0x7f0f0027
-int layout support_simple_spinner_dropdown_item 0x7f0f0028
-int string abc_action_bar_home_description 0x7f150001
-int string abc_action_bar_up_description 0x7f150002
-int string abc_action_menu_overflow_description 0x7f150003
-int string abc_action_mode_done 0x7f150004
-int string abc_activity_chooser_view_see_all 0x7f150005
-int string abc_activitychooserview_choose_application 0x7f150006
-int string abc_capital_off 0x7f150007
-int string abc_capital_on 0x7f150008
-int string abc_font_family_body_1_material 0x7f150009
-int string abc_font_family_body_2_material 0x7f15000a
-int string abc_font_family_button_material 0x7f15000b
-int string abc_font_family_caption_material 0x7f15000c
-int string abc_font_family_display_1_material 0x7f15000d
-int string abc_font_family_display_2_material 0x7f15000e
-int string abc_font_family_display_3_material 0x7f15000f
-int string abc_font_family_display_4_material 0x7f150010
-int string abc_font_family_headline_material 0x7f150011
-int string abc_font_family_menu_material 0x7f150012
-int string abc_font_family_subhead_material 0x7f150013
-int string abc_font_family_title_material 0x7f150014
-int string abc_menu_alt_shortcut_label 0x7f150015
-int string abc_menu_ctrl_shortcut_label 0x7f150016
-int string abc_menu_delete_shortcut_label 0x7f150017
-int string abc_menu_enter_shortcut_label 0x7f150018
-int string abc_menu_function_shortcut_label 0x7f150019
-int string abc_menu_meta_shortcut_label 0x7f15001a
-int string abc_menu_shift_shortcut_label 0x7f15001b
-int string abc_menu_space_shortcut_label 0x7f15001c
-int string abc_menu_sym_shortcut_label 0x7f15001d
-int string abc_prepend_shortcut_label 0x7f15001e
-int string abc_search_hint 0x7f15001f
-int string abc_searchview_description_clear 0x7f150020
-int string abc_searchview_description_query 0x7f150021
-int string abc_searchview_description_search 0x7f150022
-int string abc_searchview_description_submit 0x7f150023
-int string abc_searchview_description_voice 0x7f150024
-int string abc_shareactionprovider_share_with 0x7f150025
-int string abc_shareactionprovider_share_with_application 0x7f150026
-int string abc_toolbar_collapse_description 0x7f150027
-int string color_picker_default_title 0x7f150028
-int string color_swatch_description 0x7f150029
-int string color_swatch_description_selected 0x7f15002a
-int string search_menu_title 0x7f15002b
-int string status_bar_notification_info_overflow 0x7f15002c
-int style AlertDialog_AppCompat 0x7f160001
-int style AlertDialog_AppCompat_Light 0x7f160002
-int style Animation_AppCompat_Dialog 0x7f160003
-int style Animation_AppCompat_DropDownUp 0x7f160004
-int style Animation_AppCompat_Tooltip 0x7f160005
-int style Base_AlertDialog_AppCompat 0x7f160006
-int style Base_AlertDialog_AppCompat_Light 0x7f160007
-int style Base_Animation_AppCompat_Dialog 0x7f160008
-int style Base_Animation_AppCompat_DropDownUp 0x7f160009
-int style Base_Animation_AppCompat_Tooltip 0x7f16000a
-int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000b
-int style Base_DialogWindowTitle_AppCompat 0x7f16000c
-int style Base_TextAppearance_AppCompat 0x7f16000d
-int style Base_TextAppearance_AppCompat_Body1 0x7f16000e
-int style Base_TextAppearance_AppCompat_Body2 0x7f16000f
-int style Base_TextAppearance_AppCompat_Button 0x7f160010
-int style Base_TextAppearance_AppCompat_Caption 0x7f160011
-int style Base_TextAppearance_AppCompat_Display1 0x7f160012
-int style Base_TextAppearance_AppCompat_Display2 0x7f160013
-int style Base_TextAppearance_AppCompat_Display3 0x7f160014
-int style Base_TextAppearance_AppCompat_Display4 0x7f160015
-int style Base_TextAppearance_AppCompat_Headline 0x7f160016
-int style Base_TextAppearance_AppCompat_Inverse 0x7f160017
-int style Base_TextAppearance_AppCompat_Large 0x7f160018
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f160019
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001a
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001b
-int style Base_TextAppearance_AppCompat_Medium 0x7f16001c
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001d
-int style Base_TextAppearance_AppCompat_Menu 0x7f16001e
-int style Base_TextAppearance_AppCompat_SearchResult 0x7f16001f
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160020
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160021
-int style Base_TextAppearance_AppCompat_Small 0x7f160022
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160023
-int style Base_TextAppearance_AppCompat_Subhead 0x7f160024
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160025
-int style Base_TextAppearance_AppCompat_Title 0x7f160026
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160027
-int style Base_TextAppearance_AppCompat_Tooltip 0x7f160028
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f160029
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002a
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002b
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002c
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002d
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002e
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f16002f
-int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160030
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160031
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160032
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160033
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160034
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160035
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160036
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160037
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160038
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f160039
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003a
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003b
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003c
-int style Base_ThemeOverlay_AppCompat 0x7f16003d
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003e
-int style Base_ThemeOverlay_AppCompat_Dark 0x7f16003f
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160040
-int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160041
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160042
-int style Base_ThemeOverlay_AppCompat_Light 0x7f160043
-int style Base_Theme_AppCompat 0x7f160044
-int style Base_Theme_AppCompat_CompactMenu 0x7f160045
-int style Base_Theme_AppCompat_Dialog 0x7f160046
-int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160047
-int style Base_Theme_AppCompat_Dialog_Alert 0x7f160048
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f160049
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004a
-int style Base_Theme_AppCompat_Light 0x7f16004b
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004c
-int style Base_Theme_AppCompat_Light_Dialog 0x7f16004d
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004e
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f16004f
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160050
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160051
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160052
-int style Base_V21_Theme_AppCompat 0x7f160053
-int style Base_V21_Theme_AppCompat_Dialog 0x7f160054
-int style Base_V21_Theme_AppCompat_Light 0x7f160055
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f160056
-int style Base_V22_Theme_AppCompat 0x7f160057
-int style Base_V22_Theme_AppCompat_Light 0x7f160058
-int style Base_V23_Theme_AppCompat 0x7f160059
-int style Base_V23_Theme_AppCompat_Light 0x7f16005a
-int style Base_V26_Theme_AppCompat 0x7f16005b
-int style Base_V26_Theme_AppCompat_Light 0x7f16005c
-int style Base_V26_Widget_AppCompat_Toolbar 0x7f16005d
-int style Base_V28_Theme_AppCompat 0x7f16005e
-int style Base_V28_Theme_AppCompat_Light 0x7f16005f
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160060
-int style Base_V7_Theme_AppCompat 0x7f160061
-int style Base_V7_Theme_AppCompat_Dialog 0x7f160062
-int style Base_V7_Theme_AppCompat_Light 0x7f160063
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f160064
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f160065
-int style Base_V7_Widget_AppCompat_EditText 0x7f160066
-int style Base_V7_Widget_AppCompat_Toolbar 0x7f160067
-int style Base_Widget_AppCompat_ActionBar 0x7f160068
-int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160069
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f16006a
-int style Base_Widget_AppCompat_ActionBar_TabText 0x7f16006b
-int style Base_Widget_AppCompat_ActionBar_TabView 0x7f16006c
-int style Base_Widget_AppCompat_ActionButton 0x7f16006d
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f16006e
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f16006f
-int style Base_Widget_AppCompat_ActionMode 0x7f160070
-int style Base_Widget_AppCompat_ActivityChooserView 0x7f160071
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160072
-int style Base_Widget_AppCompat_Button 0x7f160073
-int style Base_Widget_AppCompat_ButtonBar 0x7f160074
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f160075
-int style Base_Widget_AppCompat_Button_Borderless 0x7f160076
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f160077
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160078
-int style Base_Widget_AppCompat_Button_Colored 0x7f160079
-int style Base_Widget_AppCompat_Button_Small 0x7f16007a
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f16007b
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f16007c
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f16007d
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f16007e
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f16007f
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160080
-int style Base_Widget_AppCompat_EditText 0x7f160081
-int style Base_Widget_AppCompat_ImageButton 0x7f160082
-int style Base_Widget_AppCompat_Light_ActionBar 0x7f160083
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f160084
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f160085
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f160086
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160087
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f160088
-int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160089
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16008a
-int style Base_Widget_AppCompat_ListMenuView 0x7f16008b
-int style Base_Widget_AppCompat_ListPopupWindow 0x7f16008c
-int style Base_Widget_AppCompat_ListView 0x7f16008d
-int style Base_Widget_AppCompat_ListView_DropDown 0x7f16008e
-int style Base_Widget_AppCompat_ListView_Menu 0x7f16008f
-int style Base_Widget_AppCompat_PopupMenu 0x7f160090
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160091
-int style Base_Widget_AppCompat_PopupWindow 0x7f160092
-int style Base_Widget_AppCompat_ProgressBar 0x7f160093
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f160094
-int style Base_Widget_AppCompat_RatingBar 0x7f160095
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f160096
-int style Base_Widget_AppCompat_RatingBar_Small 0x7f160097
-int style Base_Widget_AppCompat_SearchView 0x7f160098
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f160099
-int style Base_Widget_AppCompat_SeekBar 0x7f16009a
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f16009b
-int style Base_Widget_AppCompat_Spinner 0x7f16009c
-int style Base_Widget_AppCompat_Spinner_Underlined 0x7f16009d
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f16009e
-int style Base_Widget_AppCompat_Toolbar 0x7f16009f
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a0
-int style Platform_AppCompat 0x7f1600a1
-int style Platform_AppCompat_Light 0x7f1600a2
-int style Platform_ThemeOverlay_AppCompat 0x7f1600a3
-int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600a4
-int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600a5
-int style Platform_V21_AppCompat 0x7f1600a6
-int style Platform_V21_AppCompat_Light 0x7f1600a7
-int style Platform_V25_AppCompat 0x7f1600a8
-int style Platform_V25_AppCompat_Light 0x7f1600a9
-int style Platform_Widget_AppCompat_Spinner 0x7f1600aa
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1600ab
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1600ac
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1600ad
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1600ae
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1600af
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1600b0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1600b1
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1600b2
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1600b3
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1600b4
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1600b5
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1600b6
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1600b7
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1600b8
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1600b9
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1600ba
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1600bb
-int style TextAppearance_AppCompat 0x7f1600bc
-int style TextAppearance_AppCompat_Body1 0x7f1600bd
-int style TextAppearance_AppCompat_Body2 0x7f1600be
-int style TextAppearance_AppCompat_Button 0x7f1600bf
-int style TextAppearance_AppCompat_Caption 0x7f1600c0
-int style TextAppearance_AppCompat_Display1 0x7f1600c1
-int style TextAppearance_AppCompat_Display2 0x7f1600c2
-int style TextAppearance_AppCompat_Display3 0x7f1600c3
-int style TextAppearance_AppCompat_Display4 0x7f1600c4
-int style TextAppearance_AppCompat_Headline 0x7f1600c5
-int style TextAppearance_AppCompat_Inverse 0x7f1600c6
-int style TextAppearance_AppCompat_Large 0x7f1600c7
-int style TextAppearance_AppCompat_Large_Inverse 0x7f1600c8
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1600c9
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1600ca
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1600cb
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1600cc
-int style TextAppearance_AppCompat_Medium 0x7f1600cd
-int style TextAppearance_AppCompat_Medium_Inverse 0x7f1600ce
-int style TextAppearance_AppCompat_Menu 0x7f1600cf
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1600d0
-int style TextAppearance_AppCompat_SearchResult_Title 0x7f1600d1
-int style TextAppearance_AppCompat_Small 0x7f1600d2
-int style TextAppearance_AppCompat_Small_Inverse 0x7f1600d3
-int style TextAppearance_AppCompat_Subhead 0x7f1600d4
-int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1600d5
-int style TextAppearance_AppCompat_Title 0x7f1600d6
-int style TextAppearance_AppCompat_Title_Inverse 0x7f1600d7
-int style TextAppearance_AppCompat_Tooltip 0x7f1600d8
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1600d9
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1600da
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1600db
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1600dc
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1600dd
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1600de
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1600df
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1600e0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1600e1
-int style TextAppearance_AppCompat_Widget_Button 0x7f1600e2
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1600e3
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1600e4
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1600e5
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1600e6
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1600e7
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1600e8
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1600e9
-int style TextAppearance_AppCompat_Widget_Switch 0x7f1600ea
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1600eb
-int style TextAppearance_Compat_Notification 0x7f1600ec
-int style TextAppearance_Compat_Notification_Info 0x7f1600ed
-int style TextAppearance_Compat_Notification_Line2 0x7f1600ee
-int style TextAppearance_Compat_Notification_Time 0x7f1600ef
-int style TextAppearance_Compat_Notification_Title 0x7f1600f0
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1600f1
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1600f2
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1600f3
-int style ThemeOverlay_AppCompat 0x7f1600f4
-int style ThemeOverlay_AppCompat_ActionBar 0x7f1600f5
-int style ThemeOverlay_AppCompat_Dark 0x7f1600f6
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1600f7
-int style ThemeOverlay_AppCompat_Dialog 0x7f1600f8
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f1600f9
-int style ThemeOverlay_AppCompat_Light 0x7f1600fa
-int style Theme_AppCompat 0x7f1600fb
-int style Theme_AppCompat_CompactMenu 0x7f1600fc
-int style Theme_AppCompat_DayNight 0x7f1600fd
-int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1600fe
-int style Theme_AppCompat_DayNight_Dialog 0x7f1600ff
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f160100
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160101
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160102
-int style Theme_AppCompat_DayNight_NoActionBar 0x7f160103
-int style Theme_AppCompat_Dialog 0x7f160104
-int style Theme_AppCompat_DialogWhenLarge 0x7f160105
-int style Theme_AppCompat_Dialog_Alert 0x7f160106
-int style Theme_AppCompat_Dialog_MinWidth 0x7f160107
-int style Theme_AppCompat_Light 0x7f160108
-int style Theme_AppCompat_Light_DarkActionBar 0x7f160109
-int style Theme_AppCompat_Light_Dialog 0x7f16010a
-int style Theme_AppCompat_Light_DialogWhenLarge 0x7f16010b
-int style Theme_AppCompat_Light_Dialog_Alert 0x7f16010c
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f16010d
-int style Theme_AppCompat_Light_NoActionBar 0x7f16010e
-int style Theme_AppCompat_NoActionBar 0x7f16010f
-int style Widget_AppCompat_ActionBar 0x7f160110
-int style Widget_AppCompat_ActionBar_Solid 0x7f160111
-int style Widget_AppCompat_ActionBar_TabBar 0x7f160112
-int style Widget_AppCompat_ActionBar_TabText 0x7f160113
-int style Widget_AppCompat_ActionBar_TabView 0x7f160114
-int style Widget_AppCompat_ActionButton 0x7f160115
-int style Widget_AppCompat_ActionButton_CloseMode 0x7f160116
-int style Widget_AppCompat_ActionButton_Overflow 0x7f160117
-int style Widget_AppCompat_ActionMode 0x7f160118
-int style Widget_AppCompat_ActivityChooserView 0x7f160119
-int style Widget_AppCompat_AutoCompleteTextView 0x7f16011a
-int style Widget_AppCompat_Button 0x7f16011b
-int style Widget_AppCompat_ButtonBar 0x7f16011c
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f16011d
-int style Widget_AppCompat_Button_Borderless 0x7f16011e
-int style Widget_AppCompat_Button_Borderless_Colored 0x7f16011f
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f160120
-int style Widget_AppCompat_Button_Colored 0x7f160121
-int style Widget_AppCompat_Button_Small 0x7f160122
-int style Widget_AppCompat_CompoundButton_CheckBox 0x7f160123
-int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160124
-int style Widget_AppCompat_CompoundButton_Switch 0x7f160125
-int style Widget_AppCompat_DrawerArrowToggle 0x7f160126
-int style Widget_AppCompat_DropDownItem_Spinner 0x7f160127
-int style Widget_AppCompat_EditText 0x7f160128
-int style Widget_AppCompat_ImageButton 0x7f160129
-int style Widget_AppCompat_Light_ActionBar 0x7f16012a
-int style Widget_AppCompat_Light_ActionBar_Solid 0x7f16012b
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f16012c
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f16012d
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f16012e
-int style Widget_AppCompat_Light_ActionBar_TabText 0x7f16012f
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f160130
-int style Widget_AppCompat_Light_ActionBar_TabView 0x7f160131
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f160132
-int style Widget_AppCompat_Light_ActionButton 0x7f160133
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f160134
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f160135
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f160136
-int style Widget_AppCompat_Light_ActivityChooserView 0x7f160137
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f160138
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f160139
-int style Widget_AppCompat_Light_ListPopupWindow 0x7f16013a
-int style Widget_AppCompat_Light_ListView_DropDown 0x7f16013b
-int style Widget_AppCompat_Light_PopupMenu 0x7f16013c
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f16013d
-int style Widget_AppCompat_Light_SearchView 0x7f16013e
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f16013f
-int style Widget_AppCompat_ListMenuView 0x7f160140
-int style Widget_AppCompat_ListPopupWindow 0x7f160141
-int style Widget_AppCompat_ListView 0x7f160142
-int style Widget_AppCompat_ListView_DropDown 0x7f160143
-int style Widget_AppCompat_ListView_Menu 0x7f160144
-int style Widget_AppCompat_PopupMenu 0x7f160145
-int style Widget_AppCompat_PopupMenu_Overflow 0x7f160146
-int style Widget_AppCompat_PopupWindow 0x7f160147
-int style Widget_AppCompat_ProgressBar 0x7f160148
-int style Widget_AppCompat_ProgressBar_Horizontal 0x7f160149
-int style Widget_AppCompat_RatingBar 0x7f16014a
-int style Widget_AppCompat_RatingBar_Indicator 0x7f16014b
-int style Widget_AppCompat_RatingBar_Small 0x7f16014c
-int style Widget_AppCompat_SearchView 0x7f16014d
-int style Widget_AppCompat_SearchView_ActionBar 0x7f16014e
-int style Widget_AppCompat_SeekBar 0x7f16014f
-int style Widget_AppCompat_SeekBar_Discrete 0x7f160150
-int style Widget_AppCompat_Spinner 0x7f160151
-int style Widget_AppCompat_Spinner_DropDown 0x7f160152
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f160153
-int style Widget_AppCompat_Spinner_Underlined 0x7f160154
-int style Widget_AppCompat_TextView_SpinnerItem 0x7f160155
-int style Widget_AppCompat_Toolbar 0x7f160156
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f160157
-int style Widget_Compat_NotificationActionContainer 0x7f160158
-int style Widget_Compat_NotificationActionText 0x7f160159
-int style Widget_Support_CoordinatorLayout 0x7f16015a
-int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f040060, 0x7f040065, 0x7f040066, 0x7f040071, 0x7f040081, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04008a, 0x7f04008d, 0x7f0400a3, 0x7f0400aa, 0x7f0400b5, 0x7f0400b8, 0x7f0400b9, 0x7f0400d4, 0x7f0400d7, 0x7f0400f2, 0x7f0400fb }
-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 ActionMode { 0x7f040032, 0x7f040033, 0x7f040048, 0x7f040081, 0x7f0400d7, 0x7f0400fb }
-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 { 0x7f040072, 0x7f04008b }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x010100f2, 0x7f04003f, 0x7f040040, 0x7f04009a, 0x7f04009b, 0x7f0400a7, 0x7f0400c9, 0x7f0400ca }
-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 { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }
-int styleable AnimatedStateListDrawableCompat_android_constantSize 0
-int styleable AnimatedStateListDrawableCompat_android_dither 1
-int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
-int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
-int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
-int styleable AnimatedStateListDrawableCompat_android_visible 5
-int[] styleable AnimatedStateListDrawableItem { 0x01010199, 0x010100d0 }
-int styleable AnimatedStateListDrawableItem_android_drawable 0
-int styleable AnimatedStateListDrawableItem_android_id 1
-int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x0101044a, 0x0101044b, 0x01010449 }
-int styleable AnimatedStateListDrawableTransition_android_drawable 0
-int styleable AnimatedStateListDrawableTransition_android_fromId 1
-int styleable AnimatedStateListDrawableTransition_android_reversible 2
-int styleable AnimatedStateListDrawableTransition_android_toId 3
-int[] styleable AppCompatImageView { 0x01010119, 0x7f0400cf, 0x7f0400f0, 0x7f0400f1 }
-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, 0x7f0400ed, 0x7f0400ee, 0x7f0400ef }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 }
-int styleable AppCompatTextHelper_android_drawableBottom 0
-int styleable AppCompatTextHelper_android_drawableEnd 1
-int styleable AppCompatTextHelper_android_drawableLeft 2
-int styleable AppCompatTextHelper_android_drawableRight 3
-int styleable AppCompatTextHelper_android_drawableStart 4
-int styleable AppCompatTextHelper_android_drawableTop 5
-int styleable AppCompatTextHelper_android_textAppearance 6
-int[] styleable AppCompatTextView { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040073, 0x7f040075, 0x7f04008f, 0x7f040097, 0x7f0400dd }
-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 { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f040038, 0x7f040039, 0x7f04003a, 0x7f04003b, 0x7f04003c, 0x7f04003d, 0x7f040041, 0x7f040042, 0x7f040045, 0x7f040046, 0x7f04004c, 0x7f04004d, 0x7f04004e, 0x7f04004f, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f04005e, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040067, 0x7f040069, 0x7f04006c, 0x7f04006d, 0x7f04006e, 0x7f04006f, 0x7f040070, 0x7f040083, 0x7f040089, 0x7f040098, 0x7f040099, 0x7f04009c, 0x7f04009d, 0x7f04009e, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400a2, 0x7f0400b1, 0x7f0400b2, 0x7f0400b3, 0x7f0400b4, 0x7f0400b6, 0x7f0400bc, 0x7f0400bd, 0x7f0400be, 0x7f0400bf, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400cc, 0x7f0400cd, 0x7f0400db, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1, 0x7f0400e2, 0x7f0400e3, 0x7f0400e4, 0x7f0400e5, 0x7f0400e6, 0x7f0400e7, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040105, 0x7f040107, 0x7f040108, 0x7f040109, 0x7f04010a, 0x7f04010b, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110 }
-int styleable AppCompatTheme_actionBarDivider 0
-int styleable AppCompatTheme_actionBarItemBackground 1
-int styleable AppCompatTheme_actionBarPopupTheme 2
-int styleable AppCompatTheme_actionBarSize 3
-int styleable AppCompatTheme_actionBarSplitStyle 4
-int styleable AppCompatTheme_actionBarStyle 5
-int styleable AppCompatTheme_actionBarTabBarStyle 6
-int styleable AppCompatTheme_actionBarTabStyle 7
-int styleable AppCompatTheme_actionBarTabTextStyle 8
-int styleable AppCompatTheme_actionBarTheme 9
-int styleable AppCompatTheme_actionBarWidgetTheme 10
-int styleable AppCompatTheme_actionButtonStyle 11
-int styleable AppCompatTheme_actionDropDownStyle 12
-int styleable AppCompatTheme_actionMenuTextAppearance 13
-int styleable AppCompatTheme_actionMenuTextColor 14
-int styleable AppCompatTheme_actionModeBackground 15
-int styleable AppCompatTheme_actionModeCloseButtonStyle 16
-int styleable AppCompatTheme_actionModeCloseDrawable 17
-int styleable AppCompatTheme_actionModeCopyDrawable 18
-int styleable AppCompatTheme_actionModeCutDrawable 19
-int styleable AppCompatTheme_actionModeFindDrawable 20
-int styleable AppCompatTheme_actionModePasteDrawable 21
-int styleable AppCompatTheme_actionModePopupWindowStyle 22
-int styleable AppCompatTheme_actionModeSelectAllDrawable 23
-int styleable AppCompatTheme_actionModeShareDrawable 24
-int styleable AppCompatTheme_actionModeSplitBackground 25
-int styleable AppCompatTheme_actionModeStyle 26
-int styleable AppCompatTheme_actionModeWebSearchDrawable 27
-int styleable AppCompatTheme_actionOverflowButtonStyle 28
-int styleable AppCompatTheme_actionOverflowMenuStyle 29
-int styleable AppCompatTheme_activityChooserViewStyle 30
-int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
-int styleable AppCompatTheme_alertDialogCenterButtons 32
-int styleable AppCompatTheme_alertDialogStyle 33
-int styleable AppCompatTheme_alertDialogTheme 34
-int styleable AppCompatTheme_android_windowAnimationStyle 35
-int styleable AppCompatTheme_android_windowIsFloating 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 { 0x7f040027 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x01010107, 0x7f040043, 0x7f040044 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonTint 1
-int styleable CompoundButton_buttonTintMode 2
-int[] styleable CoordinatorLayout { 0x7f04008e, 0x7f0400d1 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 }
-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 { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f04004b, 0x7f04006a, 0x7f04007f, 0x7f0400cb, 0x7f0400e9 }
-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 { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b }
-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, 0x0101053f, 0x01010570, 0x01010533, 0x0101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 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 { 0x0101020b, 0x010101a2, 0x010101a3, 0x0101019e, 0x01010512, 0x01010513, 0x010101a4, 0x0101019d, 0x01010510, 0x01010511, 0x01010201, 0x010101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x010101a5, 0x01010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
-int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040066, 0x7f040068, 0x7f0400a6, 0x7f0400c7 }
-int styleable LinearLayoutCompat_android_baselineAligned 0
-int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
-int styleable LinearLayoutCompat_android_gravity 2
-int styleable LinearLayoutCompat_android_orientation 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, 0x010100f5, 0x01010181, 0x010100f4 }
-int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
-int styleable LinearLayoutCompat_Layout_android_layout_height 1
-int styleable LinearLayoutCompat_Layout_android_layout_weight 2
-int styleable LinearLayoutCompat_Layout_android_layout_width 3
-int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040057, 0x7f040086, 0x7f040087, 0x7f0400ab, 0x7f0400c6, 0x7f040100 }
-int styleable MenuItem_actionLayout 0
-int styleable MenuItem_actionProviderClass 1
-int styleable MenuItem_actionViewClass 2
-int styleable MenuItem_alphabeticModifiers 3
-int styleable MenuItem_android_alphabeticShortcut 4
-int styleable MenuItem_android_checkable 5
-int styleable MenuItem_android_checked 6
-int styleable MenuItem_android_enabled 7
-int styleable MenuItem_android_icon 8
-int styleable MenuItem_android_id 9
-int styleable MenuItem_android_menuCategory 10
-int styleable MenuItem_android_numericShortcut 11
-int styleable MenuItem_android_onClick 12
-int styleable MenuItem_android_orderInCategory 13
-int styleable MenuItem_android_title 14
-int styleable MenuItem_android_titleCondensed 15
-int styleable MenuItem_android_visible 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 { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400b7, 0x7f0400d2 }
-int styleable MenuView_android_headerBackground 0
-int styleable MenuView_android_horizontalDivider 1
-int styleable MenuView_android_itemBackground 2
-int styleable MenuView_android_itemIconDisabledAlpha 3
-int styleable MenuView_android_itemTextAppearance 4
-int styleable MenuView_android_verticalDivider 5
-int styleable MenuView_android_windowAnimationStyle 6
-int styleable MenuView_preserveIconSpacing 7
-int styleable MenuView_subMenuArrow 8
-int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f0400ac }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x7f0400d0 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable RecycleListView { 0x7f0400ad, 0x7f0400b0 }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f040047, 0x7f040056, 0x7f040061, 0x7f040080, 0x7f040088, 0x7f040090, 0x7f0400ba, 0x7f0400bb, 0x7f0400c0, 0x7f0400c1, 0x7f0400d3, 0x7f0400d8, 0x7f040106 }
-int styleable SearchView_android_focusable 0
-int styleable SearchView_android_imeOptions 1
-int styleable SearchView_android_inputType 2
-int styleable SearchView_android_maxWidth 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 { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400b5 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_popupBackground 2
-int styleable Spinner_android_prompt 3
-int styleable Spinner_popupTheme 4
-int[] styleable StateListDrawable { 0x01010196, 0x0101011c, 0x0101030c, 0x0101030d, 0x01010195, 0x01010194 }
-int styleable StateListDrawable_android_constantSize 0
-int styleable StateListDrawable_android_dither 1
-int styleable StateListDrawable_android_enterFadeDuration 2
-int styleable StateListDrawable_android_exitFadeDuration 3
-int styleable StateListDrawable_android_variablePadding 4
-int styleable StateListDrawable_android_visible 5
-int[] styleable StateListDrawableItem { 0x01010199 }
-int styleable StateListDrawableItem_android_drawable 0
-int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0400c8, 0x7f0400ce, 0x7f0400d9, 0x7f0400da, 0x7f0400dc, 0x7f0400ea, 0x7f0400eb, 0x7f0400ec, 0x7f040101, 0x7f040102, 0x7f040103 }
-int styleable SwitchCompat_android_textOff 0
-int styleable SwitchCompat_android_textOn 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 { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040075, 0x7f0400dd }
-int styleable TextAppearance_android_fontFamily 0
-int styleable TextAppearance_android_shadowColor 1
-int styleable TextAppearance_android_shadowDx 2
-int styleable TextAppearance_android_shadowDy 3
-int styleable TextAppearance_android_shadowRadius 4
-int styleable TextAppearance_android_textColor 5
-int styleable TextAppearance_android_textColorHint 6
-int styleable TextAppearance_android_textColorLink 7
-int styleable TextAppearance_android_textSize 8
-int styleable TextAppearance_android_textStyle 9
-int styleable TextAppearance_android_typeface 10
-int styleable TextAppearance_fontFamily 11
-int styleable TextAppearance_textAllCaps 12
-int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f04003e, 0x7f040049, 0x7f04004a, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a8, 0x7f0400a9, 0x7f0400b5, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400f2, 0x7f0400f3, 0x7f0400f4, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa }
-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 { 0x010100da, 0x01010000, 0x7f0400ae, 0x7f0400af, 0x7f0400e8 }
-int styleable View_android_focusable 0
-int styleable View_android_theme 1
-int styleable View_paddingEnd 2
-int styleable View_paddingStart 3
-int styleable View_theme 4
-int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
diff --git a/colorpicker/build/intermediates/transforms/mergeJniLibs/debug/__content__.json b/colorpicker/build/intermediates/transforms/mergeJniLibs/debug/__content__.json
deleted file mode 100644
index 49b1382f..00000000
--- a/colorpicker/build/intermediates/transforms/mergeJniLibs/debug/__content__.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"name":"resources","index":0,"scopes":["PROJECT"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}]
\ No newline at end of file
diff --git a/colorpicker/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json b/colorpicker/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json
deleted file mode 100644
index 0637a088..00000000
--- a/colorpicker/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/colorpicker/build/outputs/logs/manifest-merger-debug-report.txt b/colorpicker/build/outputs/logs/manifest-merger-debug-report.txt
deleted file mode 100644
index 3d612103..00000000
--- a/colorpicker/build/outputs/logs/manifest-merger-debug-report.txt
+++ /dev/null
@@ -1,29 +0,0 @@
--- Merging decision tree log ---
-manifest
-ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12
-INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12
-INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12
-INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12
-INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12
-INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12
-INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:1-23:12
- package
- ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:17:5-38
- INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml
- INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml
- android:versionName
- ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:19:5-30
- INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml
- INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml
- xmlns:android
- ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:16:11-69
- android:versionCode
- ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:18:5-28
- INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml
- INJECTED from /home/marcel/email/colorpicker/AndroidManifest.xml
-uses-sdk
-ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:20:5-22:41
- android:targetSdkVersion
- ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:22:9-38
- android:minSdkVersion
- ADDED from /home/marcel/email/colorpicker/AndroidManifest.xml:21:9-35
diff --git a/colorpicker/project.properties b/colorpicker/project.properties
deleted file mode 100644
index 36f15941..00000000
--- a/colorpicker/project.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-15
-android.library=true
diff --git a/colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png b/colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png
deleted file mode 100644
index 3cbfe1a8..00000000
Binary files a/colorpicker/res/drawable-hdpi/ic_colorpicker_swatch_selected.png and /dev/null differ
diff --git a/colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png b/colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png
deleted file mode 100644
index acbdecac..00000000
Binary files a/colorpicker/res/drawable-mdpi/ic_colorpicker_swatch_selected.png and /dev/null differ
diff --git a/colorpicker/res/drawable-xhdpi/ic_colorpicker_swatch_selected.png b/colorpicker/res/drawable-xhdpi/ic_colorpicker_swatch_selected.png
deleted file mode 100644
index 812ff2c3..00000000
Binary files a/colorpicker/res/drawable-xhdpi/ic_colorpicker_swatch_selected.png and /dev/null differ
diff --git a/colorpicker/res/drawable/color_picker_swatch.xml b/colorpicker/res/drawable/color_picker_swatch.xml
deleted file mode 100644
index db71091a..00000000
--- a/colorpicker/res/drawable/color_picker_swatch.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/colorpicker/res/layout/color_picker_dialog.xml b/colorpicker/res/layout/color_picker_dialog.xml
deleted file mode 100644
index 75e0366e..00000000
--- a/colorpicker/res/layout/color_picker_dialog.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/colorpicker/res/layout/color_picker_swatch.xml b/colorpicker/res/layout/color_picker_swatch.xml
deleted file mode 100644
index 14958206..00000000
--- a/colorpicker/res/layout/color_picker_swatch.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/colorpicker/res/values-af/strings.xml b/colorpicker/res/values-af/strings.xml
deleted file mode 100644
index 2622bcd3..00000000
--- a/colorpicker/res/values-af/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Kies \'n kleur"
- "Kleur %1$d"
- "Kleur %1$d gekies"
-
diff --git a/colorpicker/res/values-am/strings.xml b/colorpicker/res/values-am/strings.xml
deleted file mode 100644
index 47bd2b81..00000000
--- a/colorpicker/res/values-am/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ቀለም ምረጥ"
- "ቀለም %1$d"
- "ቀለም %1$d ተመርጧል"
-
diff --git a/colorpicker/res/values-ar/strings.xml b/colorpicker/res/values-ar/strings.xml
deleted file mode 100644
index e619ee4e..00000000
--- a/colorpicker/res/values-ar/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "تحديد لون:"
- "اللون %1$d"
- "تم تحديد اللون %1$d"
-
diff --git a/colorpicker/res/values-az/strings.xml b/colorpicker/res/values-az/strings.xml
deleted file mode 100644
index 14e3d026..00000000
--- a/colorpicker/res/values-az/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Bir rəng seçin"
- "Rəng %1$d"
- "Rəng %1$d seçilib"
-
diff --git a/colorpicker/res/values-b+sr+Latn/strings.xml b/colorpicker/res/values-b+sr+Latn/strings.xml
deleted file mode 100644
index 73657dbd..00000000
--- a/colorpicker/res/values-b+sr+Latn/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Izaberite boju"
- "Boja %1$d"
- "Boja %1$d je izabrana"
-
diff --git a/colorpicker/res/values-be/strings.xml b/colorpicker/res/values-be/strings.xml
deleted file mode 100644
index 1e84291d..00000000
--- a/colorpicker/res/values-be/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Выберыце колер"
- "Колер: %1$d"
- "Выбраны колер %1$d"
-
diff --git a/colorpicker/res/values-bg/strings.xml b/colorpicker/res/values-bg/strings.xml
deleted file mode 100644
index 979f2d62..00000000
--- a/colorpicker/res/values-bg/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Избиране на цвят"
- "Цвят %1$d"
- "Избрахте цвят %1$d"
-
diff --git a/colorpicker/res/values-bn/strings.xml b/colorpicker/res/values-bn/strings.xml
deleted file mode 100644
index 3ded2f82..00000000
--- a/colorpicker/res/values-bn/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "একটি রঙ বেছে নিন"
- "রঙ %1$d"
- "%1$d রঙ নির্বাচন করা হয়েছে"
-
diff --git a/colorpicker/res/values-bs/strings.xml b/colorpicker/res/values-bs/strings.xml
deleted file mode 100644
index 29a8b7cf..00000000
--- a/colorpicker/res/values-bs/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Odaberite boju"
- "Boja %1$d"
- "Boja %1$d je odabrana"
-
diff --git a/colorpicker/res/values-ca/strings.xml b/colorpicker/res/values-ca/strings.xml
deleted file mode 100644
index 613b935d..00000000
--- a/colorpicker/res/values-ca/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Selecciona un color"
- "Color %1$d"
- "S\'ha seleccionat el color %1$d"
-
diff --git a/colorpicker/res/values-cs/strings.xml b/colorpicker/res/values-cs/strings.xml
deleted file mode 100644
index 08aaab87..00000000
--- a/colorpicker/res/values-cs/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Vyberte barvu"
- "Barva %1$d"
- "Barva %1$d je vybrána"
-
diff --git a/colorpicker/res/values-da/strings.xml b/colorpicker/res/values-da/strings.xml
deleted file mode 100644
index ff3bfb59..00000000
--- a/colorpicker/res/values-da/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Vælg en farve"
- "Farve %1$d"
- "Farve %1$d valgt"
-
diff --git a/colorpicker/res/values-de/strings.xml b/colorpicker/res/values-de/strings.xml
deleted file mode 100644
index f8ef0ba1..00000000
--- a/colorpicker/res/values-de/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Farbe auswählen:"
- "Farbe %1$d"
- "Farbe %1$d ausgewählt"
-
diff --git a/colorpicker/res/values-el/strings.xml b/colorpicker/res/values-el/strings.xml
deleted file mode 100644
index d72feb0a..00000000
--- a/colorpicker/res/values-el/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Επιλέξτε χρώμα"
- "Χρώμα %1$d"
- "Επιλέχτηκε το χρώμα %1$d"
-
diff --git a/colorpicker/res/values-en-rAU/strings.xml b/colorpicker/res/values-en-rAU/strings.xml
deleted file mode 100644
index 0d2fdc32..00000000
--- a/colorpicker/res/values-en-rAU/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
diff --git a/colorpicker/res/values-en-rCA/strings.xml b/colorpicker/res/values-en-rCA/strings.xml
deleted file mode 100644
index 0d2fdc32..00000000
--- a/colorpicker/res/values-en-rCA/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
diff --git a/colorpicker/res/values-en-rGB/strings.xml b/colorpicker/res/values-en-rGB/strings.xml
deleted file mode 100644
index 0d2fdc32..00000000
--- a/colorpicker/res/values-en-rGB/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
diff --git a/colorpicker/res/values-en-rIN/strings.xml b/colorpicker/res/values-en-rIN/strings.xml
deleted file mode 100644
index 0d2fdc32..00000000
--- a/colorpicker/res/values-en-rIN/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Select a Colour"
- "Colour %1$d"
- "Colour %1$d selected"
-
diff --git a/colorpicker/res/values-en-rXC/strings.xml b/colorpicker/res/values-en-rXC/strings.xml
deleted file mode 100644
index e170dad5..00000000
--- a/colorpicker/res/values-en-rXC/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Select a Color"
- "Color %1$d"
- "Color %1$d selected"
-
diff --git a/colorpicker/res/values-es-rUS/strings.xml b/colorpicker/res/values-es-rUS/strings.xml
deleted file mode 100644
index c7ff625a..00000000
--- a/colorpicker/res/values-es-rUS/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Seleccionar un color"
- "Color %1$d"
- "Color %1$d seleccionado"
-
diff --git a/colorpicker/res/values-es/strings.xml b/colorpicker/res/values-es/strings.xml
deleted file mode 100644
index 5a8db84e..00000000
--- a/colorpicker/res/values-es/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Selecciona un color"
- "Color %1$d"
- "Color %1$d seleccionado"
-
diff --git a/colorpicker/res/values-et/strings.xml b/colorpicker/res/values-et/strings.xml
deleted file mode 100644
index 544e32cf..00000000
--- a/colorpicker/res/values-et/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Valige värv"
- "Värv %1$d"
- "Valitud on värv %1$d"
-
diff --git a/colorpicker/res/values-eu/strings.xml b/colorpicker/res/values-eu/strings.xml
deleted file mode 100644
index ddb19664..00000000
--- a/colorpicker/res/values-eu/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Hautatu kolorea"
- "%1$d"
- "%1$d hautatu da"
-
diff --git a/colorpicker/res/values-fa/strings.xml b/colorpicker/res/values-fa/strings.xml
deleted file mode 100644
index ebc96f19..00000000
--- a/colorpicker/res/values-fa/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "انتخاب رنگ"
- "رنگ %1$d"
- "رنگ %1$d انتخاب شد"
-
diff --git a/colorpicker/res/values-fi/strings.xml b/colorpicker/res/values-fi/strings.xml
deleted file mode 100644
index 55298668..00000000
--- a/colorpicker/res/values-fi/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Valitse väri"
- "Väri %1$d"
- "Väri %1$d on valittu"
-
diff --git a/colorpicker/res/values-fr-rCA/strings.xml b/colorpicker/res/values-fr-rCA/strings.xml
deleted file mode 100644
index 4a68b78c..00000000
--- a/colorpicker/res/values-fr-rCA/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Sélectionnez une couleur"
- "Couleur %1$d"
- "Couleur %1$d sélectionnée"
-
diff --git a/colorpicker/res/values-fr/strings.xml b/colorpicker/res/values-fr/strings.xml
deleted file mode 100644
index 61ae1c34..00000000
--- a/colorpicker/res/values-fr/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Sélectionner une couleur"
- "Couleur %1$d"
- "Couleur %1$d sélectionnée"
-
diff --git a/colorpicker/res/values-gl/strings.xml b/colorpicker/res/values-gl/strings.xml
deleted file mode 100644
index 264956a4..00000000
--- a/colorpicker/res/values-gl/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Selecciona unha cor"
- "Cor %1$d"
- "Seleccionouse a cor %1$d"
-
diff --git a/colorpicker/res/values-gu/strings.xml b/colorpicker/res/values-gu/strings.xml
deleted file mode 100644
index 5b7215a7..00000000
--- a/colorpicker/res/values-gu/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "એક રંગ પસંદ કરો"
- "રંગ %1$d"
- "રંગ %1$d પસંદ કર્યો"
-
diff --git a/colorpicker/res/values-hi/strings.xml b/colorpicker/res/values-hi/strings.xml
deleted file mode 100644
index 7b27b66c..00000000
--- a/colorpicker/res/values-hi/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "कोई रंग चुनें:"
- "रंग %1$d"
- "रंग %1$d चयनित"
-
diff --git a/colorpicker/res/values-hr/strings.xml b/colorpicker/res/values-hr/strings.xml
deleted file mode 100644
index 2ad3fcf5..00000000
--- a/colorpicker/res/values-hr/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Odabir boje"
- "Boja %1$d"
- "Odabrana je boja %1$d"
-
diff --git a/colorpicker/res/values-hu/strings.xml b/colorpicker/res/values-hu/strings.xml
deleted file mode 100644
index 4e229440..00000000
--- a/colorpicker/res/values-hu/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Válasszon színt"
- "%1$d. szín"
- "%1$d. szín kiválasztva"
-
diff --git a/colorpicker/res/values-hy/strings.xml b/colorpicker/res/values-hy/strings.xml
deleted file mode 100644
index 5a631335..00000000
--- a/colorpicker/res/values-hy/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Ընտրեք գույնը"
- "Գույնը %1$d"
- "Ընտրվել է %1$d գույնը"
-
diff --git a/colorpicker/res/values-in/strings.xml b/colorpicker/res/values-in/strings.xml
deleted file mode 100644
index ef7d6657..00000000
--- a/colorpicker/res/values-in/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Pilih warna:"
- "Warna %1$d"
- "Warna %1$d dipilih"
-
diff --git a/colorpicker/res/values-is/strings.xml b/colorpicker/res/values-is/strings.xml
deleted file mode 100644
index 1998b883..00000000
--- a/colorpicker/res/values-is/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Veldu lit"
- "Litur %1$d"
- "Liturinn %1$d valinn"
-
diff --git a/colorpicker/res/values-it/strings.xml b/colorpicker/res/values-it/strings.xml
deleted file mode 100644
index 8b899e47..00000000
--- a/colorpicker/res/values-it/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Seleziona un colore"
- "Colore %1$d"
- "Colore selezionato: %1$d"
-
diff --git a/colorpicker/res/values-iw/strings.xml b/colorpicker/res/values-iw/strings.xml
deleted file mode 100644
index a4511f9c..00000000
--- a/colorpicker/res/values-iw/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "בחר צבע"
- "צבע %1$d"
- "צבע %1$d נבחר"
-
diff --git a/colorpicker/res/values-ja/strings.xml b/colorpicker/res/values-ja/strings.xml
deleted file mode 100644
index 74544476..00000000
--- a/colorpicker/res/values-ja/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "色の選択"
- "色%1$d"
- "色%1$dを選択しました"
-
diff --git a/colorpicker/res/values-ka/strings.xml b/colorpicker/res/values-ka/strings.xml
deleted file mode 100644
index 594ba6d6..00000000
--- a/colorpicker/res/values-ka/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ფერის არჩევა"
- "ფერი %1$d"
- "არჩეულია ფერი %1$d"
-
diff --git a/colorpicker/res/values-kk/strings.xml b/colorpicker/res/values-kk/strings.xml
deleted file mode 100644
index 1eb2f26e..00000000
--- a/colorpicker/res/values-kk/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Түсті таңдаңыз"
- "%1$d түсі"
- "%1$d түсі таңдалды"
-
diff --git a/colorpicker/res/values-km/strings.xml b/colorpicker/res/values-km/strings.xml
deleted file mode 100644
index 7ca023bd..00000000
--- a/colorpicker/res/values-km/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ជ្រើសពណ៌"
- "ពណ៌ %1$d"
- "បានជ្រើសពណ៌ %1$d"
-
diff --git a/colorpicker/res/values-kn/strings.xml b/colorpicker/res/values-kn/strings.xml
deleted file mode 100644
index 35becd1d..00000000
--- a/colorpicker/res/values-kn/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ"
- "ಬಣ್ಣ %1$d"
- "%1$d ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ"
-
diff --git a/colorpicker/res/values-ko/strings.xml b/colorpicker/res/values-ko/strings.xml
deleted file mode 100644
index 5e06f99e..00000000
--- a/colorpicker/res/values-ko/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "색상 선택"
- "색상 %1$d"
- "색상 %1$d이(가) 선택됨"
-
diff --git a/colorpicker/res/values-ky/strings.xml b/colorpicker/res/values-ky/strings.xml
deleted file mode 100644
index cb0f8897..00000000
--- a/colorpicker/res/values-ky/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Түс тандаңыз"
- "Түс %1$d"
- "%1$d түс тандалды"
-
diff --git a/colorpicker/res/values-lo/strings.xml b/colorpicker/res/values-lo/strings.xml
deleted file mode 100644
index 8f005fee..00000000
--- a/colorpicker/res/values-lo/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ເລືອກສີ"
- "ສີ %1$d"
- "ເລືອກສີ %1$d"
-
diff --git a/colorpicker/res/values-lt/strings.xml b/colorpicker/res/values-lt/strings.xml
deleted file mode 100644
index 16109525..00000000
--- a/colorpicker/res/values-lt/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Pasirinkite spalvą"
- "%1$d spalva"
- "%1$d spalva pasirinkta"
-
diff --git a/colorpicker/res/values-lv/strings.xml b/colorpicker/res/values-lv/strings.xml
deleted file mode 100644
index e844bce4..00000000
--- a/colorpicker/res/values-lv/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Krāsas atlase"
- "Krāsa Nr. %1$d"
- "Atlasīta krāsa Nr. %1$d"
-
diff --git a/colorpicker/res/values-mk/strings.xml b/colorpicker/res/values-mk/strings.xml
deleted file mode 100644
index 46bf1c06..00000000
--- a/colorpicker/res/values-mk/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Изберете боја"
- "Боја %1$d"
- "Избрана е %1$d боја"
-
diff --git a/colorpicker/res/values-ml/strings.xml b/colorpicker/res/values-ml/strings.xml
deleted file mode 100644
index d5c12305..00000000
--- a/colorpicker/res/values-ml/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ഒരു വർണ്ണം തിരഞ്ഞെടുക്കുക"
- "വർണ്ണം %1$d"
- "വർണ്ണം %1$d തിരഞ്ഞെടുത്തു"
-
diff --git a/colorpicker/res/values-mn/strings.xml b/colorpicker/res/values-mn/strings.xml
deleted file mode 100644
index 25041c59..00000000
--- a/colorpicker/res/values-mn/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Өнгө сонгоно уу"
- "Өнгө %1$d"
- "Өнгө %1$d сонгогдсон"
-
diff --git a/colorpicker/res/values-mr/strings.xml b/colorpicker/res/values-mr/strings.xml
deleted file mode 100644
index 8b9c6170..00000000
--- a/colorpicker/res/values-mr/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "एक रंग निवडा"
- "रंग %1$d"
- "%1$d रंग निवडला"
-
diff --git a/colorpicker/res/values-ms/strings.xml b/colorpicker/res/values-ms/strings.xml
deleted file mode 100644
index fbac381a..00000000
--- a/colorpicker/res/values-ms/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Pilih Warna"
- "Warna %1$d"
- "Warna %1$d dipilih"
-
diff --git a/colorpicker/res/values-my/strings.xml b/colorpicker/res/values-my/strings.xml
deleted file mode 100644
index eb3f1cbb..00000000
--- a/colorpicker/res/values-my/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "အရောင်ကို ရွေးပါ"
- "အရောင် %1$d"
- "အရောင်ကို %1$d ရွေးပြီး"
-
diff --git a/colorpicker/res/values-nb/strings.xml b/colorpicker/res/values-nb/strings.xml
deleted file mode 100644
index ce5a81e7..00000000
--- a/colorpicker/res/values-nb/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Velg en farge"
- "Farge %1$d"
- "Farge %1$d er valgt"
-
diff --git a/colorpicker/res/values-ne/strings.xml b/colorpicker/res/values-ne/strings.xml
deleted file mode 100644
index d3a72753..00000000
--- a/colorpicker/res/values-ne/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "एउटा रङ्ग चयन गर्नहोस्"
- "रङ्ग %1$d"
- "%1$d रङ्ग चयन गरियो"
-
diff --git a/colorpicker/res/values-nl/strings.xml b/colorpicker/res/values-nl/strings.xml
deleted file mode 100644
index 2dec3eaf..00000000
--- a/colorpicker/res/values-nl/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Een kleur selecteren"
- "Kleur %1$d"
- "Kleur %1$d geselecteerd"
-
diff --git a/colorpicker/res/values-or/strings.xml b/colorpicker/res/values-or/strings.xml
deleted file mode 100644
index f2d2f28a..00000000
--- a/colorpicker/res/values-or/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ଗୋଟିଏ ରଙ୍ଗ ବାଛନ୍ତୁ"
- "ରଙ୍ଗ %1$d"
- "%1$d ରଙ୍ଗ ଚୟନ କରାଗଲା"
-
diff --git a/colorpicker/res/values-pa/strings.xml b/colorpicker/res/values-pa/strings.xml
deleted file mode 100644
index 9fecb18c..00000000
--- a/colorpicker/res/values-pa/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ਇੱਕ ਰੰਗ ਚੁਣੋ"
- "ਰੰਗ %1$d"
- "ਰੰਗ %1$d ਚੁਣਿਆ ਗਿਆ"
-
diff --git a/colorpicker/res/values-pl/strings.xml b/colorpicker/res/values-pl/strings.xml
deleted file mode 100644
index 04b43ec8..00000000
--- a/colorpicker/res/values-pl/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Wybierz kolor"
- "Kolor %1$d"
- "Wybrałeś kolor %1$d"
-
diff --git a/colorpicker/res/values-pt-rPT/strings.xml b/colorpicker/res/values-pt-rPT/strings.xml
deleted file mode 100644
index 30fd75b8..00000000
--- a/colorpicker/res/values-pt-rPT/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Selecionar uma Cor"
- "Cor %1$d"
- "Cor %1$d selecionada"
-
diff --git a/colorpicker/res/values-pt/strings.xml b/colorpicker/res/values-pt/strings.xml
deleted file mode 100644
index 5eca2e08..00000000
--- a/colorpicker/res/values-pt/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Selecione uma cor"
- "Cor %1$d"
- "Cor %1$d selecionada"
-
diff --git a/colorpicker/res/values-ro/strings.xml b/colorpicker/res/values-ro/strings.xml
deleted file mode 100644
index bcc245d0..00000000
--- a/colorpicker/res/values-ro/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Selectați o culoare"
- "Culoarea %1$d"
- "Culoarea %1$d este selectată"
-
diff --git a/colorpicker/res/values-ru/strings.xml b/colorpicker/res/values-ru/strings.xml
deleted file mode 100644
index 0fc7a229..00000000
--- a/colorpicker/res/values-ru/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Выберите цвет"
- "Цвет: %1$d"
- "Выбран цвет %1$d"
-
diff --git a/colorpicker/res/values-si/strings.xml b/colorpicker/res/values-si/strings.xml
deleted file mode 100644
index 3aa4bf0d..00000000
--- a/colorpicker/res/values-si/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "වර්ණයක් තෝරන්න"
- "වර්ණය %1$d"
- "%1$d වර්ණය තෝරාගන්නා ලදී"
-
diff --git a/colorpicker/res/values-sk/strings.xml b/colorpicker/res/values-sk/strings.xml
deleted file mode 100644
index 900d3b2c..00000000
--- a/colorpicker/res/values-sk/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Vyberte farbu"
- "Farba %1$d"
- "Bola vybratá farba %1$d"
-
diff --git a/colorpicker/res/values-sl/strings.xml b/colorpicker/res/values-sl/strings.xml
deleted file mode 100644
index e62c9d32..00000000
--- a/colorpicker/res/values-sl/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Izberite barvo:"
- "Barva %1$d"
- "Izbrana je barva %1$d"
-
diff --git a/colorpicker/res/values-sq/strings.xml b/colorpicker/res/values-sq/strings.xml
deleted file mode 100644
index 2e21621c..00000000
--- a/colorpicker/res/values-sq/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Zgjidh një ngjyrë"
- "Ngjyra %1$d"
- "U zgjodh ngjyra %1$d"
-
diff --git a/colorpicker/res/values-sr/strings.xml b/colorpicker/res/values-sr/strings.xml
deleted file mode 100644
index 6ca8340d..00000000
--- a/colorpicker/res/values-sr/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Изаберите боју"
- "Боја %1$d"
- "Боја %1$d је изабрана"
-
diff --git a/colorpicker/res/values-sv/strings.xml b/colorpicker/res/values-sv/strings.xml
deleted file mode 100644
index ac2514b1..00000000
--- a/colorpicker/res/values-sv/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Välj en färg"
- "Färg %1$d"
- "Färg %1$d vald"
-
diff --git a/colorpicker/res/values-sw/strings.xml b/colorpicker/res/values-sw/strings.xml
deleted file mode 100644
index fb1d587f..00000000
--- a/colorpicker/res/values-sw/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Chagua Rangi"
- "Rangi %1$d"
- "Rangi %1$d iliyochaguliwa"
-
diff --git a/colorpicker/res/values-ta/strings.xml b/colorpicker/res/values-ta/strings.xml
deleted file mode 100644
index bb5a952c..00000000
--- a/colorpicker/res/values-ta/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "வண்ணத்தைத் தேர்ந்தெடுக்கவும்"
- "வண்ணம் %1$d"
- "வண்ணம் %1$d தேர்ந்தெடுக்கப்பட்டது"
-
diff --git a/colorpicker/res/values-te/strings.xml b/colorpicker/res/values-te/strings.xml
deleted file mode 100644
index 97332f96..00000000
--- a/colorpicker/res/values-te/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "రంగును ఎంచుకోండి"
- "రంగు %1$d"
- "రంగు %1$d ఎంచుకోబడింది"
-
diff --git a/colorpicker/res/values-th/strings.xml b/colorpicker/res/values-th/strings.xml
deleted file mode 100644
index e2d2934c..00000000
--- a/colorpicker/res/values-th/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "เลือกสี"
- "สี %1$d"
- "เลือกสี %1$d"
-
diff --git a/colorpicker/res/values-tl/strings.xml b/colorpicker/res/values-tl/strings.xml
deleted file mode 100644
index e7fb303c..00000000
--- a/colorpicker/res/values-tl/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Pumili ng Kulay"
- "Kulay na %1$d"
- "Napili ang kulay na %1$d"
-
diff --git a/colorpicker/res/values-tr/strings.xml b/colorpicker/res/values-tr/strings.xml
deleted file mode 100644
index 4157d964..00000000
--- a/colorpicker/res/values-tr/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Bir Renk Seçin"
- "Renk %1$d"
- "Renk %1$d seçildi"
-
diff --git a/colorpicker/res/values-uk/strings.xml b/colorpicker/res/values-uk/strings.xml
deleted file mode 100644
index a8bf87bd..00000000
--- a/colorpicker/res/values-uk/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Вибрати колір"
- "Колір %1$d"
- "Вибрано колір: %1$d"
-
diff --git a/colorpicker/res/values-ur/strings.xml b/colorpicker/res/values-ur/strings.xml
deleted file mode 100644
index f7484714..00000000
--- a/colorpicker/res/values-ur/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "ایک رنگ منتخب کریں"
- "رنگ %1$d"
- "رنگ %1$d منتخب کیا گیا"
-
diff --git a/colorpicker/res/values-uz/strings.xml b/colorpicker/res/values-uz/strings.xml
deleted file mode 100644
index 81ac0107..00000000
--- a/colorpicker/res/values-uz/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Rang tanlash"
- "%1$d rangi"
- "%1$d rangi tanlandi"
-
diff --git a/colorpicker/res/values-vi/strings.xml b/colorpicker/res/values-vi/strings.xml
deleted file mode 100644
index e027169a..00000000
--- a/colorpicker/res/values-vi/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Chọn màu"
- "Màu %1$d"
- "Đã chọn màu %1$d"
-
diff --git a/colorpicker/res/values-zh-rCN/strings.xml b/colorpicker/res/values-zh-rCN/strings.xml
deleted file mode 100644
index c1c1d58f..00000000
--- a/colorpicker/res/values-zh-rCN/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "选择颜色"
- "颜色 %1$d"
- "已选择颜色 %1$d"
-
diff --git a/colorpicker/res/values-zh-rHK/strings.xml b/colorpicker/res/values-zh-rHK/strings.xml
deleted file mode 100644
index 5fffb7f9..00000000
--- a/colorpicker/res/values-zh-rHK/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "選取顏色"
- "顏色 %1$d"
- "已選取顏色 %1$d"
-
diff --git a/colorpicker/res/values-zh-rTW/strings.xml b/colorpicker/res/values-zh-rTW/strings.xml
deleted file mode 100644
index 86e4782e..00000000
--- a/colorpicker/res/values-zh-rTW/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "選取顏色"
- "色彩 %1$d"
- "已選取色彩 %1$d"
-
diff --git a/colorpicker/res/values-zu/strings.xml b/colorpicker/res/values-zu/strings.xml
deleted file mode 100644
index 98e213f6..00000000
--- a/colorpicker/res/values-zu/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- "Khetha umbala"
- "Umbala we-%1$d"
- "Umbala we-%1$d ukhethiwe"
-
diff --git a/colorpicker/res/values/dimens.xml b/colorpicker/res/values/dimens.xml
deleted file mode 100644
index fc78f2f7..00000000
--- a/colorpicker/res/values/dimens.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- 64dip
- 48dip
- 8dip
- 4dip
-
\ No newline at end of file
diff --git a/colorpicker/res/values/strings.xml b/colorpicker/res/values/strings.xml
deleted file mode 100644
index a9bf37aa..00000000
--- a/colorpicker/res/values/strings.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Select a Color
-
- Color %1$d
-
- Color %1$d selected
-
\ No newline at end of file
diff --git a/colorpicker/src/com/android/colorpicker/ColorPickerDialog.java b/colorpicker/src/com/android/colorpicker/ColorPickerDialog.java
deleted file mode 100644
index aabc2d1b..00000000
--- a/colorpicker/src/com/android/colorpicker/ColorPickerDialog.java
+++ /dev/null
@@ -1,214 +0,0 @@
-/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.colorpicker;
-
-import android.app.Activity;
-import android.app.Dialog;
-import android.os.Bundle;
-import android.view.LayoutInflater;
-import android.view.View;
-import android.widget.ProgressBar;
-
-import androidx.appcompat.app.AlertDialog;
-import androidx.fragment.app.DialogFragment;
-
-import com.android.colorpicker.ColorPickerSwatch.OnColorSelectedListener;
-
-/**
- * A dialog which takes in as input an array of colors and creates a palette allowing the user to
- * select a specific color swatch, which invokes a listener.
- */
-public class ColorPickerDialog extends DialogFragment implements OnColorSelectedListener {
-
- public static final int SIZE_LARGE = 1;
- public static final int SIZE_SMALL = 2;
-
- protected AlertDialog mAlertDialog;
-
- protected static final String KEY_TITLE_ID = "title_id";
- protected static final String KEY_COLORS = "colors";
- protected static final String KEY_COLOR_CONTENT_DESCRIPTIONS = "color_content_descriptions";
- protected static final String KEY_SELECTED_COLOR = "selected_color";
- protected static final String KEY_COLUMNS = "columns";
- protected static final String KEY_SIZE = "size";
-
- protected int mTitleResId = R.string.color_picker_default_title;
- protected int[] mColors = null;
- protected String[] mColorContentDescriptions = null;
- protected int mSelectedColor;
- protected int mColumns;
- protected int mSize;
-
- private ColorPickerPalette mPalette;
- private ProgressBar mProgress;
-
- protected OnColorSelectedListener mListener;
-
- public ColorPickerDialog() {
- // Empty constructor required for dialog fragments.
- }
-
- public static ColorPickerDialog newInstance(int titleResId, int[] colors, int selectedColor,
- int columns, int size) {
- ColorPickerDialog ret = new ColorPickerDialog();
- ret.initialize(titleResId, colors, selectedColor, columns, size);
- return ret;
- }
-
- public void initialize(int titleResId, int[] colors, int selectedColor, int columns, int size) {
- setArguments(titleResId, columns, size);
- setColors(colors, selectedColor);
- }
-
- public void setArguments(int titleResId, int columns, int size) {
- Bundle bundle = new Bundle();
- bundle.putInt(KEY_TITLE_ID, titleResId);
- bundle.putInt(KEY_COLUMNS, columns);
- bundle.putInt(KEY_SIZE, size);
- setArguments(bundle);
- }
-
- public void setOnColorSelectedListener(OnColorSelectedListener listener) {
- mListener = listener;
- }
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
-
- if (getArguments() != null) {
- mTitleResId = getArguments().getInt(KEY_TITLE_ID);
- mColumns = getArguments().getInt(KEY_COLUMNS);
- mSize = getArguments().getInt(KEY_SIZE);
- }
-
- if (savedInstanceState != null) {
- mColors = savedInstanceState.getIntArray(KEY_COLORS);
- mSelectedColor = (Integer) savedInstanceState.getSerializable(KEY_SELECTED_COLOR);
- mColorContentDescriptions = savedInstanceState.getStringArray(
- KEY_COLOR_CONTENT_DESCRIPTIONS);
- }
- }
-
- @Override
- public Dialog onCreateDialog(Bundle savedInstanceState) {
- final Activity activity = getActivity();
-
- View view = LayoutInflater.from(getActivity()).inflate(R.layout.color_picker_dialog, null);
- mProgress = (ProgressBar) view.findViewById(android.R.id.progress);
- mPalette = (ColorPickerPalette) view.findViewById(R.id.color_picker);
- mPalette.init(mSize, mColumns, this);
-
- if (mColors != null) {
- showPaletteView();
- }
-
- mAlertDialog = new AlertDialog.Builder(activity)
- .setTitle(mTitleResId)
- .setView(view)
- .create();
-
- return mAlertDialog;
- }
-
- @Override
- public void onColorSelected(int color) {
- if (mListener != null) {
- mListener.onColorSelected(color);
- }
-
- if (getTargetFragment() instanceof OnColorSelectedListener) {
- final OnColorSelectedListener listener =
- (OnColorSelectedListener) getTargetFragment();
- listener.onColorSelected(color);
- }
-
- if (color != mSelectedColor) {
- mSelectedColor = color;
- // Redraw palette to show checkmark on newly selected color before dismissing.
- mPalette.drawPalette(mColors, mSelectedColor);
- }
-
- dismiss();
- }
-
- public void showPaletteView() {
- if (mProgress != null && mPalette != null) {
- mProgress.setVisibility(View.GONE);
- refreshPalette();
- mPalette.setVisibility(View.VISIBLE);
- }
- }
-
- public void showProgressBarView() {
- if (mProgress != null && mPalette != null) {
- mProgress.setVisibility(View.VISIBLE);
- mPalette.setVisibility(View.GONE);
- }
- }
-
- public void setColors(int[] colors, int selectedColor) {
- if (mColors != colors || mSelectedColor != selectedColor) {
- mColors = colors;
- mSelectedColor = selectedColor;
- refreshPalette();
- }
- }
-
- public void setColors(int[] colors) {
- if (mColors != colors) {
- mColors = colors;
- refreshPalette();
- }
- }
-
- public void setSelectedColor(int color) {
- if (mSelectedColor != color) {
- mSelectedColor = color;
- refreshPalette();
- }
- }
-
- public void setColorContentDescriptions(String[] colorContentDescriptions) {
- if (mColorContentDescriptions != colorContentDescriptions) {
- mColorContentDescriptions = colorContentDescriptions;
- refreshPalette();
- }
- }
-
- private void refreshPalette() {
- if (mPalette != null && mColors != null) {
- mPalette.drawPalette(mColors, mSelectedColor, mColorContentDescriptions);
- }
- }
-
- public int[] getColors() {
- return mColors;
- }
-
- public int getSelectedColor() {
- return mSelectedColor;
- }
-
- @Override
- public void onSaveInstanceState(Bundle outState) {
- super.onSaveInstanceState(outState);
- outState.putIntArray(KEY_COLORS, mColors);
- outState.putSerializable(KEY_SELECTED_COLOR, mSelectedColor);
- outState.putStringArray(KEY_COLOR_CONTENT_DESCRIPTIONS, mColorContentDescriptions);
- }
-}
diff --git a/colorpicker/src/com/android/colorpicker/ColorPickerPalette.java b/colorpicker/src/com/android/colorpicker/ColorPickerPalette.java
deleted file mode 100644
index 9ca46c33..00000000
--- a/colorpicker/src/com/android/colorpicker/ColorPickerPalette.java
+++ /dev/null
@@ -1,194 +0,0 @@
-/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.colorpicker;
-
-import android.content.Context;
-import android.content.res.Resources;
-import android.util.AttributeSet;
-import android.view.View;
-import android.view.ViewGroup;
-import android.widget.ImageView;
-import android.widget.TableLayout;
-import android.widget.TableRow;
-
-import com.android.colorpicker.ColorPickerSwatch.OnColorSelectedListener;
-
-/**
- * A color picker custom view which creates an grid of color squares. The number of squares per
- * row (and the padding between the squares) is determined by the user.
- */
-public class ColorPickerPalette extends TableLayout {
-
- public OnColorSelectedListener mOnColorSelectedListener;
-
- private String mDescription;
- private String mDescriptionSelected;
-
- private int mSwatchLength;
- private int mMarginSize;
- private int mNumColumns;
-
- public ColorPickerPalette(Context context, AttributeSet attrs) {
- super(context, attrs);
- }
-
- public ColorPickerPalette(Context context) {
- super(context);
- }
-
- /**
- * Initialize the size, columns, and listener. Size should be a pre-defined size (SIZE_LARGE
- * or SIZE_SMALL) from ColorPickerDialogFragment.
- */
- public void init(int size, int columns, OnColorSelectedListener listener) {
- mNumColumns = columns;
- Resources res = getResources();
- if (size == ColorPickerDialog.SIZE_LARGE) {
- mSwatchLength = res.getDimensionPixelSize(R.dimen.color_swatch_large);
- mMarginSize = res.getDimensionPixelSize(R.dimen.color_swatch_margins_large);
- } else {
- mSwatchLength = res.getDimensionPixelSize(R.dimen.color_swatch_small);
- mMarginSize = res.getDimensionPixelSize(R.dimen.color_swatch_margins_small);
- }
- mOnColorSelectedListener = listener;
-
- mDescription = res.getString(R.string.color_swatch_description);
- mDescriptionSelected = res.getString(R.string.color_swatch_description_selected);
- }
-
- private TableRow createTableRow() {
- TableRow row = new TableRow(getContext());
- ViewGroup.LayoutParams params = new ViewGroup.LayoutParams(LayoutParams.WRAP_CONTENT,
- LayoutParams.WRAP_CONTENT);
- row.setLayoutParams(params);
- return row;
- }
-
- /**
- * Adds swatches to table in a serpentine format.
- */
- public void drawPalette(int[] colors, int selectedColor) {
- drawPalette(colors, selectedColor, null);
- }
-
- /**
- * Adds swatches to table in a serpentine format.
- */
- public void drawPalette(int[] colors, int selectedColor, String[] colorContentDescriptions) {
- if (colors == null) {
- return;
- }
-
- this.removeAllViews();
- int tableElements = 0;
- int rowElements = 0;
- int rowNumber = 0;
-
- // Fills the table with swatches based on the array of colors.
- TableRow row = createTableRow();
- for (int color : colors) {
- View colorSwatch = createColorSwatch(color, selectedColor);
- setSwatchDescription(rowNumber, tableElements, rowElements, color == selectedColor,
- colorSwatch, colorContentDescriptions);
- addSwatchToRow(row, colorSwatch, rowNumber);
-
- tableElements++;
- rowElements++;
- if (rowElements == mNumColumns) {
- addView(row);
- row = createTableRow();
- rowElements = 0;
- rowNumber++;
- }
- }
-
- // Create blank views to fill the row if the last row has not been filled.
- if (rowElements > 0) {
- while (rowElements != mNumColumns) {
- addSwatchToRow(row, createBlankSpace(), rowNumber);
- rowElements++;
- }
- addView(row);
- }
- }
-
- /**
- * Appends a swatch to the end of the row for even-numbered rows (starting with row 0),
- * to the beginning of a row for odd-numbered rows.
- */
- private static void addSwatchToRow(TableRow row, View swatch, int rowNumber) {
- if (rowNumber % 2 == 0) {
- row.addView(swatch);
- } else {
- row.addView(swatch, 0);
- }
- }
-
- /**
- * Add a content description to the specified swatch view. Because the colors get added in a
- * snaking form, every other row will need to compensate for the fact that the colors are added
- * in an opposite direction from their left->right/top->bottom order, which is how the system
- * will arrange them for accessibility purposes.
- */
- private void setSwatchDescription(int rowNumber, int index, int rowElements, boolean selected,
- View swatch, String[] contentDescriptions) {
- String description;
- if (contentDescriptions != null && contentDescriptions.length > index) {
- description = contentDescriptions[index];
- } else {
- int accessibilityIndex;
- if (rowNumber % 2 == 0) {
- // We're in a regular-ordered row
- accessibilityIndex = index + 1;
- } else {
- // We're in a backwards-ordered row.
- int rowMax = ((rowNumber + 1) * mNumColumns);
- accessibilityIndex = rowMax - rowElements;
- }
-
- if (selected) {
- description = String.format(mDescriptionSelected, accessibilityIndex);
- } else {
- description = String.format(mDescription, accessibilityIndex);
- }
- }
- swatch.setContentDescription(description);
- }
-
- /**
- * Creates a blank space to fill the row.
- */
- private ImageView createBlankSpace() {
- ImageView view = new ImageView(getContext());
- TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength);
- params.setMargins(mMarginSize, mMarginSize, mMarginSize, mMarginSize);
- view.setLayoutParams(params);
- return view;
- }
-
- /**
- * Creates a color swatch.
- */
- private ColorPickerSwatch createColorSwatch(int color, int selectedColor) {
- ColorPickerSwatch view = new ColorPickerSwatch(getContext(), color,
- color == selectedColor, mOnColorSelectedListener);
- TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength);
- params.setMargins(mMarginSize, mMarginSize, mMarginSize, mMarginSize);
- view.setLayoutParams(params);
- return view;
- }
-}
diff --git a/colorpicker/src/com/android/colorpicker/ColorPickerSwatch.java b/colorpicker/src/com/android/colorpicker/ColorPickerSwatch.java
deleted file mode 100644
index a204c647..00000000
--- a/colorpicker/src/com/android/colorpicker/ColorPickerSwatch.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.colorpicker;
-
-import android.content.Context;
-import android.graphics.drawable.Drawable;
-import android.view.LayoutInflater;
-import android.view.View;
-import android.widget.FrameLayout;
-import android.widget.ImageView;
-
-/**
- * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked.
- */
-public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener {
- private int mColor;
- private ImageView mSwatchImage;
- private ImageView mCheckmarkImage;
- private OnColorSelectedListener mOnColorSelectedListener;
-
- /**
- * Interface for a callback when a color square is selected.
- */
- public interface OnColorSelectedListener {
-
- /**
- * Called when a specific color square has been selected.
- */
- public void onColorSelected(int color);
- }
-
- public ColorPickerSwatch(Context context, int color, boolean checked,
- OnColorSelectedListener listener) {
- super(context);
- mColor = color;
- mOnColorSelectedListener = listener;
-
- LayoutInflater.from(context).inflate(R.layout.color_picker_swatch, this);
- mSwatchImage = (ImageView) findViewById(R.id.color_picker_swatch);
- mCheckmarkImage = (ImageView) findViewById(R.id.color_picker_checkmark);
- setColor(color);
- setChecked(checked);
- setOnClickListener(this);
- }
-
- protected void setColor(int color) {
- Drawable[] colorDrawable = new Drawable[]
- {getContext().getResources().getDrawable(R.drawable.color_picker_swatch)};
- mSwatchImage.setImageDrawable(new ColorStateDrawable(colorDrawable, color));
- }
-
- private void setChecked(boolean checked) {
- if (checked) {
- mCheckmarkImage.setVisibility(View.VISIBLE);
- } else {
- mCheckmarkImage.setVisibility(View.GONE);
- }
- }
-
- @Override
- public void onClick(View v) {
- if (mOnColorSelectedListener != null) {
- mOnColorSelectedListener.onColorSelected(mColor);
- }
- }
-}
diff --git a/colorpicker/src/com/android/colorpicker/ColorStateDrawable.java b/colorpicker/src/com/android/colorpicker/ColorStateDrawable.java
deleted file mode 100644
index 496f46cd..00000000
--- a/colorpicker/src/com/android/colorpicker/ColorStateDrawable.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.colorpicker;
-
-import android.graphics.Color;
-import android.graphics.PorterDuff;
-import android.graphics.drawable.Drawable;
-import android.graphics.drawable.LayerDrawable;
-
-/**
- * A drawable which sets its color filter to a color specified by the user, and changes to a
- * slightly darker color when pressed or focused.
- */
-public class ColorStateDrawable extends LayerDrawable {
-
- private static final float PRESSED_STATE_MULTIPLIER = 0.70f;
-
- private int mColor;
-
- public ColorStateDrawable(Drawable[] layers, int color) {
- super(layers);
- mColor = color;
- }
-
- @Override
- protected boolean onStateChange(int[] states) {
- boolean pressedOrFocused = false;
- for (int state : states) {
- if (state == android.R.attr.state_pressed || state == android.R.attr.state_focused) {
- pressedOrFocused = true;
- break;
- }
- }
-
- if (pressedOrFocused) {
- super.setColorFilter(getPressedColor(mColor), PorterDuff.Mode.SRC_ATOP);
- } else {
- super.setColorFilter(mColor, PorterDuff.Mode.SRC_ATOP);
- }
-
- return super.onStateChange(states);
- }
-
- /**
- * Given a particular color, adjusts its value by a multiplier.
- */
- private static int getPressedColor(int color) {
- float[] hsv = new float[3];
- Color.colorToHSV(color, hsv);
- hsv[2] = hsv[2] * PRESSED_STATE_MULTIPLIER;
- return Color.HSVToColor(hsv);
- }
-
- @Override
- public boolean isStateful() {
- return true;
- }
-}
diff --git a/colorpicker/src/com/android/colorpicker/HsvColorComparator.java b/colorpicker/src/com/android/colorpicker/HsvColorComparator.java
deleted file mode 100644
index c44648f2..00000000
--- a/colorpicker/src/com/android/colorpicker/HsvColorComparator.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.colorpicker;
-
-import android.graphics.Color;
-
-import java.util.Comparator;
-
-/**
- * A color comparator which compares based on hue, saturation, and value.
- */
-public class HsvColorComparator implements Comparator {
-
- @Override
- public int compare(Integer lhs, Integer rhs) {
- float[] hsv = new float[3];
- Color.colorToHSV(lhs, hsv);
- float hue1 = hsv[0];
- float sat1 = hsv[1];
- float val1 = hsv[2];
-
- float[] hsv2 = new float[3];
- Color.colorToHSV(rhs, hsv2);
- float hue2 = hsv2[0];
- float sat2 = hsv2[1];
- float val2 = hsv2[2];
-
- if (hue1 < hue2) {
- return 1;
- } else if (hue1 > hue2) {
- return -1;
- } else {
- if (sat1 < sat2) {
- return 1;
- } else if (sat1 > sat2) {
- return -1;
- } else {
- if (val1 < val2) {
- return 1;
- } else if (val1 > val2) {
- return -1;
- }
- }
- }
- return 0;
- }
-}