diff --git a/shopping/.gradle/5.4.1/executionHistory/executionHistory.bin b/shopping/.gradle/5.4.1/executionHistory/executionHistory.bin new file mode 100644 index 0000000..08f2e11 Binary files /dev/null and b/shopping/.gradle/5.4.1/executionHistory/executionHistory.bin differ diff --git a/shopping/.gradle/5.4.1/executionHistory/executionHistory.lock b/shopping/.gradle/5.4.1/executionHistory/executionHistory.lock new file mode 100644 index 0000000..437c927 Binary files /dev/null and b/shopping/.gradle/5.4.1/executionHistory/executionHistory.lock differ diff --git a/shopping/.gradle/5.4.1/fileChanges/last-build.bin b/shopping/.gradle/5.4.1/fileChanges/last-build.bin new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/shopping/.gradle/5.4.1/fileChanges/last-build.bin differ diff --git a/shopping/.gradle/5.4.1/fileContent/fileContent.lock b/shopping/.gradle/5.4.1/fileContent/fileContent.lock new file mode 100644 index 0000000..8469477 Binary files /dev/null and b/shopping/.gradle/5.4.1/fileContent/fileContent.lock differ diff --git a/shopping/.gradle/5.4.1/fileHashes/fileHashes.bin b/shopping/.gradle/5.4.1/fileHashes/fileHashes.bin new file mode 100644 index 0000000..48d5406 Binary files /dev/null and b/shopping/.gradle/5.4.1/fileHashes/fileHashes.bin differ diff --git a/shopping/.gradle/5.4.1/fileHashes/fileHashes.lock b/shopping/.gradle/5.4.1/fileHashes/fileHashes.lock new file mode 100644 index 0000000..9fd6e5a Binary files /dev/null and b/shopping/.gradle/5.4.1/fileHashes/fileHashes.lock differ diff --git a/shopping/.gradle/5.4.1/fileHashes/resourceHashesCache.bin b/shopping/.gradle/5.4.1/fileHashes/resourceHashesCache.bin new file mode 100644 index 0000000..3e64970 Binary files /dev/null and b/shopping/.gradle/5.4.1/fileHashes/resourceHashesCache.bin differ diff --git a/shopping/.gradle/5.4.1/gc.properties b/shopping/.gradle/5.4.1/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/shopping/.gradle/5.4.1/javaCompile/classAnalysis.bin b/shopping/.gradle/5.4.1/javaCompile/classAnalysis.bin new file mode 100644 index 0000000..5972a0d Binary files /dev/null and b/shopping/.gradle/5.4.1/javaCompile/classAnalysis.bin differ diff --git a/shopping/.gradle/5.4.1/javaCompile/javaCompile.lock b/shopping/.gradle/5.4.1/javaCompile/javaCompile.lock new file mode 100644 index 0000000..2dc9e09 Binary files /dev/null and b/shopping/.gradle/5.4.1/javaCompile/javaCompile.lock differ diff --git a/shopping/.gradle/5.4.1/javaCompile/taskHistory.bin b/shopping/.gradle/5.4.1/javaCompile/taskHistory.bin new file mode 100644 index 0000000..19d3f3c Binary files /dev/null and b/shopping/.gradle/5.4.1/javaCompile/taskHistory.bin differ diff --git a/shopping/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/shopping/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000..a211552 Binary files /dev/null and b/shopping/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/shopping/.gradle/buildOutputCleanup/cache.properties b/shopping/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..16e4fa1 --- /dev/null +++ b/shopping/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Thu May 25 20:38:54 CST 2023 +gradle.version=5.4.1 diff --git a/shopping/.gradle/buildOutputCleanup/outputFiles.bin b/shopping/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 0000000..711bb57 Binary files /dev/null and b/shopping/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/shopping/.gradle/vcs-1/gc.properties b/shopping/.gradle/vcs-1/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/shopping/.idea/.gitignore b/shopping/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/shopping/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/shopping/.idea/compiler.xml b/shopping/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/shopping/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/shopping/.idea/gradle.xml b/shopping/.idea/gradle.xml new file mode 100644 index 0000000..a2d7c21 --- /dev/null +++ b/shopping/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file diff --git a/shopping/.idea/jarRepositories.xml b/shopping/.idea/jarRepositories.xml new file mode 100644 index 0000000..a5f05cd --- /dev/null +++ b/shopping/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/.idea/misc.xml b/shopping/.idea/misc.xml new file mode 100644 index 0000000..31622f1 --- /dev/null +++ b/shopping/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/shopping/Movie.iml b/shopping/Movie.iml new file mode 100644 index 0000000..273f4eb --- /dev/null +++ b/shopping/Movie.iml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build.gradle b/shopping/app/build.gradle new file mode 100644 index 0000000..9169bee --- /dev/null +++ b/shopping/app/build.gradle @@ -0,0 +1,31 @@ +apply plugin: 'com.android.application' + +android { + //compileSdkVersion 29 + //buildToolsVersion "29.0.3" + + compileSdkVersion 26 + defaultConfig { + applicationId "com.movies.info" + minSdkVersion 16 + targetSdkVersion 26 + versionCode 1 + versionName "1.0" + + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + } + } + +} + +dependencies { + implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation 'com.android.support:appcompat-v7:26.1.0' + implementation 'com.android.support:design:26.1.0' +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/arch/lifecycle/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/arch/lifecycle/R.java new file mode 100644 index 0000000..b0c852e --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/arch/lifecycle/R.java @@ -0,0 +1,12 @@ +/* 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 android.arch.lifecycle; + +public final class R { + private R() {} + +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/compat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/compat/R.java new file mode 100644 index 0000000..d44cab1 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/compat/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.compat; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreui/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreui/R.java new file mode 100644 index 0000000..284e720 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreui/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.coreui; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreutils/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreutils/R.java new file mode 100644 index 0000000..4a25c64 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreutils/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.coreutils; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/design/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/design/R.java new file mode 100644 index 0000000..60ac912 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/design/R.java @@ -0,0 +1,1972 @@ +/* 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 android.support.design; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int design_bottom_sheet_slide_in = 0x7f01000a; + public static final int design_bottom_sheet_slide_out = 0x7f01000b; + public static final int design_snackbar_in = 0x7f01000c; + public static final int design_snackbar_out = 0x7f01000d; + public static final int tooltip_enter = 0x7f01000e; + public static final int tooltip_exit = 0x7f01000f; + } + public static final class animator { + private animator() {} + + public static final int design_appbar_state_list_animator = 0x7f020000; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int behavior_autoHide = 0x7f030037; + public static final int behavior_hideable = 0x7f030038; + public static final int behavior_overlapTop = 0x7f030039; + public static final int behavior_peekHeight = 0x7f03003a; + public static final int behavior_skipCollapsed = 0x7f03003b; + public static final int borderWidth = 0x7f03003c; + public static final int borderlessButtonStyle = 0x7f03003d; + public static final int bottomSheetDialogTheme = 0x7f03003e; + public static final int bottomSheetStyle = 0x7f03003f; + public static final int buttonBarButtonStyle = 0x7f030040; + public static final int buttonBarNegativeButtonStyle = 0x7f030041; + public static final int buttonBarNeutralButtonStyle = 0x7f030042; + public static final int buttonBarPositiveButtonStyle = 0x7f030043; + public static final int buttonBarStyle = 0x7f030044; + public static final int buttonGravity = 0x7f030045; + public static final int buttonPanelSideLayout = 0x7f030046; + public static final int buttonStyle = 0x7f030047; + public static final int buttonStyleSmall = 0x7f030048; + public static final int buttonTint = 0x7f030049; + public static final int buttonTintMode = 0x7f03004a; + public static final int checkboxStyle = 0x7f03004b; + public static final int checkedTextViewStyle = 0x7f03004c; + public static final int closeIcon = 0x7f03004d; + public static final int closeItemLayout = 0x7f03004e; + public static final int collapseContentDescription = 0x7f03004f; + public static final int collapseIcon = 0x7f030050; + public static final int collapsedTitleGravity = 0x7f030051; + public static final int collapsedTitleTextAppearance = 0x7f030052; + public static final int color = 0x7f030053; + public static final int colorAccent = 0x7f030054; + public static final int colorBackgroundFloating = 0x7f030055; + public static final int colorButtonNormal = 0x7f030056; + public static final int colorControlActivated = 0x7f030057; + public static final int colorControlHighlight = 0x7f030058; + public static final int colorControlNormal = 0x7f030059; + public static final int colorError = 0x7f03005a; + public static final int colorPrimary = 0x7f03005b; + public static final int colorPrimaryDark = 0x7f03005c; + public static final int colorSwitchThumbNormal = 0x7f03005d; + public static final int commitIcon = 0x7f03005e; + public static final int contentDescription = 0x7f03005f; + public static final int contentInsetEnd = 0x7f030060; + public static final int contentInsetEndWithActions = 0x7f030061; + public static final int contentInsetLeft = 0x7f030062; + public static final int contentInsetRight = 0x7f030063; + public static final int contentInsetStart = 0x7f030064; + public static final int contentInsetStartWithNavigation = 0x7f030065; + public static final int contentScrim = 0x7f030066; + public static final int controlBackground = 0x7f030067; + public static final int counterEnabled = 0x7f030068; + public static final int counterMaxLength = 0x7f030069; + public static final int counterOverflowTextAppearance = 0x7f03006a; + public static final int counterTextAppearance = 0x7f03006b; + public static final int customNavigationLayout = 0x7f03006c; + public static final int defaultQueryHint = 0x7f03006d; + public static final int dialogPreferredPadding = 0x7f03006e; + public static final int dialogTheme = 0x7f03006f; + public static final int displayOptions = 0x7f030070; + public static final int divider = 0x7f030071; + public static final int dividerHorizontal = 0x7f030072; + public static final int dividerPadding = 0x7f030073; + public static final int dividerVertical = 0x7f030074; + public static final int drawableSize = 0x7f030075; + public static final int drawerArrowStyle = 0x7f030076; + public static final int dropDownListViewStyle = 0x7f030077; + public static final int dropdownListPreferredItemHeight = 0x7f030078; + public static final int editTextBackground = 0x7f030079; + public static final int editTextColor = 0x7f03007a; + public static final int editTextStyle = 0x7f03007b; + public static final int elevation = 0x7f03007c; + public static final int errorEnabled = 0x7f03007d; + public static final int errorTextAppearance = 0x7f03007e; + public static final int expandActivityOverflowButtonDrawable = 0x7f03007f; + public static final int expanded = 0x7f030080; + public static final int expandedTitleGravity = 0x7f030081; + public static final int expandedTitleMargin = 0x7f030082; + public static final int expandedTitleMarginBottom = 0x7f030083; + public static final int expandedTitleMarginEnd = 0x7f030084; + public static final int expandedTitleMarginStart = 0x7f030085; + public static final int expandedTitleMarginTop = 0x7f030086; + public static final int expandedTitleTextAppearance = 0x7f030087; + public static final int fabSize = 0x7f030088; + public static final int fastScrollEnabled = 0x7f030089; + public static final int fastScrollHorizontalThumbDrawable = 0x7f03008a; + public static final int fastScrollHorizontalTrackDrawable = 0x7f03008b; + public static final int fastScrollVerticalThumbDrawable = 0x7f03008c; + public static final int fastScrollVerticalTrackDrawable = 0x7f03008d; + public static final int font = 0x7f03008e; + public static final int fontFamily = 0x7f03008f; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int foregroundInsidePadding = 0x7f030098; + public static final int gapBetweenBars = 0x7f030099; + public static final int goIcon = 0x7f03009a; + public static final int headerLayout = 0x7f03009b; + public static final int height = 0x7f03009c; + public static final int hideOnContentScroll = 0x7f03009d; + public static final int hintAnimationEnabled = 0x7f03009e; + public static final int hintEnabled = 0x7f03009f; + public static final int hintTextAppearance = 0x7f0300a0; + public static final int homeAsUpIndicator = 0x7f0300a1; + public static final int homeLayout = 0x7f0300a2; + public static final int icon = 0x7f0300a3; + public static final int iconTint = 0x7f0300a4; + public static final int iconTintMode = 0x7f0300a5; + public static final int iconifiedByDefault = 0x7f0300a6; + public static final int imageButtonStyle = 0x7f0300a7; + public static final int indeterminateProgressStyle = 0x7f0300a8; + public static final int initialActivityCount = 0x7f0300a9; + public static final int insetForeground = 0x7f0300aa; + public static final int isLightTheme = 0x7f0300ab; + public static final int itemBackground = 0x7f0300ac; + public static final int itemIconTint = 0x7f0300ad; + public static final int itemPadding = 0x7f0300ae; + public static final int itemTextAppearance = 0x7f0300af; + public static final int itemTextColor = 0x7f0300b0; + public static final int keylines = 0x7f0300b1; + public static final int layout = 0x7f0300b2; + public static final int layoutManager = 0x7f0300b3; + public static final int layout_anchor = 0x7f0300b4; + public static final int layout_anchorGravity = 0x7f0300b5; + public static final int layout_behavior = 0x7f0300b6; + public static final int layout_collapseMode = 0x7f0300b7; + public static final int layout_collapseParallaxMultiplier = 0x7f0300b8; + public static final int layout_dodgeInsetEdges = 0x7f0300b9; + public static final int layout_insetEdge = 0x7f0300ba; + public static final int layout_keyline = 0x7f0300bb; + public static final int layout_scrollFlags = 0x7f0300bc; + public static final int layout_scrollInterpolator = 0x7f0300bd; + public static final int listChoiceBackgroundIndicator = 0x7f0300be; + public static final int listDividerAlertDialog = 0x7f0300bf; + public static final int listItemLayout = 0x7f0300c0; + public static final int listLayout = 0x7f0300c1; + public static final int listMenuViewStyle = 0x7f0300c2; + public static final int listPopupWindowStyle = 0x7f0300c3; + public static final int listPreferredItemHeight = 0x7f0300c4; + public static final int listPreferredItemHeightLarge = 0x7f0300c5; + public static final int listPreferredItemHeightSmall = 0x7f0300c6; + public static final int listPreferredItemPaddingLeft = 0x7f0300c7; + public static final int listPreferredItemPaddingRight = 0x7f0300c8; + public static final int logo = 0x7f0300c9; + public static final int logoDescription = 0x7f0300ca; + public static final int maxActionInlineWidth = 0x7f0300cb; + public static final int maxButtonHeight = 0x7f0300cc; + public static final int measureWithLargestChild = 0x7f0300cd; + public static final int menu = 0x7f0300ce; + public static final int multiChoiceItemLayout = 0x7f0300cf; + public static final int navigationContentDescription = 0x7f0300d0; + public static final int navigationIcon = 0x7f0300d1; + public static final int navigationMode = 0x7f0300d2; + public static final int numericModifiers = 0x7f0300d3; + public static final int overlapAnchor = 0x7f0300d4; + public static final int paddingBottomNoButtons = 0x7f0300d5; + public static final int paddingEnd = 0x7f0300d6; + public static final int paddingStart = 0x7f0300d7; + public static final int paddingTopNoTitle = 0x7f0300d8; + public static final int panelBackground = 0x7f0300d9; + public static final int panelMenuListTheme = 0x7f0300da; + public static final int panelMenuListWidth = 0x7f0300db; + public static final int passwordToggleContentDescription = 0x7f0300dc; + public static final int passwordToggleDrawable = 0x7f0300dd; + public static final int passwordToggleEnabled = 0x7f0300de; + public static final int passwordToggleTint = 0x7f0300df; + public static final int passwordToggleTintMode = 0x7f0300e0; + public static final int popupMenuStyle = 0x7f0300e1; + public static final int popupTheme = 0x7f0300e2; + public static final int popupWindowStyle = 0x7f0300e3; + public static final int preserveIconSpacing = 0x7f0300e4; + public static final int pressedTranslationZ = 0x7f0300e5; + public static final int progressBarPadding = 0x7f0300e6; + public static final int progressBarStyle = 0x7f0300e7; + public static final int queryBackground = 0x7f0300e8; + public static final int queryHint = 0x7f0300e9; + public static final int radioButtonStyle = 0x7f0300ea; + public static final int ratingBarStyle = 0x7f0300eb; + public static final int ratingBarStyleIndicator = 0x7f0300ec; + public static final int ratingBarStyleSmall = 0x7f0300ed; + public static final int reverseLayout = 0x7f0300ee; + public static final int rippleColor = 0x7f0300ef; + public static final int scrimAnimationDuration = 0x7f0300f0; + public static final int scrimVisibleHeightTrigger = 0x7f0300f1; + public static final int searchHintIcon = 0x7f0300f2; + public static final int searchIcon = 0x7f0300f3; + public static final int searchViewStyle = 0x7f0300f4; + public static final int seekBarStyle = 0x7f0300f5; + public static final int selectableItemBackground = 0x7f0300f6; + public static final int selectableItemBackgroundBorderless = 0x7f0300f7; + public static final int showAsAction = 0x7f0300f8; + public static final int showDividers = 0x7f0300f9; + public static final int showText = 0x7f0300fa; + public static final int showTitle = 0x7f0300fb; + public static final int singleChoiceItemLayout = 0x7f0300fc; + public static final int spanCount = 0x7f0300fd; + public static final int spinBars = 0x7f0300fe; + public static final int spinnerDropDownItemStyle = 0x7f0300ff; + public static final int spinnerStyle = 0x7f030100; + public static final int splitTrack = 0x7f030101; + public static final int srcCompat = 0x7f030102; + public static final int stackFromEnd = 0x7f030103; + public static final int state_above_anchor = 0x7f030104; + public static final int state_collapsed = 0x7f030105; + public static final int state_collapsible = 0x7f030106; + public static final int statusBarBackground = 0x7f030107; + public static final int statusBarScrim = 0x7f030108; + public static final int subMenuArrow = 0x7f030109; + public static final int submitBackground = 0x7f03010a; + public static final int subtitle = 0x7f03010b; + public static final int subtitleTextAppearance = 0x7f03010c; + public static final int subtitleTextColor = 0x7f03010d; + public static final int subtitleTextStyle = 0x7f03010e; + public static final int suggestionRowLayout = 0x7f03010f; + public static final int switchMinWidth = 0x7f030110; + public static final int switchPadding = 0x7f030111; + public static final int switchStyle = 0x7f030112; + public static final int switchTextAppearance = 0x7f030113; + public static final int tabBackground = 0x7f030114; + public static final int tabContentStart = 0x7f030115; + public static final int tabGravity = 0x7f030116; + public static final int tabIndicatorColor = 0x7f030117; + public static final int tabIndicatorHeight = 0x7f030118; + public static final int tabMaxWidth = 0x7f030119; + public static final int tabMinWidth = 0x7f03011a; + public static final int tabMode = 0x7f03011b; + public static final int tabPadding = 0x7f03011c; + public static final int tabPaddingBottom = 0x7f03011d; + public static final int tabPaddingEnd = 0x7f03011e; + public static final int tabPaddingStart = 0x7f03011f; + public static final int tabPaddingTop = 0x7f030120; + public static final int tabSelectedTextColor = 0x7f030121; + public static final int tabTextAppearance = 0x7f030122; + public static final int tabTextColor = 0x7f030123; + public static final int textAllCaps = 0x7f030124; + public static final int textAppearanceLargePopupMenu = 0x7f030125; + public static final int textAppearanceListItem = 0x7f030126; + public static final int textAppearanceListItemSecondary = 0x7f030127; + public static final int textAppearanceListItemSmall = 0x7f030128; + public static final int textAppearancePopupMenuHeader = 0x7f030129; + public static final int textAppearanceSearchResultSubtitle = 0x7f03012a; + public static final int textAppearanceSearchResultTitle = 0x7f03012b; + public static final int textAppearanceSmallPopupMenu = 0x7f03012c; + public static final int textColorAlertDialogListItem = 0x7f03012d; + public static final int textColorError = 0x7f03012e; + public static final int textColorSearchUrl = 0x7f03012f; + public static final int theme = 0x7f030130; + public static final int thickness = 0x7f030131; + public static final int thumbTextPadding = 0x7f030132; + public static final int thumbTint = 0x7f030133; + public static final int thumbTintMode = 0x7f030134; + public static final int tickMark = 0x7f030135; + public static final int tickMarkTint = 0x7f030136; + public static final int tickMarkTintMode = 0x7f030137; + public static final int tint = 0x7f030138; + public static final int tintMode = 0x7f030139; + public static final int title = 0x7f03013a; + public static final int titleEnabled = 0x7f03013b; + public static final int titleMargin = 0x7f03013c; + public static final int titleMarginBottom = 0x7f03013d; + public static final int titleMarginEnd = 0x7f03013e; + public static final int titleMarginStart = 0x7f03013f; + public static final int titleMarginTop = 0x7f030140; + public static final int titleMargins = 0x7f030141; + public static final int titleTextAppearance = 0x7f030142; + public static final int titleTextColor = 0x7f030143; + public static final int titleTextStyle = 0x7f030144; + public static final int toolbarId = 0x7f030145; + public static final int toolbarNavigationButtonStyle = 0x7f030146; + public static final int toolbarStyle = 0x7f030147; + public static final int tooltipForegroundColor = 0x7f030148; + public static final int tooltipFrameBackground = 0x7f030149; + public static final int tooltipText = 0x7f03014a; + public static final int track = 0x7f03014b; + public static final int trackTint = 0x7f03014c; + public static final int trackTintMode = 0x7f03014d; + public static final int useCompatPadding = 0x7f03014e; + public static final int voiceIcon = 0x7f03014f; + public static final int windowActionBar = 0x7f030150; + public static final int windowActionBarOverlay = 0x7f030151; + public static final int windowActionModeOverlay = 0x7f030152; + public static final int windowFixedHeightMajor = 0x7f030153; + public static final int windowFixedHeightMinor = 0x7f030154; + public static final int windowFixedWidthMajor = 0x7f030155; + public static final int windowFixedWidthMinor = 0x7f030156; + public static final int windowMinWidthMajor = 0x7f030157; + public static final int windowMinWidthMinor = 0x7f030158; + public static final int windowNoTitle = 0x7f030159; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f040004; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050001; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050002; + public static final int abc_btn_colored_borderless_text_material = 0x7f050003; + public static final int abc_btn_colored_text_material = 0x7f050004; + public static final int abc_color_highlight_material = 0x7f050005; + public static final int abc_hint_foreground_material_dark = 0x7f050006; + public static final int abc_hint_foreground_material_light = 0x7f050007; + public static final int abc_input_method_navigation_guard = 0x7f050008; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050009; + public static final int abc_primary_text_disable_only_material_light = 0x7f05000a; + public static final int abc_primary_text_material_dark = 0x7f05000b; + public static final int abc_primary_text_material_light = 0x7f05000c; + public static final int abc_search_url_text = 0x7f05000d; + public static final int abc_search_url_text_normal = 0x7f05000e; + public static final int abc_search_url_text_pressed = 0x7f05000f; + public static final int abc_search_url_text_selected = 0x7f050010; + public static final int abc_secondary_text_material_dark = 0x7f050011; + public static final int abc_secondary_text_material_light = 0x7f050012; + public static final int abc_tint_btn_checkable = 0x7f050013; + public static final int abc_tint_default = 0x7f050014; + public static final int abc_tint_edittext = 0x7f050015; + public static final int abc_tint_seek_thumb = 0x7f050016; + public static final int abc_tint_spinner = 0x7f050017; + public static final int abc_tint_switch_track = 0x7f050018; + public static final int accent_material_dark = 0x7f050019; + public static final int accent_material_light = 0x7f05001a; + public static final int background_floating_material_dark = 0x7f05001b; + public static final int background_floating_material_light = 0x7f05001c; + public static final int background_material_dark = 0x7f05001d; + public static final int background_material_light = 0x7f05001e; + public static final int bright_foreground_disabled_material_dark = 0x7f050020; + public static final int bright_foreground_disabled_material_light = 0x7f050021; + public static final int bright_foreground_inverse_material_dark = 0x7f050022; + public static final int bright_foreground_inverse_material_light = 0x7f050023; + public static final int bright_foreground_material_dark = 0x7f050024; + public static final int bright_foreground_material_light = 0x7f050025; + public static final int button_material_dark = 0x7f050026; + public static final int button_material_light = 0x7f050027; + public static final int design_bottom_navigation_shadow_color = 0x7f05002d; + public static final int design_error = 0x7f05002e; + public static final int design_fab_shadow_end_color = 0x7f05002f; + public static final int design_fab_shadow_mid_color = 0x7f050030; + public static final int design_fab_shadow_start_color = 0x7f050031; + public static final int design_fab_stroke_end_inner_color = 0x7f050032; + public static final int design_fab_stroke_end_outer_color = 0x7f050033; + public static final int design_fab_stroke_top_inner_color = 0x7f050034; + public static final int design_fab_stroke_top_outer_color = 0x7f050035; + public static final int design_snackbar_background_color = 0x7f050036; + public static final int design_tint_password_toggle = 0x7f050037; + public static final int dim_foreground_disabled_material_dark = 0x7f050038; + public static final int dim_foreground_disabled_material_light = 0x7f050039; + public static final int dim_foreground_material_dark = 0x7f05003a; + public static final int dim_foreground_material_light = 0x7f05003b; + public static final int error_color_material = 0x7f05003c; + public static final int foreground_material_dark = 0x7f05003d; + public static final int foreground_material_light = 0x7f05003e; + public static final int highlighted_text_material_dark = 0x7f050040; + public static final int highlighted_text_material_light = 0x7f050041; + public static final int material_blue_grey_800 = 0x7f050043; + public static final int material_blue_grey_900 = 0x7f050044; + public static final int material_blue_grey_950 = 0x7f050045; + public static final int material_deep_teal_200 = 0x7f050046; + public static final int material_deep_teal_500 = 0x7f050047; + public static final int material_grey_100 = 0x7f050048; + public static final int material_grey_300 = 0x7f050049; + public static final int material_grey_50 = 0x7f05004a; + public static final int material_grey_600 = 0x7f05004b; + public static final int material_grey_800 = 0x7f05004c; + public static final int material_grey_850 = 0x7f05004d; + public static final int material_grey_900 = 0x7f05004e; + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_dark_material_dark = 0x7f050052; + public static final int primary_dark_material_light = 0x7f050053; + public static final int primary_material_dark = 0x7f050054; + public static final int primary_material_light = 0x7f050055; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int primary_text_default_material_light = 0x7f050057; + public static final int primary_text_disabled_material_dark = 0x7f050058; + public static final int primary_text_disabled_material_light = 0x7f050059; + public static final int ripple_material_dark = 0x7f05005a; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + public static final int secondary_text_disabled_material_dark = 0x7f05005e; + public static final int secondary_text_disabled_material_light = 0x7f05005f; + public static final int switch_thumb_disabled_material_dark = 0x7f050060; + public static final int switch_thumb_disabled_material_light = 0x7f050061; + public static final int switch_thumb_material_dark = 0x7f050062; + public static final int switch_thumb_material_light = 0x7f050063; + public static final int switch_thumb_normal_material_dark = 0x7f050064; + public static final int switch_thumb_normal_material_light = 0x7f050065; + public static final int tooltip_background_dark = 0x7f050068; + public static final int tooltip_background_light = 0x7f050069; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_progress_bar_size = 0x7f060009; + public static final int abc_action_bar_stacked_max_height = 0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000d; + public static final int abc_action_button_min_height_material = 0x7f06000e; + public static final int abc_action_button_min_width_material = 0x7f06000f; + public static final int abc_action_button_min_width_overflow_material = 0x7f060010; + public static final int abc_alert_dialog_button_bar_height = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_fixed_height_major = 0x7f06001b; + public static final int abc_dialog_fixed_height_minor = 0x7f06001c; + public static final int abc_dialog_fixed_width_major = 0x7f06001d; + public static final int abc_dialog_fixed_width_minor = 0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060020; + public static final int abc_dialog_min_width_major = 0x7f060021; + public static final int abc_dialog_min_width_minor = 0x7f060022; + public static final int abc_dialog_padding_material = 0x7f060023; + public static final int abc_dialog_padding_top_material = 0x7f060024; + public static final int abc_dialog_title_divider_material = 0x7f060025; + public static final int abc_disabled_alpha_material_dark = 0x7f060026; + public static final int abc_disabled_alpha_material_light = 0x7f060027; + public static final int abc_dropdownitem_icon_width = 0x7f060028; + public static final int abc_dropdownitem_text_padding_left = 0x7f060029; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002a; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002c; + public static final int abc_edit_text_inset_top_material = 0x7f06002d; + public static final int abc_floating_window_z = 0x7f06002e; + public static final int abc_list_item_padding_horizontal_material = 0x7f06002f; + public static final int abc_panel_menu_list_width = 0x7f060030; + public static final int abc_progress_bar_height_material = 0x7f060031; + public static final int abc_search_view_preferred_height = 0x7f060032; + public static final int abc_search_view_preferred_width = 0x7f060033; + public static final int abc_seekbar_track_background_height_material = 0x7f060034; + public static final int abc_seekbar_track_progress_height_material = 0x7f060035; + public static final int abc_select_dialog_padding_start_material = 0x7f060036; + public static final int abc_switch_padding = 0x7f060037; + public static final int abc_text_size_body_1_material = 0x7f060038; + public static final int abc_text_size_body_2_material = 0x7f060039; + public static final int abc_text_size_button_material = 0x7f06003a; + public static final int abc_text_size_caption_material = 0x7f06003b; + public static final int abc_text_size_display_1_material = 0x7f06003c; + public static final int abc_text_size_display_2_material = 0x7f06003d; + public static final int abc_text_size_display_3_material = 0x7f06003e; + public static final int abc_text_size_display_4_material = 0x7f06003f; + public static final int abc_text_size_headline_material = 0x7f060040; + public static final int abc_text_size_large_material = 0x7f060041; + public static final int abc_text_size_medium_material = 0x7f060042; + public static final int abc_text_size_menu_header_material = 0x7f060043; + public static final int abc_text_size_menu_material = 0x7f060044; + public static final int abc_text_size_small_material = 0x7f060045; + public static final int abc_text_size_subhead_material = 0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f060047; + public static final int abc_text_size_title_material = 0x7f060048; + public static final int abc_text_size_title_material_toolbar = 0x7f060049; + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int design_appbar_elevation = 0x7f060051; + public static final int design_bottom_navigation_active_item_max_width = 0x7f060052; + public static final int design_bottom_navigation_active_text_size = 0x7f060053; + public static final int design_bottom_navigation_elevation = 0x7f060054; + public static final int design_bottom_navigation_height = 0x7f060055; + public static final int design_bottom_navigation_item_max_width = 0x7f060056; + public static final int design_bottom_navigation_item_min_width = 0x7f060057; + public static final int design_bottom_navigation_margin = 0x7f060058; + public static final int design_bottom_navigation_shadow_height = 0x7f060059; + public static final int design_bottom_navigation_text_size = 0x7f06005a; + public static final int design_bottom_sheet_modal_elevation = 0x7f06005b; + public static final int design_bottom_sheet_peek_height_min = 0x7f06005c; + public static final int design_fab_border_width = 0x7f06005d; + public static final int design_fab_elevation = 0x7f06005e; + public static final int design_fab_image_size = 0x7f06005f; + public static final int design_fab_size_mini = 0x7f060060; + public static final int design_fab_size_normal = 0x7f060061; + public static final int design_fab_translation_z_pressed = 0x7f060062; + public static final int design_navigation_elevation = 0x7f060063; + public static final int design_navigation_icon_padding = 0x7f060064; + public static final int design_navigation_icon_size = 0x7f060065; + public static final int design_navigation_max_width = 0x7f060066; + public static final int design_navigation_padding_bottom = 0x7f060067; + public static final int design_navigation_separator_vertical_padding = 0x7f060068; + public static final int design_snackbar_action_inline_max_width = 0x7f060069; + public static final int design_snackbar_background_corner_radius = 0x7f06006a; + public static final int design_snackbar_elevation = 0x7f06006b; + public static final int design_snackbar_extra_spacing_horizontal = 0x7f06006c; + public static final int design_snackbar_max_width = 0x7f06006d; + public static final int design_snackbar_min_width = 0x7f06006e; + public static final int design_snackbar_padding_horizontal = 0x7f06006f; + public static final int design_snackbar_padding_vertical = 0x7f060070; + public static final int design_snackbar_padding_vertical_2lines = 0x7f060071; + public static final int design_snackbar_text_size = 0x7f060072; + public static final int design_tab_max_width = 0x7f060073; + public static final int design_tab_scrollable_min_width = 0x7f060074; + public static final int design_tab_text_size = 0x7f060075; + public static final int design_tab_text_size_2line = 0x7f060076; + public static final int disabled_alpha_material_dark = 0x7f060077; + public static final int disabled_alpha_material_light = 0x7f060078; + public static final int fastscroll_default_thickness = 0x7f060079; + public static final int fastscroll_margin = 0x7f06007a; + public static final int fastscroll_minimum_range = 0x7f06007b; + public static final int highlight_alpha_material_colored = 0x7f06007c; + public static final int highlight_alpha_material_dark = 0x7f06007d; + public static final int highlight_alpha_material_light = 0x7f06007e; + public static final int hint_alpha_material_dark = 0x7f06007f; + public static final int hint_alpha_material_light = 0x7f060080; + public static final int hint_pressed_alpha_material_dark = 0x7f060081; + public static final int hint_pressed_alpha_material_light = 0x7f060082; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060085; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + public static final int tooltip_corner_radius = 0x7f060095; + public static final int tooltip_horizontal_padding = 0x7f060096; + public static final int tooltip_margin = 0x7f060097; + public static final int tooltip_precise_anchor_extra_offset = 0x7f060098; + public static final int tooltip_precise_anchor_threshold = 0x7f060099; + public static final int tooltip_vertical_padding = 0x7f06009a; + public static final int tooltip_y_offset_non_touch = 0x7f06009b; + public static final int tooltip_y_offset_touch = 0x7f06009c; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070006; + public static final int abc_action_bar_item_background_material = 0x7f070007; + public static final int abc_btn_borderless_material = 0x7f070008; + public static final int abc_btn_check_material = 0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000b; + public static final int abc_btn_colored_material = 0x7f07000c; + public static final int abc_btn_default_mtrl_shape = 0x7f07000d; + public static final int abc_btn_radio_material = 0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070012; + public static final int abc_cab_background_internal_bg = 0x7f070013; + public static final int abc_cab_background_top_material = 0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070015; + public static final int abc_control_background_material = 0x7f070016; + public static final int abc_dialog_material_background = 0x7f070017; + public static final int abc_edit_text_material = 0x7f070018; + public static final int abc_ic_ab_back_material = 0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001a; + public static final int abc_ic_clear_material = 0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001c; + public static final int abc_ic_go_search_api_material = 0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_menu_overflow_material = 0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070023; + public static final int abc_ic_search_api_material = 0x7f070024; + public static final int abc_ic_star_black_16dp = 0x7f070025; + public static final int abc_ic_star_black_36dp = 0x7f070026; + public static final int abc_ic_star_black_48dp = 0x7f070027; + public static final int abc_ic_star_half_black_16dp = 0x7f070028; + public static final int abc_ic_star_half_black_36dp = 0x7f070029; + public static final int abc_ic_star_half_black_48dp = 0x7f07002a; + public static final int abc_ic_voice_search_api_material = 0x7f07002b; + public static final int abc_item_background_holo_dark = 0x7f07002c; + public static final int abc_item_background_holo_light = 0x7f07002d; + public static final int abc_list_divider_mtrl_alpha = 0x7f07002e; + public static final int abc_list_focused_holo = 0x7f07002f; + public static final int abc_list_longpressed_holo = 0x7f070030; + public static final int abc_list_pressed_holo_dark = 0x7f070031; + public static final int abc_list_pressed_holo_light = 0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070033; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070034; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070035; + public static final int abc_list_selector_disabled_holo_light = 0x7f070036; + public static final int abc_list_selector_holo_dark = 0x7f070037; + public static final int abc_list_selector_holo_light = 0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f070039; + public static final int abc_popup_background_mtrl_mult = 0x7f07003a; + public static final int abc_ratingbar_indicator_material = 0x7f07003b; + public static final int abc_ratingbar_material = 0x7f07003c; + public static final int abc_ratingbar_small_material = 0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070042; + public static final int abc_seekbar_thumb_material = 0x7f070043; + public static final int abc_seekbar_tick_mark_material = 0x7f070044; + public static final int abc_seekbar_track_material = 0x7f070045; + public static final int abc_spinner_mtrl_am_alpha = 0x7f070046; + public static final int abc_spinner_textfield_background_material = 0x7f070047; + public static final int abc_switch_thumb_material = 0x7f070048; + public static final int abc_switch_track_mtrl_alpha = 0x7f070049; + public static final int abc_tab_indicator_material = 0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004b; + public static final int abc_text_cursor_material = 0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070053; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070056; + public static final int abc_textfield_search_material = 0x7f070057; + public static final int abc_vector_test = 0x7f070058; + public static final int avd_hide_password = 0x7f070059; + public static final int avd_show_password = 0x7f07005a; + public static final int design_bottom_navigation_item_background = 0x7f07005c; + public static final int design_fab_background = 0x7f07005d; + public static final int design_ic_visibility = 0x7f07005e; + public static final int design_ic_visibility_off = 0x7f07005f; + public static final int design_password_eye = 0x7f070060; + public static final int design_snackbar_background = 0x7f070061; + public static final int navigation_empty_icon = 0x7f070062; + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + public static final int tooltip_frame_dark = 0x7f070071; + public static final int tooltip_frame_light = 0x7f070072; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_bar = 0x7f080007; + public static final int action_bar_activity_content = 0x7f080008; + public static final int action_bar_container = 0x7f080009; + public static final int action_bar_root = 0x7f08000a; + public static final int action_bar_spinner = 0x7f08000b; + public static final int action_bar_subtitle = 0x7f08000c; + public static final int action_bar_title = 0x7f08000d; + public static final int action_container = 0x7f08000e; + public static final int action_context_bar = 0x7f08000f; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_menu_divider = 0x7f080012; + public static final int action_menu_presenter = 0x7f080013; + public static final int action_mode_bar = 0x7f080014; + public static final int action_mode_bar_stub = 0x7f080015; + public static final int action_mode_close_button = 0x7f080016; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int activity_chooser_view_content = 0x7f080019; + public static final int add = 0x7f08001a; + public static final int alertTitle = 0x7f08001b; + public static final int async = 0x7f08001e; + public static final int auto = 0x7f08001f; + public static final int blocking = 0x7f080021; + public static final int bottom = 0x7f080022; + public static final int buttonPanel = 0x7f080026; + public static final int cancel_action = 0x7f080027; + public static final int center = 0x7f080028; + public static final int checkbox = 0x7f08002b; + public static final int chronometer = 0x7f08002c; + public static final int container = 0x7f080030; + public static final int contentPanel = 0x7f080031; + public static final int coordinator = 0x7f080032; + public static final int custom = 0x7f080033; + public static final int customPanel = 0x7f080034; + public static final int decor_content_parent = 0x7f080035; + public static final int default_activity_button = 0x7f080036; + public static final int design_bottom_sheet = 0x7f080037; + public static final int design_menu_item_action_area = 0x7f080038; + public static final int design_menu_item_action_area_stub = 0x7f080039; + public static final int design_menu_item_text = 0x7f08003a; + public static final int design_navigation_view = 0x7f08003b; + public static final int edit_query = 0x7f08003d; + public static final int end = 0x7f080044; + public static final int end_padder = 0x7f080045; + public static final int expand_activities_button = 0x7f080049; + public static final int expanded_menu = 0x7f08004a; + public static final int fill = 0x7f08004b; + public static final int fixed = 0x7f08004e; + public static final int forever = 0x7f080050; + public static final int ghost_view = 0x7f08005a; + public static final int home = 0x7f08005b; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int image = 0x7f080060; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int item_touch_helper_previous_elevation = 0x7f080063; + public static final int largeLabel = 0x7f080064; + public static final int left = 0x7f08006c; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int listMode = 0x7f08006f; + public static final int list_item = 0x7f080070; + public static final int masked = 0x7f080073; + public static final int media_actions = 0x7f080074; + public static final int message = 0x7f080075; + public static final int mini = 0x7f080077; + public static final int multiply = 0x7f080078; + public static final int navigation_header_container = 0x7f080079; + public static final int none = 0x7f08007b; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parallax = 0x7f080084; + public static final int parentPanel = 0x7f080085; + public static final int parent_matrix = 0x7f080086; + public static final int pin = 0x7f080089; + public static final int progress_circular = 0x7f08008b; + public static final int progress_horizontal = 0x7f08008c; + public static final int radio = 0x7f08008d; + public static final int right = 0x7f08008e; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int save_image_matrix = 0x7f080091; + public static final int save_non_transition_alpha = 0x7f080092; + public static final int save_scale_type = 0x7f080093; + public static final int screen = 0x7f080094; + public static final int scrollIndicatorDown = 0x7f080096; + public static final int scrollIndicatorUp = 0x7f080097; + public static final int scrollView = 0x7f080098; + public static final int scrollable = 0x7f080099; + public static final int search_badge = 0x7f08009a; + public static final int search_bar = 0x7f08009b; + public static final int search_button = 0x7f08009c; + public static final int search_close_btn = 0x7f08009d; + public static final int search_edit_frame = 0x7f08009e; + public static final int search_go_btn = 0x7f08009f; + public static final int search_mag_icon = 0x7f0800a0; + public static final int search_plate = 0x7f0800a1; + public static final int search_src_text = 0x7f0800a2; + public static final int search_voice_btn = 0x7f0800a3; + public static final int select_dialog_listview = 0x7f0800a4; + public static final int shortcut = 0x7f0800a5; + public static final int smallLabel = 0x7f0800a9; + public static final int snackbar_action = 0x7f0800aa; + public static final int snackbar_text = 0x7f0800ab; + public static final int spacer = 0x7f0800ad; + public static final int split_action_bar = 0x7f0800ae; + public static final int src_atop = 0x7f0800af; + public static final int src_in = 0x7f0800b0; + public static final int src_over = 0x7f0800b1; + public static final int start = 0x7f0800b2; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int submenuarrow = 0x7f0800b4; + public static final int submit_area = 0x7f0800b5; + public static final int tabMode = 0x7f0800b6; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int textSpacerNoButtons = 0x7f0800c6; + public static final int textSpacerNoTitle = 0x7f0800c7; + public static final int text_input_password_toggle = 0x7f0800c8; + public static final int textinput_counter = 0x7f0800c9; + public static final int textinput_error = 0x7f0800ca; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int titleDividerNoCustom = 0x7f0800d2; + public static final int title_template = 0x7f0800d4; + public static final int top = 0x7f0800d5; + public static final int topPanel = 0x7f0800d6; + public static final int touch_outside = 0x7f0800d7; + public static final int transition_current_scene = 0x7f0800d8; + public static final int transition_layout_save = 0x7f0800d9; + public static final int transition_position = 0x7f0800da; + public static final int transition_scene_layoutid_cache = 0x7f0800db; + public static final int transition_transform = 0x7f0800dc; + public static final int uniform = 0x7f0800e1; + public static final int up = 0x7f0800e2; + public static final int view_offset_helper = 0x7f0800e4; + public static final int visible = 0x7f0800e5; + public static final int wrap_content = 0x7f0800e8; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int app_bar_elevation_anim_duration = 0x7f090002; + public static final int bottom_sheet_slide_duration = 0x7f090003; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int design_snackbar_text_max_lines = 0x7f090006; + public static final int hide_password_duration = 0x7f090007; + public static final int show_password_duration = 0x7f090008; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0a0000; + public static final int abc_action_bar_up_container = 0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f0a0002; + public static final int abc_action_menu_item_layout = 0x7f0a0003; + public static final int abc_action_menu_layout = 0x7f0a0004; + public static final int abc_action_mode_bar = 0x7f0a0005; + public static final int abc_action_mode_close_item_material = 0x7f0a0006; + public static final int abc_activity_chooser_view = 0x7f0a0007; + public static final int abc_activity_chooser_view_list_item = 0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material = 0x7f0a0009; + public static final int abc_alert_dialog_material = 0x7f0a000a; + public static final int abc_alert_dialog_title_material = 0x7f0a000b; + public static final int abc_dialog_title_material = 0x7f0a000c; + public static final int abc_expanded_menu_layout = 0x7f0a000d; + public static final int abc_list_menu_item_checkbox = 0x7f0a000e; + public static final int abc_list_menu_item_icon = 0x7f0a000f; + public static final int abc_list_menu_item_layout = 0x7f0a0010; + public static final int abc_list_menu_item_radio = 0x7f0a0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0a0012; + public static final int abc_popup_menu_item_layout = 0x7f0a0013; + public static final int abc_screen_content_include = 0x7f0a0014; + public static final int abc_screen_simple = 0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0a0016; + public static final int abc_screen_toolbar = 0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0a0018; + public static final int abc_search_view = 0x7f0a0019; + public static final int abc_select_dialog_material = 0x7f0a001a; + public static final int design_bottom_navigation_item = 0x7f0a001e; + public static final int design_bottom_sheet_dialog = 0x7f0a001f; + public static final int design_layout_snackbar = 0x7f0a0020; + public static final int design_layout_snackbar_include = 0x7f0a0021; + public static final int design_layout_tab_icon = 0x7f0a0022; + public static final int design_layout_tab_text = 0x7f0a0023; + public static final int design_menu_item_action_area = 0x7f0a0024; + public static final int design_navigation_item = 0x7f0a0025; + public static final int design_navigation_item_header = 0x7f0a0026; + public static final int design_navigation_item_separator = 0x7f0a0027; + public static final int design_navigation_item_subheader = 0x7f0a0028; + public static final int design_navigation_menu = 0x7f0a0029; + public static final int design_navigation_menu_item = 0x7f0a002a; + public static final int design_text_input_password_icon = 0x7f0a002b; + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + public static final int select_dialog_item_material = 0x7f0a0042; + public static final int select_dialog_multichoice_material = 0x7f0a0043; + public static final int select_dialog_singlechoice_material = 0x7f0a0044; + public static final int support_simple_spinner_dropdown_item = 0x7f0a0045; + public static final int tooltip = 0x7f0a0046; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0c0000; + public static final int abc_action_bar_home_description_format = 0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0c0002; + public static final int abc_action_bar_up_description = 0x7f0c0003; + public static final int abc_action_menu_overflow_description = 0x7f0c0004; + public static final int abc_action_mode_done = 0x7f0c0005; + public static final int abc_activity_chooser_view_see_all = 0x7f0c0006; + public static final int abc_activitychooserview_choose_application = 0x7f0c0007; + public static final int abc_capital_off = 0x7f0c0008; + public static final int abc_capital_on = 0x7f0c0009; + public static final int abc_font_family_body_1_material = 0x7f0c000a; + public static final int abc_font_family_body_2_material = 0x7f0c000b; + public static final int abc_font_family_button_material = 0x7f0c000c; + public static final int abc_font_family_caption_material = 0x7f0c000d; + public static final int abc_font_family_display_1_material = 0x7f0c000e; + public static final int abc_font_family_display_2_material = 0x7f0c000f; + public static final int abc_font_family_display_3_material = 0x7f0c0010; + public static final int abc_font_family_display_4_material = 0x7f0c0011; + public static final int abc_font_family_headline_material = 0x7f0c0012; + public static final int abc_font_family_menu_material = 0x7f0c0013; + public static final int abc_font_family_subhead_material = 0x7f0c0014; + public static final int abc_font_family_title_material = 0x7f0c0015; + public static final int abc_search_hint = 0x7f0c0016; + public static final int abc_searchview_description_clear = 0x7f0c0017; + public static final int abc_searchview_description_query = 0x7f0c0018; + public static final int abc_searchview_description_search = 0x7f0c0019; + public static final int abc_searchview_description_submit = 0x7f0c001a; + public static final int abc_searchview_description_voice = 0x7f0c001b; + public static final int abc_shareactionprovider_share_with = 0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application = 0x7f0c001d; + public static final int abc_toolbar_collapse_description = 0x7f0c001e; + public static final int appbar_scrolling_view_behavior = 0x7f0c0025; + public static final int bottom_sheet_behavior = 0x7f0c0026; + public static final int character_counter_pattern = 0x7f0c0027; + public static final int password_toggle_content_description = 0x7f0c0028; + public static final int path_password_eye = 0x7f0c0029; + public static final int path_password_eye_mask_strike_through = 0x7f0c002a; + public static final int path_password_eye_mask_visible = 0x7f0c002b; + public static final int path_password_strike_through = 0x7f0c002c; + public static final int search_menu_title = 0x7f0c0032; + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0d0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0d0001; + public static final int Animation_AppCompat_Dialog = 0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0d0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0d0004; + public static final int Animation_Design_BottomSheetDialog = 0x7f0d0005; + public static final int Base_AlertDialog_AppCompat = 0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000b; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d000d; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000c; + public static final int Base_TextAppearance_AppCompat = 0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d003d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0052; + public static final int Base_Theme_AppCompat = 0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0040; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0043; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004a; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0055; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0054; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d0057; + public static final int Base_V14_Widget_Design_AppBarLayout = 0x7f0d0058; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat = 0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005c; + public static final int Base_V21_Widget_Design_AppBarLayout = 0x7f0d005e; + public static final int Base_V22_Theme_AppCompat = 0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0060; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0062; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0065; + public static final int Base_V26_Widget_Design_AppBarLayout = 0x7f0d0066; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat = 0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006a; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0079; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d007f; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00a7; + public static final int Base_Widget_Design_AppBarLayout = 0x7f0d00a8; + public static final int Base_Widget_Design_TabLayout = 0x7f0d00a9; + public static final int Platform_AppCompat = 0x7f0d00aa; + public static final int Platform_AppCompat_Light = 0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_V11_AppCompat = 0x7f0d00af; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b0; + public static final int Platform_V14_AppCompat = 0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b2; + public static final int Platform_V21_AppCompat = 0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b4; + public static final int Platform_V25_AppCompat = 0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c5; + public static final int TextAppearance_AppCompat = 0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d00ff; + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0d010a; + public static final int TextAppearance_Design_Counter = 0x7f0d010b; + public static final int TextAppearance_Design_Counter_Overflow = 0x7f0d010c; + public static final int TextAppearance_Design_Error = 0x7f0d010d; + public static final int TextAppearance_Design_Hint = 0x7f0d010e; + public static final int TextAppearance_Design_Snackbar_Message = 0x7f0d010f; + public static final int TextAppearance_Design_Tab = 0x7f0d0110; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0113; + public static final int ThemeOverlay_AppCompat = 0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0135; + public static final int Theme_AppCompat = 0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0115; + public static final int Theme_AppCompat_DayNight = 0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011c; + public static final int Theme_AppCompat_Dialog = 0x7f0d011d; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0120; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d011f; + public static final int Theme_AppCompat_Light = 0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0123; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0126; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0125; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d0128; + public static final int Theme_Design = 0x7f0d0129; + public static final int Theme_Design_BottomSheetDialog = 0x7f0d012a; + public static final int Theme_Design_Light = 0x7f0d012b; + public static final int Theme_Design_Light_BottomSheetDialog = 0x7f0d012c; + public static final int Theme_Design_Light_NoActionBar = 0x7f0d012d; + public static final int Theme_Design_NoActionBar = 0x7f0d012e; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013a; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d013d; + public static final int Widget_AppCompat_ActionMode = 0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0140; + public static final int Widget_AppCompat_Button = 0x7f0d0141; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0146; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d014d; + public static final int Widget_AppCompat_EditText = 0x7f0d014e; + public static final int Widget_AppCompat_ImageButton = 0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d0167; + public static final int Widget_AppCompat_ListView = 0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d016f; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0172; + public static final int Widget_AppCompat_SearchView = 0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0174; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0176; + public static final int Widget_AppCompat_Spinner = 0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017b; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + public static final int Widget_Design_AppBarLayout = 0x7f0d0180; + public static final int Widget_Design_BottomNavigationView = 0x7f0d0181; + public static final int Widget_Design_BottomSheet_Modal = 0x7f0d0182; + public static final int Widget_Design_CollapsingToolbar = 0x7f0d0183; + public static final int Widget_Design_CoordinatorLayout = 0x7f0d0184; + public static final int Widget_Design_FloatingActionButton = 0x7f0d0185; + public static final int Widget_Design_NavigationView = 0x7f0d0186; + public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f0d0187; + public static final int Widget_Design_Snackbar = 0x7f0d0188; + public static final int Widget_Design_TabLayout = 0x7f0d0189; + public static final int Widget_Design_TextInputLayout = 0x7f0d018a; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f03007f, 0x7f0300a9 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_showTitle = 5; + public static final int AlertDialog_singleChoiceItemLayout = 6; + public static final int[] AppBarLayout = { 0x10100d4, 0x101048f, 0x1010540, 0x7f03007c, 0x7f030080 }; + public static final int AppBarLayout_android_background = 0; + public static final int AppBarLayout_android_touchscreenBlocksFocus = 1; + public static final int AppBarLayout_android_keyboardNavigationCluster = 2; + public static final int AppBarLayout_elevation = 3; + public static final int AppBarLayout_expanded = 4; + public static final int[] AppBarLayoutStates = { 0x7f030105, 0x7f030106 }; + public static final int AppBarLayoutStates_state_collapsed = 0; + public static final int AppBarLayoutStates_state_collapsible = 1; + public static final int[] AppBarLayout_Layout = { 0x7f0300bc, 0x7f0300bd }; + public static final int AppBarLayout_Layout_layout_scrollFlags = 0; + public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f030102, 0x7f030138, 0x7f030139 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f030135, 0x7f030136, 0x7f030137 }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_fontFamily = 6; + public static final int AppCompatTextView_textAllCaps = 7; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogPreferredPadding = 59; + public static final int AppCompatTheme_dialogTheme = 60; + public static final int AppCompatTheme_dividerHorizontal = 61; + public static final int AppCompatTheme_dividerVertical = 62; + public static final int AppCompatTheme_dropDownListViewStyle = 63; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 64; + public static final int AppCompatTheme_editTextBackground = 65; + public static final int AppCompatTheme_editTextColor = 66; + public static final int AppCompatTheme_editTextStyle = 67; + public static final int AppCompatTheme_homeAsUpIndicator = 68; + public static final int AppCompatTheme_imageButtonStyle = 69; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 70; + public static final int AppCompatTheme_listDividerAlertDialog = 71; + public static final int AppCompatTheme_listMenuViewStyle = 72; + public static final int AppCompatTheme_listPopupWindowStyle = 73; + public static final int AppCompatTheme_listPreferredItemHeight = 74; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 75; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 76; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 77; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 78; + public static final int AppCompatTheme_panelBackground = 79; + public static final int AppCompatTheme_panelMenuListTheme = 80; + public static final int AppCompatTheme_panelMenuListWidth = 81; + public static final int AppCompatTheme_popupMenuStyle = 82; + public static final int AppCompatTheme_popupWindowStyle = 83; + public static final int AppCompatTheme_radioButtonStyle = 84; + public static final int AppCompatTheme_ratingBarStyle = 85; + public static final int AppCompatTheme_ratingBarStyleIndicator = 86; + public static final int AppCompatTheme_ratingBarStyleSmall = 87; + public static final int AppCompatTheme_searchViewStyle = 88; + public static final int AppCompatTheme_seekBarStyle = 89; + public static final int AppCompatTheme_selectableItemBackground = 90; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 91; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 92; + public static final int AppCompatTheme_spinnerStyle = 93; + public static final int AppCompatTheme_switchStyle = 94; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 95; + public static final int AppCompatTheme_textAppearanceListItem = 96; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 97; + public static final int AppCompatTheme_textAppearanceListItemSmall = 98; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 99; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 100; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 101; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 102; + public static final int AppCompatTheme_textColorAlertDialogListItem = 103; + public static final int AppCompatTheme_textColorSearchUrl = 104; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 105; + public static final int AppCompatTheme_toolbarStyle = 106; + public static final int AppCompatTheme_tooltipForegroundColor = 107; + public static final int AppCompatTheme_tooltipFrameBackground = 108; + public static final int AppCompatTheme_windowActionBar = 109; + public static final int AppCompatTheme_windowActionBarOverlay = 110; + public static final int AppCompatTheme_windowActionModeOverlay = 111; + public static final int AppCompatTheme_windowFixedHeightMajor = 112; + public static final int AppCompatTheme_windowFixedHeightMinor = 113; + public static final int AppCompatTheme_windowFixedWidthMajor = 114; + public static final int AppCompatTheme_windowFixedWidthMinor = 115; + public static final int AppCompatTheme_windowMinWidthMajor = 116; + public static final int AppCompatTheme_windowMinWidthMinor = 117; + public static final int AppCompatTheme_windowNoTitle = 118; + public static final int[] BottomNavigationView = { 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, 0x7f0300ce }; + public static final int BottomNavigationView_elevation = 0; + public static final int BottomNavigationView_itemBackground = 1; + public static final int BottomNavigationView_itemIconTint = 2; + public static final int BottomNavigationView_itemTextColor = 3; + public static final int BottomNavigationView_menu = 4; + public static final int[] BottomSheetBehavior_Layout = { 0x7f030038, 0x7f03003a, 0x7f03003b }; + public static final int BottomSheetBehavior_Layout_behavior_hideable = 0; + public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 1; + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] CollapsingToolbarLayout = { 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 }; + public static final int CollapsingToolbarLayout_collapsedTitleGravity = 0; + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1; + public static final int CollapsingToolbarLayout_contentScrim = 2; + public static final int CollapsingToolbarLayout_expandedTitleGravity = 3; + public static final int CollapsingToolbarLayout_expandedTitleMargin = 4; + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 6; + public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 7; + public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 8; + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; + public static final int CollapsingToolbarLayout_scrimAnimationDuration = 10; + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + public static final int CollapsingToolbarLayout_statusBarScrim = 12; + public static final int CollapsingToolbarLayout_title = 13; + public static final int CollapsingToolbarLayout_titleEnabled = 14; + public static final int CollapsingToolbarLayout_toolbarId = 15; + public static final int[] CollapsingToolbarLayout_Layout = { 0x7f0300b7, 0x7f0300b8 }; + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030049, 0x7f03004a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] CoordinatorLayout = { 0x7f0300b1, 0x7f030107 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b9, 0x7f0300ba, 0x7f0300bb }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] DesignTheme = { 0x7f03003e, 0x7f03003f, 0x7f03012e }; + public static final int DesignTheme_bottomSheetDialogTheme = 0; + public static final int DesignTheme_bottomSheetStyle = 1; + public static final int DesignTheme_textColorError = 2; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FloatingActionButton = { 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e }; + public static final int FloatingActionButton_backgroundTint = 0; + public static final int FloatingActionButton_backgroundTintMode = 1; + public static final int FloatingActionButton_borderWidth = 2; + public static final int FloatingActionButton_elevation = 3; + public static final int FloatingActionButton_fabSize = 4; + public static final int FloatingActionButton_pressedTranslationZ = 5; + public static final int FloatingActionButton_rippleColor = 6; + public static final int FloatingActionButton_useCompatPadding = 7; + public static final int[] FloatingActionButton_Behavior_Layout = { 0x7f030037 }; + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] ForegroundLinearLayout = { 0x1010109, 0x1010200, 0x7f030098 }; + public static final int ForegroundLinearLayout_android_foreground = 0; + public static final int ForegroundLinearLayout_android_foregroundGravity = 1; + public static final int ForegroundLinearLayout_foregroundInsidePadding = 2; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f0300e4, 0x7f030109 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] NavigationView = { 0x10100d4, 0x10100dd, 0x101011f, 0x7f03007c, 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, 0x7f0300b0, 0x7f0300ce }; + public static final int NavigationView_android_background = 0; + public static final int NavigationView_android_fitsSystemWindows = 1; + public static final int NavigationView_android_maxWidth = 2; + public static final int NavigationView_elevation = 3; + public static final int NavigationView_headerLayout = 4; + public static final int NavigationView_itemBackground = 5; + public static final int NavigationView_itemIconTint = 6; + public static final int NavigationView_itemTextAppearance = 7; + public static final int NavigationView_itemTextColor = 8; + public static final int NavigationView_menu = 9; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f0300d4 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f030104 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f0300d5, 0x7f0300d8 }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + public static final int[] ScrimInsetsFrameLayout = { 0x7f0300aa }; + public static final int ScrimInsetsFrameLayout_insetForeground = 0; + public static final int[] ScrollingViewBehavior_Layout = { 0x7f030039 }; + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] SnackbarLayout = { 0x101011f, 0x7f03007c, 0x7f0300cb }; + public static final int SnackbarLayout_android_maxWidth = 0; + public static final int SnackbarLayout_elevation = 1; + public static final int SnackbarLayout_maxActionInlineWidth = 2; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f0300e2 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TabItem = { 0x1010002, 0x10100f2, 0x101014f }; + public static final int TabItem_android_icon = 0; + public static final int TabItem_android_layout = 1; + public static final int TabItem_android_text = 2; + public static final int[] TabLayout = { 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 }; + public static final int TabLayout_tabBackground = 0; + public static final int TabLayout_tabContentStart = 1; + public static final int TabLayout_tabGravity = 2; + public static final int TabLayout_tabIndicatorColor = 3; + public static final int TabLayout_tabIndicatorHeight = 4; + public static final int TabLayout_tabMaxWidth = 5; + public static final int TabLayout_tabMinWidth = 6; + public static final int TabLayout_tabMode = 7; + public static final int TabLayout_tabPadding = 8; + public static final int TabLayout_tabPaddingBottom = 9; + public static final int TabLayout_tabPaddingEnd = 10; + public static final int TabLayout_tabPaddingStart = 11; + public static final int TabLayout_tabPaddingTop = 12; + public static final int TabLayout_tabSelectedTextColor = 13; + public static final int TabLayout_tabTextAppearance = 14; + public static final int TabLayout_tabTextColor = 15; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x7f03008f, 0x7f030124 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_fontFamily = 11; + public static final int TextAppearance_textAllCaps = 12; + public static final int[] TextInputLayout = { 0x101009a, 0x1010150, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 }; + public static final int TextInputLayout_android_textColorHint = 0; + public static final int TextInputLayout_android_hint = 1; + public static final int TextInputLayout_counterEnabled = 2; + public static final int TextInputLayout_counterMaxLength = 3; + public static final int TextInputLayout_counterOverflowTextAppearance = 4; + public static final int TextInputLayout_counterTextAppearance = 5; + public static final int TextInputLayout_errorEnabled = 6; + public static final int TextInputLayout_errorTextAppearance = 7; + public static final int TextInputLayout_hintAnimationEnabled = 8; + public static final int TextInputLayout_hintEnabled = 9; + public static final int TextInputLayout_hintTextAppearance = 10; + public static final int TextInputLayout_passwordToggleContentDescription = 11; + public static final int TextInputLayout_passwordToggleDrawable = 12; + public static final int TextInputLayout_passwordToggleEnabled = 13; + public static final int TextInputLayout_passwordToggleTint = 14; + public static final int TextInputLayout_passwordToggleTintMode = 15; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_navigationContentDescription = 14; + public static final int Toolbar_navigationIcon = 15; + public static final int Toolbar_popupTheme = 16; + public static final int Toolbar_subtitle = 17; + public static final int Toolbar_subtitleTextAppearance = 18; + public static final int Toolbar_subtitleTextColor = 19; + public static final int Toolbar_title = 20; + public static final int Toolbar_titleMargin = 21; + public static final int Toolbar_titleMarginBottom = 22; + public static final int Toolbar_titleMarginEnd = 23; + public static final int Toolbar_titleMarginStart = 24; + public static final int Toolbar_titleMarginTop = 25; + public static final int Toolbar_titleMargins = 26; + public static final int Toolbar_titleTextAppearance = 27; + public static final int Toolbar_titleTextColor = 28; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/fragment/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/fragment/R.java new file mode 100644 index 0000000..241ee29 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/fragment/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.fragment; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/graphics/drawable/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/graphics/drawable/R.java new file mode 100644 index 0000000..17b896a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/graphics/drawable/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.graphics.drawable; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/graphics/drawable/animated/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/graphics/drawable/animated/R.java new file mode 100644 index 0000000..a26446a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/graphics/drawable/animated/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.graphics.drawable.animated; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/mediacompat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/mediacompat/R.java new file mode 100644 index 0000000..d7a96a7 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/mediacompat/R.java @@ -0,0 +1,176 @@ +/* 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 android.support.mediacompat; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/transition/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/transition/R.java new file mode 100644 index 0000000..30db41d --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/transition/R.java @@ -0,0 +1,186 @@ +/* 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 android.support.transition; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int ghost_view = 0x7f08005a; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parent_matrix = 0x7f080086; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int save_image_matrix = 0x7f080091; + public static final int save_non_transition_alpha = 0x7f080092; + public static final int save_scale_type = 0x7f080093; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int transition_current_scene = 0x7f0800d8; + public static final int transition_layout_save = 0x7f0800d9; + public static final int transition_position = 0x7f0800da; + public static final int transition_scene_layoutid_cache = 0x7f0800db; + public static final int transition_transform = 0x7f0800dc; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v4/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v4/R.java new file mode 100644 index 0000000..df52e24 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v4/R.java @@ -0,0 +1,176 @@ +/* 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 android.support.v4; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/appcompat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/appcompat/R.java new file mode 100644 index 0000000..ea1952d --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/appcompat/R.java @@ -0,0 +1,1566 @@ +/* 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 android.support.v7.appcompat; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int tooltip_enter = 0x7f01000e; + public static final int tooltip_exit = 0x7f01000f; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int borderlessButtonStyle = 0x7f03003d; + public static final int buttonBarButtonStyle = 0x7f030040; + public static final int buttonBarNegativeButtonStyle = 0x7f030041; + public static final int buttonBarNeutralButtonStyle = 0x7f030042; + public static final int buttonBarPositiveButtonStyle = 0x7f030043; + public static final int buttonBarStyle = 0x7f030044; + public static final int buttonGravity = 0x7f030045; + public static final int buttonPanelSideLayout = 0x7f030046; + public static final int buttonStyle = 0x7f030047; + public static final int buttonStyleSmall = 0x7f030048; + public static final int buttonTint = 0x7f030049; + public static final int buttonTintMode = 0x7f03004a; + public static final int checkboxStyle = 0x7f03004b; + public static final int checkedTextViewStyle = 0x7f03004c; + public static final int closeIcon = 0x7f03004d; + public static final int closeItemLayout = 0x7f03004e; + public static final int collapseContentDescription = 0x7f03004f; + public static final int collapseIcon = 0x7f030050; + public static final int color = 0x7f030053; + public static final int colorAccent = 0x7f030054; + public static final int colorBackgroundFloating = 0x7f030055; + public static final int colorButtonNormal = 0x7f030056; + public static final int colorControlActivated = 0x7f030057; + public static final int colorControlHighlight = 0x7f030058; + public static final int colorControlNormal = 0x7f030059; + public static final int colorError = 0x7f03005a; + public static final int colorPrimary = 0x7f03005b; + public static final int colorPrimaryDark = 0x7f03005c; + public static final int colorSwitchThumbNormal = 0x7f03005d; + public static final int commitIcon = 0x7f03005e; + public static final int contentDescription = 0x7f03005f; + public static final int contentInsetEnd = 0x7f030060; + public static final int contentInsetEndWithActions = 0x7f030061; + public static final int contentInsetLeft = 0x7f030062; + public static final int contentInsetRight = 0x7f030063; + public static final int contentInsetStart = 0x7f030064; + public static final int contentInsetStartWithNavigation = 0x7f030065; + public static final int controlBackground = 0x7f030067; + public static final int customNavigationLayout = 0x7f03006c; + public static final int defaultQueryHint = 0x7f03006d; + public static final int dialogPreferredPadding = 0x7f03006e; + public static final int dialogTheme = 0x7f03006f; + public static final int displayOptions = 0x7f030070; + public static final int divider = 0x7f030071; + public static final int dividerHorizontal = 0x7f030072; + public static final int dividerPadding = 0x7f030073; + public static final int dividerVertical = 0x7f030074; + public static final int drawableSize = 0x7f030075; + public static final int drawerArrowStyle = 0x7f030076; + public static final int dropDownListViewStyle = 0x7f030077; + public static final int dropdownListPreferredItemHeight = 0x7f030078; + public static final int editTextBackground = 0x7f030079; + public static final int editTextColor = 0x7f03007a; + public static final int editTextStyle = 0x7f03007b; + public static final int elevation = 0x7f03007c; + public static final int expandActivityOverflowButtonDrawable = 0x7f03007f; + public static final int font = 0x7f03008e; + public static final int fontFamily = 0x7f03008f; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int gapBetweenBars = 0x7f030099; + public static final int goIcon = 0x7f03009a; + public static final int height = 0x7f03009c; + public static final int hideOnContentScroll = 0x7f03009d; + public static final int homeAsUpIndicator = 0x7f0300a1; + public static final int homeLayout = 0x7f0300a2; + public static final int icon = 0x7f0300a3; + public static final int iconTint = 0x7f0300a4; + public static final int iconTintMode = 0x7f0300a5; + public static final int iconifiedByDefault = 0x7f0300a6; + public static final int imageButtonStyle = 0x7f0300a7; + public static final int indeterminateProgressStyle = 0x7f0300a8; + public static final int initialActivityCount = 0x7f0300a9; + public static final int isLightTheme = 0x7f0300ab; + public static final int itemPadding = 0x7f0300ae; + public static final int layout = 0x7f0300b2; + public static final int listChoiceBackgroundIndicator = 0x7f0300be; + public static final int listDividerAlertDialog = 0x7f0300bf; + public static final int listItemLayout = 0x7f0300c0; + public static final int listLayout = 0x7f0300c1; + public static final int listMenuViewStyle = 0x7f0300c2; + public static final int listPopupWindowStyle = 0x7f0300c3; + public static final int listPreferredItemHeight = 0x7f0300c4; + public static final int listPreferredItemHeightLarge = 0x7f0300c5; + public static final int listPreferredItemHeightSmall = 0x7f0300c6; + public static final int listPreferredItemPaddingLeft = 0x7f0300c7; + public static final int listPreferredItemPaddingRight = 0x7f0300c8; + public static final int logo = 0x7f0300c9; + public static final int logoDescription = 0x7f0300ca; + public static final int maxButtonHeight = 0x7f0300cc; + public static final int measureWithLargestChild = 0x7f0300cd; + public static final int multiChoiceItemLayout = 0x7f0300cf; + public static final int navigationContentDescription = 0x7f0300d0; + public static final int navigationIcon = 0x7f0300d1; + public static final int navigationMode = 0x7f0300d2; + public static final int numericModifiers = 0x7f0300d3; + public static final int overlapAnchor = 0x7f0300d4; + public static final int paddingBottomNoButtons = 0x7f0300d5; + public static final int paddingEnd = 0x7f0300d6; + public static final int paddingStart = 0x7f0300d7; + public static final int paddingTopNoTitle = 0x7f0300d8; + public static final int panelBackground = 0x7f0300d9; + public static final int panelMenuListTheme = 0x7f0300da; + public static final int panelMenuListWidth = 0x7f0300db; + public static final int popupMenuStyle = 0x7f0300e1; + public static final int popupTheme = 0x7f0300e2; + public static final int popupWindowStyle = 0x7f0300e3; + public static final int preserveIconSpacing = 0x7f0300e4; + public static final int progressBarPadding = 0x7f0300e6; + public static final int progressBarStyle = 0x7f0300e7; + public static final int queryBackground = 0x7f0300e8; + public static final int queryHint = 0x7f0300e9; + public static final int radioButtonStyle = 0x7f0300ea; + public static final int ratingBarStyle = 0x7f0300eb; + public static final int ratingBarStyleIndicator = 0x7f0300ec; + public static final int ratingBarStyleSmall = 0x7f0300ed; + public static final int searchHintIcon = 0x7f0300f2; + public static final int searchIcon = 0x7f0300f3; + public static final int searchViewStyle = 0x7f0300f4; + public static final int seekBarStyle = 0x7f0300f5; + public static final int selectableItemBackground = 0x7f0300f6; + public static final int selectableItemBackgroundBorderless = 0x7f0300f7; + public static final int showAsAction = 0x7f0300f8; + public static final int showDividers = 0x7f0300f9; + public static final int showText = 0x7f0300fa; + public static final int showTitle = 0x7f0300fb; + public static final int singleChoiceItemLayout = 0x7f0300fc; + public static final int spinBars = 0x7f0300fe; + public static final int spinnerDropDownItemStyle = 0x7f0300ff; + public static final int spinnerStyle = 0x7f030100; + public static final int splitTrack = 0x7f030101; + public static final int srcCompat = 0x7f030102; + public static final int state_above_anchor = 0x7f030104; + public static final int subMenuArrow = 0x7f030109; + public static final int submitBackground = 0x7f03010a; + public static final int subtitle = 0x7f03010b; + public static final int subtitleTextAppearance = 0x7f03010c; + public static final int subtitleTextColor = 0x7f03010d; + public static final int subtitleTextStyle = 0x7f03010e; + public static final int suggestionRowLayout = 0x7f03010f; + public static final int switchMinWidth = 0x7f030110; + public static final int switchPadding = 0x7f030111; + public static final int switchStyle = 0x7f030112; + public static final int switchTextAppearance = 0x7f030113; + public static final int textAllCaps = 0x7f030124; + public static final int textAppearanceLargePopupMenu = 0x7f030125; + public static final int textAppearanceListItem = 0x7f030126; + public static final int textAppearanceListItemSecondary = 0x7f030127; + public static final int textAppearanceListItemSmall = 0x7f030128; + public static final int textAppearancePopupMenuHeader = 0x7f030129; + public static final int textAppearanceSearchResultSubtitle = 0x7f03012a; + public static final int textAppearanceSearchResultTitle = 0x7f03012b; + public static final int textAppearanceSmallPopupMenu = 0x7f03012c; + public static final int textColorAlertDialogListItem = 0x7f03012d; + public static final int textColorSearchUrl = 0x7f03012f; + public static final int theme = 0x7f030130; + public static final int thickness = 0x7f030131; + public static final int thumbTextPadding = 0x7f030132; + public static final int thumbTint = 0x7f030133; + public static final int thumbTintMode = 0x7f030134; + public static final int tickMark = 0x7f030135; + public static final int tickMarkTint = 0x7f030136; + public static final int tickMarkTintMode = 0x7f030137; + public static final int tint = 0x7f030138; + public static final int tintMode = 0x7f030139; + public static final int title = 0x7f03013a; + public static final int titleMargin = 0x7f03013c; + public static final int titleMarginBottom = 0x7f03013d; + public static final int titleMarginEnd = 0x7f03013e; + public static final int titleMarginStart = 0x7f03013f; + public static final int titleMarginTop = 0x7f030140; + public static final int titleMargins = 0x7f030141; + public static final int titleTextAppearance = 0x7f030142; + public static final int titleTextColor = 0x7f030143; + public static final int titleTextStyle = 0x7f030144; + public static final int toolbarNavigationButtonStyle = 0x7f030146; + public static final int toolbarStyle = 0x7f030147; + public static final int tooltipForegroundColor = 0x7f030148; + public static final int tooltipFrameBackground = 0x7f030149; + public static final int tooltipText = 0x7f03014a; + public static final int track = 0x7f03014b; + public static final int trackTint = 0x7f03014c; + public static final int trackTintMode = 0x7f03014d; + public static final int voiceIcon = 0x7f03014f; + public static final int windowActionBar = 0x7f030150; + public static final int windowActionBarOverlay = 0x7f030151; + public static final int windowActionModeOverlay = 0x7f030152; + public static final int windowFixedHeightMajor = 0x7f030153; + public static final int windowFixedHeightMinor = 0x7f030154; + public static final int windowFixedWidthMajor = 0x7f030155; + public static final int windowFixedWidthMinor = 0x7f030156; + public static final int windowMinWidthMajor = 0x7f030157; + public static final int windowMinWidthMinor = 0x7f030158; + public static final int windowNoTitle = 0x7f030159; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f040004; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050001; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050002; + public static final int abc_btn_colored_borderless_text_material = 0x7f050003; + public static final int abc_btn_colored_text_material = 0x7f050004; + public static final int abc_color_highlight_material = 0x7f050005; + public static final int abc_hint_foreground_material_dark = 0x7f050006; + public static final int abc_hint_foreground_material_light = 0x7f050007; + public static final int abc_input_method_navigation_guard = 0x7f050008; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050009; + public static final int abc_primary_text_disable_only_material_light = 0x7f05000a; + public static final int abc_primary_text_material_dark = 0x7f05000b; + public static final int abc_primary_text_material_light = 0x7f05000c; + public static final int abc_search_url_text = 0x7f05000d; + public static final int abc_search_url_text_normal = 0x7f05000e; + public static final int abc_search_url_text_pressed = 0x7f05000f; + public static final int abc_search_url_text_selected = 0x7f050010; + public static final int abc_secondary_text_material_dark = 0x7f050011; + public static final int abc_secondary_text_material_light = 0x7f050012; + public static final int abc_tint_btn_checkable = 0x7f050013; + public static final int abc_tint_default = 0x7f050014; + public static final int abc_tint_edittext = 0x7f050015; + public static final int abc_tint_seek_thumb = 0x7f050016; + public static final int abc_tint_spinner = 0x7f050017; + public static final int abc_tint_switch_track = 0x7f050018; + public static final int accent_material_dark = 0x7f050019; + public static final int accent_material_light = 0x7f05001a; + public static final int background_floating_material_dark = 0x7f05001b; + public static final int background_floating_material_light = 0x7f05001c; + public static final int background_material_dark = 0x7f05001d; + public static final int background_material_light = 0x7f05001e; + public static final int bright_foreground_disabled_material_dark = 0x7f050020; + public static final int bright_foreground_disabled_material_light = 0x7f050021; + public static final int bright_foreground_inverse_material_dark = 0x7f050022; + public static final int bright_foreground_inverse_material_light = 0x7f050023; + public static final int bright_foreground_material_dark = 0x7f050024; + public static final int bright_foreground_material_light = 0x7f050025; + public static final int button_material_dark = 0x7f050026; + public static final int button_material_light = 0x7f050027; + public static final int dim_foreground_disabled_material_dark = 0x7f050038; + public static final int dim_foreground_disabled_material_light = 0x7f050039; + public static final int dim_foreground_material_dark = 0x7f05003a; + public static final int dim_foreground_material_light = 0x7f05003b; + public static final int error_color_material = 0x7f05003c; + public static final int foreground_material_dark = 0x7f05003d; + public static final int foreground_material_light = 0x7f05003e; + public static final int highlighted_text_material_dark = 0x7f050040; + public static final int highlighted_text_material_light = 0x7f050041; + public static final int material_blue_grey_800 = 0x7f050043; + public static final int material_blue_grey_900 = 0x7f050044; + public static final int material_blue_grey_950 = 0x7f050045; + public static final int material_deep_teal_200 = 0x7f050046; + public static final int material_deep_teal_500 = 0x7f050047; + public static final int material_grey_100 = 0x7f050048; + public static final int material_grey_300 = 0x7f050049; + public static final int material_grey_50 = 0x7f05004a; + public static final int material_grey_600 = 0x7f05004b; + public static final int material_grey_800 = 0x7f05004c; + public static final int material_grey_850 = 0x7f05004d; + public static final int material_grey_900 = 0x7f05004e; + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_dark_material_dark = 0x7f050052; + public static final int primary_dark_material_light = 0x7f050053; + public static final int primary_material_dark = 0x7f050054; + public static final int primary_material_light = 0x7f050055; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int primary_text_default_material_light = 0x7f050057; + public static final int primary_text_disabled_material_dark = 0x7f050058; + public static final int primary_text_disabled_material_light = 0x7f050059; + public static final int ripple_material_dark = 0x7f05005a; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + public static final int secondary_text_disabled_material_dark = 0x7f05005e; + public static final int secondary_text_disabled_material_light = 0x7f05005f; + public static final int switch_thumb_disabled_material_dark = 0x7f050060; + public static final int switch_thumb_disabled_material_light = 0x7f050061; + public static final int switch_thumb_material_dark = 0x7f050062; + public static final int switch_thumb_material_light = 0x7f050063; + public static final int switch_thumb_normal_material_dark = 0x7f050064; + public static final int switch_thumb_normal_material_light = 0x7f050065; + public static final int tooltip_background_dark = 0x7f050068; + public static final int tooltip_background_light = 0x7f050069; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_progress_bar_size = 0x7f060009; + public static final int abc_action_bar_stacked_max_height = 0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000d; + public static final int abc_action_button_min_height_material = 0x7f06000e; + public static final int abc_action_button_min_width_material = 0x7f06000f; + public static final int abc_action_button_min_width_overflow_material = 0x7f060010; + public static final int abc_alert_dialog_button_bar_height = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_fixed_height_major = 0x7f06001b; + public static final int abc_dialog_fixed_height_minor = 0x7f06001c; + public static final int abc_dialog_fixed_width_major = 0x7f06001d; + public static final int abc_dialog_fixed_width_minor = 0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060020; + public static final int abc_dialog_min_width_major = 0x7f060021; + public static final int abc_dialog_min_width_minor = 0x7f060022; + public static final int abc_dialog_padding_material = 0x7f060023; + public static final int abc_dialog_padding_top_material = 0x7f060024; + public static final int abc_dialog_title_divider_material = 0x7f060025; + public static final int abc_disabled_alpha_material_dark = 0x7f060026; + public static final int abc_disabled_alpha_material_light = 0x7f060027; + public static final int abc_dropdownitem_icon_width = 0x7f060028; + public static final int abc_dropdownitem_text_padding_left = 0x7f060029; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002a; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002c; + public static final int abc_edit_text_inset_top_material = 0x7f06002d; + public static final int abc_floating_window_z = 0x7f06002e; + public static final int abc_list_item_padding_horizontal_material = 0x7f06002f; + public static final int abc_panel_menu_list_width = 0x7f060030; + public static final int abc_progress_bar_height_material = 0x7f060031; + public static final int abc_search_view_preferred_height = 0x7f060032; + public static final int abc_search_view_preferred_width = 0x7f060033; + public static final int abc_seekbar_track_background_height_material = 0x7f060034; + public static final int abc_seekbar_track_progress_height_material = 0x7f060035; + public static final int abc_select_dialog_padding_start_material = 0x7f060036; + public static final int abc_switch_padding = 0x7f060037; + public static final int abc_text_size_body_1_material = 0x7f060038; + public static final int abc_text_size_body_2_material = 0x7f060039; + public static final int abc_text_size_button_material = 0x7f06003a; + public static final int abc_text_size_caption_material = 0x7f06003b; + public static final int abc_text_size_display_1_material = 0x7f06003c; + public static final int abc_text_size_display_2_material = 0x7f06003d; + public static final int abc_text_size_display_3_material = 0x7f06003e; + public static final int abc_text_size_display_4_material = 0x7f06003f; + public static final int abc_text_size_headline_material = 0x7f060040; + public static final int abc_text_size_large_material = 0x7f060041; + public static final int abc_text_size_medium_material = 0x7f060042; + public static final int abc_text_size_menu_header_material = 0x7f060043; + public static final int abc_text_size_menu_material = 0x7f060044; + public static final int abc_text_size_small_material = 0x7f060045; + public static final int abc_text_size_subhead_material = 0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f060047; + public static final int abc_text_size_title_material = 0x7f060048; + public static final int abc_text_size_title_material_toolbar = 0x7f060049; + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int disabled_alpha_material_dark = 0x7f060077; + public static final int disabled_alpha_material_light = 0x7f060078; + public static final int highlight_alpha_material_colored = 0x7f06007c; + public static final int highlight_alpha_material_dark = 0x7f06007d; + public static final int highlight_alpha_material_light = 0x7f06007e; + public static final int hint_alpha_material_dark = 0x7f06007f; + public static final int hint_alpha_material_light = 0x7f060080; + public static final int hint_pressed_alpha_material_dark = 0x7f060081; + public static final int hint_pressed_alpha_material_light = 0x7f060082; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + public static final int tooltip_corner_radius = 0x7f060095; + public static final int tooltip_horizontal_padding = 0x7f060096; + public static final int tooltip_margin = 0x7f060097; + public static final int tooltip_precise_anchor_extra_offset = 0x7f060098; + public static final int tooltip_precise_anchor_threshold = 0x7f060099; + public static final int tooltip_vertical_padding = 0x7f06009a; + public static final int tooltip_y_offset_non_touch = 0x7f06009b; + public static final int tooltip_y_offset_touch = 0x7f06009c; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070006; + public static final int abc_action_bar_item_background_material = 0x7f070007; + public static final int abc_btn_borderless_material = 0x7f070008; + public static final int abc_btn_check_material = 0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000b; + public static final int abc_btn_colored_material = 0x7f07000c; + public static final int abc_btn_default_mtrl_shape = 0x7f07000d; + public static final int abc_btn_radio_material = 0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070012; + public static final int abc_cab_background_internal_bg = 0x7f070013; + public static final int abc_cab_background_top_material = 0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070015; + public static final int abc_control_background_material = 0x7f070016; + public static final int abc_dialog_material_background = 0x7f070017; + public static final int abc_edit_text_material = 0x7f070018; + public static final int abc_ic_ab_back_material = 0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001a; + public static final int abc_ic_clear_material = 0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001c; + public static final int abc_ic_go_search_api_material = 0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_menu_overflow_material = 0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070023; + public static final int abc_ic_search_api_material = 0x7f070024; + public static final int abc_ic_star_black_16dp = 0x7f070025; + public static final int abc_ic_star_black_36dp = 0x7f070026; + public static final int abc_ic_star_black_48dp = 0x7f070027; + public static final int abc_ic_star_half_black_16dp = 0x7f070028; + public static final int abc_ic_star_half_black_36dp = 0x7f070029; + public static final int abc_ic_star_half_black_48dp = 0x7f07002a; + public static final int abc_ic_voice_search_api_material = 0x7f07002b; + public static final int abc_item_background_holo_dark = 0x7f07002c; + public static final int abc_item_background_holo_light = 0x7f07002d; + public static final int abc_list_divider_mtrl_alpha = 0x7f07002e; + public static final int abc_list_focused_holo = 0x7f07002f; + public static final int abc_list_longpressed_holo = 0x7f070030; + public static final int abc_list_pressed_holo_dark = 0x7f070031; + public static final int abc_list_pressed_holo_light = 0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070033; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070034; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070035; + public static final int abc_list_selector_disabled_holo_light = 0x7f070036; + public static final int abc_list_selector_holo_dark = 0x7f070037; + public static final int abc_list_selector_holo_light = 0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f070039; + public static final int abc_popup_background_mtrl_mult = 0x7f07003a; + public static final int abc_ratingbar_indicator_material = 0x7f07003b; + public static final int abc_ratingbar_material = 0x7f07003c; + public static final int abc_ratingbar_small_material = 0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070042; + public static final int abc_seekbar_thumb_material = 0x7f070043; + public static final int abc_seekbar_tick_mark_material = 0x7f070044; + public static final int abc_seekbar_track_material = 0x7f070045; + public static final int abc_spinner_mtrl_am_alpha = 0x7f070046; + public static final int abc_spinner_textfield_background_material = 0x7f070047; + public static final int abc_switch_thumb_material = 0x7f070048; + public static final int abc_switch_track_mtrl_alpha = 0x7f070049; + public static final int abc_tab_indicator_material = 0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004b; + public static final int abc_text_cursor_material = 0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070053; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070056; + public static final int abc_textfield_search_material = 0x7f070057; + public static final int abc_vector_test = 0x7f070058; + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + public static final int tooltip_frame_dark = 0x7f070071; + public static final int tooltip_frame_light = 0x7f070072; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_bar = 0x7f080007; + public static final int action_bar_activity_content = 0x7f080008; + public static final int action_bar_container = 0x7f080009; + public static final int action_bar_root = 0x7f08000a; + public static final int action_bar_spinner = 0x7f08000b; + public static final int action_bar_subtitle = 0x7f08000c; + public static final int action_bar_title = 0x7f08000d; + public static final int action_container = 0x7f08000e; + public static final int action_context_bar = 0x7f08000f; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_menu_divider = 0x7f080012; + public static final int action_menu_presenter = 0x7f080013; + public static final int action_mode_bar = 0x7f080014; + public static final int action_mode_bar_stub = 0x7f080015; + public static final int action_mode_close_button = 0x7f080016; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int activity_chooser_view_content = 0x7f080019; + public static final int add = 0x7f08001a; + public static final int alertTitle = 0x7f08001b; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int buttonPanel = 0x7f080026; + public static final int cancel_action = 0x7f080027; + public static final int checkbox = 0x7f08002b; + public static final int chronometer = 0x7f08002c; + public static final int contentPanel = 0x7f080031; + public static final int custom = 0x7f080033; + public static final int customPanel = 0x7f080034; + public static final int decor_content_parent = 0x7f080035; + public static final int default_activity_button = 0x7f080036; + public static final int edit_query = 0x7f08003d; + public static final int end_padder = 0x7f080045; + public static final int expand_activities_button = 0x7f080049; + public static final int expanded_menu = 0x7f08004a; + public static final int forever = 0x7f080050; + public static final int home = 0x7f08005b; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int image = 0x7f080060; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int listMode = 0x7f08006f; + public static final int list_item = 0x7f080070; + public static final int media_actions = 0x7f080074; + public static final int message = 0x7f080075; + public static final int multiply = 0x7f080078; + public static final int none = 0x7f08007b; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parentPanel = 0x7f080085; + public static final int progress_circular = 0x7f08008b; + public static final int progress_horizontal = 0x7f08008c; + public static final int radio = 0x7f08008d; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int screen = 0x7f080094; + public static final int scrollIndicatorDown = 0x7f080096; + public static final int scrollIndicatorUp = 0x7f080097; + public static final int scrollView = 0x7f080098; + public static final int search_badge = 0x7f08009a; + public static final int search_bar = 0x7f08009b; + public static final int search_button = 0x7f08009c; + public static final int search_close_btn = 0x7f08009d; + public static final int search_edit_frame = 0x7f08009e; + public static final int search_go_btn = 0x7f08009f; + public static final int search_mag_icon = 0x7f0800a0; + public static final int search_plate = 0x7f0800a1; + public static final int search_src_text = 0x7f0800a2; + public static final int search_voice_btn = 0x7f0800a3; + public static final int select_dialog_listview = 0x7f0800a4; + public static final int shortcut = 0x7f0800a5; + public static final int spacer = 0x7f0800ad; + public static final int split_action_bar = 0x7f0800ae; + public static final int src_atop = 0x7f0800af; + public static final int src_in = 0x7f0800b0; + public static final int src_over = 0x7f0800b1; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int submenuarrow = 0x7f0800b4; + public static final int submit_area = 0x7f0800b5; + public static final int tabMode = 0x7f0800b6; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int textSpacerNoButtons = 0x7f0800c6; + public static final int textSpacerNoTitle = 0x7f0800c7; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int titleDividerNoCustom = 0x7f0800d2; + public static final int title_template = 0x7f0800d4; + public static final int topPanel = 0x7f0800d6; + public static final int uniform = 0x7f0800e1; + public static final int up = 0x7f0800e2; + public static final int wrap_content = 0x7f0800e8; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0a0000; + public static final int abc_action_bar_up_container = 0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f0a0002; + public static final int abc_action_menu_item_layout = 0x7f0a0003; + public static final int abc_action_menu_layout = 0x7f0a0004; + public static final int abc_action_mode_bar = 0x7f0a0005; + public static final int abc_action_mode_close_item_material = 0x7f0a0006; + public static final int abc_activity_chooser_view = 0x7f0a0007; + public static final int abc_activity_chooser_view_list_item = 0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material = 0x7f0a0009; + public static final int abc_alert_dialog_material = 0x7f0a000a; + public static final int abc_alert_dialog_title_material = 0x7f0a000b; + public static final int abc_dialog_title_material = 0x7f0a000c; + public static final int abc_expanded_menu_layout = 0x7f0a000d; + public static final int abc_list_menu_item_checkbox = 0x7f0a000e; + public static final int abc_list_menu_item_icon = 0x7f0a000f; + public static final int abc_list_menu_item_layout = 0x7f0a0010; + public static final int abc_list_menu_item_radio = 0x7f0a0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0a0012; + public static final int abc_popup_menu_item_layout = 0x7f0a0013; + public static final int abc_screen_content_include = 0x7f0a0014; + public static final int abc_screen_simple = 0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0a0016; + public static final int abc_screen_toolbar = 0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0a0018; + public static final int abc_search_view = 0x7f0a0019; + public static final int abc_select_dialog_material = 0x7f0a001a; + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + public static final int select_dialog_item_material = 0x7f0a0042; + public static final int select_dialog_multichoice_material = 0x7f0a0043; + public static final int select_dialog_singlechoice_material = 0x7f0a0044; + public static final int support_simple_spinner_dropdown_item = 0x7f0a0045; + public static final int tooltip = 0x7f0a0046; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0c0000; + public static final int abc_action_bar_home_description_format = 0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0c0002; + public static final int abc_action_bar_up_description = 0x7f0c0003; + public static final int abc_action_menu_overflow_description = 0x7f0c0004; + public static final int abc_action_mode_done = 0x7f0c0005; + public static final int abc_activity_chooser_view_see_all = 0x7f0c0006; + public static final int abc_activitychooserview_choose_application = 0x7f0c0007; + public static final int abc_capital_off = 0x7f0c0008; + public static final int abc_capital_on = 0x7f0c0009; + public static final int abc_font_family_body_1_material = 0x7f0c000a; + public static final int abc_font_family_body_2_material = 0x7f0c000b; + public static final int abc_font_family_button_material = 0x7f0c000c; + public static final int abc_font_family_caption_material = 0x7f0c000d; + public static final int abc_font_family_display_1_material = 0x7f0c000e; + public static final int abc_font_family_display_2_material = 0x7f0c000f; + public static final int abc_font_family_display_3_material = 0x7f0c0010; + public static final int abc_font_family_display_4_material = 0x7f0c0011; + public static final int abc_font_family_headline_material = 0x7f0c0012; + public static final int abc_font_family_menu_material = 0x7f0c0013; + public static final int abc_font_family_subhead_material = 0x7f0c0014; + public static final int abc_font_family_title_material = 0x7f0c0015; + public static final int abc_search_hint = 0x7f0c0016; + public static final int abc_searchview_description_clear = 0x7f0c0017; + public static final int abc_searchview_description_query = 0x7f0c0018; + public static final int abc_searchview_description_search = 0x7f0c0019; + public static final int abc_searchview_description_submit = 0x7f0c001a; + public static final int abc_searchview_description_voice = 0x7f0c001b; + public static final int abc_shareactionprovider_share_with = 0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application = 0x7f0c001d; + public static final int abc_toolbar_collapse_description = 0x7f0c001e; + public static final int search_menu_title = 0x7f0c0032; + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0d0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0d0001; + public static final int Animation_AppCompat_Dialog = 0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0d0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0d0004; + public static final int Base_AlertDialog_AppCompat = 0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000b; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d000d; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000c; + public static final int Base_TextAppearance_AppCompat = 0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d003d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0052; + public static final int Base_Theme_AppCompat = 0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0040; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0043; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004a; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0055; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0054; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d0057; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat = 0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005c; + public static final int Base_V22_Theme_AppCompat = 0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0060; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0062; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0065; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat = 0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006a; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0079; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d007f; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00a7; + public static final int Platform_AppCompat = 0x7f0d00aa; + public static final int Platform_AppCompat_Light = 0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_V11_AppCompat = 0x7f0d00af; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b0; + public static final int Platform_V14_AppCompat = 0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b2; + public static final int Platform_V21_AppCompat = 0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b4; + public static final int Platform_V25_AppCompat = 0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c5; + public static final int TextAppearance_AppCompat = 0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d00ff; + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0113; + public static final int ThemeOverlay_AppCompat = 0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0135; + public static final int Theme_AppCompat = 0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0115; + public static final int Theme_AppCompat_DayNight = 0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011c; + public static final int Theme_AppCompat_Dialog = 0x7f0d011d; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0120; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d011f; + public static final int Theme_AppCompat_Light = 0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0123; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0126; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0125; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d0128; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013a; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d013d; + public static final int Widget_AppCompat_ActionMode = 0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0140; + public static final int Widget_AppCompat_Button = 0x7f0d0141; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0146; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d014d; + public static final int Widget_AppCompat_EditText = 0x7f0d014e; + public static final int Widget_AppCompat_ImageButton = 0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d0167; + public static final int Widget_AppCompat_ListView = 0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d016f; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0172; + public static final int Widget_AppCompat_SearchView = 0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0174; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0176; + public static final int Widget_AppCompat_Spinner = 0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017b; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f03007f, 0x7f0300a9 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_showTitle = 5; + public static final int AlertDialog_singleChoiceItemLayout = 6; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f030102, 0x7f030138, 0x7f030139 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f030135, 0x7f030136, 0x7f030137 }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_fontFamily = 6; + public static final int AppCompatTextView_textAllCaps = 7; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogPreferredPadding = 59; + public static final int AppCompatTheme_dialogTheme = 60; + public static final int AppCompatTheme_dividerHorizontal = 61; + public static final int AppCompatTheme_dividerVertical = 62; + public static final int AppCompatTheme_dropDownListViewStyle = 63; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 64; + public static final int AppCompatTheme_editTextBackground = 65; + public static final int AppCompatTheme_editTextColor = 66; + public static final int AppCompatTheme_editTextStyle = 67; + public static final int AppCompatTheme_homeAsUpIndicator = 68; + public static final int AppCompatTheme_imageButtonStyle = 69; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 70; + public static final int AppCompatTheme_listDividerAlertDialog = 71; + public static final int AppCompatTheme_listMenuViewStyle = 72; + public static final int AppCompatTheme_listPopupWindowStyle = 73; + public static final int AppCompatTheme_listPreferredItemHeight = 74; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 75; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 76; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 77; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 78; + public static final int AppCompatTheme_panelBackground = 79; + public static final int AppCompatTheme_panelMenuListTheme = 80; + public static final int AppCompatTheme_panelMenuListWidth = 81; + public static final int AppCompatTheme_popupMenuStyle = 82; + public static final int AppCompatTheme_popupWindowStyle = 83; + public static final int AppCompatTheme_radioButtonStyle = 84; + public static final int AppCompatTheme_ratingBarStyle = 85; + public static final int AppCompatTheme_ratingBarStyleIndicator = 86; + public static final int AppCompatTheme_ratingBarStyleSmall = 87; + public static final int AppCompatTheme_searchViewStyle = 88; + public static final int AppCompatTheme_seekBarStyle = 89; + public static final int AppCompatTheme_selectableItemBackground = 90; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 91; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 92; + public static final int AppCompatTheme_spinnerStyle = 93; + public static final int AppCompatTheme_switchStyle = 94; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 95; + public static final int AppCompatTheme_textAppearanceListItem = 96; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 97; + public static final int AppCompatTheme_textAppearanceListItemSmall = 98; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 99; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 100; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 101; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 102; + public static final int AppCompatTheme_textColorAlertDialogListItem = 103; + public static final int AppCompatTheme_textColorSearchUrl = 104; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 105; + public static final int AppCompatTheme_toolbarStyle = 106; + public static final int AppCompatTheme_tooltipForegroundColor = 107; + public static final int AppCompatTheme_tooltipFrameBackground = 108; + public static final int AppCompatTheme_windowActionBar = 109; + public static final int AppCompatTheme_windowActionBarOverlay = 110; + public static final int AppCompatTheme_windowActionModeOverlay = 111; + public static final int AppCompatTheme_windowFixedHeightMajor = 112; + public static final int AppCompatTheme_windowFixedHeightMinor = 113; + public static final int AppCompatTheme_windowFixedWidthMajor = 114; + public static final int AppCompatTheme_windowFixedWidthMinor = 115; + public static final int AppCompatTheme_windowMinWidthMajor = 116; + public static final int AppCompatTheme_windowMinWidthMinor = 117; + public static final int AppCompatTheme_windowNoTitle = 118; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030049, 0x7f03004a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f0300e4, 0x7f030109 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f0300d4 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f030104 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f0300d5, 0x7f0300d8 }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f0300e2 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x7f03008f, 0x7f030124 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_fontFamily = 11; + public static final int TextAppearance_textAllCaps = 12; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_navigationContentDescription = 14; + public static final int Toolbar_navigationIcon = 15; + public static final int Toolbar_popupTheme = 16; + public static final int Toolbar_subtitle = 17; + public static final int Toolbar_subtitleTextAppearance = 18; + public static final int Toolbar_subtitleTextColor = 19; + public static final int Toolbar_title = 20; + public static final int Toolbar_titleMargin = 21; + public static final int Toolbar_titleMarginBottom = 22; + public static final int Toolbar_titleMarginEnd = 23; + public static final int Toolbar_titleMarginStart = 24; + public static final int Toolbar_titleMarginTop = 25; + public static final int Toolbar_titleMargins = 26; + public static final int Toolbar_titleTextAppearance = 27; + public static final int Toolbar_titleTextColor = 28; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/recyclerview/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000..68c9ef4 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/recyclerview/R.java @@ -0,0 +1,181 @@ +/* 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 android.support.v7.recyclerview; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int fastScrollEnabled = 0x7f030089; + public static final int fastScrollHorizontalThumbDrawable = 0x7f03008a; + public static final int fastScrollHorizontalTrackDrawable = 0x7f03008b; + public static final int fastScrollVerticalThumbDrawable = 0x7f03008c; + public static final int fastScrollVerticalTrackDrawable = 0x7f03008d; + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int layoutManager = 0x7f0300b3; + public static final int reverseLayout = 0x7f0300ee; + public static final int spanCount = 0x7f0300fd; + public static final int stackFromEnd = 0x7f030103; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int fastscroll_default_thickness = 0x7f060079; + public static final int fastscroll_margin = 0x7f06007a; + public static final int fastscroll_minimum_range = 0x7f06007b; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060085; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int item_touch_helper_previous_elevation = 0x7f080063; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/movies/info/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/movies/info/R.java new file mode 100644 index 0000000..9b80b3a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/movies/info/R.java @@ -0,0 +1,11827 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.movies.info; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f010000; + public static final int abc_fade_out=0x7f010001; + public static final int abc_grow_fade_in_from_bottom=0x7f010002; + public static final int abc_popup_enter=0x7f010003; + public static final int abc_popup_exit=0x7f010004; + public static final int abc_shrink_fade_out_from_bottom=0x7f010005; + public static final int abc_slide_in_bottom=0x7f010006; + public static final int abc_slide_in_top=0x7f010007; + public static final int abc_slide_out_bottom=0x7f010008; + public static final int abc_slide_out_top=0x7f010009; + public static final int design_bottom_sheet_slide_in=0x7f01000a; + public static final int design_bottom_sheet_slide_out=0x7f01000b; + public static final int design_snackbar_in=0x7f01000c; + public static final int design_snackbar_out=0x7f01000d; + public static final int tooltip_enter=0x7f01000e; + public static final int tooltip_exit=0x7f01000f; + } + public static final class animator { + public static final int design_appbar_state_list_animator=0x7f020000; + } + public static final class attr { + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarDivider=0x7f030000; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarItemBackground=0x7f030001; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarPopupTheme=0x7f030002; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f030003; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarSplitStyle=0x7f030004; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarStyle=0x7f030005; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabBarStyle=0x7f030006; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabStyle=0x7f030007; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabTextStyle=0x7f030008; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTheme=0x7f030009; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarWidgetTheme=0x7f03000a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionButtonStyle=0x7f03000b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionDropDownStyle=0x7f03000c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionLayout=0x7f03000d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionMenuTextAppearance=0x7f03000e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f03000f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeBackground=0x7f030010; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseButtonStyle=0x7f030011; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseDrawable=0x7f030012; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCopyDrawable=0x7f030013; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCutDrawable=0x7f030014; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeFindDrawable=0x7f030015; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePasteDrawable=0x7f030016; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePopupWindowStyle=0x7f030017; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSelectAllDrawable=0x7f030018; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeShareDrawable=0x7f030019; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSplitBackground=0x7f03001a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeStyle=0x7f03001b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeWebSearchDrawable=0x7f03001c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowButtonStyle=0x7f03001d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowMenuStyle=0x7f03001e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f03001f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f030020; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int activityChooserViewStyle=0x7f030021; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogButtonGroupStyle=0x7f030022; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int alertDialogCenterButtons=0x7f030023; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogStyle=0x7f030024; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogTheme=0x7f030025; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int allowStacking=0x7f030026; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int alpha=0x7f030027; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int alphabeticModifiers=0x7f030028; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowHeadLength=0x7f030029; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowShaftLength=0x7f03002a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoCompleteTextViewStyle=0x7f03002b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMaxTextSize=0x7f03002c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMinTextSize=0x7f03002d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoSizePresetSizes=0x7f03002e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeStepGranularity=0x7f03002f; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0
uniform1
+ */ + public static final int autoSizeTextType=0x7f030030; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int background=0x7f030031; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundSplit=0x7f030032; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundStacked=0x7f030033; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundTint=0x7f030034; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int backgroundTintMode=0x7f030035; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int barLength=0x7f030036; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_autoHide=0x7f030037; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_hideable=0x7f030038; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int behavior_overlapTop=0x7f030039; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ */ + public static final int behavior_peekHeight=0x7f03003a; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_skipCollapsed=0x7f03003b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int borderWidth=0x7f03003c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int borderlessButtonStyle=0x7f03003d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetDialogTheme=0x7f03003e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetStyle=0x7f03003f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarButtonStyle=0x7f030040; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f030041; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f030042; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f030043; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarStyle=0x7f030044; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
top30
+ */ + public static final int buttonGravity=0x7f030045; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonPanelSideLayout=0x7f030046; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyle=0x7f030047; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyleSmall=0x7f030048; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int buttonTint=0x7f030049; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int buttonTintMode=0x7f03004a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkboxStyle=0x7f03004b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkedTextViewStyle=0x7f03004c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeIcon=0x7f03004d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeItemLayout=0x7f03004e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f03004f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapseIcon=0x7f030050; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int collapsedTitleGravity=0x7f030051; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapsedTitleTextAppearance=0x7f030052; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int color=0x7f030053; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorAccent=0x7f030054; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorBackgroundFloating=0x7f030055; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorButtonNormal=0x7f030056; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlActivated=0x7f030057; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlHighlight=0x7f030058; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlNormal=0x7f030059; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorError=0x7f03005a; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimary=0x7f03005b; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimaryDark=0x7f03005c; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorSwitchThumbNormal=0x7f03005d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int commitIcon=0x7f03005e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int contentDescription=0x7f03005f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEnd=0x7f030060; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEndWithActions=0x7f030061; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetLeft=0x7f030062; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetRight=0x7f030063; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStart=0x7f030064; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStartWithNavigation=0x7f030065; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int contentScrim=0x7f030066; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int controlBackground=0x7f030067; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int counterEnabled=0x7f030068; + /** + *

May be an integer value, such as "100". + */ + public static final int counterMaxLength=0x7f030069; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterOverflowTextAppearance=0x7f03006a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterTextAppearance=0x7f03006b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int customNavigationLayout=0x7f03006c; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f03006d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dialogPreferredPadding=0x7f03006e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dialogTheme=0x7f03006f; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ */ + public static final int displayOptions=0x7f030070; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int divider=0x7f030071; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerHorizontal=0x7f030072; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dividerPadding=0x7f030073; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerVertical=0x7f030074; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int drawableSize=0x7f030075; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawerArrowStyle=0x7f030076; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dropDownListViewStyle=0x7f030077; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dropdownListPreferredItemHeight=0x7f030078; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextBackground=0x7f030079; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int editTextColor=0x7f03007a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextStyle=0x7f03007b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int elevation=0x7f03007c; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int errorEnabled=0x7f03007d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int errorTextAppearance=0x7f03007e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f03007f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int expanded=0x7f030080; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int expandedTitleGravity=0x7f030081; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMargin=0x7f030082; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginBottom=0x7f030083; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginEnd=0x7f030084; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginStart=0x7f030085; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginTop=0x7f030086; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandedTitleTextAppearance=0x7f030087; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ */ + public static final int fabSize=0x7f030088; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int fastScrollEnabled=0x7f030089; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalThumbDrawable=0x7f03008a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalTrackDrawable=0x7f03008b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalThumbDrawable=0x7f03008c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalTrackDrawable=0x7f03008d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int font=0x7f03008e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontFamily=0x7f03008f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderAuthority=0x7f030090; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fontProviderCerts=0x7f030091; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1
blocking0
+ */ + public static final int fontProviderFetchStrategy=0x7f030092; + /** + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffff
+ */ + public static final int fontProviderFetchTimeout=0x7f030093; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderPackage=0x7f030094; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderQuery=0x7f030095; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ */ + public static final int fontStyle=0x7f030096; + /** + *

May be an integer value, such as "100". + */ + public static final int fontWeight=0x7f030097; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int foregroundInsidePadding=0x7f030098; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int gapBetweenBars=0x7f030099; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int goIcon=0x7f03009a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int headerLayout=0x7f03009b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int height=0x7f03009c; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hideOnContentScroll=0x7f03009d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintAnimationEnabled=0x7f03009e; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintEnabled=0x7f03009f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int hintTextAppearance=0x7f0300a0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeAsUpIndicator=0x7f0300a1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeLayout=0x7f0300a2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int icon=0x7f0300a3; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int iconTint=0x7f0300a4; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int iconTintMode=0x7f0300a5; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int iconifiedByDefault=0x7f0300a6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int imageButtonStyle=0x7f0300a7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int indeterminateProgressStyle=0x7f0300a8; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f0300a9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int insetForeground=0x7f0300aa; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int isLightTheme=0x7f0300ab; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemBackground=0x7f0300ac; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemIconTint=0x7f0300ad; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemPadding=0x7f0300ae; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemTextAppearance=0x7f0300af; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemTextColor=0x7f0300b0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int keylines=0x7f0300b1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout=0x7f0300b2; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layoutManager=0x7f0300b3; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_anchor=0x7f0300b4; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int layout_anchorGravity=0x7f0300b5; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layout_behavior=0x7f0300b6; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ */ + public static final int layout_collapseMode=0x7f0300b7; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_collapseParallaxMultiplier=0x7f0300b8; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77
bottom50
end800005
left3
none0
right3
start800003
top30
+ */ + public static final int layout_dodgeInsetEdges=0x7f0300b9; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
end800005
left3
none0
right3
start800003
top30
+ */ + public static final int layout_insetEdge=0x7f0300ba; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_keyline=0x7f0300bb; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
+ */ + public static final int layout_scrollFlags=0x7f0300bc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_scrollInterpolator=0x7f0300bd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listChoiceBackgroundIndicator=0x7f0300be; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listDividerAlertDialog=0x7f0300bf; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listItemLayout=0x7f0300c0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listLayout=0x7f0300c1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listMenuViewStyle=0x7f0300c2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listPopupWindowStyle=0x7f0300c3; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeight=0x7f0300c4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightLarge=0x7f0300c5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightSmall=0x7f0300c6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingLeft=0x7f0300c7; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingRight=0x7f0300c8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int logo=0x7f0300c9; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int logoDescription=0x7f0300ca; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxActionInlineWidth=0x7f0300cb; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxButtonHeight=0x7f0300cc; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int measureWithLargestChild=0x7f0300cd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int menu=0x7f0300ce; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int multiChoiceItemLayout=0x7f0300cf; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f0300d0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int navigationIcon=0x7f0300d1; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ */ + public static final int navigationMode=0x7f0300d2; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int numericModifiers=0x7f0300d3; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int overlapAnchor=0x7f0300d4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingBottomNoButtons=0x7f0300d5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingEnd=0x7f0300d6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingStart=0x7f0300d7; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingTopNoTitle=0x7f0300d8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelBackground=0x7f0300d9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelMenuListTheme=0x7f0300da; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int panelMenuListWidth=0x7f0300db; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int passwordToggleContentDescription=0x7f0300dc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int passwordToggleDrawable=0x7f0300dd; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int passwordToggleEnabled=0x7f0300de; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int passwordToggleTint=0x7f0300df; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int passwordToggleTintMode=0x7f0300e0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupMenuStyle=0x7f0300e1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupTheme=0x7f0300e2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupWindowStyle=0x7f0300e3; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int preserveIconSpacing=0x7f0300e4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int pressedTranslationZ=0x7f0300e5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int progressBarPadding=0x7f0300e6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int progressBarStyle=0x7f0300e7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int queryBackground=0x7f0300e8; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f0300e9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int radioButtonStyle=0x7f0300ea; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyle=0x7f0300eb; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleIndicator=0x7f0300ec; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleSmall=0x7f0300ed; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int reverseLayout=0x7f0300ee; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int rippleColor=0x7f0300ef; + /** + *

May be an integer value, such as "100". + */ + public static final int scrimAnimationDuration=0x7f0300f0; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int scrimVisibleHeightTrigger=0x7f0300f1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchHintIcon=0x7f0300f2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchIcon=0x7f0300f3; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchViewStyle=0x7f0300f4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int seekBarStyle=0x7f0300f5; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackground=0x7f0300f6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackgroundBorderless=0x7f0300f7; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2
collapseActionView8
ifRoom1
never0
withText4
+ */ + public static final int showAsAction=0x7f0300f8; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ */ + public static final int showDividers=0x7f0300f9; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showText=0x7f0300fa; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showTitle=0x7f0300fb; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int singleChoiceItemLayout=0x7f0300fc; + /** + *

May be an integer value, such as "100". + */ + public static final int spanCount=0x7f0300fd; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int spinBars=0x7f0300fe; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerDropDownItemStyle=0x7f0300ff; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerStyle=0x7f030100; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int splitTrack=0x7f030101; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int srcCompat=0x7f030102; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int stackFromEnd=0x7f030103; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_above_anchor=0x7f030104; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsed=0x7f030105; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsible=0x7f030106; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int statusBarBackground=0x7f030107; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int statusBarScrim=0x7f030108; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subMenuArrow=0x7f030109; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int submitBackground=0x7f03010a; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f03010b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextAppearance=0x7f03010c; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int subtitleTextColor=0x7f03010d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextStyle=0x7f03010e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int suggestionRowLayout=0x7f03010f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchMinWidth=0x7f030110; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchPadding=0x7f030111; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchStyle=0x7f030112; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchTextAppearance=0x7f030113; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabBackground=0x7f030114; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabContentStart=0x7f030115; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ */ + public static final int tabGravity=0x7f030116; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabIndicatorColor=0x7f030117; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabIndicatorHeight=0x7f030118; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMaxWidth=0x7f030119; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMinWidth=0x7f03011a; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ */ + public static final int tabMode=0x7f03011b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPadding=0x7f03011c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingBottom=0x7f03011d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingEnd=0x7f03011e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingStart=0x7f03011f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingTop=0x7f030120; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabSelectedTextColor=0x7f030121; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabTextAppearance=0x7f030122; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabTextColor=0x7f030123; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int textAllCaps=0x7f030124; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceLargePopupMenu=0x7f030125; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItem=0x7f030126; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSecondary=0x7f030127; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSmall=0x7f030128; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearancePopupMenuHeader=0x7f030129; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f03012a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultTitle=0x7f03012b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f03012c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f03012d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorError=0x7f03012e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f03012f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int theme=0x7f030130; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thickness=0x7f030131; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thumbTextPadding=0x7f030132; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int thumbTint=0x7f030133; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int thumbTintMode=0x7f030134; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tickMark=0x7f030135; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tickMarkTint=0x7f030136; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int tickMarkTintMode=0x7f030137; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tint=0x7f030138; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int tintMode=0x7f030139; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f03013a; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int titleEnabled=0x7f03013b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargin=0x7f03013c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginBottom=0x7f03013d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginEnd=0x7f03013e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginStart=0x7f03013f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginTop=0x7f030140; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargins=0x7f030141; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextAppearance=0x7f030142; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int titleTextColor=0x7f030143; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextStyle=0x7f030144; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarId=0x7f030145; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarNavigationButtonStyle=0x7f030146; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarStyle=0x7f030147; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tooltipForegroundColor=0x7f030148; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tooltipFrameBackground=0x7f030149; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int tooltipText=0x7f03014a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int track=0x7f03014b; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int trackTint=0x7f03014c; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int trackTintMode=0x7f03014d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int useCompatPadding=0x7f03014e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int voiceIcon=0x7f03014f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBar=0x7f030150; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBarOverlay=0x7f030151; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionModeOverlay=0x7f030152; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMajor=0x7f030153; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMinor=0x7f030154; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMajor=0x7f030155; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMinor=0x7f030156; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMajor=0x7f030157; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMinor=0x7f030158; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowNoTitle=0x7f030159; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f040000; + public static final int abc_allow_stacked_button_bar=0x7f040001; + public static final int abc_config_actionMenuItemAllCaps=0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f040004; + } + public static final class color { + public static final int Black=0x7f050000; + public static final int abc_background_cache_hint_selector_material_dark=0x7f050001; + public static final int abc_background_cache_hint_selector_material_light=0x7f050002; + public static final int abc_btn_colored_borderless_text_material=0x7f050003; + public static final int abc_btn_colored_text_material=0x7f050004; + public static final int abc_color_highlight_material=0x7f050005; + public static final int abc_hint_foreground_material_dark=0x7f050006; + public static final int abc_hint_foreground_material_light=0x7f050007; + public static final int abc_input_method_navigation_guard=0x7f050008; + public static final int abc_primary_text_disable_only_material_dark=0x7f050009; + public static final int abc_primary_text_disable_only_material_light=0x7f05000a; + public static final int abc_primary_text_material_dark=0x7f05000b; + public static final int abc_primary_text_material_light=0x7f05000c; + public static final int abc_search_url_text=0x7f05000d; + public static final int abc_search_url_text_normal=0x7f05000e; + public static final int abc_search_url_text_pressed=0x7f05000f; + public static final int abc_search_url_text_selected=0x7f050010; + public static final int abc_secondary_text_material_dark=0x7f050011; + public static final int abc_secondary_text_material_light=0x7f050012; + public static final int abc_tint_btn_checkable=0x7f050013; + public static final int abc_tint_default=0x7f050014; + public static final int abc_tint_edittext=0x7f050015; + public static final int abc_tint_seek_thumb=0x7f050016; + public static final int abc_tint_spinner=0x7f050017; + public static final int abc_tint_switch_track=0x7f050018; + public static final int accent_material_dark=0x7f050019; + public static final int accent_material_light=0x7f05001a; + public static final int background_floating_material_dark=0x7f05001b; + public static final int background_floating_material_light=0x7f05001c; + public static final int background_material_dark=0x7f05001d; + public static final int background_material_light=0x7f05001e; + public static final int blue=0x7f05001f; + public static final int bright_foreground_disabled_material_dark=0x7f050020; + public static final int bright_foreground_disabled_material_light=0x7f050021; + public static final int bright_foreground_inverse_material_dark=0x7f050022; + public static final int bright_foreground_inverse_material_light=0x7f050023; + public static final int bright_foreground_material_dark=0x7f050024; + public static final int bright_foreground_material_light=0x7f050025; + public static final int button_material_dark=0x7f050026; + public static final int button_material_light=0x7f050027; + public static final int colorAccent=0x7f050028; + public static final int colorPrimary=0x7f050029; + public static final int colorPrimaryDark=0x7f05002a; + public static final int color_gray_d9d9d9=0x7f05002b; + public static final int color_grey_888888=0x7f05002c; + public static final int design_bottom_navigation_shadow_color=0x7f05002d; + public static final int design_error=0x7f05002e; + public static final int design_fab_shadow_end_color=0x7f05002f; + public static final int design_fab_shadow_mid_color=0x7f050030; + public static final int design_fab_shadow_start_color=0x7f050031; + public static final int design_fab_stroke_end_inner_color=0x7f050032; + public static final int design_fab_stroke_end_outer_color=0x7f050033; + public static final int design_fab_stroke_top_inner_color=0x7f050034; + public static final int design_fab_stroke_top_outer_color=0x7f050035; + public static final int design_snackbar_background_color=0x7f050036; + public static final int design_tint_password_toggle=0x7f050037; + public static final int dim_foreground_disabled_material_dark=0x7f050038; + public static final int dim_foreground_disabled_material_light=0x7f050039; + public static final int dim_foreground_material_dark=0x7f05003a; + public static final int dim_foreground_material_light=0x7f05003b; + public static final int error_color_material=0x7f05003c; + public static final int foreground_material_dark=0x7f05003d; + public static final int foreground_material_light=0x7f05003e; + public static final int gold=0x7f05003f; + public static final int highlighted_text_material_dark=0x7f050040; + public static final int highlighted_text_material_light=0x7f050041; + public static final int hui=0x7f050042; + public static final int material_blue_grey_800=0x7f050043; + public static final int material_blue_grey_900=0x7f050044; + public static final int material_blue_grey_950=0x7f050045; + public static final int material_deep_teal_200=0x7f050046; + public static final int material_deep_teal_500=0x7f050047; + public static final int material_grey_100=0x7f050048; + public static final int material_grey_300=0x7f050049; + public static final int material_grey_50=0x7f05004a; + public static final int material_grey_600=0x7f05004b; + public static final int material_grey_800=0x7f05004c; + public static final int material_grey_850=0x7f05004d; + public static final int material_grey_900=0x7f05004e; + public static final int notification_action_color_filter=0x7f05004f; + public static final int notification_icon_bg_color=0x7f050050; + public static final int notification_material_background_media_default_color=0x7f050051; + public static final int primary_dark_material_dark=0x7f050052; + public static final int primary_dark_material_light=0x7f050053; + public static final int primary_material_dark=0x7f050054; + public static final int primary_material_light=0x7f050055; + public static final int primary_text_default_material_dark=0x7f050056; + public static final int primary_text_default_material_light=0x7f050057; + public static final int primary_text_disabled_material_dark=0x7f050058; + public static final int primary_text_disabled_material_light=0x7f050059; + public static final int ripple_material_dark=0x7f05005a; + public static final int ripple_material_light=0x7f05005b; + public static final int secondary_text_default_material_dark=0x7f05005c; + public static final int secondary_text_default_material_light=0x7f05005d; + public static final int secondary_text_disabled_material_dark=0x7f05005e; + public static final int secondary_text_disabled_material_light=0x7f05005f; + public static final int switch_thumb_disabled_material_dark=0x7f050060; + public static final int switch_thumb_disabled_material_light=0x7f050061; + public static final int switch_thumb_material_dark=0x7f050062; + public static final int switch_thumb_material_light=0x7f050063; + public static final int switch_thumb_normal_material_dark=0x7f050064; + public static final int switch_thumb_normal_material_light=0x7f050065; + public static final int system_text_color_11=0x7f050066; + public static final int system_text_color_22=0x7f050067; + public static final int tooltip_background_dark=0x7f050068; + public static final int tooltip_background_light=0x7f050069; + public static final int white=0x7f05006a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f060000; + public static final int abc_action_bar_content_inset_with_nav=0x7f060001; + public static final int abc_action_bar_default_height_material=0x7f060002; + public static final int abc_action_bar_default_padding_end_material=0x7f060003; + public static final int abc_action_bar_default_padding_start_material=0x7f060004; + public static final int abc_action_bar_elevation_material=0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material=0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material=0x7f060008; + public static final int abc_action_bar_progress_bar_size=0x7f060009; + public static final int abc_action_bar_stacked_max_height=0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width=0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f06000d; + public static final int abc_action_button_min_height_material=0x7f06000e; + public static final int abc_action_button_min_width_material=0x7f06000f; + public static final int abc_action_button_min_width_overflow_material=0x7f060010; + public static final int abc_alert_dialog_button_bar_height=0x7f060011; + public static final int abc_button_inset_horizontal_material=0x7f060012; + public static final int abc_button_inset_vertical_material=0x7f060013; + public static final int abc_button_padding_horizontal_material=0x7f060014; + public static final int abc_button_padding_vertical_material=0x7f060015; + public static final int abc_cascading_menus_min_smallest_width=0x7f060016; + public static final int abc_config_prefDialogWidth=0x7f060017; + public static final int abc_control_corner_material=0x7f060018; + public static final int abc_control_inset_material=0x7f060019; + public static final int abc_control_padding_material=0x7f06001a; + public static final int abc_dialog_fixed_height_major=0x7f06001b; + public static final int abc_dialog_fixed_height_minor=0x7f06001c; + public static final int abc_dialog_fixed_width_major=0x7f06001d; + public static final int abc_dialog_fixed_width_minor=0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title=0x7f060020; + public static final int abc_dialog_min_width_major=0x7f060021; + public static final int abc_dialog_min_width_minor=0x7f060022; + public static final int abc_dialog_padding_material=0x7f060023; + public static final int abc_dialog_padding_top_material=0x7f060024; + public static final int abc_dialog_title_divider_material=0x7f060025; + public static final int abc_disabled_alpha_material_dark=0x7f060026; + public static final int abc_disabled_alpha_material_light=0x7f060027; + public static final int abc_dropdownitem_icon_width=0x7f060028; + public static final int abc_dropdownitem_text_padding_left=0x7f060029; + public static final int abc_dropdownitem_text_padding_right=0x7f06002a; + public static final int abc_edit_text_inset_bottom_material=0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material=0x7f06002c; + public static final int abc_edit_text_inset_top_material=0x7f06002d; + public static final int abc_floating_window_z=0x7f06002e; + public static final int abc_list_item_padding_horizontal_material=0x7f06002f; + public static final int abc_panel_menu_list_width=0x7f060030; + public static final int abc_progress_bar_height_material=0x7f060031; + public static final int abc_search_view_preferred_height=0x7f060032; + public static final int abc_search_view_preferred_width=0x7f060033; + public static final int abc_seekbar_track_background_height_material=0x7f060034; + public static final int abc_seekbar_track_progress_height_material=0x7f060035; + public static final int abc_select_dialog_padding_start_material=0x7f060036; + public static final int abc_switch_padding=0x7f060037; + public static final int abc_text_size_body_1_material=0x7f060038; + public static final int abc_text_size_body_2_material=0x7f060039; + public static final int abc_text_size_button_material=0x7f06003a; + public static final int abc_text_size_caption_material=0x7f06003b; + public static final int abc_text_size_display_1_material=0x7f06003c; + public static final int abc_text_size_display_2_material=0x7f06003d; + public static final int abc_text_size_display_3_material=0x7f06003e; + public static final int abc_text_size_display_4_material=0x7f06003f; + public static final int abc_text_size_headline_material=0x7f060040; + public static final int abc_text_size_large_material=0x7f060041; + public static final int abc_text_size_medium_material=0x7f060042; + public static final int abc_text_size_menu_header_material=0x7f060043; + public static final int abc_text_size_menu_material=0x7f060044; + public static final int abc_text_size_small_material=0x7f060045; + public static final int abc_text_size_subhead_material=0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar=0x7f060047; + public static final int abc_text_size_title_material=0x7f060048; + public static final int abc_text_size_title_material_toolbar=0x7f060049; + public static final int activity_horizontal_margin=0x7f06004a; + public static final int activity_vertical_margin=0x7f06004b; + public static final int compat_button_inset_horizontal_material=0x7f06004c; + public static final int compat_button_inset_vertical_material=0x7f06004d; + public static final int compat_button_padding_horizontal_material=0x7f06004e; + public static final int compat_button_padding_vertical_material=0x7f06004f; + public static final int compat_control_corner_material=0x7f060050; + public static final int design_appbar_elevation=0x7f060051; + public static final int design_bottom_navigation_active_item_max_width=0x7f060052; + public static final int design_bottom_navigation_active_text_size=0x7f060053; + public static final int design_bottom_navigation_elevation=0x7f060054; + public static final int design_bottom_navigation_height=0x7f060055; + public static final int design_bottom_navigation_item_max_width=0x7f060056; + public static final int design_bottom_navigation_item_min_width=0x7f060057; + public static final int design_bottom_navigation_margin=0x7f060058; + public static final int design_bottom_navigation_shadow_height=0x7f060059; + public static final int design_bottom_navigation_text_size=0x7f06005a; + public static final int design_bottom_sheet_modal_elevation=0x7f06005b; + public static final int design_bottom_sheet_peek_height_min=0x7f06005c; + public static final int design_fab_border_width=0x7f06005d; + public static final int design_fab_elevation=0x7f06005e; + public static final int design_fab_image_size=0x7f06005f; + public static final int design_fab_size_mini=0x7f060060; + public static final int design_fab_size_normal=0x7f060061; + public static final int design_fab_translation_z_pressed=0x7f060062; + public static final int design_navigation_elevation=0x7f060063; + public static final int design_navigation_icon_padding=0x7f060064; + public static final int design_navigation_icon_size=0x7f060065; + public static final int design_navigation_max_width=0x7f060066; + public static final int design_navigation_padding_bottom=0x7f060067; + public static final int design_navigation_separator_vertical_padding=0x7f060068; + public static final int design_snackbar_action_inline_max_width=0x7f060069; + public static final int design_snackbar_background_corner_radius=0x7f06006a; + public static final int design_snackbar_elevation=0x7f06006b; + public static final int design_snackbar_extra_spacing_horizontal=0x7f06006c; + public static final int design_snackbar_max_width=0x7f06006d; + public static final int design_snackbar_min_width=0x7f06006e; + public static final int design_snackbar_padding_horizontal=0x7f06006f; + public static final int design_snackbar_padding_vertical=0x7f060070; + public static final int design_snackbar_padding_vertical_2lines=0x7f060071; + public static final int design_snackbar_text_size=0x7f060072; + public static final int design_tab_max_width=0x7f060073; + public static final int design_tab_scrollable_min_width=0x7f060074; + public static final int design_tab_text_size=0x7f060075; + public static final int design_tab_text_size_2line=0x7f060076; + public static final int disabled_alpha_material_dark=0x7f060077; + public static final int disabled_alpha_material_light=0x7f060078; + public static final int fastscroll_default_thickness=0x7f060079; + public static final int fastscroll_margin=0x7f06007a; + public static final int fastscroll_minimum_range=0x7f06007b; + public static final int highlight_alpha_material_colored=0x7f06007c; + public static final int highlight_alpha_material_dark=0x7f06007d; + public static final int highlight_alpha_material_light=0x7f06007e; + public static final int hint_alpha_material_dark=0x7f06007f; + public static final int hint_alpha_material_light=0x7f060080; + public static final int hint_pressed_alpha_material_dark=0x7f060081; + public static final int hint_pressed_alpha_material_light=0x7f060082; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity=0x7f060085; + public static final int notification_action_icon_size=0x7f060086; + public static final int notification_action_text_size=0x7f060087; + public static final int notification_big_circle_margin=0x7f060088; + public static final int notification_content_margin_start=0x7f060089; + public static final int notification_large_icon_height=0x7f06008a; + public static final int notification_large_icon_width=0x7f06008b; + public static final int notification_main_column_padding_top=0x7f06008c; + public static final int notification_media_narrow_margin=0x7f06008d; + public static final int notification_right_icon_size=0x7f06008e; + public static final int notification_right_side_padding_top=0x7f06008f; + public static final int notification_small_icon_background_padding=0x7f060090; + public static final int notification_small_icon_size_as_large=0x7f060091; + public static final int notification_subtext_size=0x7f060092; + public static final int notification_top_pad=0x7f060093; + public static final int notification_top_pad_large_text=0x7f060094; + public static final int tooltip_corner_radius=0x7f060095; + public static final int tooltip_horizontal_padding=0x7f060096; + public static final int tooltip_margin=0x7f060097; + public static final int tooltip_precise_anchor_extra_offset=0x7f060098; + public static final int tooltip_precise_anchor_threshold=0x7f060099; + public static final int tooltip_vertical_padding=0x7f06009a; + public static final int tooltip_y_offset_non_touch=0x7f06009b; + public static final int tooltip_y_offset_touch=0x7f06009c; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f070006; + public static final int abc_action_bar_item_background_material=0x7f070007; + public static final int abc_btn_borderless_material=0x7f070008; + public static final int abc_btn_check_material=0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000=0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015=0x7f07000b; + public static final int abc_btn_colored_material=0x7f07000c; + public static final int abc_btn_default_mtrl_shape=0x7f07000d; + public static final int abc_btn_radio_material=0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f070012; + public static final int abc_cab_background_internal_bg=0x7f070013; + public static final int abc_cab_background_top_material=0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha=0x7f070015; + public static final int abc_control_background_material=0x7f070016; + public static final int abc_dialog_material_background=0x7f070017; + public static final int abc_edit_text_material=0x7f070018; + public static final int abc_ic_ab_back_material=0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp=0x7f07001a; + public static final int abc_ic_clear_material=0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f07001c; + public static final int abc_ic_go_search_api_material=0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f07001f; + public static final int abc_ic_menu_overflow_material=0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f070023; + public static final int abc_ic_search_api_material=0x7f070024; + public static final int abc_ic_star_black_16dp=0x7f070025; + public static final int abc_ic_star_black_36dp=0x7f070026; + public static final int abc_ic_star_black_48dp=0x7f070027; + public static final int abc_ic_star_half_black_16dp=0x7f070028; + public static final int abc_ic_star_half_black_36dp=0x7f070029; + public static final int abc_ic_star_half_black_48dp=0x7f07002a; + public static final int abc_ic_voice_search_api_material=0x7f07002b; + public static final int abc_item_background_holo_dark=0x7f07002c; + public static final int abc_item_background_holo_light=0x7f07002d; + public static final int abc_list_divider_mtrl_alpha=0x7f07002e; + public static final int abc_list_focused_holo=0x7f07002f; + public static final int abc_list_longpressed_holo=0x7f070030; + public static final int abc_list_pressed_holo_dark=0x7f070031; + public static final int abc_list_pressed_holo_light=0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark=0x7f070033; + public static final int abc_list_selector_background_transition_holo_light=0x7f070034; + public static final int abc_list_selector_disabled_holo_dark=0x7f070035; + public static final int abc_list_selector_disabled_holo_light=0x7f070036; + public static final int abc_list_selector_holo_dark=0x7f070037; + public static final int abc_list_selector_holo_light=0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f070039; + public static final int abc_popup_background_mtrl_mult=0x7f07003a; + public static final int abc_ratingbar_indicator_material=0x7f07003b; + public static final int abc_ratingbar_material=0x7f07003c; + public static final int abc_ratingbar_small_material=0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha=0x7f070042; + public static final int abc_seekbar_thumb_material=0x7f070043; + public static final int abc_seekbar_tick_mark_material=0x7f070044; + public static final int abc_seekbar_track_material=0x7f070045; + public static final int abc_spinner_mtrl_am_alpha=0x7f070046; + public static final int abc_spinner_textfield_background_material=0x7f070047; + public static final int abc_switch_thumb_material=0x7f070048; + public static final int abc_switch_track_mtrl_alpha=0x7f070049; + public static final int abc_tab_indicator_material=0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha=0x7f07004b; + public static final int abc_text_cursor_material=0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark=0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light=0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark=0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light=0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark=0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light=0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha=0x7f070053; + public static final int abc_textfield_default_mtrl_alpha=0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f070056; + public static final int abc_textfield_search_material=0x7f070057; + public static final int abc_vector_test=0x7f070058; + public static final int avd_hide_password=0x7f070059; + public static final int avd_show_password=0x7f07005a; + public static final int bg3=0x7f07005b; + public static final int design_bottom_navigation_item_background=0x7f07005c; + public static final int design_fab_background=0x7f07005d; + public static final int design_ic_visibility=0x7f07005e; + public static final int design_ic_visibility_off=0x7f07005f; + public static final int design_password_eye=0x7f070060; + public static final int design_snackbar_background=0x7f070061; + public static final int navigation_empty_icon=0x7f070062; + public static final int notification_action_background=0x7f070063; + public static final int notification_bg=0x7f070064; + public static final int notification_bg_low=0x7f070065; + public static final int notification_bg_low_normal=0x7f070066; + public static final int notification_bg_low_pressed=0x7f070067; + public static final int notification_bg_normal=0x7f070068; + public static final int notification_bg_normal_pressed=0x7f070069; + public static final int notification_icon_background=0x7f07006a; + public static final int notification_template_icon_bg=0x7f07006b; + public static final int notification_template_icon_low_bg=0x7f07006c; + public static final int notification_tile_bg=0x7f07006d; + public static final int notify_panel_notification_icon_bg=0x7f07006e; + public static final int shape_bg=0x7f07006f; + public static final int shape_fragment_toolbar=0x7f070070; + public static final int tooltip_frame_dark=0x7f070071; + public static final int tooltip_frame_light=0x7f070072; + } + public static final class id { + public static final int ALT=0x7f080000; + public static final int CTRL=0x7f080001; + public static final int FUNCTION=0x7f080002; + public static final int META=0x7f080003; + public static final int SHIFT=0x7f080004; + public static final int SYM=0x7f080005; + public static final int action0=0x7f080006; + public static final int action_bar=0x7f080007; + public static final int action_bar_activity_content=0x7f080008; + public static final int action_bar_container=0x7f080009; + public static final int action_bar_root=0x7f08000a; + public static final int action_bar_spinner=0x7f08000b; + public static final int action_bar_subtitle=0x7f08000c; + public static final int action_bar_title=0x7f08000d; + public static final int action_container=0x7f08000e; + public static final int action_context_bar=0x7f08000f; + public static final int action_divider=0x7f080010; + public static final int action_image=0x7f080011; + public static final int action_menu_divider=0x7f080012; + public static final int action_menu_presenter=0x7f080013; + public static final int action_mode_bar=0x7f080014; + public static final int action_mode_bar_stub=0x7f080015; + public static final int action_mode_close_button=0x7f080016; + public static final int action_text=0x7f080017; + public static final int actions=0x7f080018; + public static final int activity_chooser_view_content=0x7f080019; + public static final int add=0x7f08001a; + public static final int alertTitle=0x7f08001b; + public static final int all=0x7f08001c; + public static final int always=0x7f08001d; + public static final int async=0x7f08001e; + public static final int auto=0x7f08001f; + public static final int beginning=0x7f080020; + public static final int blocking=0x7f080021; + public static final int bottom=0x7f080022; + public static final int btn_left=0x7f080023; + public static final int btn_logout=0x7f080024; + public static final int btn_right=0x7f080025; + public static final int buttonPanel=0x7f080026; + public static final int cancel_action=0x7f080027; + public static final int center=0x7f080028; + public static final int center_horizontal=0x7f080029; + public static final int center_vertical=0x7f08002a; + public static final int checkbox=0x7f08002b; + public static final int chronometer=0x7f08002c; + public static final int clip_horizontal=0x7f08002d; + public static final int clip_vertical=0x7f08002e; + public static final int collapseActionView=0x7f08002f; + public static final int container=0x7f080030; + public static final int contentPanel=0x7f080031; + public static final int coordinator=0x7f080032; + public static final int custom=0x7f080033; + public static final int customPanel=0x7f080034; + public static final int decor_content_parent=0x7f080035; + public static final int default_activity_button=0x7f080036; + public static final int design_bottom_sheet=0x7f080037; + public static final int design_menu_item_action_area=0x7f080038; + public static final int design_menu_item_action_area_stub=0x7f080039; + public static final int design_menu_item_text=0x7f08003a; + public static final int design_navigation_view=0x7f08003b; + public static final int disableHome=0x7f08003c; + public static final int edit_query=0x7f08003d; + public static final int email=0x7f08003e; + public static final int email_cancel=0x7f08003f; + public static final int email_login_form=0x7f080040; + public static final int email_register_button=0x7f080041; + public static final int email_resetting_button=0x7f080042; + public static final int email_sign_in_button=0x7f080043; + public static final int end=0x7f080044; + public static final int end_padder=0x7f080045; + public static final int enterAlways=0x7f080046; + public static final int enterAlwaysCollapsed=0x7f080047; + public static final int exitUntilCollapsed=0x7f080048; + public static final int expand_activities_button=0x7f080049; + public static final int expanded_menu=0x7f08004a; + public static final int fill=0x7f08004b; + public static final int fill_horizontal=0x7f08004c; + public static final int fill_vertical=0x7f08004d; + public static final int fixed=0x7f08004e; + public static final int footer_tab=0x7f08004f; + public static final int forever=0x7f080050; + public static final int four_tips1=0x7f080051; + public static final int four_tips11=0x7f080052; + public static final int four_tips12=0x7f080053; + public static final int four_tips13=0x7f080054; + public static final int four_tips2=0x7f080055; + public static final int four_tips3=0x7f080056; + public static final int four_title=0x7f080057; + public static final int four_title1=0x7f080058; + public static final int fragment_container=0x7f080059; + public static final int ghost_view=0x7f08005a; + public static final int home=0x7f08005b; + public static final int homeAsUp=0x7f08005c; + public static final int icon=0x7f08005d; + public static final int icon_group=0x7f08005e; + public static final int ifRoom=0x7f08005f; + public static final int image=0x7f080060; + public static final int info=0x7f080061; + public static final int italic=0x7f080062; + public static final int item_touch_helper_previous_elevation=0x7f080063; + public static final int largeLabel=0x7f080064; + public static final int layout_four=0x7f080065; + public static final int layout_four1=0x7f080066; + public static final int layout_left=0x7f080067; + public static final int layout_one=0x7f080068; + public static final int layout_right=0x7f080069; + public static final int layout_three=0x7f08006a; + public static final int layout_two=0x7f08006b; + public static final int left=0x7f08006c; + public static final int line1=0x7f08006d; + public static final int line3=0x7f08006e; + public static final int listMode=0x7f08006f; + public static final int list_item=0x7f080070; + public static final int login_form=0x7f080071; + public static final int login_progress=0x7f080072; + public static final int masked=0x7f080073; + public static final int media_actions=0x7f080074; + public static final int message=0x7f080075; + public static final int middle=0x7f080076; + public static final int mini=0x7f080077; + public static final int multiply=0x7f080078; + public static final int navigation_header_container=0x7f080079; + public static final int never=0x7f08007a; + public static final int none=0x7f08007b; + public static final int normal=0x7f08007c; + public static final int notification_background=0x7f08007d; + public static final int notification_main_column=0x7f08007e; + public static final int notification_main_column_container=0x7f08007f; + public static final int one_tips1=0x7f080080; + public static final int one_tips2=0x7f080081; + public static final int one_tips3=0x7f080082; + public static final int one_title=0x7f080083; + public static final int parallax=0x7f080084; + public static final int parentPanel=0x7f080085; + public static final int parent_matrix=0x7f080086; + public static final int password=0x7f080087; + public static final int password_again=0x7f080088; + public static final int pin=0x7f080089; + public static final int profile=0x7f08008a; + public static final int progress_circular=0x7f08008b; + public static final int progress_horizontal=0x7f08008c; + public static final int radio=0x7f08008d; + public static final int right=0x7f08008e; + public static final int right_icon=0x7f08008f; + public static final int right_side=0x7f080090; + public static final int save_image_matrix=0x7f080091; + public static final int save_non_transition_alpha=0x7f080092; + public static final int save_scale_type=0x7f080093; + public static final int screen=0x7f080094; + public static final int scroll=0x7f080095; + public static final int scrollIndicatorDown=0x7f080096; + public static final int scrollIndicatorUp=0x7f080097; + public static final int scrollView=0x7f080098; + public static final int scrollable=0x7f080099; + public static final int search_badge=0x7f08009a; + public static final int search_bar=0x7f08009b; + public static final int search_button=0x7f08009c; + public static final int search_close_btn=0x7f08009d; + public static final int search_edit_frame=0x7f08009e; + public static final int search_go_btn=0x7f08009f; + public static final int search_mag_icon=0x7f0800a0; + public static final int search_plate=0x7f0800a1; + public static final int search_src_text=0x7f0800a2; + public static final int search_voice_btn=0x7f0800a3; + public static final int select_dialog_listview=0x7f0800a4; + public static final int shortcut=0x7f0800a5; + public static final int showCustom=0x7f0800a6; + public static final int showHome=0x7f0800a7; + public static final int showTitle=0x7f0800a8; + public static final int smallLabel=0x7f0800a9; + public static final int snackbar_action=0x7f0800aa; + public static final int snackbar_text=0x7f0800ab; + public static final int snap=0x7f0800ac; + public static final int spacer=0x7f0800ad; + public static final int split_action_bar=0x7f0800ae; + public static final int src_atop=0x7f0800af; + public static final int src_in=0x7f0800b0; + public static final int src_over=0x7f0800b1; + public static final int start=0x7f0800b2; + public static final int status_bar_latest_event_content=0x7f0800b3; + public static final int submenuarrow=0x7f0800b4; + public static final int submit_area=0x7f0800b5; + public static final int tabMode=0x7f0800b6; + public static final int tab_four_iv=0x7f0800b7; + public static final int tab_four_tv=0x7f0800b8; + public static final int tab_fourbg=0x7f0800b9; + public static final int tab_layout=0x7f0800ba; + public static final int tab_one_iv=0x7f0800bb; + public static final int tab_one_tv=0x7f0800bc; + public static final int tab_onebg=0x7f0800bd; + public static final int tab_three_iv=0x7f0800be; + public static final int tab_three_tv=0x7f0800bf; + public static final int tab_threebg=0x7f0800c0; + public static final int tab_two_iv=0x7f0800c1; + public static final int tab_two_tv=0x7f0800c2; + public static final int tab_twobg=0x7f0800c3; + public static final int text=0x7f0800c4; + public static final int text2=0x7f0800c5; + public static final int textSpacerNoButtons=0x7f0800c6; + public static final int textSpacerNoTitle=0x7f0800c7; + public static final int text_input_password_toggle=0x7f0800c8; + public static final int textinput_counter=0x7f0800c9; + public static final int textinput_error=0x7f0800ca; + public static final int three_tips1=0x7f0800cb; + public static final int three_tips2=0x7f0800cc; + public static final int three_tips3=0x7f0800cd; + public static final int three_title=0x7f0800ce; + public static final int thumbPath=0x7f0800cf; + public static final int time=0x7f0800d0; + public static final int title=0x7f0800d1; + public static final int titleDividerNoCustom=0x7f0800d2; + public static final int title_layout=0x7f0800d3; + public static final int title_template=0x7f0800d4; + public static final int top=0x7f0800d5; + public static final int topPanel=0x7f0800d6; + public static final int touch_outside=0x7f0800d7; + public static final int transition_current_scene=0x7f0800d8; + public static final int transition_layout_save=0x7f0800d9; + public static final int transition_position=0x7f0800da; + public static final int transition_scene_layoutid_cache=0x7f0800db; + public static final int transition_transform=0x7f0800dc; + public static final int two_tips1=0x7f0800dd; + public static final int two_tips2=0x7f0800de; + public static final int two_tips3=0x7f0800df; + public static final int two_title=0x7f0800e0; + public static final int uniform=0x7f0800e1; + public static final int up=0x7f0800e2; + public static final int useLogo=0x7f0800e3; + public static final int view_offset_helper=0x7f0800e4; + public static final int visible=0x7f0800e5; + public static final int web_view=0x7f0800e6; + public static final int withText=0x7f0800e7; + public static final int wrap_content=0x7f0800e8; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f090000; + public static final int abc_config_activityShortDur=0x7f090001; + public static final int app_bar_elevation_anim_duration=0x7f090002; + public static final int bottom_sheet_slide_duration=0x7f090003; + public static final int cancel_button_image_alpha=0x7f090004; + public static final int config_tooltipAnimTime=0x7f090005; + public static final int design_snackbar_text_max_lines=0x7f090006; + public static final int hide_password_duration=0x7f090007; + public static final int show_password_duration=0x7f090008; + public static final int status_bar_notification_info_maxnum=0x7f090009; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f0a0000; + public static final int abc_action_bar_up_container=0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout=0x7f0a0002; + public static final int abc_action_menu_item_layout=0x7f0a0003; + public static final int abc_action_menu_layout=0x7f0a0004; + public static final int abc_action_mode_bar=0x7f0a0005; + public static final int abc_action_mode_close_item_material=0x7f0a0006; + public static final int abc_activity_chooser_view=0x7f0a0007; + public static final int abc_activity_chooser_view_list_item=0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material=0x7f0a0009; + public static final int abc_alert_dialog_material=0x7f0a000a; + public static final int abc_alert_dialog_title_material=0x7f0a000b; + public static final int abc_dialog_title_material=0x7f0a000c; + public static final int abc_expanded_menu_layout=0x7f0a000d; + public static final int abc_list_menu_item_checkbox=0x7f0a000e; + public static final int abc_list_menu_item_icon=0x7f0a000f; + public static final int abc_list_menu_item_layout=0x7f0a0010; + public static final int abc_list_menu_item_radio=0x7f0a0011; + public static final int abc_popup_menu_header_item_layout=0x7f0a0012; + public static final int abc_popup_menu_item_layout=0x7f0a0013; + public static final int abc_screen_content_include=0x7f0a0014; + public static final int abc_screen_simple=0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode=0x7f0a0016; + public static final int abc_screen_toolbar=0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line=0x7f0a0018; + public static final int abc_search_view=0x7f0a0019; + public static final int abc_select_dialog_material=0x7f0a001a; + public static final int activity_register=0x7f0a001b; + public static final int activity_tab=0x7f0a001c; + public static final int activity_web_detail=0x7f0a001d; + public static final int design_bottom_navigation_item=0x7f0a001e; + public static final int design_bottom_sheet_dialog=0x7f0a001f; + public static final int design_layout_snackbar=0x7f0a0020; + public static final int design_layout_snackbar_include=0x7f0a0021; + public static final int design_layout_tab_icon=0x7f0a0022; + public static final int design_layout_tab_text=0x7f0a0023; + public static final int design_menu_item_action_area=0x7f0a0024; + public static final int design_navigation_item=0x7f0a0025; + public static final int design_navigation_item_header=0x7f0a0026; + public static final int design_navigation_item_separator=0x7f0a0027; + public static final int design_navigation_item_subheader=0x7f0a0028; + public static final int design_navigation_menu=0x7f0a0029; + public static final int design_navigation_menu_item=0x7f0a002a; + public static final int design_text_input_password_icon=0x7f0a002b; + public static final int fragment_four=0x7f0a002c; + public static final int fragment_one=0x7f0a002d; + public static final int fragment_three=0x7f0a002e; + public static final int fragment_toolbar=0x7f0a002f; + public static final int fragment_two=0x7f0a0030; + public static final int item_movie_list=0x7f0a0031; + public static final int login=0x7f0a0032; + public static final int notification_action=0x7f0a0033; + public static final int notification_action_tombstone=0x7f0a0034; + public static final int notification_media_action=0x7f0a0035; + public static final int notification_media_cancel_action=0x7f0a0036; + public static final int notification_template_big_media=0x7f0a0037; + public static final int notification_template_big_media_custom=0x7f0a0038; + public static final int notification_template_big_media_narrow=0x7f0a0039; + public static final int notification_template_big_media_narrow_custom=0x7f0a003a; + public static final int notification_template_custom_big=0x7f0a003b; + public static final int notification_template_icon_group=0x7f0a003c; + public static final int notification_template_lines_media=0x7f0a003d; + public static final int notification_template_media=0x7f0a003e; + public static final int notification_template_media_custom=0x7f0a003f; + public static final int notification_template_part_chronometer=0x7f0a0040; + public static final int notification_template_part_time=0x7f0a0041; + public static final int select_dialog_item_material=0x7f0a0042; + public static final int select_dialog_multichoice_material=0x7f0a0043; + public static final int select_dialog_singlechoice_material=0x7f0a0044; + public static final int support_simple_spinner_dropdown_item=0x7f0a0045; + public static final int tooltip=0x7f0a0046; + } + public static final class mipmap { + public static final int a1=0x7f0b0000; + public static final int a2=0x7f0b0001; + public static final int a3=0x7f0b0002; + public static final int add=0x7f0b0003; + public static final int baomihua=0x7f0b0004; + public static final int baomihua_small=0x7f0b0005; + public static final int bg=0x7f0b0006; + public static final int huamulan=0x7f0b0007; + public static final int ic_launcher=0x7f0b0008; + public static final int ic_launcher_round=0x7f0b0009; + public static final int icon_1=0x7f0b000a; + public static final int icon_arrow=0x7f0b000b; + public static final int icon_card=0x7f0b000c; + public static final int icon_food=0x7f0b000d; + public static final int icon_free=0x7f0b000e; + public static final int icon_looked=0x7f0b000f; + public static final int icon_love=0x7f0b0010; + public static final int icon_money=0x7f0b0011; + public static final int icon_movie=0x7f0b0012; + public static final int icon_my=0x7f0b0013; + public static final int icon_share=0x7f0b0014; + public static final int icon_shop=0x7f0b0015; + public static final int icon_sign=0x7f0b0016; + public static final int icon_triangle=0x7f0b0017; + public static final int icon_vip=0x7f0b0018; + public static final int item_default=0x7f0b0019; + public static final int kele=0x7f0b001a; + public static final int logo2=0x7f0b001b; + public static final int logout=0x7f0b001c; + public static final int p1=0x7f0b001d; + public static final int search=0x7f0b001e; + public static final int tab_four_normal=0x7f0b001f; + public static final int tab_four_pressed=0x7f0b0020; + public static final int tab_one_normal=0x7f0b0021; + public static final int tab_one_pressed=0x7f0b0022; + public static final int tab_three_normal=0x7f0b0023; + public static final int tab_three_pressed=0x7f0b0024; + public static final int tab_two_normal=0x7f0b0025; + public static final int tab_two_pressed=0x7f0b0026; + public static final int zhuilong=0x7f0b0027; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0c0000; + public static final int abc_action_bar_home_description_format=0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f0c0002; + public static final int abc_action_bar_up_description=0x7f0c0003; + public static final int abc_action_menu_overflow_description=0x7f0c0004; + public static final int abc_action_mode_done=0x7f0c0005; + public static final int abc_activity_chooser_view_see_all=0x7f0c0006; + public static final int abc_activitychooserview_choose_application=0x7f0c0007; + public static final int abc_capital_off=0x7f0c0008; + public static final int abc_capital_on=0x7f0c0009; + public static final int abc_font_family_body_1_material=0x7f0c000a; + public static final int abc_font_family_body_2_material=0x7f0c000b; + public static final int abc_font_family_button_material=0x7f0c000c; + public static final int abc_font_family_caption_material=0x7f0c000d; + public static final int abc_font_family_display_1_material=0x7f0c000e; + public static final int abc_font_family_display_2_material=0x7f0c000f; + public static final int abc_font_family_display_3_material=0x7f0c0010; + public static final int abc_font_family_display_4_material=0x7f0c0011; + public static final int abc_font_family_headline_material=0x7f0c0012; + public static final int abc_font_family_menu_material=0x7f0c0013; + public static final int abc_font_family_subhead_material=0x7f0c0014; + public static final int abc_font_family_title_material=0x7f0c0015; + public static final int abc_search_hint=0x7f0c0016; + public static final int abc_searchview_description_clear=0x7f0c0017; + public static final int abc_searchview_description_query=0x7f0c0018; + public static final int abc_searchview_description_search=0x7f0c0019; + public static final int abc_searchview_description_submit=0x7f0c001a; + public static final int abc_searchview_description_voice=0x7f0c001b; + public static final int abc_shareactionprovider_share_with=0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application=0x7f0c001d; + public static final int abc_toolbar_collapse_description=0x7f0c001e; + public static final int action_concel=0x7f0c001f; + public static final int action_register=0x7f0c0020; + public static final int action_resetting=0x7f0c0021; + public static final int action_sign_in=0x7f0c0022; + public static final int action_sign_in_short=0x7f0c0023; + public static final int app_name=0x7f0c0024; + public static final int appbar_scrolling_view_behavior=0x7f0c0025; + public static final int bottom_sheet_behavior=0x7f0c0026; + public static final int character_counter_pattern=0x7f0c0027; + public static final int password_toggle_content_description=0x7f0c0028; + public static final int path_password_eye=0x7f0c0029; + public static final int path_password_eye_mask_strike_through=0x7f0c002a; + public static final int path_password_eye_mask_visible=0x7f0c002b; + public static final int path_password_strike_through=0x7f0c002c; + public static final int prompt_email=0x7f0c002d; + public static final int prompt_password=0x7f0c002e; + public static final int prompt_password_again=0x7f0c002f; + public static final int prompt_setpassword=0x7f0c0030; + public static final int prompt_username=0x7f0c0031; + public static final int search_menu_title=0x7f0c0032; + public static final int status_bar_notification_info_overflow=0x7f0c0033; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0d0000; + public static final int AlertDialog_AppCompat_Light=0x7f0d0001; + public static final int Animation_AppCompat_Dialog=0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp=0x7f0d0003; + public static final int Animation_AppCompat_Tooltip=0x7f0d0004; + public static final int Animation_Design_BottomSheetDialog=0x7f0d0005; + public static final int AppTheme=0x7f0d0006; + public static final int Base_AlertDialog_AppCompat=0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog=0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip=0x7f0d000b; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0d000c; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0d000d; + public static final int Base_TextAppearance_AppCompat=0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d003d; + public static final int Base_Theme_AppCompat=0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog=0x7f0d0040; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0d0043; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0d0044; + public static final int Base_Theme_AppCompat_Light=0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d004a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0d004b; + public static final int Base_ThemeOverlay_AppCompat=0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0d0052; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0d0054; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0d0055; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0d0057; + public static final int Base_V14_Widget_Design_AppBarLayout=0x7f0d0058; + public static final int Base_V21_Theme_AppCompat=0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0d005c; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0d005d; + public static final int Base_V21_Widget_Design_AppBarLayout=0x7f0d005e; + public static final int Base_V22_Theme_AppCompat=0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0d0060; + public static final int Base_V23_Theme_AppCompat=0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0d0062; + public static final int Base_V26_Theme_AppCompat=0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light=0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0d0065; + public static final int Base_V26_Widget_Design_AppBarLayout=0x7f0d0066; + public static final int Base_V7_Theme_AppCompat=0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0d006a; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0d006b; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0d0079; + public static final int Base_Widget_AppCompat_Button=0x7f0d007a; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0d007f; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d0081; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText=0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView=0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView=0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView=0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner=0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d00a7; + public static final int Base_Widget_Design_AppBarLayout=0x7f0d00a8; + public static final int Base_Widget_Design_TabLayout=0x7f0d00a9; + public static final int Platform_AppCompat=0x7f0d00aa; + public static final int Platform_AppCompat_Light=0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0d00ae; + public static final int Platform_V11_AppCompat=0x7f0d00af; + public static final int Platform_V11_AppCompat_Light=0x7f0d00b0; + public static final int Platform_V14_AppCompat=0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light=0x7f0d00b2; + public static final int Platform_V21_AppCompat=0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light=0x7f0d00b4; + public static final int Platform_V25_AppCompat=0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light=0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0d00c2; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0d00c3; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0d00c5; + public static final int TextAppearance_AppCompat=0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1=0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2=0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button=0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption=0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1=0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2=0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3=0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4=0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline=0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse=0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large=0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium=0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu=0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification=0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info=0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media=0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2=0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media=0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media=0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time=0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media=0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title=0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media=0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small=0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead=0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title=0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip=0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d00ff; + public static final int TextAppearance_Compat_Notification=0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info=0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2=0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media=0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time=0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title=0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0d0109; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0d010a; + public static final int TextAppearance_Design_Counter=0x7f0d010b; + public static final int TextAppearance_Design_Counter_Overflow=0x7f0d010c; + public static final int TextAppearance_Design_Error=0x7f0d010d; + public static final int TextAppearance_Design_Hint=0x7f0d010e; + public static final int TextAppearance_Design_Snackbar_Message=0x7f0d010f; + public static final int TextAppearance_Design_Tab=0x7f0d0110; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d0113; + public static final int Theme_AppCompat=0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu=0x7f0d0115; + public static final int Theme_AppCompat_DayNight=0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0d0118; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0d011a; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0d011b; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0d011c; + public static final int Theme_AppCompat_Dialog=0x7f0d011d; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0d011f; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0d0120; + public static final int Theme_AppCompat_Light=0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog=0x7f0d0123; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d0125; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0d0126; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar=0x7f0d0128; + public static final int Theme_Design=0x7f0d0129; + public static final int Theme_Design_BottomSheetDialog=0x7f0d012a; + public static final int Theme_Design_Light=0x7f0d012b; + public static final int Theme_Design_Light_BottomSheetDialog=0x7f0d012c; + public static final int Theme_Design_Light_NoActionBar=0x7f0d012d; + public static final int Theme_Design_NoActionBar=0x7f0d012e; + public static final int ThemeOverlay_AppCompat=0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog=0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light=0x7f0d0135; + public static final int Widget_AppCompat_ActionBar=0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0d013a; + public static final int Widget_AppCompat_ActionButton=0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0d013d; + public static final int Widget_AppCompat_ActionMode=0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0d0140; + public static final int Widget_AppCompat_Button=0x7f0d0141; + public static final int Widget_AppCompat_Button_Borderless=0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored=0x7f0d0145; + public static final int Widget_AppCompat_Button_Small=0x7f0d0146; + public static final int Widget_AppCompat_ButtonBar=0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d0148; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0d014d; + public static final int Widget_AppCompat_EditText=0x7f0d014e; + public static final int Widget_AppCompat_ImageButton=0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView=0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView=0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0d0167; + public static final int Widget_AppCompat_ListView=0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu=0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu=0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow=0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar=0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0d016f; + public static final int Widget_AppCompat_RatingBar=0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0d0172; + public static final int Widget_AppCompat_SearchView=0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0d0174; + public static final int Widget_AppCompat_SeekBar=0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0d0176; + public static final int Widget_AppCompat_Spinner=0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0d017b; + public static final int Widget_AppCompat_Toolbar=0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer=0x7f0d017e; + public static final int Widget_Compat_NotificationActionText=0x7f0d017f; + public static final int Widget_Design_AppBarLayout=0x7f0d0180; + public static final int Widget_Design_BottomNavigationView=0x7f0d0181; + public static final int Widget_Design_BottomSheet_Modal=0x7f0d0182; + public static final int Widget_Design_CollapsingToolbar=0x7f0d0183; + public static final int Widget_Design_CoordinatorLayout=0x7f0d0184; + public static final int Widget_Design_FloatingActionButton=0x7f0d0185; + public static final int Widget_Design_NavigationView=0x7f0d0186; + public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0d0187; + public static final int Widget_Design_Snackbar=0x7f0d0188; + public static final int Widget_Design_TabLayout=0x7f0d0189; + public static final int Widget_Design_TextInputLayout=0x7f0d018a; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionBar_background com.movies.info:background}
{@link #ActionBar_backgroundSplit com.movies.info:backgroundSplit}
{@link #ActionBar_backgroundStacked com.movies.info:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.movies.info:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions com.movies.info:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft com.movies.info:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.movies.info:contentInsetRight}
{@link #ActionBar_contentInsetStart com.movies.info:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation com.movies.info:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout com.movies.info:customNavigationLayout}
{@link #ActionBar_displayOptions com.movies.info:displayOptions}
{@link #ActionBar_divider com.movies.info:divider}
{@link #ActionBar_elevation com.movies.info:elevation}
{@link #ActionBar_height com.movies.info:height}
{@link #ActionBar_hideOnContentScroll com.movies.info:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.movies.info:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.movies.info:homeLayout}
{@link #ActionBar_icon com.movies.info:icon}
{@link #ActionBar_indeterminateProgressStyle com.movies.info:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.movies.info:itemPadding}
{@link #ActionBar_logo com.movies.info:logo}
{@link #ActionBar_navigationMode com.movies.info:navigationMode}
{@link #ActionBar_popupTheme com.movies.info:popupTheme}
{@link #ActionBar_progressBarPadding com.movies.info:progressBarPadding}
{@link #ActionBar_progressBarStyle com.movies.info:progressBarStyle}
{@link #ActionBar_subtitle com.movies.info:subtitle}
{@link #ActionBar_subtitleTextStyle com.movies.info:subtitleTextStyle}
{@link #ActionBar_title com.movies.info:title}
{@link #ActionBar_titleTextStyle com.movies.info:titleTextStyle}
+ * @see #ActionBar_background + * @see #ActionBar_backgroundSplit + * @see #ActionBar_backgroundStacked + * @see #ActionBar_contentInsetEnd + * @see #ActionBar_contentInsetEndWithActions + * @see #ActionBar_contentInsetLeft + * @see #ActionBar_contentInsetRight + * @see #ActionBar_contentInsetStart + * @see #ActionBar_contentInsetStartWithNavigation + * @see #ActionBar_customNavigationLayout + * @see #ActionBar_displayOptions + * @see #ActionBar_divider + * @see #ActionBar_elevation + * @see #ActionBar_height + * @see #ActionBar_hideOnContentScroll + * @see #ActionBar_homeAsUpIndicator + * @see #ActionBar_homeLayout + * @see #ActionBar_icon + * @see #ActionBar_indeterminateProgressStyle + * @see #ActionBar_itemPadding + * @see #ActionBar_logo + * @see #ActionBar_navigationMode + * @see #ActionBar_popupTheme + * @see #ActionBar_progressBarPadding + * @see #ActionBar_progressBarStyle + * @see #ActionBar_subtitle + * @see #ActionBar_subtitleTextStyle + * @see #ActionBar_title + * @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar={ + 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, + 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, + 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, + 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, + 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, + 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, + 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, + 0x7f030144 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#background} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:background + */ + public static final int ActionBar_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundStacked} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEndWithActions} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEndWithActions + */ + public static final int ActionBar_contentInsetEndWithActions=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStartWithNavigation} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStartWithNavigation + */ + public static final int ActionBar_contentInsetStartWithNavigation=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#customNavigationLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#displayOptions} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ * + * @attr name com.movies.info:displayOptions + */ + public static final int ActionBar_displayOptions=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#divider} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:divider + */ + public static final int ActionBar_divider=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int ActionBar_elevation=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#height} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:height + */ + public static final int ActionBar_height=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hideOnContentScroll} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeLayout + */ + public static final int ActionBar_homeLayout=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#icon} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:icon + */ + public static final int ActionBar_icon=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#indeterminateProgressStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:itemPadding + */ + public static final int ActionBar_itemPadding=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logo} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:logo + */ + public static final int ActionBar_logo=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationMode} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ * + * @attr name com.movies.info:navigationMode + */ + public static final int ActionBar_navigationMode=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int ActionBar_popupTheme=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#progressBarPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#progressBarStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:subtitle + */ + public static final int ActionBar_subtitle=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int ActionBar_title=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextStyle + */ + public static final int ActionBar_titleTextStyle=28; + /** + * Attributes that can be used with a ActionBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ * @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout={ + 0x010100b3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity=0; + /** + * Attributes that can be used with a ActionMenuItemView. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ * @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView={ + 0x0101013f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth=0; + public static final int[] ActionMenuView={ + }; + /** + * Attributes that can be used with a ActionMode. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionMode_background com.movies.info:background}
{@link #ActionMode_backgroundSplit com.movies.info:backgroundSplit}
{@link #ActionMode_closeItemLayout com.movies.info:closeItemLayout}
{@link #ActionMode_height com.movies.info:height}
{@link #ActionMode_subtitleTextStyle com.movies.info:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.movies.info:titleTextStyle}
+ * @see #ActionMode_background + * @see #ActionMode_backgroundSplit + * @see #ActionMode_closeItemLayout + * @see #ActionMode_height + * @see #ActionMode_subtitleTextStyle + * @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode={ + 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, + 0x7f03010e, 0x7f030144 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#background} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:background + */ + public static final int ActionMode_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#closeItemLayout} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#height} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:height + */ + public static final int ActionMode_height=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.movies.info:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.movies.info:initialActivityCount}
+ * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f03007f, 0x7f0300a9 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandActivityOverflowButtonDrawable} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#initialActivityCount} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.movies.info:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.movies.info:listItemLayout}
{@link #AlertDialog_listLayout com.movies.info:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.movies.info:multiChoiceItemLayout}
{@link #AlertDialog_showTitle com.movies.info:showTitle}
{@link #AlertDialog_singleChoiceItemLayout com.movies.info:singleChoiceItemLayout}
+ * @see #AlertDialog_android_layout + * @see #AlertDialog_buttonPanelSideLayout + * @see #AlertDialog_listItemLayout + * @see #AlertDialog_listLayout + * @see #AlertDialog_multiChoiceItemLayout + * @see #AlertDialog_showTitle + * @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog={ + 0x010100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, + 0x7f0300cf, 0x7f0300fb, 0x7f0300fc + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int AlertDialog_android_layout=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonPanelSideLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listItemLayout + */ + public static final int AlertDialog_listItemLayout=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listLayout + */ + public static final int AlertDialog_listLayout=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#multiChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showTitle} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:showTitle + */ + public static final int AlertDialog_showTitle=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#singleChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout=6; + /** + * Attributes that can be used with a AppBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_elevation com.movies.info:elevation}
{@link #AppBarLayout_expanded com.movies.info:expanded}
+ * @see #AppBarLayout_android_background + * @see #AppBarLayout_android_touchscreenBlocksFocus + * @see #AppBarLayout_android_keyboardNavigationCluster + * @see #AppBarLayout_elevation + * @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout={ + 0x010100d4, 0x0101048f, 0x01010540, 0x7f03007c, + 0x7f030080 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int AppBarLayout_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:touchscreenBlocksFocus + */ + public static final int AppBarLayout_android_touchscreenBlocksFocus=1; + /** + *

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:keyboardNavigationCluster + */ + public static final int AppBarLayout_android_keyboardNavigationCluster=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int AppBarLayout_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expanded} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:expanded + */ + public static final int AppBarLayout_expanded=4; + /** + * Attributes that can be used with a AppBarLayoutStates. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed com.movies.info:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible com.movies.info:state_collapsible}
+ * @see #AppBarLayoutStates_state_collapsed + * @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates={ + 0x7f030105, 0x7f030106 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_collapsed} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_collapsed + */ + public static final int AppBarLayoutStates_state_collapsed=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_collapsible} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_collapsible + */ + public static final int AppBarLayoutStates_state_collapsible=1; + /** + * Attributes that can be used with a AppBarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags com.movies.info:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator com.movies.info:layout_scrollInterpolator}
+ * @see #AppBarLayout_Layout_layout_scrollFlags + * @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout={ + 0x7f0300bc, 0x7f0300bd + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_scrollFlags} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
+ * + * @attr name com.movies.info:layout_scrollFlags + */ + public static final int AppBarLayout_Layout_layout_scrollFlags=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_scrollInterpolator} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout_scrollInterpolator + */ + public static final int AppBarLayout_Layout_layout_scrollInterpolator=1; + /** + * Attributes that can be used with a AppCompatImageView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat com.movies.info:srcCompat}
{@link #AppCompatImageView_tint com.movies.info:tint}
{@link #AppCompatImageView_tintMode com.movies.info:tintMode}
+ * @see #AppCompatImageView_android_src + * @see #AppCompatImageView_srcCompat + * @see #AppCompatImageView_tint + * @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView={ + 0x01010119, 0x7f030102, 0x7f030138, 0x7f030139 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#src} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:src + */ + public static final int AppCompatImageView_android_src=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#srcCompat} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:srcCompat + */ + public static final int AppCompatImageView_srcCompat=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tint} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tint + */ + public static final int AppCompatImageView_tint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tintMode} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:tintMode + */ + public static final int AppCompatImageView_tintMode=3; + /** + * Attributes that can be used with a AppCompatSeekBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark com.movies.info:tickMark}
{@link #AppCompatSeekBar_tickMarkTint com.movies.info:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode com.movies.info:tickMarkTintMode}
+ * @see #AppCompatSeekBar_android_thumb + * @see #AppCompatSeekBar_tickMark + * @see #AppCompatSeekBar_tickMarkTint + * @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar={ + 0x01010142, 0x7f030135, 0x7f030136, 0x7f030137 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int AppCompatSeekBar_android_thumb=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMark} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tickMark + */ + public static final int AppCompatSeekBar_tickMark=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMarkTint} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tickMarkTint + */ + public static final int AppCompatSeekBar_tickMarkTint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMarkTintMode} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:tickMarkTintMode + */ + public static final int AppCompatSeekBar_tickMarkTintMode=3; + /** + * Attributes that can be used with a AppCompatTextHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
+ * @see #AppCompatTextHelper_android_textAppearance + * @see #AppCompatTextHelper_android_drawableTop + * @see #AppCompatTextHelper_android_drawableBottom + * @see #AppCompatTextHelper_android_drawableLeft + * @see #AppCompatTextHelper_android_drawableRight + * @see #AppCompatTextHelper_android_drawableStart + * @see #AppCompatTextHelper_android_drawableEnd + */ + public static final int[] AppCompatTextHelper={ + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextHelper_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableTop} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableTop + */ + public static final int AppCompatTextHelper_android_drawableTop=1; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableBottom} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableBottom + */ + public static final int AppCompatTextHelper_android_drawableBottom=2; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableLeft} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableLeft + */ + public static final int AppCompatTextHelper_android_drawableLeft=3; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableRight} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableRight + */ + public static final int AppCompatTextHelper_android_drawableRight=4; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableStart} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableStart + */ + public static final int AppCompatTextHelper_android_drawableStart=5; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableEnd} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableEnd + */ + public static final int AppCompatTextHelper_android_drawableEnd=6; + /** + * Attributes that can be used with a AppCompatTextView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize com.movies.info:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize com.movies.info:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes com.movies.info:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity com.movies.info:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType com.movies.info:autoSizeTextType}
{@link #AppCompatTextView_fontFamily com.movies.info:fontFamily}
{@link #AppCompatTextView_textAllCaps com.movies.info:textAllCaps}
+ * @see #AppCompatTextView_android_textAppearance + * @see #AppCompatTextView_autoSizeMaxTextSize + * @see #AppCompatTextView_autoSizeMinTextSize + * @see #AppCompatTextView_autoSizePresetSizes + * @see #AppCompatTextView_autoSizeStepGranularity + * @see #AppCompatTextView_autoSizeTextType + * @see #AppCompatTextView_fontFamily + * @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView={ + 0x01010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, + 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeMaxTextSize} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeMaxTextSize + */ + public static final int AppCompatTextView_autoSizeMaxTextSize=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeMinTextSize} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeMinTextSize + */ + public static final int AppCompatTextView_autoSizeMinTextSize=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizePresetSizes} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:autoSizePresetSizes + */ + public static final int AppCompatTextView_autoSizePresetSizes=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeStepGranularity} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeStepGranularity + */ + public static final int AppCompatTextView_autoSizeStepGranularity=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeTextType} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0
uniform1
+ * + * @attr name com.movies.info:autoSizeTextType + */ + public static final int AppCompatTextView_autoSizeTextType=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontFamily} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontFamily + */ + public static final int AppCompatTextView_fontFamily=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAllCaps} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps=7; + /** + * Attributes that can be used with a AppCompatTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_actionBarDivider com.movies.info:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground com.movies.info:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme com.movies.info:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize com.movies.info:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle com.movies.info:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle com.movies.info:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle com.movies.info:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle com.movies.info:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle com.movies.info:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme com.movies.info:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme com.movies.info:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle com.movies.info:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle com.movies.info:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance com.movies.info:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor com.movies.info:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground com.movies.info:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle com.movies.info:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable com.movies.info:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable com.movies.info:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable com.movies.info:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable com.movies.info:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable com.movies.info:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle com.movies.info:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable com.movies.info:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable com.movies.info:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground com.movies.info:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle com.movies.info:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable com.movies.info:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle com.movies.info:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle com.movies.info:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle com.movies.info:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle com.movies.info:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons com.movies.info:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle com.movies.info:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme com.movies.info:alertDialogTheme}
{@link #AppCompatTheme_autoCompleteTextViewStyle com.movies.info:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle com.movies.info:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle com.movies.info:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.movies.info:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.movies.info:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.movies.info:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle com.movies.info:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle com.movies.info:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall com.movies.info:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle com.movies.info:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle com.movies.info:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent com.movies.info:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating com.movies.info:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal com.movies.info:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated com.movies.info:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight com.movies.info:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal com.movies.info:colorControlNormal}
{@link #AppCompatTheme_colorError com.movies.info:colorError}
{@link #AppCompatTheme_colorPrimary com.movies.info:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark com.movies.info:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal com.movies.info:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground com.movies.info:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding com.movies.info:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme com.movies.info:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal com.movies.info:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical com.movies.info:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle com.movies.info:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight com.movies.info:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground com.movies.info:editTextBackground}
{@link #AppCompatTheme_editTextColor com.movies.info:editTextColor}
{@link #AppCompatTheme_editTextStyle com.movies.info:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator com.movies.info:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle com.movies.info:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator com.movies.info:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog com.movies.info:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle com.movies.info:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle com.movies.info:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight com.movies.info:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge com.movies.info:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall com.movies.info:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft com.movies.info:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight com.movies.info:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground com.movies.info:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme com.movies.info:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth com.movies.info:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle com.movies.info:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle com.movies.info:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle com.movies.info:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle com.movies.info:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator com.movies.info:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall com.movies.info:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle com.movies.info:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle com.movies.info:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground com.movies.info:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless com.movies.info:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle com.movies.info:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle com.movies.info:spinnerStyle}
{@link #AppCompatTheme_switchStyle com.movies.info:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu com.movies.info:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem com.movies.info:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary com.movies.info:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall com.movies.info:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader com.movies.info:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.movies.info:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle com.movies.info:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.movies.info:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem com.movies.info:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl com.movies.info:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle com.movies.info:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle com.movies.info:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor com.movies.info:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground com.movies.info:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar com.movies.info:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay com.movies.info:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay com.movies.info:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor com.movies.info:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor com.movies.info:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor com.movies.info:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor com.movies.info:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor com.movies.info:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor com.movies.info:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle com.movies.info:windowNoTitle}
+ * @see #AppCompatTheme_android_windowIsFloating + * @see #AppCompatTheme_android_windowAnimationStyle + * @see #AppCompatTheme_actionBarDivider + * @see #AppCompatTheme_actionBarItemBackground + * @see #AppCompatTheme_actionBarPopupTheme + * @see #AppCompatTheme_actionBarSize + * @see #AppCompatTheme_actionBarSplitStyle + * @see #AppCompatTheme_actionBarStyle + * @see #AppCompatTheme_actionBarTabBarStyle + * @see #AppCompatTheme_actionBarTabStyle + * @see #AppCompatTheme_actionBarTabTextStyle + * @see #AppCompatTheme_actionBarTheme + * @see #AppCompatTheme_actionBarWidgetTheme + * @see #AppCompatTheme_actionButtonStyle + * @see #AppCompatTheme_actionDropDownStyle + * @see #AppCompatTheme_actionMenuTextAppearance + * @see #AppCompatTheme_actionMenuTextColor + * @see #AppCompatTheme_actionModeBackground + * @see #AppCompatTheme_actionModeCloseButtonStyle + * @see #AppCompatTheme_actionModeCloseDrawable + * @see #AppCompatTheme_actionModeCopyDrawable + * @see #AppCompatTheme_actionModeCutDrawable + * @see #AppCompatTheme_actionModeFindDrawable + * @see #AppCompatTheme_actionModePasteDrawable + * @see #AppCompatTheme_actionModePopupWindowStyle + * @see #AppCompatTheme_actionModeSelectAllDrawable + * @see #AppCompatTheme_actionModeShareDrawable + * @see #AppCompatTheme_actionModeSplitBackground + * @see #AppCompatTheme_actionModeStyle + * @see #AppCompatTheme_actionModeWebSearchDrawable + * @see #AppCompatTheme_actionOverflowButtonStyle + * @see #AppCompatTheme_actionOverflowMenuStyle + * @see #AppCompatTheme_activityChooserViewStyle + * @see #AppCompatTheme_alertDialogButtonGroupStyle + * @see #AppCompatTheme_alertDialogCenterButtons + * @see #AppCompatTheme_alertDialogStyle + * @see #AppCompatTheme_alertDialogTheme + * @see #AppCompatTheme_autoCompleteTextViewStyle + * @see #AppCompatTheme_borderlessButtonStyle + * @see #AppCompatTheme_buttonBarButtonStyle + * @see #AppCompatTheme_buttonBarNegativeButtonStyle + * @see #AppCompatTheme_buttonBarNeutralButtonStyle + * @see #AppCompatTheme_buttonBarPositiveButtonStyle + * @see #AppCompatTheme_buttonBarStyle + * @see #AppCompatTheme_buttonStyle + * @see #AppCompatTheme_buttonStyleSmall + * @see #AppCompatTheme_checkboxStyle + * @see #AppCompatTheme_checkedTextViewStyle + * @see #AppCompatTheme_colorAccent + * @see #AppCompatTheme_colorBackgroundFloating + * @see #AppCompatTheme_colorButtonNormal + * @see #AppCompatTheme_colorControlActivated + * @see #AppCompatTheme_colorControlHighlight + * @see #AppCompatTheme_colorControlNormal + * @see #AppCompatTheme_colorError + * @see #AppCompatTheme_colorPrimary + * @see #AppCompatTheme_colorPrimaryDark + * @see #AppCompatTheme_colorSwitchThumbNormal + * @see #AppCompatTheme_controlBackground + * @see #AppCompatTheme_dialogPreferredPadding + * @see #AppCompatTheme_dialogTheme + * @see #AppCompatTheme_dividerHorizontal + * @see #AppCompatTheme_dividerVertical + * @see #AppCompatTheme_dropDownListViewStyle + * @see #AppCompatTheme_dropdownListPreferredItemHeight + * @see #AppCompatTheme_editTextBackground + * @see #AppCompatTheme_editTextColor + * @see #AppCompatTheme_editTextStyle + * @see #AppCompatTheme_homeAsUpIndicator + * @see #AppCompatTheme_imageButtonStyle + * @see #AppCompatTheme_listChoiceBackgroundIndicator + * @see #AppCompatTheme_listDividerAlertDialog + * @see #AppCompatTheme_listMenuViewStyle + * @see #AppCompatTheme_listPopupWindowStyle + * @see #AppCompatTheme_listPreferredItemHeight + * @see #AppCompatTheme_listPreferredItemHeightLarge + * @see #AppCompatTheme_listPreferredItemHeightSmall + * @see #AppCompatTheme_listPreferredItemPaddingLeft + * @see #AppCompatTheme_listPreferredItemPaddingRight + * @see #AppCompatTheme_panelBackground + * @see #AppCompatTheme_panelMenuListTheme + * @see #AppCompatTheme_panelMenuListWidth + * @see #AppCompatTheme_popupMenuStyle + * @see #AppCompatTheme_popupWindowStyle + * @see #AppCompatTheme_radioButtonStyle + * @see #AppCompatTheme_ratingBarStyle + * @see #AppCompatTheme_ratingBarStyleIndicator + * @see #AppCompatTheme_ratingBarStyleSmall + * @see #AppCompatTheme_searchViewStyle + * @see #AppCompatTheme_seekBarStyle + * @see #AppCompatTheme_selectableItemBackground + * @see #AppCompatTheme_selectableItemBackgroundBorderless + * @see #AppCompatTheme_spinnerDropDownItemStyle + * @see #AppCompatTheme_spinnerStyle + * @see #AppCompatTheme_switchStyle + * @see #AppCompatTheme_textAppearanceLargePopupMenu + * @see #AppCompatTheme_textAppearanceListItem + * @see #AppCompatTheme_textAppearanceListItemSecondary + * @see #AppCompatTheme_textAppearanceListItemSmall + * @see #AppCompatTheme_textAppearancePopupMenuHeader + * @see #AppCompatTheme_textAppearanceSearchResultSubtitle + * @see #AppCompatTheme_textAppearanceSearchResultTitle + * @see #AppCompatTheme_textAppearanceSmallPopupMenu + * @see #AppCompatTheme_textColorAlertDialogListItem + * @see #AppCompatTheme_textColorSearchUrl + * @see #AppCompatTheme_toolbarNavigationButtonStyle + * @see #AppCompatTheme_toolbarStyle + * @see #AppCompatTheme_tooltipForegroundColor + * @see #AppCompatTheme_tooltipFrameBackground + * @see #AppCompatTheme_windowActionBar + * @see #AppCompatTheme_windowActionBarOverlay + * @see #AppCompatTheme_windowActionModeOverlay + * @see #AppCompatTheme_windowFixedHeightMajor + * @see #AppCompatTheme_windowFixedHeightMinor + * @see #AppCompatTheme_windowFixedWidthMajor + * @see #AppCompatTheme_windowFixedWidthMinor + * @see #AppCompatTheme_windowMinWidthMajor + * @see #AppCompatTheme_windowMinWidthMinor + * @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme={ + 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, + 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, + 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, + 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, + 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, + 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, + 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, + 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, + 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, + 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, + 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, + 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, + 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, + 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, + 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, + 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, + 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, + 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, + 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, + 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, + 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, + 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, + 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, + 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, + 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, + 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, + 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, + 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, + 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, + 0x7f030157, 0x7f030158, 0x7f030159 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:windowIsFloating + */ + public static final int AppCompatTheme_android_windowIsFloating=0; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int AppCompatTheme_android_windowAnimationStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarDivider} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarPopupTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarSize} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ * + * @attr name com.movies.info:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarSplitStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarWidgetTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionDropDownStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionMenuTextAppearance} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionMenuTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCloseButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCloseDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCopyDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCutDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeFindDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModePasteDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModePopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeSelectAllDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeShareDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeSplitBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle=28; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeWebSearchDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable=29; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionOverflowButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle=30; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionOverflowMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle=31; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#activityChooserViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle=32; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogButtonGroupStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogCenterButtons} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons=34; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle=35; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme=36; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoCompleteTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle=37; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#borderlessButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle=38; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle=39; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarNegativeButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarNeutralButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarPositiveButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle=43; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle=44; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall=45; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#checkboxStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle=46; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#checkedTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle=47; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorAccent} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorAccent + */ + public static final int AppCompatTheme_colorAccent=48; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorBackgroundFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorBackgroundFloating + */ + public static final int AppCompatTheme_colorBackgroundFloating=49; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorButtonNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal=50; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlActivated} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated=51; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlHighlight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight=52; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal=53; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorError} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorError + */ + public static final int AppCompatTheme_colorError=54; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorPrimary} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary=55; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorPrimaryDark} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark=56; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorSwitchThumbNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal=57; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#controlBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:controlBackground + */ + public static final int AppCompatTheme_controlBackground=58; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dialogPreferredPadding} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding=59; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme=60; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerHorizontal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal=61; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerVertical} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical=62; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dropDownListViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle=63; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dropdownListPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight=64; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground=65; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:editTextColor + */ + public static final int AppCompatTheme_editTextColor=66; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle=67; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator=68; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#imageButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle=69; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listChoiceBackgroundIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator=70; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listDividerAlertDialog} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog=71; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listMenuViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listMenuViewStyle + */ + public static final int AppCompatTheme_listMenuViewStyle=72; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle=73; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight=74; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeightLarge} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge=75; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeightSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall=76; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemPaddingLeft} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft=77; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemPaddingRight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight=78; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:panelBackground + */ + public static final int AppCompatTheme_panelBackground=79; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelMenuListTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme=80; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelMenuListWidth} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth=81; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle=82; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle=83; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#radioButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle=84; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle=85; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyleIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator=86; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall=87; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle=88; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#seekBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle=89; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#selectableItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground=90; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#selectableItemBackgroundBorderless} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless=91; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinnerDropDownItemStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle=92; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinnerStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle=93; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:switchStyle + */ + public static final int AppCompatTheme_switchStyle=94; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceLargePopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu=95; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem=96; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItemSecondary} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItemSecondary + */ + public static final int AppCompatTheme_textAppearanceListItemSecondary=97; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItemSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall=98; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearancePopupMenuHeader} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearancePopupMenuHeader + */ + public static final int AppCompatTheme_textAppearancePopupMenuHeader=99; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSearchResultSubtitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=100; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSearchResultTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle=101; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSmallPopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu=102; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorAlertDialogListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem=103; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorSearchUrl} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl=104; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarNavigationButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle=105; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle=106; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipForegroundColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tooltipForegroundColor + */ + public static final int AppCompatTheme_tooltipForegroundColor=107; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipFrameBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tooltipFrameBackground + */ + public static final int AppCompatTheme_tooltipFrameBackground=108; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionBar} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar=109; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionBarOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay=110; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionModeOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay=111; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedHeightMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor=112; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedHeightMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor=113; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor=114; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor=115; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowMinWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor=116; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowMinWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor=117; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowNoTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle=118; + /** + * Attributes that can be used with a BottomNavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomNavigationView_elevation com.movies.info:elevation}
{@link #BottomNavigationView_itemBackground com.movies.info:itemBackground}
{@link #BottomNavigationView_itemIconTint com.movies.info:itemIconTint}
{@link #BottomNavigationView_itemTextColor com.movies.info:itemTextColor}
{@link #BottomNavigationView_menu com.movies.info:menu}
+ * @see #BottomNavigationView_elevation + * @see #BottomNavigationView_itemBackground + * @see #BottomNavigationView_itemIconTint + * @see #BottomNavigationView_itemTextColor + * @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView={ + 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, + 0x7f0300ce + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int BottomNavigationView_elevation=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemBackground} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemBackground + */ + public static final int BottomNavigationView_itemBackground=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemIconTint} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemIconTint + */ + public static final int BottomNavigationView_itemIconTint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextColor} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemTextColor + */ + public static final int BottomNavigationView_itemTextColor=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#menu} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:menu + */ + public static final int BottomNavigationView_menu=4; + /** + * Attributes that can be used with a BottomSheetBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable com.movies.info:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.movies.info:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.movies.info:behavior_skipCollapsed}
+ * @see #BottomSheetBehavior_Layout_behavior_hideable + * @see #BottomSheetBehavior_Layout_behavior_peekHeight + * @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout={ + 0x7f030038, 0x7f03003a, 0x7f03003b + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_hideable} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_hideable + */ + public static final int BottomSheetBehavior_Layout_behavior_hideable=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_peekHeight} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ * + * @attr name com.movies.info:behavior_peekHeight + */ + public static final int BottomSheetBehavior_Layout_behavior_peekHeight=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_skipCollapsed} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_skipCollapsed + */ + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed=2; + /** + * Attributes that can be used with a ButtonBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ButtonBarLayout_allowStacking com.movies.info:allowStacking}
+ * @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout={ + 0x7f030026 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#allowStacking} + * attribute's value can be found in the {@link #ButtonBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:allowStacking + */ + public static final int ButtonBarLayout_allowStacking=0; + /** + * Attributes that can be used with a CollapsingToolbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.movies.info:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.movies.info:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim com.movies.info:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity com.movies.info:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin com.movies.info:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.movies.info:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.movies.info:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.movies.info:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.movies.info:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.movies.info:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration com.movies.info:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.movies.info:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim com.movies.info:statusBarScrim}
{@link #CollapsingToolbarLayout_title com.movies.info:title}
{@link #CollapsingToolbarLayout_titleEnabled com.movies.info:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId com.movies.info:toolbarId}
+ * @see #CollapsingToolbarLayout_collapsedTitleGravity + * @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + * @see #CollapsingToolbarLayout_contentScrim + * @see #CollapsingToolbarLayout_expandedTitleGravity + * @see #CollapsingToolbarLayout_expandedTitleMargin + * @see #CollapsingToolbarLayout_expandedTitleMarginBottom + * @see #CollapsingToolbarLayout_expandedTitleMarginEnd + * @see #CollapsingToolbarLayout_expandedTitleMarginStart + * @see #CollapsingToolbarLayout_expandedTitleMarginTop + * @see #CollapsingToolbarLayout_expandedTitleTextAppearance + * @see #CollapsingToolbarLayout_scrimAnimationDuration + * @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + * @see #CollapsingToolbarLayout_statusBarScrim + * @see #CollapsingToolbarLayout_title + * @see #CollapsingToolbarLayout_titleEnabled + * @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout={ + 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, + 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, + 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, + 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapsedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:collapsedTitleGravity + */ + public static final int CollapsingToolbarLayout_collapsedTitleGravity=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapsedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:collapsedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:contentScrim + */ + public static final int CollapsingToolbarLayout_contentScrim=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:expandedTitleGravity + */ + public static final int CollapsingToolbarLayout_expandedTitleGravity=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMargin} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMargin + */ + public static final int CollapsingToolbarLayout_expandedTitleMargin=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginBottom} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginBottom + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginEnd} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginEnd + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginStart} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginStart + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginStart=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginTop} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginTop + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginTop=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:expandedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#scrimAnimationDuration} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:scrimAnimationDuration + */ + public static final int CollapsingToolbarLayout_scrimAnimationDuration=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#scrimVisibleHeightTrigger} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:scrimVisibleHeightTrigger + */ + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#statusBarScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:statusBarScrim + */ + public static final int CollapsingToolbarLayout_statusBarScrim=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int CollapsingToolbarLayout_title=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleEnabled} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:titleEnabled + */ + public static final int CollapsingToolbarLayout_titleEnabled=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarId} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarId + */ + public static final int CollapsingToolbarLayout_toolbarId=15; + /** + * Attributes that can be used with a CollapsingToolbarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.movies.info:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.movies.info:layout_collapseParallaxMultiplier}
+ * @see #CollapsingToolbarLayout_Layout_layout_collapseMode + * @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout={ + 0x7f0300b7, 0x7f0300b8 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_collapseMode} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ * + * @attr name com.movies.info:layout_collapseMode + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_collapseParallaxMultiplier} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.movies.info:layout_collapseParallaxMultiplier + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier=1; + /** + * Attributes that can be used with a ColorStateListItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ColorStateListItem_android_color android:color}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_alpha com.movies.info:alpha}
+ * @see #ColorStateListItem_android_color + * @see #ColorStateListItem_android_alpha + * @see #ColorStateListItem_alpha + */ + public static final int[] ColorStateListItem={ + 0x010101a5, 0x0101031f, 0x7f030027 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#color} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:color + */ + public static final int ColorStateListItem_android_color=0; + /** + *

This symbol is the offset where the {@link android.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.movies.info:alpha + */ + public static final int ColorStateListItem_alpha=2; + /** + * Attributes that can be used with a CompoundButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.movies.info:buttonTint}
{@link #CompoundButton_buttonTintMode com.movies.info:buttonTintMode}
+ * @see #CompoundButton_android_button + * @see #CompoundButton_buttonTint + * @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton={ + 0x01010107, 0x7f030049, 0x7f03004a + }; + /** + *

This symbol is the offset where the {@link android.R.attr#button} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:button + */ + public static final int CompoundButton_android_button=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonTint} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:buttonTint + */ + public static final int CompoundButton_buttonTint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonTintMode} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode=2; + /** + * Attributes that can be used with a CoordinatorLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_keylines com.movies.info:keylines}
{@link #CoordinatorLayout_statusBarBackground com.movies.info:statusBarBackground}
+ * @see #CoordinatorLayout_keylines + * @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout={ + 0x7f0300b1, 0x7f030107 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#keylines} + * attribute's value can be found in the {@link #CoordinatorLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:keylines + */ + public static final int CoordinatorLayout_keylines=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#statusBarBackground} + * attribute's value can be found in the {@link #CoordinatorLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground=1; + /** + * Attributes that can be used with a CoordinatorLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor com.movies.info:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity com.movies.info:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior com.movies.info:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.movies.info:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge com.movies.info:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline com.movies.info:layout_keyline}
+ * @see #CoordinatorLayout_Layout_android_layout_gravity + * @see #CoordinatorLayout_Layout_layout_anchor + * @see #CoordinatorLayout_Layout_layout_anchorGravity + * @see #CoordinatorLayout_Layout_layout_behavior + * @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + * @see #CoordinatorLayout_Layout_layout_insetEdge + * @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout={ + 0x010100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, + 0x7f0300b9, 0x7f0300ba, 0x7f0300bb + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_anchor} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_anchorGravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_behavior} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_dodgeInsetEdges} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77
bottom50
end800005
left3
none0
right3
start800003
top30
+ * + * @attr name com.movies.info:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_insetEdge} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
end800005
left3
none0
right3
start800003
top30
+ * + * @attr name com.movies.info:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_keyline} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline=6; + /** + * Attributes that can be used with a DesignTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme com.movies.info:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle com.movies.info:bottomSheetStyle}
{@link #DesignTheme_textColorError com.movies.info:textColorError}
+ * @see #DesignTheme_bottomSheetDialogTheme + * @see #DesignTheme_bottomSheetStyle + * @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme={ + 0x7f03003e, 0x7f03003f, 0x7f03012e + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#bottomSheetDialogTheme} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:bottomSheetDialogTheme + */ + public static final int DesignTheme_bottomSheetDialogTheme=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#bottomSheetStyle} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:bottomSheetStyle + */ + public static final int DesignTheme_bottomSheetStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorError} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorError + */ + public static final int DesignTheme_textColorError=2; + /** + * Attributes that can be used with a DrawerArrowToggle. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.movies.info:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.movies.info:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.movies.info:barLength}
{@link #DrawerArrowToggle_color com.movies.info:color}
{@link #DrawerArrowToggle_drawableSize com.movies.info:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.movies.info:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.movies.info:spinBars}
{@link #DrawerArrowToggle_thickness com.movies.info:thickness}
+ * @see #DrawerArrowToggle_arrowHeadLength + * @see #DrawerArrowToggle_arrowShaftLength + * @see #DrawerArrowToggle_barLength + * @see #DrawerArrowToggle_color + * @see #DrawerArrowToggle_drawableSize + * @see #DrawerArrowToggle_gapBetweenBars + * @see #DrawerArrowToggle_spinBars + * @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle={ + 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, + 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#arrowHeadLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#arrowShaftLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#barLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:barLength + */ + public static final int DrawerArrowToggle_barLength=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#color} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:color + */ + public static final int DrawerArrowToggle_color=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#drawableSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#gapBetweenBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:spinBars + */ + public static final int DrawerArrowToggle_spinBars=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thickness} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:thickness + */ + public static final int DrawerArrowToggle_thickness=7; + /** + * Attributes that can be used with a FloatingActionButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_backgroundTint com.movies.info:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode com.movies.info:backgroundTintMode}
{@link #FloatingActionButton_borderWidth com.movies.info:borderWidth}
{@link #FloatingActionButton_elevation com.movies.info:elevation}
{@link #FloatingActionButton_fabSize com.movies.info:fabSize}
{@link #FloatingActionButton_pressedTranslationZ com.movies.info:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor com.movies.info:rippleColor}
{@link #FloatingActionButton_useCompatPadding com.movies.info:useCompatPadding}
+ * @see #FloatingActionButton_backgroundTint + * @see #FloatingActionButton_backgroundTintMode + * @see #FloatingActionButton_borderWidth + * @see #FloatingActionButton_elevation + * @see #FloatingActionButton_fabSize + * @see #FloatingActionButton_pressedTranslationZ + * @see #FloatingActionButton_rippleColor + * @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton={ + 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, + 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTint} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundTint + */ + public static final int FloatingActionButton_backgroundTint=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:backgroundTintMode + */ + public static final int FloatingActionButton_backgroundTintMode=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#borderWidth} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:borderWidth + */ + public static final int FloatingActionButton_borderWidth=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int FloatingActionButton_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fabSize} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ * + * @attr name com.movies.info:fabSize + */ + public static final int FloatingActionButton_fabSize=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#pressedTranslationZ} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:pressedTranslationZ + */ + public static final int FloatingActionButton_pressedTranslationZ=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#rippleColor} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:rippleColor + */ + public static final int FloatingActionButton_rippleColor=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#useCompatPadding} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:useCompatPadding + */ + public static final int FloatingActionButton_useCompatPadding=7; + /** + * Attributes that can be used with a FloatingActionButton_Behavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.movies.info:behavior_autoHide}
+ * @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout={ + 0x7f030037 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_autoHide} + * attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_autoHide + */ + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide=0; + /** + * Attributes that can be used with a FontFamily. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamily_fontProviderAuthority com.movies.info:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts com.movies.info:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy com.movies.info:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout com.movies.info:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage com.movies.info:fontProviderPackage}
{@link #FontFamily_fontProviderQuery com.movies.info:fontProviderQuery}
+ * @see #FontFamily_fontProviderAuthority + * @see #FontFamily_fontProviderCerts + * @see #FontFamily_fontProviderFetchStrategy + * @see #FontFamily_fontProviderFetchTimeout + * @see #FontFamily_fontProviderPackage + * @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily={ + 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, + 0x7f030094, 0x7f030095 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderAuthority} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderCerts} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderFetchStrategy} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1
blocking0
+ * + * @attr name com.movies.info:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderFetchTimeout} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffff
+ * + * @attr name com.movies.info:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderPackage} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderQuery} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery=5; + /** + * Attributes that can be used with a FontFamilyFont. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamilyFont_font com.movies.info:font}
{@link #FontFamilyFont_fontStyle com.movies.info:fontStyle}
{@link #FontFamilyFont_fontWeight com.movies.info:fontWeight}
+ * @see #FontFamilyFont_font + * @see #FontFamilyFont_fontStyle + * @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont={ + 0x7f03008e, 0x7f030096, 0x7f030097 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#font} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:font + */ + public static final int FontFamilyFont_font=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontStyle} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ * + * @attr name com.movies.info:fontStyle + */ + public static final int FontFamilyFont_fontStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontWeight} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:fontWeight + */ + public static final int FontFamilyFont_fontWeight=2; + /** + * Attributes that can be used with a ForegroundLinearLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding com.movies.info:foregroundInsidePadding}
+ * @see #ForegroundLinearLayout_android_foreground + * @see #ForegroundLinearLayout_android_foregroundGravity + * @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout={ + 0x01010109, 0x01010200, 0x7f030098 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#foreground} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:foreground + */ + public static final int ForegroundLinearLayout_android_foreground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:foregroundGravity + */ + public static final int ForegroundLinearLayout_android_foregroundGravity=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#foregroundInsidePadding} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:foregroundInsidePadding + */ + public static final int ForegroundLinearLayout_foregroundInsidePadding=2; + /** + * Attributes that can be used with a LinearLayoutCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.movies.info:divider}
{@link #LinearLayoutCompat_dividerPadding com.movies.info:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.movies.info:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.movies.info:showDividers}
+ * @see #LinearLayoutCompat_android_gravity + * @see #LinearLayoutCompat_android_orientation + * @see #LinearLayoutCompat_android_baselineAligned + * @see #LinearLayoutCompat_android_baselineAlignedChildIndex + * @see #LinearLayoutCompat_android_weightSum + * @see #LinearLayoutCompat_divider + * @see #LinearLayoutCompat_dividerPadding + * @see #LinearLayoutCompat_measureWithLargestChild + * @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat={ + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f030071, 0x7f030073, 0x7f0300cd, + 0x7f0300f9 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation=1; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAligned} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned=2; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3; + /** + *

This symbol is the offset where the {@link android.R.attr#weightSum} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#divider} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:divider + */ + public static final int LinearLayoutCompat_divider=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerPadding} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#measureWithLargestChild} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showDividers} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ * + * @attr name com.movies.info:showDividers + */ + public static final int LinearLayoutCompat_showDividers=8; + /** + * Attributes that can be used with a LinearLayoutCompat_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
+ * @see #LinearLayoutCompat_Layout_android_layout_gravity + * @see #LinearLayoutCompat_Layout_android_layout_width + * @see #LinearLayoutCompat_Layout_android_layout_height + * @see #LinearLayoutCompat_Layout_android_layout_weight + */ + public static final int[] LinearLayoutCompat_Layout={ + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width=1; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height=2; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_weight} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight=3; + /** + * Attributes that can be used with a ListPopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ * @see #ListPopupWindow_android_dropDownHorizontalOffset + * @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow={ + 0x010102ac, 0x010102ad + }; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset=0; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset=1; + /** + * Attributes that can be used with a MenuGroup. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_visible android:visible}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
+ * @see #MenuGroup_android_enabled + * @see #MenuGroup_android_id + * @see #MenuGroup_android_visible + * @see #MenuGroup_android_menuCategory + * @see #MenuGroup_android_orderInCategory + * @see #MenuGroup_android_checkableBehavior + */ + public static final int[] MenuGroup={ + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuGroup_android_enabled=0; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuGroup_android_id=1; + /** + *

This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuGroup_android_visible=2; + /** + *

This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory=3; + /** + *

This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory=4; + /** + *

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
all1
none0
single2
+ * + * @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior=5; + /** + * Attributes that can be used with a MenuItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_actionLayout com.movies.info:actionLayout}
{@link #MenuItem_actionProviderClass com.movies.info:actionProviderClass}
{@link #MenuItem_actionViewClass com.movies.info:actionViewClass}
{@link #MenuItem_alphabeticModifiers com.movies.info:alphabeticModifiers}
{@link #MenuItem_contentDescription com.movies.info:contentDescription}
{@link #MenuItem_iconTint com.movies.info:iconTint}
{@link #MenuItem_iconTintMode com.movies.info:iconTintMode}
{@link #MenuItem_numericModifiers com.movies.info:numericModifiers}
{@link #MenuItem_showAsAction com.movies.info:showAsAction}
{@link #MenuItem_tooltipText com.movies.info:tooltipText}
+ * @see #MenuItem_android_icon + * @see #MenuItem_android_enabled + * @see #MenuItem_android_id + * @see #MenuItem_android_checked + * @see #MenuItem_android_visible + * @see #MenuItem_android_menuCategory + * @see #MenuItem_android_orderInCategory + * @see #MenuItem_android_title + * @see #MenuItem_android_titleCondensed + * @see #MenuItem_android_alphabeticShortcut + * @see #MenuItem_android_numericShortcut + * @see #MenuItem_android_checkable + * @see #MenuItem_android_onClick + * @see #MenuItem_actionLayout + * @see #MenuItem_actionProviderClass + * @see #MenuItem_actionViewClass + * @see #MenuItem_alphabeticModifiers + * @see #MenuItem_contentDescription + * @see #MenuItem_iconTint + * @see #MenuItem_iconTintMode + * @see #MenuItem_numericModifiers + * @see #MenuItem_showAsAction + * @see #MenuItem_tooltipText + */ + public static final int[] MenuItem={ + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, + 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, + 0x7f0300d3, 0x7f0300f8, 0x7f03014a + }; + /** + *

This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int MenuItem_android_icon=0; + /** + *

This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuItem_android_enabled=1; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuItem_android_id=2; + /** + *

This symbol is the offset where the {@link android.R.attr#checked} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checked + */ + public static final int MenuItem_android_checked=3; + /** + *

This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuItem_android_visible=4; + /** + *

This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory=5; + /** + *

This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory=6; + /** + *

This symbol is the offset where the {@link android.R.attr#title} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:title + */ + public static final int MenuItem_android_title=7; + /** + *

This symbol is the offset where the {@link android.R.attr#titleCondensed} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed=8; + /** + *

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut=9; + /** + *

This symbol is the offset where the {@link android.R.attr#numericShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut=10; + /** + *

This symbol is the offset where the {@link android.R.attr#checkable} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checkable + */ + public static final int MenuItem_android_checkable=11; + /** + *

This symbol is the offset where the {@link android.R.attr#onClick} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:onClick + */ + public static final int MenuItem_android_onClick=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionLayout} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionLayout + */ + public static final int MenuItem_actionLayout=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionProviderClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionViewClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:actionViewClass + */ + public static final int MenuItem_actionViewClass=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alphabeticModifiers} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.movies.info:alphabeticModifiers + */ + public static final int MenuItem_alphabeticModifiers=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentDescription} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:contentDescription + */ + public static final int MenuItem_contentDescription=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconTint} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:iconTint + */ + public static final int MenuItem_iconTint=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconTintMode} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:iconTintMode + */ + public static final int MenuItem_iconTintMode=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#numericModifiers} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.movies.info:numericModifiers + */ + public static final int MenuItem_numericModifiers=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showAsAction} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2
collapseActionView8
ifRoom1
never0
withText4
+ * + * @attr name com.movies.info:showAsAction + */ + public static final int MenuItem_showAsAction=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipText} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:tooltipText + */ + public static final int MenuItem_tooltipText=22; + /** + * Attributes that can be used with a MenuView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_preserveIconSpacing com.movies.info:preserveIconSpacing}
{@link #MenuView_subMenuArrow com.movies.info:subMenuArrow}
+ * @see #MenuView_android_windowAnimationStyle + * @see #MenuView_android_itemTextAppearance + * @see #MenuView_android_horizontalDivider + * @see #MenuView_android_verticalDivider + * @see #MenuView_android_headerBackground + * @see #MenuView_android_itemBackground + * @see #MenuView_android_itemIconDisabledAlpha + * @see #MenuView_preserveIconSpacing + * @see #MenuView_subMenuArrow + */ + public static final int[] MenuView={ + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0300e4, + 0x7f030109 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle=0; + /** + *

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance=1; + /** + *

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider=2; + /** + *

This symbol is the offset where the {@link android.R.attr#verticalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider=3; + /** + *

This symbol is the offset where the {@link android.R.attr#headerBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground=4; + /** + *

This symbol is the offset where the {@link android.R.attr#itemBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground=5; + /** + *

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#preserveIconSpacing} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subMenuArrow} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subMenuArrow + */ + public static final int MenuView_subMenuArrow=8; + /** + * Attributes that can be used with a NavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation com.movies.info:elevation}
{@link #NavigationView_headerLayout com.movies.info:headerLayout}
{@link #NavigationView_itemBackground com.movies.info:itemBackground}
{@link #NavigationView_itemIconTint com.movies.info:itemIconTint}
{@link #NavigationView_itemTextAppearance com.movies.info:itemTextAppearance}
{@link #NavigationView_itemTextColor com.movies.info:itemTextColor}
{@link #NavigationView_menu com.movies.info:menu}
+ * @see #NavigationView_android_background + * @see #NavigationView_android_fitsSystemWindows + * @see #NavigationView_android_maxWidth + * @see #NavigationView_elevation + * @see #NavigationView_headerLayout + * @see #NavigationView_itemBackground + * @see #NavigationView_itemIconTint + * @see #NavigationView_itemTextAppearance + * @see #NavigationView_itemTextColor + * @see #NavigationView_menu + */ + public static final int[] NavigationView={ + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f03007c, + 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, + 0x7f0300b0, 0x7f0300ce + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int NavigationView_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:fitsSystemWindows + */ + public static final int NavigationView_android_fitsSystemWindows=1; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int NavigationView_android_maxWidth=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int NavigationView_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#headerLayout} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:headerLayout + */ + public static final int NavigationView_headerLayout=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemBackground} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemBackground + */ + public static final int NavigationView_itemBackground=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemIconTint} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemIconTint + */ + public static final int NavigationView_itemIconTint=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemTextAppearance + */ + public static final int NavigationView_itemTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextColor} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemTextColor + */ + public static final int NavigationView_itemTextColor=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#menu} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:menu + */ + public static final int NavigationView_menu=9; + /** + * Attributes that can be used with a PopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_overlapAnchor com.movies.info:overlapAnchor}
+ * @see #PopupWindow_android_popupBackground + * @see #PopupWindow_android_popupAnimationStyle + * @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow={ + 0x01010176, 0x010102c9, 0x7f0300d4 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:popupAnimationStyle + */ + public static final int PopupWindow_android_popupAnimationStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#overlapAnchor} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor=2; + /** + * Attributes that can be used with a PopupWindowBackgroundState. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.movies.info:state_above_anchor}
+ * @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState={ + 0x7f030104 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_above_anchor} + * attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor=0; + /** + * Attributes that can be used with a RecycleListView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons com.movies.info:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle com.movies.info:paddingTopNoTitle}
+ * @see #RecycleListView_paddingBottomNoButtons + * @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView={ + 0x7f0300d5, 0x7f0300d8 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingBottomNoButtons} + * attribute's value can be found in the {@link #RecycleListView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingBottomNoButtons + */ + public static final int RecycleListView_paddingBottomNoButtons=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingTopNoTitle} + * attribute's value can be found in the {@link #RecycleListView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingTopNoTitle + */ + public static final int RecycleListView_paddingTopNoTitle=1; + /** + * Attributes that can be used with a RecyclerView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_fastScrollEnabled com.movies.info:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.movies.info:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.movies.info:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable com.movies.info:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable com.movies.info:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager com.movies.info:layoutManager}
{@link #RecyclerView_reverseLayout com.movies.info:reverseLayout}
{@link #RecyclerView_spanCount com.movies.info:spanCount}
{@link #RecyclerView_stackFromEnd com.movies.info:stackFromEnd}
+ * @see #RecyclerView_android_orientation + * @see #RecyclerView_android_descendantFocusability + * @see #RecyclerView_fastScrollEnabled + * @see #RecyclerView_fastScrollHorizontalThumbDrawable + * @see #RecyclerView_fastScrollHorizontalTrackDrawable + * @see #RecyclerView_fastScrollVerticalThumbDrawable + * @see #RecyclerView_fastScrollVerticalTrackDrawable + * @see #RecyclerView_layoutManager + * @see #RecyclerView_reverseLayout + * @see #RecyclerView_spanCount + * @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView={ + 0x010100c4, 0x010100f1, 0x7f030089, 0x7f03008a, + 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, + 0x7f0300ee, 0x7f0300fd, 0x7f030103 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int RecyclerView_android_orientation=0; + /** + *

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
afterDescendants1
beforeDescendants0
blocksDescendants2
+ * + * @attr name android:descendantFocusability + */ + public static final int RecyclerView_android_descendantFocusability=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollEnabled} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:fastScrollEnabled + */ + public static final int RecyclerView_fastScrollEnabled=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollHorizontalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollHorizontalThumbDrawable + */ + public static final int RecyclerView_fastScrollHorizontalThumbDrawable=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollHorizontalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollHorizontalTrackDrawable + */ + public static final int RecyclerView_fastScrollHorizontalTrackDrawable=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollVerticalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollVerticalThumbDrawable + */ + public static final int RecyclerView_fastScrollVerticalThumbDrawable=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollVerticalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollVerticalTrackDrawable + */ + public static final int RecyclerView_fastScrollVerticalTrackDrawable=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layoutManager} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:layoutManager + */ + public static final int RecyclerView_layoutManager=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#reverseLayout} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:reverseLayout + */ + public static final int RecyclerView_reverseLayout=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spanCount} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:spanCount + */ + public static final int RecyclerView_spanCount=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#stackFromEnd} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd=10; + /** + * Attributes that can be used with a ScrimInsetsFrameLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground com.movies.info:insetForeground}
+ * @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout={ + 0x7f0300aa + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#insetForeground} + * attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:insetForeground + */ + public static final int ScrimInsetsFrameLayout_insetForeground=0; + /** + * Attributes that can be used with a ScrollingViewBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.movies.info:behavior_overlapTop}
+ * @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout={ + 0x7f030039 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_overlapTop} + * attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:behavior_overlapTop + */ + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop=0; + /** + * Attributes that can be used with a SearchView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_closeIcon com.movies.info:closeIcon}
{@link #SearchView_commitIcon com.movies.info:commitIcon}
{@link #SearchView_defaultQueryHint com.movies.info:defaultQueryHint}
{@link #SearchView_goIcon com.movies.info:goIcon}
{@link #SearchView_iconifiedByDefault com.movies.info:iconifiedByDefault}
{@link #SearchView_layout com.movies.info:layout}
{@link #SearchView_queryBackground com.movies.info:queryBackground}
{@link #SearchView_queryHint com.movies.info:queryHint}
{@link #SearchView_searchHintIcon com.movies.info:searchHintIcon}
{@link #SearchView_searchIcon com.movies.info:searchIcon}
{@link #SearchView_submitBackground com.movies.info:submitBackground}
{@link #SearchView_suggestionRowLayout com.movies.info:suggestionRowLayout}
{@link #SearchView_voiceIcon com.movies.info:voiceIcon}
+ * @see #SearchView_android_focusable + * @see #SearchView_android_maxWidth + * @see #SearchView_android_inputType + * @see #SearchView_android_imeOptions + * @see #SearchView_closeIcon + * @see #SearchView_commitIcon + * @see #SearchView_defaultQueryHint + * @see #SearchView_goIcon + * @see #SearchView_iconifiedByDefault + * @see #SearchView_layout + * @see #SearchView_queryBackground + * @see #SearchView_queryHint + * @see #SearchView_searchHintIcon + * @see #SearchView_searchIcon + * @see #SearchView_submitBackground + * @see #SearchView_suggestionRowLayout + * @see #SearchView_voiceIcon + */ + public static final int[] SearchView={ + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, + 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, + 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, + 0x7f03014f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int SearchView_android_focusable=0; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth=1; + /** + *

This symbol is the offset where the {@link android.R.attr#inputType} + * attribute's value can be found in the {@link #SearchView} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
date14
datetime4
none0
number2
numberDecimal2002
numberPassword12
numberSigned1002
phone3
text1
textAutoComplete10001
textAutoCorrect8001
textCapCharacters1001
textCapSentences4001
textCapWords2001
textEmailAddress21
textEmailSubject31
textFilterb1
textImeMultiLine40001
textLongMessage51
textMultiLine20001
textNoSuggestions80001
textPassword81
textPersonName61
textPhoneticc1
textPostalAddress71
textShortMessage41
textUri11
textVisiblePassword91
textWebEditTexta1
textWebEmailAddressd1
textWebPassworde1
time24
+ * + * @attr name android:inputType + */ + public static final int SearchView_android_inputType=2; + /** + *

This symbol is the offset where the {@link android.R.attr#imeOptions} + * attribute's value can be found in the {@link #SearchView} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
actionDone6
actionGo2
actionNext5
actionNone1
actionPrevious7
actionSearch3
actionSend4
actionUnspecified0
flagForceAscii80000000
flagNavigateNext8000000
flagNavigatePrevious4000000
flagNoAccessoryAction20000000
flagNoEnterAction40000000
flagNoExtractUi10000000
flagNoFullscreen2000000
flagNoPersonalizedLearning1000000
normal0
+ * + * @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#closeIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:closeIcon + */ + public static final int SearchView_closeIcon=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#commitIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:commitIcon + */ + public static final int SearchView_commitIcon=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#defaultQueryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#goIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:goIcon + */ + public static final int SearchView_goIcon=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconifiedByDefault} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout + */ + public static final int SearchView_layout=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#queryBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:queryBackground + */ + public static final int SearchView_queryBackground=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#queryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchHintIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchHintIcon + */ + public static final int SearchView_searchHintIcon=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchIcon + */ + public static final int SearchView_searchIcon=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#submitBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:submitBackground + */ + public static final int SearchView_submitBackground=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#suggestionRowLayout} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#voiceIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:voiceIcon + */ + public static final int SearchView_voiceIcon=16; + /** + * Attributes that can be used with a SnackbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation com.movies.info:elevation}
{@link #SnackbarLayout_maxActionInlineWidth com.movies.info:maxActionInlineWidth}
+ * @see #SnackbarLayout_android_maxWidth + * @see #SnackbarLayout_elevation + * @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout={ + 0x0101011f, 0x7f03007c, 0x7f0300cb + }; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SnackbarLayout_android_maxWidth=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int SnackbarLayout_elevation=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#maxActionInlineWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:maxActionInlineWidth + */ + public static final int SnackbarLayout_maxActionInlineWidth=2; + /** + * Attributes that can be used with a Spinner. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_popupTheme com.movies.info:popupTheme}
+ * @see #Spinner_android_entries + * @see #Spinner_android_popupBackground + * @see #Spinner_android_prompt + * @see #Spinner_android_dropDownWidth + * @see #Spinner_popupTheme + */ + public static final int[] Spinner={ + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f0300e2 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#entries} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:entries + */ + public static final int Spinner_android_entries=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground=1; + /** + *

This symbol is the offset where the {@link android.R.attr#prompt} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:prompt + */ + public static final int Spinner_android_prompt=2; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int Spinner_popupTheme=4; + /** + * Attributes that can be used with a SwitchCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.movies.info:showText}
{@link #SwitchCompat_splitTrack com.movies.info:splitTrack}
{@link #SwitchCompat_switchMinWidth com.movies.info:switchMinWidth}
{@link #SwitchCompat_switchPadding com.movies.info:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.movies.info:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.movies.info:thumbTextPadding}
{@link #SwitchCompat_thumbTint com.movies.info:thumbTint}
{@link #SwitchCompat_thumbTintMode com.movies.info:thumbTintMode}
{@link #SwitchCompat_track com.movies.info:track}
{@link #SwitchCompat_trackTint com.movies.info:trackTint}
{@link #SwitchCompat_trackTintMode com.movies.info:trackTintMode}
+ * @see #SwitchCompat_android_textOn + * @see #SwitchCompat_android_textOff + * @see #SwitchCompat_android_thumb + * @see #SwitchCompat_showText + * @see #SwitchCompat_splitTrack + * @see #SwitchCompat_switchMinWidth + * @see #SwitchCompat_switchPadding + * @see #SwitchCompat_switchTextAppearance + * @see #SwitchCompat_thumbTextPadding + * @see #SwitchCompat_thumbTint + * @see #SwitchCompat_thumbTintMode + * @see #SwitchCompat_track + * @see #SwitchCompat_trackTint + * @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat={ + 0x01010124, 0x01010125, 0x01010142, 0x7f0300fa, + 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, + 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, + 0x7f03014c, 0x7f03014d + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textOn} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn=0; + /** + *

This symbol is the offset where the {@link android.R.attr#textOff} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff=1; + /** + *

This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showText} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:showText + */ + public static final int SwitchCompat_showText=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#splitTrack} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchMinWidth} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchTextAppearance} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTextPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTint} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:thumbTint + */ + public static final int SwitchCompat_thumbTint=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTintMode} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:thumbTintMode + */ + public static final int SwitchCompat_thumbTintMode=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#track} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:track + */ + public static final int SwitchCompat_track=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#trackTint} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:trackTint + */ + public static final int SwitchCompat_trackTint=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#trackTintMode} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:trackTintMode + */ + public static final int SwitchCompat_trackTintMode=13; + /** + * Attributes that can be used with a TabItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ * @see #TabItem_android_icon + * @see #TabItem_android_layout + * @see #TabItem_android_text + */ + public static final int[] TabItem={ + 0x01010002, 0x010100f2, 0x0101014f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int TabItem_android_icon=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int TabItem_android_layout=1; + /** + *

This symbol is the offset where the {@link android.R.attr#text} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:text + */ + public static final int TabItem_android_text=2; + /** + * Attributes that can be used with a TabLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabLayout_tabBackground com.movies.info:tabBackground}
{@link #TabLayout_tabContentStart com.movies.info:tabContentStart}
{@link #TabLayout_tabGravity com.movies.info:tabGravity}
{@link #TabLayout_tabIndicatorColor com.movies.info:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight com.movies.info:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth com.movies.info:tabMaxWidth}
{@link #TabLayout_tabMinWidth com.movies.info:tabMinWidth}
{@link #TabLayout_tabMode com.movies.info:tabMode}
{@link #TabLayout_tabPadding com.movies.info:tabPadding}
{@link #TabLayout_tabPaddingBottom com.movies.info:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd com.movies.info:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart com.movies.info:tabPaddingStart}
{@link #TabLayout_tabPaddingTop com.movies.info:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor com.movies.info:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance com.movies.info:tabTextAppearance}
{@link #TabLayout_tabTextColor com.movies.info:tabTextColor}
+ * @see #TabLayout_tabBackground + * @see #TabLayout_tabContentStart + * @see #TabLayout_tabGravity + * @see #TabLayout_tabIndicatorColor + * @see #TabLayout_tabIndicatorHeight + * @see #TabLayout_tabMaxWidth + * @see #TabLayout_tabMinWidth + * @see #TabLayout_tabMode + * @see #TabLayout_tabPadding + * @see #TabLayout_tabPaddingBottom + * @see #TabLayout_tabPaddingEnd + * @see #TabLayout_tabPaddingStart + * @see #TabLayout_tabPaddingTop + * @see #TabLayout_tabSelectedTextColor + * @see #TabLayout_tabTextAppearance + * @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout={ + 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, + 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, + 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, + 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabBackground} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tabBackground + */ + public static final int TabLayout_tabBackground=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabContentStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabContentStart + */ + public static final int TabLayout_tabContentStart=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabGravity} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ * + * @attr name com.movies.info:tabGravity + */ + public static final int TabLayout_tabGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabIndicatorColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabIndicatorColor + */ + public static final int TabLayout_tabIndicatorColor=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabIndicatorHeight} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabIndicatorHeight + */ + public static final int TabLayout_tabIndicatorHeight=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMaxWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabMaxWidth + */ + public static final int TabLayout_tabMaxWidth=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMinWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabMinWidth + */ + public static final int TabLayout_tabMinWidth=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMode} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ * + * @attr name com.movies.info:tabMode + */ + public static final int TabLayout_tabMode=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPadding} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPadding + */ + public static final int TabLayout_tabPadding=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingBottom} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingBottom + */ + public static final int TabLayout_tabPaddingBottom=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingEnd} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingEnd + */ + public static final int TabLayout_tabPaddingEnd=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingStart + */ + public static final int TabLayout_tabPaddingStart=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingTop} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingTop + */ + public static final int TabLayout_tabPaddingTop=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabSelectedTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabSelectedTextColor + */ + public static final int TabLayout_tabSelectedTextColor=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabTextAppearance} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tabTextAppearance + */ + public static final int TabLayout_tabTextAppearance=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabTextColor + */ + public static final int TabLayout_tabTextColor=15; + /** + * Attributes that can be used with a TextAppearance. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_fontFamily com.movies.info:fontFamily}
{@link #TextAppearance_textAllCaps com.movies.info:textAllCaps}
+ * @see #TextAppearance_android_textSize + * @see #TextAppearance_android_typeface + * @see #TextAppearance_android_textStyle + * @see #TextAppearance_android_textColor + * @see #TextAppearance_android_textColorHint + * @see #TextAppearance_android_textColorLink + * @see #TextAppearance_android_shadowColor + * @see #TextAppearance_android_shadowDx + * @see #TextAppearance_android_shadowDy + * @see #TextAppearance_android_shadowRadius + * @see #TextAppearance_android_fontFamily + * @see #TextAppearance_fontFamily + * @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance={ + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f03008f, + 0x7f030124 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textSize} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:textSize + */ + public static final int TextAppearance_android_textSize=0; + /** + *

This symbol is the offset where the {@link android.R.attr#typeface} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
monospace3
normal0
sans1
serif2
+ * + * @attr name android:typeface + */ + public static final int TextAppearance_android_typeface=1; + /** + *

This symbol is the offset where the {@link android.R.attr#textStyle} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
bold1
italic2
normal0
+ * + * @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle=2; + /** + *

This symbol is the offset where the {@link android.R.attr#textColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColor + */ + public static final int TextAppearance_android_textColor=3; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextAppearance_android_textColorHint=4; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorLink} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorLink + */ + public static final int TextAppearance_android_textColorLink=5; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor=6; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDx} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx=7; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDy} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy=8; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowRadius} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius=9; + /** + *

This symbol is the offset where the {@link android.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:fontFamily + */ + public static final int TextAppearance_android_fontFamily=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontFamily + */ + public static final int TextAppearance_fontFamily=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAllCaps} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:textAllCaps + */ + public static final int TextAppearance_textAllCaps=12; + /** + * Attributes that can be used with a TextInputLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_counterEnabled com.movies.info:counterEnabled}
{@link #TextInputLayout_counterMaxLength com.movies.info:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance com.movies.info:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance com.movies.info:counterTextAppearance}
{@link #TextInputLayout_errorEnabled com.movies.info:errorEnabled}
{@link #TextInputLayout_errorTextAppearance com.movies.info:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled com.movies.info:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled com.movies.info:hintEnabled}
{@link #TextInputLayout_hintTextAppearance com.movies.info:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription com.movies.info:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable com.movies.info:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled com.movies.info:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint com.movies.info:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode com.movies.info:passwordToggleTintMode}
+ * @see #TextInputLayout_android_textColorHint + * @see #TextInputLayout_android_hint + * @see #TextInputLayout_counterEnabled + * @see #TextInputLayout_counterMaxLength + * @see #TextInputLayout_counterOverflowTextAppearance + * @see #TextInputLayout_counterTextAppearance + * @see #TextInputLayout_errorEnabled + * @see #TextInputLayout_errorTextAppearance + * @see #TextInputLayout_hintAnimationEnabled + * @see #TextInputLayout_hintEnabled + * @see #TextInputLayout_hintTextAppearance + * @see #TextInputLayout_passwordToggleContentDescription + * @see #TextInputLayout_passwordToggleDrawable + * @see #TextInputLayout_passwordToggleEnabled + * @see #TextInputLayout_passwordToggleTint + * @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout={ + 0x0101009a, 0x01010150, 0x7f030068, 0x7f030069, + 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, + 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, + 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextInputLayout_android_textColorHint=0; + /** + *

This symbol is the offset where the {@link android.R.attr#hint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:hint + */ + public static final int TextInputLayout_android_hint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:counterEnabled + */ + public static final int TextInputLayout_counterEnabled=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterMaxLength} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:counterMaxLength + */ + public static final int TextInputLayout_counterMaxLength=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterOverflowTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:counterOverflowTextAppearance + */ + public static final int TextInputLayout_counterOverflowTextAppearance=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:counterTextAppearance + */ + public static final int TextInputLayout_counterTextAppearance=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#errorEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:errorEnabled + */ + public static final int TextInputLayout_errorEnabled=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#errorTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:errorTextAppearance + */ + public static final int TextInputLayout_errorTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintAnimationEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hintAnimationEnabled + */ + public static final int TextInputLayout_hintAnimationEnabled=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hintEnabled + */ + public static final int TextInputLayout_hintEnabled=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:hintTextAppearance + */ + public static final int TextInputLayout_hintTextAppearance=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleContentDescription} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleDrawable} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:passwordToggleDrawable + */ + public static final int TextInputLayout_passwordToggleDrawable=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:passwordToggleEnabled + */ + public static final int TextInputLayout_passwordToggleEnabled=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleTint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:passwordToggleTint + */ + public static final int TextInputLayout_passwordToggleTint=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleTintMode} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:passwordToggleTintMode + */ + public static final int TextInputLayout_passwordToggleTintMode=15; + /** + * Attributes that can be used with a Toolbar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity com.movies.info:buttonGravity}
{@link #Toolbar_collapseContentDescription com.movies.info:collapseContentDescription}
{@link #Toolbar_collapseIcon com.movies.info:collapseIcon}
{@link #Toolbar_contentInsetEnd com.movies.info:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions com.movies.info:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft com.movies.info:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.movies.info:contentInsetRight}
{@link #Toolbar_contentInsetStart com.movies.info:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation com.movies.info:contentInsetStartWithNavigation}
{@link #Toolbar_logo com.movies.info:logo}
{@link #Toolbar_logoDescription com.movies.info:logoDescription}
{@link #Toolbar_maxButtonHeight com.movies.info:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.movies.info:navigationContentDescription}
{@link #Toolbar_navigationIcon com.movies.info:navigationIcon}
{@link #Toolbar_popupTheme com.movies.info:popupTheme}
{@link #Toolbar_subtitle com.movies.info:subtitle}
{@link #Toolbar_subtitleTextAppearance com.movies.info:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.movies.info:subtitleTextColor}
{@link #Toolbar_title com.movies.info:title}
{@link #Toolbar_titleMargin com.movies.info:titleMargin}
{@link #Toolbar_titleMarginBottom com.movies.info:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.movies.info:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.movies.info:titleMarginStart}
{@link #Toolbar_titleMarginTop com.movies.info:titleMarginTop}
{@link #Toolbar_titleMargins com.movies.info:titleMargins}
{@link #Toolbar_titleTextAppearance com.movies.info:titleTextAppearance}
{@link #Toolbar_titleTextColor com.movies.info:titleTextColor}
+ * @see #Toolbar_android_gravity + * @see #Toolbar_android_minHeight + * @see #Toolbar_buttonGravity + * @see #Toolbar_collapseContentDescription + * @see #Toolbar_collapseIcon + * @see #Toolbar_contentInsetEnd + * @see #Toolbar_contentInsetEndWithActions + * @see #Toolbar_contentInsetLeft + * @see #Toolbar_contentInsetRight + * @see #Toolbar_contentInsetStart + * @see #Toolbar_contentInsetStartWithNavigation + * @see #Toolbar_logo + * @see #Toolbar_logoDescription + * @see #Toolbar_maxButtonHeight + * @see #Toolbar_navigationContentDescription + * @see #Toolbar_navigationIcon + * @see #Toolbar_popupTheme + * @see #Toolbar_subtitle + * @see #Toolbar_subtitleTextAppearance + * @see #Toolbar_subtitleTextColor + * @see #Toolbar_title + * @see #Toolbar_titleMargin + * @see #Toolbar_titleMarginBottom + * @see #Toolbar_titleMarginEnd + * @see #Toolbar_titleMarginStart + * @see #Toolbar_titleMarginTop + * @see #Toolbar_titleMargins + * @see #Toolbar_titleTextAppearance + * @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar={ + 0x010100af, 0x01010140, 0x7f030045, 0x7f03004f, + 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, + 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, + 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, + 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, + 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, + 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, + 0x7f030143 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int Toolbar_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonGravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
top30
+ * + * @attr name com.movies.info:buttonGravity + */ + public static final int Toolbar_buttonGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapseContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapseIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:collapseIcon + */ + public static final int Toolbar_collapseIcon=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEndWithActions} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEndWithActions + */ + public static final int Toolbar_contentInsetEndWithActions=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStartWithNavigation} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStartWithNavigation + */ + public static final int Toolbar_contentInsetStartWithNavigation=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logo} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:logo + */ + public static final int Toolbar_logo=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logoDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:logoDescription + */ + public static final int Toolbar_logoDescription=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#maxButtonHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:navigationIcon + */ + public static final int Toolbar_navigationIcon=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int Toolbar_popupTheme=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitle} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:subtitle + */ + public static final int Toolbar_subtitle=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int Toolbar_title=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMargin} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMargin + */ + public static final int Toolbar_titleMargin=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginBottom} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginTop} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMargins} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMargins + */ + public static final int Toolbar_titleMargins=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:titleTextColor + */ + public static final int Toolbar_titleTextColor=28; + /** + * Attributes that can be used with a View. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #View_android_theme android:theme}
{@link #View_android_focusable android:focusable}
{@link #View_paddingEnd com.movies.info:paddingEnd}
{@link #View_paddingStart com.movies.info:paddingStart}
{@link #View_theme com.movies.info:theme}
+ * @see #View_android_theme + * @see #View_android_focusable + * @see #View_paddingEnd + * @see #View_paddingStart + * @see #View_theme + */ + public static final int[] View={ + 0x01010000, 0x010100da, 0x7f0300d6, 0x7f0300d7, + 0x7f030130 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:theme + */ + public static final int View_android_theme=0; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #View} array. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int View_android_focusable=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingEnd} + * attribute's value can be found in the {@link #View} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingEnd + */ + public static final int View_paddingEnd=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingStart} + * attribute's value can be found in the {@link #View} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingStart + */ + public static final int View_paddingStart=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:theme + */ + public static final int View_theme=4; + /** + * Attributes that can be used with a ViewBackgroundHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.movies.info:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.movies.info:backgroundTintMode}
+ * @see #ViewBackgroundHelper_android_background + * @see #ViewBackgroundHelper_backgroundTint + * @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper={ + 0x010100d4, 0x7f030034, 0x7f030035 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTint} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode=2; + /** + * Attributes that can be used with a ViewStubCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_layout android:layout}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
+ * @see #ViewStubCompat_android_id + * @see #ViewStubCompat_android_layout + * @see #ViewStubCompat_android_inflatedId + */ + public static final int[] ViewStubCompat={ + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int ViewStubCompat_android_id=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int ViewStubCompat_android_layout=1; + /** + *

This symbol is the offset where the {@link android.R.attr#inflatedId} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId=2; + } +} \ No newline at end of file diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/arch/lifecycle/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/arch/lifecycle/R.java new file mode 100644 index 0000000..b0c852e --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/arch/lifecycle/R.java @@ -0,0 +1,12 @@ +/* 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 android.arch.lifecycle; + +public final class R { + private R() {} + +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/compat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/compat/R.java new file mode 100644 index 0000000..d44cab1 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/compat/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.compat; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreui/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreui/R.java new file mode 100644 index 0000000..284e720 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreui/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.coreui; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreutils/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreutils/R.java new file mode 100644 index 0000000..4a25c64 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreutils/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.coreutils; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/design/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/design/R.java new file mode 100644 index 0000000..60ac912 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/design/R.java @@ -0,0 +1,1972 @@ +/* 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 android.support.design; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int design_bottom_sheet_slide_in = 0x7f01000a; + public static final int design_bottom_sheet_slide_out = 0x7f01000b; + public static final int design_snackbar_in = 0x7f01000c; + public static final int design_snackbar_out = 0x7f01000d; + public static final int tooltip_enter = 0x7f01000e; + public static final int tooltip_exit = 0x7f01000f; + } + public static final class animator { + private animator() {} + + public static final int design_appbar_state_list_animator = 0x7f020000; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int behavior_autoHide = 0x7f030037; + public static final int behavior_hideable = 0x7f030038; + public static final int behavior_overlapTop = 0x7f030039; + public static final int behavior_peekHeight = 0x7f03003a; + public static final int behavior_skipCollapsed = 0x7f03003b; + public static final int borderWidth = 0x7f03003c; + public static final int borderlessButtonStyle = 0x7f03003d; + public static final int bottomSheetDialogTheme = 0x7f03003e; + public static final int bottomSheetStyle = 0x7f03003f; + public static final int buttonBarButtonStyle = 0x7f030040; + public static final int buttonBarNegativeButtonStyle = 0x7f030041; + public static final int buttonBarNeutralButtonStyle = 0x7f030042; + public static final int buttonBarPositiveButtonStyle = 0x7f030043; + public static final int buttonBarStyle = 0x7f030044; + public static final int buttonGravity = 0x7f030045; + public static final int buttonPanelSideLayout = 0x7f030046; + public static final int buttonStyle = 0x7f030047; + public static final int buttonStyleSmall = 0x7f030048; + public static final int buttonTint = 0x7f030049; + public static final int buttonTintMode = 0x7f03004a; + public static final int checkboxStyle = 0x7f03004b; + public static final int checkedTextViewStyle = 0x7f03004c; + public static final int closeIcon = 0x7f03004d; + public static final int closeItemLayout = 0x7f03004e; + public static final int collapseContentDescription = 0x7f03004f; + public static final int collapseIcon = 0x7f030050; + public static final int collapsedTitleGravity = 0x7f030051; + public static final int collapsedTitleTextAppearance = 0x7f030052; + public static final int color = 0x7f030053; + public static final int colorAccent = 0x7f030054; + public static final int colorBackgroundFloating = 0x7f030055; + public static final int colorButtonNormal = 0x7f030056; + public static final int colorControlActivated = 0x7f030057; + public static final int colorControlHighlight = 0x7f030058; + public static final int colorControlNormal = 0x7f030059; + public static final int colorError = 0x7f03005a; + public static final int colorPrimary = 0x7f03005b; + public static final int colorPrimaryDark = 0x7f03005c; + public static final int colorSwitchThumbNormal = 0x7f03005d; + public static final int commitIcon = 0x7f03005e; + public static final int contentDescription = 0x7f03005f; + public static final int contentInsetEnd = 0x7f030060; + public static final int contentInsetEndWithActions = 0x7f030061; + public static final int contentInsetLeft = 0x7f030062; + public static final int contentInsetRight = 0x7f030063; + public static final int contentInsetStart = 0x7f030064; + public static final int contentInsetStartWithNavigation = 0x7f030065; + public static final int contentScrim = 0x7f030066; + public static final int controlBackground = 0x7f030067; + public static final int counterEnabled = 0x7f030068; + public static final int counterMaxLength = 0x7f030069; + public static final int counterOverflowTextAppearance = 0x7f03006a; + public static final int counterTextAppearance = 0x7f03006b; + public static final int customNavigationLayout = 0x7f03006c; + public static final int defaultQueryHint = 0x7f03006d; + public static final int dialogPreferredPadding = 0x7f03006e; + public static final int dialogTheme = 0x7f03006f; + public static final int displayOptions = 0x7f030070; + public static final int divider = 0x7f030071; + public static final int dividerHorizontal = 0x7f030072; + public static final int dividerPadding = 0x7f030073; + public static final int dividerVertical = 0x7f030074; + public static final int drawableSize = 0x7f030075; + public static final int drawerArrowStyle = 0x7f030076; + public static final int dropDownListViewStyle = 0x7f030077; + public static final int dropdownListPreferredItemHeight = 0x7f030078; + public static final int editTextBackground = 0x7f030079; + public static final int editTextColor = 0x7f03007a; + public static final int editTextStyle = 0x7f03007b; + public static final int elevation = 0x7f03007c; + public static final int errorEnabled = 0x7f03007d; + public static final int errorTextAppearance = 0x7f03007e; + public static final int expandActivityOverflowButtonDrawable = 0x7f03007f; + public static final int expanded = 0x7f030080; + public static final int expandedTitleGravity = 0x7f030081; + public static final int expandedTitleMargin = 0x7f030082; + public static final int expandedTitleMarginBottom = 0x7f030083; + public static final int expandedTitleMarginEnd = 0x7f030084; + public static final int expandedTitleMarginStart = 0x7f030085; + public static final int expandedTitleMarginTop = 0x7f030086; + public static final int expandedTitleTextAppearance = 0x7f030087; + public static final int fabSize = 0x7f030088; + public static final int fastScrollEnabled = 0x7f030089; + public static final int fastScrollHorizontalThumbDrawable = 0x7f03008a; + public static final int fastScrollHorizontalTrackDrawable = 0x7f03008b; + public static final int fastScrollVerticalThumbDrawable = 0x7f03008c; + public static final int fastScrollVerticalTrackDrawable = 0x7f03008d; + public static final int font = 0x7f03008e; + public static final int fontFamily = 0x7f03008f; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int foregroundInsidePadding = 0x7f030098; + public static final int gapBetweenBars = 0x7f030099; + public static final int goIcon = 0x7f03009a; + public static final int headerLayout = 0x7f03009b; + public static final int height = 0x7f03009c; + public static final int hideOnContentScroll = 0x7f03009d; + public static final int hintAnimationEnabled = 0x7f03009e; + public static final int hintEnabled = 0x7f03009f; + public static final int hintTextAppearance = 0x7f0300a0; + public static final int homeAsUpIndicator = 0x7f0300a1; + public static final int homeLayout = 0x7f0300a2; + public static final int icon = 0x7f0300a3; + public static final int iconTint = 0x7f0300a4; + public static final int iconTintMode = 0x7f0300a5; + public static final int iconifiedByDefault = 0x7f0300a6; + public static final int imageButtonStyle = 0x7f0300a7; + public static final int indeterminateProgressStyle = 0x7f0300a8; + public static final int initialActivityCount = 0x7f0300a9; + public static final int insetForeground = 0x7f0300aa; + public static final int isLightTheme = 0x7f0300ab; + public static final int itemBackground = 0x7f0300ac; + public static final int itemIconTint = 0x7f0300ad; + public static final int itemPadding = 0x7f0300ae; + public static final int itemTextAppearance = 0x7f0300af; + public static final int itemTextColor = 0x7f0300b0; + public static final int keylines = 0x7f0300b1; + public static final int layout = 0x7f0300b2; + public static final int layoutManager = 0x7f0300b3; + public static final int layout_anchor = 0x7f0300b4; + public static final int layout_anchorGravity = 0x7f0300b5; + public static final int layout_behavior = 0x7f0300b6; + public static final int layout_collapseMode = 0x7f0300b7; + public static final int layout_collapseParallaxMultiplier = 0x7f0300b8; + public static final int layout_dodgeInsetEdges = 0x7f0300b9; + public static final int layout_insetEdge = 0x7f0300ba; + public static final int layout_keyline = 0x7f0300bb; + public static final int layout_scrollFlags = 0x7f0300bc; + public static final int layout_scrollInterpolator = 0x7f0300bd; + public static final int listChoiceBackgroundIndicator = 0x7f0300be; + public static final int listDividerAlertDialog = 0x7f0300bf; + public static final int listItemLayout = 0x7f0300c0; + public static final int listLayout = 0x7f0300c1; + public static final int listMenuViewStyle = 0x7f0300c2; + public static final int listPopupWindowStyle = 0x7f0300c3; + public static final int listPreferredItemHeight = 0x7f0300c4; + public static final int listPreferredItemHeightLarge = 0x7f0300c5; + public static final int listPreferredItemHeightSmall = 0x7f0300c6; + public static final int listPreferredItemPaddingLeft = 0x7f0300c7; + public static final int listPreferredItemPaddingRight = 0x7f0300c8; + public static final int logo = 0x7f0300c9; + public static final int logoDescription = 0x7f0300ca; + public static final int maxActionInlineWidth = 0x7f0300cb; + public static final int maxButtonHeight = 0x7f0300cc; + public static final int measureWithLargestChild = 0x7f0300cd; + public static final int menu = 0x7f0300ce; + public static final int multiChoiceItemLayout = 0x7f0300cf; + public static final int navigationContentDescription = 0x7f0300d0; + public static final int navigationIcon = 0x7f0300d1; + public static final int navigationMode = 0x7f0300d2; + public static final int numericModifiers = 0x7f0300d3; + public static final int overlapAnchor = 0x7f0300d4; + public static final int paddingBottomNoButtons = 0x7f0300d5; + public static final int paddingEnd = 0x7f0300d6; + public static final int paddingStart = 0x7f0300d7; + public static final int paddingTopNoTitle = 0x7f0300d8; + public static final int panelBackground = 0x7f0300d9; + public static final int panelMenuListTheme = 0x7f0300da; + public static final int panelMenuListWidth = 0x7f0300db; + public static final int passwordToggleContentDescription = 0x7f0300dc; + public static final int passwordToggleDrawable = 0x7f0300dd; + public static final int passwordToggleEnabled = 0x7f0300de; + public static final int passwordToggleTint = 0x7f0300df; + public static final int passwordToggleTintMode = 0x7f0300e0; + public static final int popupMenuStyle = 0x7f0300e1; + public static final int popupTheme = 0x7f0300e2; + public static final int popupWindowStyle = 0x7f0300e3; + public static final int preserveIconSpacing = 0x7f0300e4; + public static final int pressedTranslationZ = 0x7f0300e5; + public static final int progressBarPadding = 0x7f0300e6; + public static final int progressBarStyle = 0x7f0300e7; + public static final int queryBackground = 0x7f0300e8; + public static final int queryHint = 0x7f0300e9; + public static final int radioButtonStyle = 0x7f0300ea; + public static final int ratingBarStyle = 0x7f0300eb; + public static final int ratingBarStyleIndicator = 0x7f0300ec; + public static final int ratingBarStyleSmall = 0x7f0300ed; + public static final int reverseLayout = 0x7f0300ee; + public static final int rippleColor = 0x7f0300ef; + public static final int scrimAnimationDuration = 0x7f0300f0; + public static final int scrimVisibleHeightTrigger = 0x7f0300f1; + public static final int searchHintIcon = 0x7f0300f2; + public static final int searchIcon = 0x7f0300f3; + public static final int searchViewStyle = 0x7f0300f4; + public static final int seekBarStyle = 0x7f0300f5; + public static final int selectableItemBackground = 0x7f0300f6; + public static final int selectableItemBackgroundBorderless = 0x7f0300f7; + public static final int showAsAction = 0x7f0300f8; + public static final int showDividers = 0x7f0300f9; + public static final int showText = 0x7f0300fa; + public static final int showTitle = 0x7f0300fb; + public static final int singleChoiceItemLayout = 0x7f0300fc; + public static final int spanCount = 0x7f0300fd; + public static final int spinBars = 0x7f0300fe; + public static final int spinnerDropDownItemStyle = 0x7f0300ff; + public static final int spinnerStyle = 0x7f030100; + public static final int splitTrack = 0x7f030101; + public static final int srcCompat = 0x7f030102; + public static final int stackFromEnd = 0x7f030103; + public static final int state_above_anchor = 0x7f030104; + public static final int state_collapsed = 0x7f030105; + public static final int state_collapsible = 0x7f030106; + public static final int statusBarBackground = 0x7f030107; + public static final int statusBarScrim = 0x7f030108; + public static final int subMenuArrow = 0x7f030109; + public static final int submitBackground = 0x7f03010a; + public static final int subtitle = 0x7f03010b; + public static final int subtitleTextAppearance = 0x7f03010c; + public static final int subtitleTextColor = 0x7f03010d; + public static final int subtitleTextStyle = 0x7f03010e; + public static final int suggestionRowLayout = 0x7f03010f; + public static final int switchMinWidth = 0x7f030110; + public static final int switchPadding = 0x7f030111; + public static final int switchStyle = 0x7f030112; + public static final int switchTextAppearance = 0x7f030113; + public static final int tabBackground = 0x7f030114; + public static final int tabContentStart = 0x7f030115; + public static final int tabGravity = 0x7f030116; + public static final int tabIndicatorColor = 0x7f030117; + public static final int tabIndicatorHeight = 0x7f030118; + public static final int tabMaxWidth = 0x7f030119; + public static final int tabMinWidth = 0x7f03011a; + public static final int tabMode = 0x7f03011b; + public static final int tabPadding = 0x7f03011c; + public static final int tabPaddingBottom = 0x7f03011d; + public static final int tabPaddingEnd = 0x7f03011e; + public static final int tabPaddingStart = 0x7f03011f; + public static final int tabPaddingTop = 0x7f030120; + public static final int tabSelectedTextColor = 0x7f030121; + public static final int tabTextAppearance = 0x7f030122; + public static final int tabTextColor = 0x7f030123; + public static final int textAllCaps = 0x7f030124; + public static final int textAppearanceLargePopupMenu = 0x7f030125; + public static final int textAppearanceListItem = 0x7f030126; + public static final int textAppearanceListItemSecondary = 0x7f030127; + public static final int textAppearanceListItemSmall = 0x7f030128; + public static final int textAppearancePopupMenuHeader = 0x7f030129; + public static final int textAppearanceSearchResultSubtitle = 0x7f03012a; + public static final int textAppearanceSearchResultTitle = 0x7f03012b; + public static final int textAppearanceSmallPopupMenu = 0x7f03012c; + public static final int textColorAlertDialogListItem = 0x7f03012d; + public static final int textColorError = 0x7f03012e; + public static final int textColorSearchUrl = 0x7f03012f; + public static final int theme = 0x7f030130; + public static final int thickness = 0x7f030131; + public static final int thumbTextPadding = 0x7f030132; + public static final int thumbTint = 0x7f030133; + public static final int thumbTintMode = 0x7f030134; + public static final int tickMark = 0x7f030135; + public static final int tickMarkTint = 0x7f030136; + public static final int tickMarkTintMode = 0x7f030137; + public static final int tint = 0x7f030138; + public static final int tintMode = 0x7f030139; + public static final int title = 0x7f03013a; + public static final int titleEnabled = 0x7f03013b; + public static final int titleMargin = 0x7f03013c; + public static final int titleMarginBottom = 0x7f03013d; + public static final int titleMarginEnd = 0x7f03013e; + public static final int titleMarginStart = 0x7f03013f; + public static final int titleMarginTop = 0x7f030140; + public static final int titleMargins = 0x7f030141; + public static final int titleTextAppearance = 0x7f030142; + public static final int titleTextColor = 0x7f030143; + public static final int titleTextStyle = 0x7f030144; + public static final int toolbarId = 0x7f030145; + public static final int toolbarNavigationButtonStyle = 0x7f030146; + public static final int toolbarStyle = 0x7f030147; + public static final int tooltipForegroundColor = 0x7f030148; + public static final int tooltipFrameBackground = 0x7f030149; + public static final int tooltipText = 0x7f03014a; + public static final int track = 0x7f03014b; + public static final int trackTint = 0x7f03014c; + public static final int trackTintMode = 0x7f03014d; + public static final int useCompatPadding = 0x7f03014e; + public static final int voiceIcon = 0x7f03014f; + public static final int windowActionBar = 0x7f030150; + public static final int windowActionBarOverlay = 0x7f030151; + public static final int windowActionModeOverlay = 0x7f030152; + public static final int windowFixedHeightMajor = 0x7f030153; + public static final int windowFixedHeightMinor = 0x7f030154; + public static final int windowFixedWidthMajor = 0x7f030155; + public static final int windowFixedWidthMinor = 0x7f030156; + public static final int windowMinWidthMajor = 0x7f030157; + public static final int windowMinWidthMinor = 0x7f030158; + public static final int windowNoTitle = 0x7f030159; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f040004; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050001; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050002; + public static final int abc_btn_colored_borderless_text_material = 0x7f050003; + public static final int abc_btn_colored_text_material = 0x7f050004; + public static final int abc_color_highlight_material = 0x7f050005; + public static final int abc_hint_foreground_material_dark = 0x7f050006; + public static final int abc_hint_foreground_material_light = 0x7f050007; + public static final int abc_input_method_navigation_guard = 0x7f050008; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050009; + public static final int abc_primary_text_disable_only_material_light = 0x7f05000a; + public static final int abc_primary_text_material_dark = 0x7f05000b; + public static final int abc_primary_text_material_light = 0x7f05000c; + public static final int abc_search_url_text = 0x7f05000d; + public static final int abc_search_url_text_normal = 0x7f05000e; + public static final int abc_search_url_text_pressed = 0x7f05000f; + public static final int abc_search_url_text_selected = 0x7f050010; + public static final int abc_secondary_text_material_dark = 0x7f050011; + public static final int abc_secondary_text_material_light = 0x7f050012; + public static final int abc_tint_btn_checkable = 0x7f050013; + public static final int abc_tint_default = 0x7f050014; + public static final int abc_tint_edittext = 0x7f050015; + public static final int abc_tint_seek_thumb = 0x7f050016; + public static final int abc_tint_spinner = 0x7f050017; + public static final int abc_tint_switch_track = 0x7f050018; + public static final int accent_material_dark = 0x7f050019; + public static final int accent_material_light = 0x7f05001a; + public static final int background_floating_material_dark = 0x7f05001b; + public static final int background_floating_material_light = 0x7f05001c; + public static final int background_material_dark = 0x7f05001d; + public static final int background_material_light = 0x7f05001e; + public static final int bright_foreground_disabled_material_dark = 0x7f050020; + public static final int bright_foreground_disabled_material_light = 0x7f050021; + public static final int bright_foreground_inverse_material_dark = 0x7f050022; + public static final int bright_foreground_inverse_material_light = 0x7f050023; + public static final int bright_foreground_material_dark = 0x7f050024; + public static final int bright_foreground_material_light = 0x7f050025; + public static final int button_material_dark = 0x7f050026; + public static final int button_material_light = 0x7f050027; + public static final int design_bottom_navigation_shadow_color = 0x7f05002d; + public static final int design_error = 0x7f05002e; + public static final int design_fab_shadow_end_color = 0x7f05002f; + public static final int design_fab_shadow_mid_color = 0x7f050030; + public static final int design_fab_shadow_start_color = 0x7f050031; + public static final int design_fab_stroke_end_inner_color = 0x7f050032; + public static final int design_fab_stroke_end_outer_color = 0x7f050033; + public static final int design_fab_stroke_top_inner_color = 0x7f050034; + public static final int design_fab_stroke_top_outer_color = 0x7f050035; + public static final int design_snackbar_background_color = 0x7f050036; + public static final int design_tint_password_toggle = 0x7f050037; + public static final int dim_foreground_disabled_material_dark = 0x7f050038; + public static final int dim_foreground_disabled_material_light = 0x7f050039; + public static final int dim_foreground_material_dark = 0x7f05003a; + public static final int dim_foreground_material_light = 0x7f05003b; + public static final int error_color_material = 0x7f05003c; + public static final int foreground_material_dark = 0x7f05003d; + public static final int foreground_material_light = 0x7f05003e; + public static final int highlighted_text_material_dark = 0x7f050040; + public static final int highlighted_text_material_light = 0x7f050041; + public static final int material_blue_grey_800 = 0x7f050043; + public static final int material_blue_grey_900 = 0x7f050044; + public static final int material_blue_grey_950 = 0x7f050045; + public static final int material_deep_teal_200 = 0x7f050046; + public static final int material_deep_teal_500 = 0x7f050047; + public static final int material_grey_100 = 0x7f050048; + public static final int material_grey_300 = 0x7f050049; + public static final int material_grey_50 = 0x7f05004a; + public static final int material_grey_600 = 0x7f05004b; + public static final int material_grey_800 = 0x7f05004c; + public static final int material_grey_850 = 0x7f05004d; + public static final int material_grey_900 = 0x7f05004e; + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_dark_material_dark = 0x7f050052; + public static final int primary_dark_material_light = 0x7f050053; + public static final int primary_material_dark = 0x7f050054; + public static final int primary_material_light = 0x7f050055; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int primary_text_default_material_light = 0x7f050057; + public static final int primary_text_disabled_material_dark = 0x7f050058; + public static final int primary_text_disabled_material_light = 0x7f050059; + public static final int ripple_material_dark = 0x7f05005a; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + public static final int secondary_text_disabled_material_dark = 0x7f05005e; + public static final int secondary_text_disabled_material_light = 0x7f05005f; + public static final int switch_thumb_disabled_material_dark = 0x7f050060; + public static final int switch_thumb_disabled_material_light = 0x7f050061; + public static final int switch_thumb_material_dark = 0x7f050062; + public static final int switch_thumb_material_light = 0x7f050063; + public static final int switch_thumb_normal_material_dark = 0x7f050064; + public static final int switch_thumb_normal_material_light = 0x7f050065; + public static final int tooltip_background_dark = 0x7f050068; + public static final int tooltip_background_light = 0x7f050069; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_progress_bar_size = 0x7f060009; + public static final int abc_action_bar_stacked_max_height = 0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000d; + public static final int abc_action_button_min_height_material = 0x7f06000e; + public static final int abc_action_button_min_width_material = 0x7f06000f; + public static final int abc_action_button_min_width_overflow_material = 0x7f060010; + public static final int abc_alert_dialog_button_bar_height = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_fixed_height_major = 0x7f06001b; + public static final int abc_dialog_fixed_height_minor = 0x7f06001c; + public static final int abc_dialog_fixed_width_major = 0x7f06001d; + public static final int abc_dialog_fixed_width_minor = 0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060020; + public static final int abc_dialog_min_width_major = 0x7f060021; + public static final int abc_dialog_min_width_minor = 0x7f060022; + public static final int abc_dialog_padding_material = 0x7f060023; + public static final int abc_dialog_padding_top_material = 0x7f060024; + public static final int abc_dialog_title_divider_material = 0x7f060025; + public static final int abc_disabled_alpha_material_dark = 0x7f060026; + public static final int abc_disabled_alpha_material_light = 0x7f060027; + public static final int abc_dropdownitem_icon_width = 0x7f060028; + public static final int abc_dropdownitem_text_padding_left = 0x7f060029; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002a; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002c; + public static final int abc_edit_text_inset_top_material = 0x7f06002d; + public static final int abc_floating_window_z = 0x7f06002e; + public static final int abc_list_item_padding_horizontal_material = 0x7f06002f; + public static final int abc_panel_menu_list_width = 0x7f060030; + public static final int abc_progress_bar_height_material = 0x7f060031; + public static final int abc_search_view_preferred_height = 0x7f060032; + public static final int abc_search_view_preferred_width = 0x7f060033; + public static final int abc_seekbar_track_background_height_material = 0x7f060034; + public static final int abc_seekbar_track_progress_height_material = 0x7f060035; + public static final int abc_select_dialog_padding_start_material = 0x7f060036; + public static final int abc_switch_padding = 0x7f060037; + public static final int abc_text_size_body_1_material = 0x7f060038; + public static final int abc_text_size_body_2_material = 0x7f060039; + public static final int abc_text_size_button_material = 0x7f06003a; + public static final int abc_text_size_caption_material = 0x7f06003b; + public static final int abc_text_size_display_1_material = 0x7f06003c; + public static final int abc_text_size_display_2_material = 0x7f06003d; + public static final int abc_text_size_display_3_material = 0x7f06003e; + public static final int abc_text_size_display_4_material = 0x7f06003f; + public static final int abc_text_size_headline_material = 0x7f060040; + public static final int abc_text_size_large_material = 0x7f060041; + public static final int abc_text_size_medium_material = 0x7f060042; + public static final int abc_text_size_menu_header_material = 0x7f060043; + public static final int abc_text_size_menu_material = 0x7f060044; + public static final int abc_text_size_small_material = 0x7f060045; + public static final int abc_text_size_subhead_material = 0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f060047; + public static final int abc_text_size_title_material = 0x7f060048; + public static final int abc_text_size_title_material_toolbar = 0x7f060049; + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int design_appbar_elevation = 0x7f060051; + public static final int design_bottom_navigation_active_item_max_width = 0x7f060052; + public static final int design_bottom_navigation_active_text_size = 0x7f060053; + public static final int design_bottom_navigation_elevation = 0x7f060054; + public static final int design_bottom_navigation_height = 0x7f060055; + public static final int design_bottom_navigation_item_max_width = 0x7f060056; + public static final int design_bottom_navigation_item_min_width = 0x7f060057; + public static final int design_bottom_navigation_margin = 0x7f060058; + public static final int design_bottom_navigation_shadow_height = 0x7f060059; + public static final int design_bottom_navigation_text_size = 0x7f06005a; + public static final int design_bottom_sheet_modal_elevation = 0x7f06005b; + public static final int design_bottom_sheet_peek_height_min = 0x7f06005c; + public static final int design_fab_border_width = 0x7f06005d; + public static final int design_fab_elevation = 0x7f06005e; + public static final int design_fab_image_size = 0x7f06005f; + public static final int design_fab_size_mini = 0x7f060060; + public static final int design_fab_size_normal = 0x7f060061; + public static final int design_fab_translation_z_pressed = 0x7f060062; + public static final int design_navigation_elevation = 0x7f060063; + public static final int design_navigation_icon_padding = 0x7f060064; + public static final int design_navigation_icon_size = 0x7f060065; + public static final int design_navigation_max_width = 0x7f060066; + public static final int design_navigation_padding_bottom = 0x7f060067; + public static final int design_navigation_separator_vertical_padding = 0x7f060068; + public static final int design_snackbar_action_inline_max_width = 0x7f060069; + public static final int design_snackbar_background_corner_radius = 0x7f06006a; + public static final int design_snackbar_elevation = 0x7f06006b; + public static final int design_snackbar_extra_spacing_horizontal = 0x7f06006c; + public static final int design_snackbar_max_width = 0x7f06006d; + public static final int design_snackbar_min_width = 0x7f06006e; + public static final int design_snackbar_padding_horizontal = 0x7f06006f; + public static final int design_snackbar_padding_vertical = 0x7f060070; + public static final int design_snackbar_padding_vertical_2lines = 0x7f060071; + public static final int design_snackbar_text_size = 0x7f060072; + public static final int design_tab_max_width = 0x7f060073; + public static final int design_tab_scrollable_min_width = 0x7f060074; + public static final int design_tab_text_size = 0x7f060075; + public static final int design_tab_text_size_2line = 0x7f060076; + public static final int disabled_alpha_material_dark = 0x7f060077; + public static final int disabled_alpha_material_light = 0x7f060078; + public static final int fastscroll_default_thickness = 0x7f060079; + public static final int fastscroll_margin = 0x7f06007a; + public static final int fastscroll_minimum_range = 0x7f06007b; + public static final int highlight_alpha_material_colored = 0x7f06007c; + public static final int highlight_alpha_material_dark = 0x7f06007d; + public static final int highlight_alpha_material_light = 0x7f06007e; + public static final int hint_alpha_material_dark = 0x7f06007f; + public static final int hint_alpha_material_light = 0x7f060080; + public static final int hint_pressed_alpha_material_dark = 0x7f060081; + public static final int hint_pressed_alpha_material_light = 0x7f060082; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060085; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + public static final int tooltip_corner_radius = 0x7f060095; + public static final int tooltip_horizontal_padding = 0x7f060096; + public static final int tooltip_margin = 0x7f060097; + public static final int tooltip_precise_anchor_extra_offset = 0x7f060098; + public static final int tooltip_precise_anchor_threshold = 0x7f060099; + public static final int tooltip_vertical_padding = 0x7f06009a; + public static final int tooltip_y_offset_non_touch = 0x7f06009b; + public static final int tooltip_y_offset_touch = 0x7f06009c; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070006; + public static final int abc_action_bar_item_background_material = 0x7f070007; + public static final int abc_btn_borderless_material = 0x7f070008; + public static final int abc_btn_check_material = 0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000b; + public static final int abc_btn_colored_material = 0x7f07000c; + public static final int abc_btn_default_mtrl_shape = 0x7f07000d; + public static final int abc_btn_radio_material = 0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070012; + public static final int abc_cab_background_internal_bg = 0x7f070013; + public static final int abc_cab_background_top_material = 0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070015; + public static final int abc_control_background_material = 0x7f070016; + public static final int abc_dialog_material_background = 0x7f070017; + public static final int abc_edit_text_material = 0x7f070018; + public static final int abc_ic_ab_back_material = 0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001a; + public static final int abc_ic_clear_material = 0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001c; + public static final int abc_ic_go_search_api_material = 0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_menu_overflow_material = 0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070023; + public static final int abc_ic_search_api_material = 0x7f070024; + public static final int abc_ic_star_black_16dp = 0x7f070025; + public static final int abc_ic_star_black_36dp = 0x7f070026; + public static final int abc_ic_star_black_48dp = 0x7f070027; + public static final int abc_ic_star_half_black_16dp = 0x7f070028; + public static final int abc_ic_star_half_black_36dp = 0x7f070029; + public static final int abc_ic_star_half_black_48dp = 0x7f07002a; + public static final int abc_ic_voice_search_api_material = 0x7f07002b; + public static final int abc_item_background_holo_dark = 0x7f07002c; + public static final int abc_item_background_holo_light = 0x7f07002d; + public static final int abc_list_divider_mtrl_alpha = 0x7f07002e; + public static final int abc_list_focused_holo = 0x7f07002f; + public static final int abc_list_longpressed_holo = 0x7f070030; + public static final int abc_list_pressed_holo_dark = 0x7f070031; + public static final int abc_list_pressed_holo_light = 0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070033; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070034; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070035; + public static final int abc_list_selector_disabled_holo_light = 0x7f070036; + public static final int abc_list_selector_holo_dark = 0x7f070037; + public static final int abc_list_selector_holo_light = 0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f070039; + public static final int abc_popup_background_mtrl_mult = 0x7f07003a; + public static final int abc_ratingbar_indicator_material = 0x7f07003b; + public static final int abc_ratingbar_material = 0x7f07003c; + public static final int abc_ratingbar_small_material = 0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070042; + public static final int abc_seekbar_thumb_material = 0x7f070043; + public static final int abc_seekbar_tick_mark_material = 0x7f070044; + public static final int abc_seekbar_track_material = 0x7f070045; + public static final int abc_spinner_mtrl_am_alpha = 0x7f070046; + public static final int abc_spinner_textfield_background_material = 0x7f070047; + public static final int abc_switch_thumb_material = 0x7f070048; + public static final int abc_switch_track_mtrl_alpha = 0x7f070049; + public static final int abc_tab_indicator_material = 0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004b; + public static final int abc_text_cursor_material = 0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070053; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070056; + public static final int abc_textfield_search_material = 0x7f070057; + public static final int abc_vector_test = 0x7f070058; + public static final int avd_hide_password = 0x7f070059; + public static final int avd_show_password = 0x7f07005a; + public static final int design_bottom_navigation_item_background = 0x7f07005c; + public static final int design_fab_background = 0x7f07005d; + public static final int design_ic_visibility = 0x7f07005e; + public static final int design_ic_visibility_off = 0x7f07005f; + public static final int design_password_eye = 0x7f070060; + public static final int design_snackbar_background = 0x7f070061; + public static final int navigation_empty_icon = 0x7f070062; + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + public static final int tooltip_frame_dark = 0x7f070071; + public static final int tooltip_frame_light = 0x7f070072; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_bar = 0x7f080007; + public static final int action_bar_activity_content = 0x7f080008; + public static final int action_bar_container = 0x7f080009; + public static final int action_bar_root = 0x7f08000a; + public static final int action_bar_spinner = 0x7f08000b; + public static final int action_bar_subtitle = 0x7f08000c; + public static final int action_bar_title = 0x7f08000d; + public static final int action_container = 0x7f08000e; + public static final int action_context_bar = 0x7f08000f; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_menu_divider = 0x7f080012; + public static final int action_menu_presenter = 0x7f080013; + public static final int action_mode_bar = 0x7f080014; + public static final int action_mode_bar_stub = 0x7f080015; + public static final int action_mode_close_button = 0x7f080016; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int activity_chooser_view_content = 0x7f080019; + public static final int add = 0x7f08001a; + public static final int alertTitle = 0x7f08001b; + public static final int async = 0x7f08001e; + public static final int auto = 0x7f08001f; + public static final int blocking = 0x7f080021; + public static final int bottom = 0x7f080022; + public static final int buttonPanel = 0x7f080026; + public static final int cancel_action = 0x7f080027; + public static final int center = 0x7f080028; + public static final int checkbox = 0x7f08002b; + public static final int chronometer = 0x7f08002c; + public static final int container = 0x7f080030; + public static final int contentPanel = 0x7f080031; + public static final int coordinator = 0x7f080032; + public static final int custom = 0x7f080033; + public static final int customPanel = 0x7f080034; + public static final int decor_content_parent = 0x7f080035; + public static final int default_activity_button = 0x7f080036; + public static final int design_bottom_sheet = 0x7f080037; + public static final int design_menu_item_action_area = 0x7f080038; + public static final int design_menu_item_action_area_stub = 0x7f080039; + public static final int design_menu_item_text = 0x7f08003a; + public static final int design_navigation_view = 0x7f08003b; + public static final int edit_query = 0x7f08003d; + public static final int end = 0x7f080044; + public static final int end_padder = 0x7f080045; + public static final int expand_activities_button = 0x7f080049; + public static final int expanded_menu = 0x7f08004a; + public static final int fill = 0x7f08004b; + public static final int fixed = 0x7f08004e; + public static final int forever = 0x7f080050; + public static final int ghost_view = 0x7f08005a; + public static final int home = 0x7f08005b; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int image = 0x7f080060; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int item_touch_helper_previous_elevation = 0x7f080063; + public static final int largeLabel = 0x7f080064; + public static final int left = 0x7f08006c; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int listMode = 0x7f08006f; + public static final int list_item = 0x7f080070; + public static final int masked = 0x7f080073; + public static final int media_actions = 0x7f080074; + public static final int message = 0x7f080075; + public static final int mini = 0x7f080077; + public static final int multiply = 0x7f080078; + public static final int navigation_header_container = 0x7f080079; + public static final int none = 0x7f08007b; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parallax = 0x7f080084; + public static final int parentPanel = 0x7f080085; + public static final int parent_matrix = 0x7f080086; + public static final int pin = 0x7f080089; + public static final int progress_circular = 0x7f08008b; + public static final int progress_horizontal = 0x7f08008c; + public static final int radio = 0x7f08008d; + public static final int right = 0x7f08008e; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int save_image_matrix = 0x7f080091; + public static final int save_non_transition_alpha = 0x7f080092; + public static final int save_scale_type = 0x7f080093; + public static final int screen = 0x7f080094; + public static final int scrollIndicatorDown = 0x7f080096; + public static final int scrollIndicatorUp = 0x7f080097; + public static final int scrollView = 0x7f080098; + public static final int scrollable = 0x7f080099; + public static final int search_badge = 0x7f08009a; + public static final int search_bar = 0x7f08009b; + public static final int search_button = 0x7f08009c; + public static final int search_close_btn = 0x7f08009d; + public static final int search_edit_frame = 0x7f08009e; + public static final int search_go_btn = 0x7f08009f; + public static final int search_mag_icon = 0x7f0800a0; + public static final int search_plate = 0x7f0800a1; + public static final int search_src_text = 0x7f0800a2; + public static final int search_voice_btn = 0x7f0800a3; + public static final int select_dialog_listview = 0x7f0800a4; + public static final int shortcut = 0x7f0800a5; + public static final int smallLabel = 0x7f0800a9; + public static final int snackbar_action = 0x7f0800aa; + public static final int snackbar_text = 0x7f0800ab; + public static final int spacer = 0x7f0800ad; + public static final int split_action_bar = 0x7f0800ae; + public static final int src_atop = 0x7f0800af; + public static final int src_in = 0x7f0800b0; + public static final int src_over = 0x7f0800b1; + public static final int start = 0x7f0800b2; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int submenuarrow = 0x7f0800b4; + public static final int submit_area = 0x7f0800b5; + public static final int tabMode = 0x7f0800b6; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int textSpacerNoButtons = 0x7f0800c6; + public static final int textSpacerNoTitle = 0x7f0800c7; + public static final int text_input_password_toggle = 0x7f0800c8; + public static final int textinput_counter = 0x7f0800c9; + public static final int textinput_error = 0x7f0800ca; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int titleDividerNoCustom = 0x7f0800d2; + public static final int title_template = 0x7f0800d4; + public static final int top = 0x7f0800d5; + public static final int topPanel = 0x7f0800d6; + public static final int touch_outside = 0x7f0800d7; + public static final int transition_current_scene = 0x7f0800d8; + public static final int transition_layout_save = 0x7f0800d9; + public static final int transition_position = 0x7f0800da; + public static final int transition_scene_layoutid_cache = 0x7f0800db; + public static final int transition_transform = 0x7f0800dc; + public static final int uniform = 0x7f0800e1; + public static final int up = 0x7f0800e2; + public static final int view_offset_helper = 0x7f0800e4; + public static final int visible = 0x7f0800e5; + public static final int wrap_content = 0x7f0800e8; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int app_bar_elevation_anim_duration = 0x7f090002; + public static final int bottom_sheet_slide_duration = 0x7f090003; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int design_snackbar_text_max_lines = 0x7f090006; + public static final int hide_password_duration = 0x7f090007; + public static final int show_password_duration = 0x7f090008; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0a0000; + public static final int abc_action_bar_up_container = 0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f0a0002; + public static final int abc_action_menu_item_layout = 0x7f0a0003; + public static final int abc_action_menu_layout = 0x7f0a0004; + public static final int abc_action_mode_bar = 0x7f0a0005; + public static final int abc_action_mode_close_item_material = 0x7f0a0006; + public static final int abc_activity_chooser_view = 0x7f0a0007; + public static final int abc_activity_chooser_view_list_item = 0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material = 0x7f0a0009; + public static final int abc_alert_dialog_material = 0x7f0a000a; + public static final int abc_alert_dialog_title_material = 0x7f0a000b; + public static final int abc_dialog_title_material = 0x7f0a000c; + public static final int abc_expanded_menu_layout = 0x7f0a000d; + public static final int abc_list_menu_item_checkbox = 0x7f0a000e; + public static final int abc_list_menu_item_icon = 0x7f0a000f; + public static final int abc_list_menu_item_layout = 0x7f0a0010; + public static final int abc_list_menu_item_radio = 0x7f0a0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0a0012; + public static final int abc_popup_menu_item_layout = 0x7f0a0013; + public static final int abc_screen_content_include = 0x7f0a0014; + public static final int abc_screen_simple = 0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0a0016; + public static final int abc_screen_toolbar = 0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0a0018; + public static final int abc_search_view = 0x7f0a0019; + public static final int abc_select_dialog_material = 0x7f0a001a; + public static final int design_bottom_navigation_item = 0x7f0a001e; + public static final int design_bottom_sheet_dialog = 0x7f0a001f; + public static final int design_layout_snackbar = 0x7f0a0020; + public static final int design_layout_snackbar_include = 0x7f0a0021; + public static final int design_layout_tab_icon = 0x7f0a0022; + public static final int design_layout_tab_text = 0x7f0a0023; + public static final int design_menu_item_action_area = 0x7f0a0024; + public static final int design_navigation_item = 0x7f0a0025; + public static final int design_navigation_item_header = 0x7f0a0026; + public static final int design_navigation_item_separator = 0x7f0a0027; + public static final int design_navigation_item_subheader = 0x7f0a0028; + public static final int design_navigation_menu = 0x7f0a0029; + public static final int design_navigation_menu_item = 0x7f0a002a; + public static final int design_text_input_password_icon = 0x7f0a002b; + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + public static final int select_dialog_item_material = 0x7f0a0042; + public static final int select_dialog_multichoice_material = 0x7f0a0043; + public static final int select_dialog_singlechoice_material = 0x7f0a0044; + public static final int support_simple_spinner_dropdown_item = 0x7f0a0045; + public static final int tooltip = 0x7f0a0046; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0c0000; + public static final int abc_action_bar_home_description_format = 0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0c0002; + public static final int abc_action_bar_up_description = 0x7f0c0003; + public static final int abc_action_menu_overflow_description = 0x7f0c0004; + public static final int abc_action_mode_done = 0x7f0c0005; + public static final int abc_activity_chooser_view_see_all = 0x7f0c0006; + public static final int abc_activitychooserview_choose_application = 0x7f0c0007; + public static final int abc_capital_off = 0x7f0c0008; + public static final int abc_capital_on = 0x7f0c0009; + public static final int abc_font_family_body_1_material = 0x7f0c000a; + public static final int abc_font_family_body_2_material = 0x7f0c000b; + public static final int abc_font_family_button_material = 0x7f0c000c; + public static final int abc_font_family_caption_material = 0x7f0c000d; + public static final int abc_font_family_display_1_material = 0x7f0c000e; + public static final int abc_font_family_display_2_material = 0x7f0c000f; + public static final int abc_font_family_display_3_material = 0x7f0c0010; + public static final int abc_font_family_display_4_material = 0x7f0c0011; + public static final int abc_font_family_headline_material = 0x7f0c0012; + public static final int abc_font_family_menu_material = 0x7f0c0013; + public static final int abc_font_family_subhead_material = 0x7f0c0014; + public static final int abc_font_family_title_material = 0x7f0c0015; + public static final int abc_search_hint = 0x7f0c0016; + public static final int abc_searchview_description_clear = 0x7f0c0017; + public static final int abc_searchview_description_query = 0x7f0c0018; + public static final int abc_searchview_description_search = 0x7f0c0019; + public static final int abc_searchview_description_submit = 0x7f0c001a; + public static final int abc_searchview_description_voice = 0x7f0c001b; + public static final int abc_shareactionprovider_share_with = 0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application = 0x7f0c001d; + public static final int abc_toolbar_collapse_description = 0x7f0c001e; + public static final int appbar_scrolling_view_behavior = 0x7f0c0025; + public static final int bottom_sheet_behavior = 0x7f0c0026; + public static final int character_counter_pattern = 0x7f0c0027; + public static final int password_toggle_content_description = 0x7f0c0028; + public static final int path_password_eye = 0x7f0c0029; + public static final int path_password_eye_mask_strike_through = 0x7f0c002a; + public static final int path_password_eye_mask_visible = 0x7f0c002b; + public static final int path_password_strike_through = 0x7f0c002c; + public static final int search_menu_title = 0x7f0c0032; + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0d0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0d0001; + public static final int Animation_AppCompat_Dialog = 0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0d0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0d0004; + public static final int Animation_Design_BottomSheetDialog = 0x7f0d0005; + public static final int Base_AlertDialog_AppCompat = 0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000b; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d000d; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000c; + public static final int Base_TextAppearance_AppCompat = 0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d003d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0052; + public static final int Base_Theme_AppCompat = 0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0040; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0043; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004a; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0055; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0054; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d0057; + public static final int Base_V14_Widget_Design_AppBarLayout = 0x7f0d0058; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat = 0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005c; + public static final int Base_V21_Widget_Design_AppBarLayout = 0x7f0d005e; + public static final int Base_V22_Theme_AppCompat = 0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0060; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0062; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0065; + public static final int Base_V26_Widget_Design_AppBarLayout = 0x7f0d0066; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat = 0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006a; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0079; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d007f; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00a7; + public static final int Base_Widget_Design_AppBarLayout = 0x7f0d00a8; + public static final int Base_Widget_Design_TabLayout = 0x7f0d00a9; + public static final int Platform_AppCompat = 0x7f0d00aa; + public static final int Platform_AppCompat_Light = 0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_V11_AppCompat = 0x7f0d00af; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b0; + public static final int Platform_V14_AppCompat = 0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b2; + public static final int Platform_V21_AppCompat = 0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b4; + public static final int Platform_V25_AppCompat = 0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c5; + public static final int TextAppearance_AppCompat = 0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d00ff; + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0d010a; + public static final int TextAppearance_Design_Counter = 0x7f0d010b; + public static final int TextAppearance_Design_Counter_Overflow = 0x7f0d010c; + public static final int TextAppearance_Design_Error = 0x7f0d010d; + public static final int TextAppearance_Design_Hint = 0x7f0d010e; + public static final int TextAppearance_Design_Snackbar_Message = 0x7f0d010f; + public static final int TextAppearance_Design_Tab = 0x7f0d0110; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0113; + public static final int ThemeOverlay_AppCompat = 0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0135; + public static final int Theme_AppCompat = 0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0115; + public static final int Theme_AppCompat_DayNight = 0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011c; + public static final int Theme_AppCompat_Dialog = 0x7f0d011d; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0120; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d011f; + public static final int Theme_AppCompat_Light = 0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0123; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0126; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0125; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d0128; + public static final int Theme_Design = 0x7f0d0129; + public static final int Theme_Design_BottomSheetDialog = 0x7f0d012a; + public static final int Theme_Design_Light = 0x7f0d012b; + public static final int Theme_Design_Light_BottomSheetDialog = 0x7f0d012c; + public static final int Theme_Design_Light_NoActionBar = 0x7f0d012d; + public static final int Theme_Design_NoActionBar = 0x7f0d012e; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013a; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d013d; + public static final int Widget_AppCompat_ActionMode = 0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0140; + public static final int Widget_AppCompat_Button = 0x7f0d0141; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0146; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d014d; + public static final int Widget_AppCompat_EditText = 0x7f0d014e; + public static final int Widget_AppCompat_ImageButton = 0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d0167; + public static final int Widget_AppCompat_ListView = 0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d016f; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0172; + public static final int Widget_AppCompat_SearchView = 0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0174; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0176; + public static final int Widget_AppCompat_Spinner = 0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017b; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + public static final int Widget_Design_AppBarLayout = 0x7f0d0180; + public static final int Widget_Design_BottomNavigationView = 0x7f0d0181; + public static final int Widget_Design_BottomSheet_Modal = 0x7f0d0182; + public static final int Widget_Design_CollapsingToolbar = 0x7f0d0183; + public static final int Widget_Design_CoordinatorLayout = 0x7f0d0184; + public static final int Widget_Design_FloatingActionButton = 0x7f0d0185; + public static final int Widget_Design_NavigationView = 0x7f0d0186; + public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f0d0187; + public static final int Widget_Design_Snackbar = 0x7f0d0188; + public static final int Widget_Design_TabLayout = 0x7f0d0189; + public static final int Widget_Design_TextInputLayout = 0x7f0d018a; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f03007f, 0x7f0300a9 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_showTitle = 5; + public static final int AlertDialog_singleChoiceItemLayout = 6; + public static final int[] AppBarLayout = { 0x10100d4, 0x101048f, 0x1010540, 0x7f03007c, 0x7f030080 }; + public static final int AppBarLayout_android_background = 0; + public static final int AppBarLayout_android_touchscreenBlocksFocus = 1; + public static final int AppBarLayout_android_keyboardNavigationCluster = 2; + public static final int AppBarLayout_elevation = 3; + public static final int AppBarLayout_expanded = 4; + public static final int[] AppBarLayoutStates = { 0x7f030105, 0x7f030106 }; + public static final int AppBarLayoutStates_state_collapsed = 0; + public static final int AppBarLayoutStates_state_collapsible = 1; + public static final int[] AppBarLayout_Layout = { 0x7f0300bc, 0x7f0300bd }; + public static final int AppBarLayout_Layout_layout_scrollFlags = 0; + public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f030102, 0x7f030138, 0x7f030139 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f030135, 0x7f030136, 0x7f030137 }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_fontFamily = 6; + public static final int AppCompatTextView_textAllCaps = 7; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogPreferredPadding = 59; + public static final int AppCompatTheme_dialogTheme = 60; + public static final int AppCompatTheme_dividerHorizontal = 61; + public static final int AppCompatTheme_dividerVertical = 62; + public static final int AppCompatTheme_dropDownListViewStyle = 63; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 64; + public static final int AppCompatTheme_editTextBackground = 65; + public static final int AppCompatTheme_editTextColor = 66; + public static final int AppCompatTheme_editTextStyle = 67; + public static final int AppCompatTheme_homeAsUpIndicator = 68; + public static final int AppCompatTheme_imageButtonStyle = 69; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 70; + public static final int AppCompatTheme_listDividerAlertDialog = 71; + public static final int AppCompatTheme_listMenuViewStyle = 72; + public static final int AppCompatTheme_listPopupWindowStyle = 73; + public static final int AppCompatTheme_listPreferredItemHeight = 74; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 75; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 76; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 77; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 78; + public static final int AppCompatTheme_panelBackground = 79; + public static final int AppCompatTheme_panelMenuListTheme = 80; + public static final int AppCompatTheme_panelMenuListWidth = 81; + public static final int AppCompatTheme_popupMenuStyle = 82; + public static final int AppCompatTheme_popupWindowStyle = 83; + public static final int AppCompatTheme_radioButtonStyle = 84; + public static final int AppCompatTheme_ratingBarStyle = 85; + public static final int AppCompatTheme_ratingBarStyleIndicator = 86; + public static final int AppCompatTheme_ratingBarStyleSmall = 87; + public static final int AppCompatTheme_searchViewStyle = 88; + public static final int AppCompatTheme_seekBarStyle = 89; + public static final int AppCompatTheme_selectableItemBackground = 90; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 91; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 92; + public static final int AppCompatTheme_spinnerStyle = 93; + public static final int AppCompatTheme_switchStyle = 94; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 95; + public static final int AppCompatTheme_textAppearanceListItem = 96; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 97; + public static final int AppCompatTheme_textAppearanceListItemSmall = 98; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 99; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 100; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 101; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 102; + public static final int AppCompatTheme_textColorAlertDialogListItem = 103; + public static final int AppCompatTheme_textColorSearchUrl = 104; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 105; + public static final int AppCompatTheme_toolbarStyle = 106; + public static final int AppCompatTheme_tooltipForegroundColor = 107; + public static final int AppCompatTheme_tooltipFrameBackground = 108; + public static final int AppCompatTheme_windowActionBar = 109; + public static final int AppCompatTheme_windowActionBarOverlay = 110; + public static final int AppCompatTheme_windowActionModeOverlay = 111; + public static final int AppCompatTheme_windowFixedHeightMajor = 112; + public static final int AppCompatTheme_windowFixedHeightMinor = 113; + public static final int AppCompatTheme_windowFixedWidthMajor = 114; + public static final int AppCompatTheme_windowFixedWidthMinor = 115; + public static final int AppCompatTheme_windowMinWidthMajor = 116; + public static final int AppCompatTheme_windowMinWidthMinor = 117; + public static final int AppCompatTheme_windowNoTitle = 118; + public static final int[] BottomNavigationView = { 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, 0x7f0300ce }; + public static final int BottomNavigationView_elevation = 0; + public static final int BottomNavigationView_itemBackground = 1; + public static final int BottomNavigationView_itemIconTint = 2; + public static final int BottomNavigationView_itemTextColor = 3; + public static final int BottomNavigationView_menu = 4; + public static final int[] BottomSheetBehavior_Layout = { 0x7f030038, 0x7f03003a, 0x7f03003b }; + public static final int BottomSheetBehavior_Layout_behavior_hideable = 0; + public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 1; + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] CollapsingToolbarLayout = { 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 }; + public static final int CollapsingToolbarLayout_collapsedTitleGravity = 0; + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1; + public static final int CollapsingToolbarLayout_contentScrim = 2; + public static final int CollapsingToolbarLayout_expandedTitleGravity = 3; + public static final int CollapsingToolbarLayout_expandedTitleMargin = 4; + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 6; + public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 7; + public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 8; + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; + public static final int CollapsingToolbarLayout_scrimAnimationDuration = 10; + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + public static final int CollapsingToolbarLayout_statusBarScrim = 12; + public static final int CollapsingToolbarLayout_title = 13; + public static final int CollapsingToolbarLayout_titleEnabled = 14; + public static final int CollapsingToolbarLayout_toolbarId = 15; + public static final int[] CollapsingToolbarLayout_Layout = { 0x7f0300b7, 0x7f0300b8 }; + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030049, 0x7f03004a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] CoordinatorLayout = { 0x7f0300b1, 0x7f030107 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b9, 0x7f0300ba, 0x7f0300bb }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] DesignTheme = { 0x7f03003e, 0x7f03003f, 0x7f03012e }; + public static final int DesignTheme_bottomSheetDialogTheme = 0; + public static final int DesignTheme_bottomSheetStyle = 1; + public static final int DesignTheme_textColorError = 2; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FloatingActionButton = { 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e }; + public static final int FloatingActionButton_backgroundTint = 0; + public static final int FloatingActionButton_backgroundTintMode = 1; + public static final int FloatingActionButton_borderWidth = 2; + public static final int FloatingActionButton_elevation = 3; + public static final int FloatingActionButton_fabSize = 4; + public static final int FloatingActionButton_pressedTranslationZ = 5; + public static final int FloatingActionButton_rippleColor = 6; + public static final int FloatingActionButton_useCompatPadding = 7; + public static final int[] FloatingActionButton_Behavior_Layout = { 0x7f030037 }; + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] ForegroundLinearLayout = { 0x1010109, 0x1010200, 0x7f030098 }; + public static final int ForegroundLinearLayout_android_foreground = 0; + public static final int ForegroundLinearLayout_android_foregroundGravity = 1; + public static final int ForegroundLinearLayout_foregroundInsidePadding = 2; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f0300e4, 0x7f030109 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] NavigationView = { 0x10100d4, 0x10100dd, 0x101011f, 0x7f03007c, 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, 0x7f0300b0, 0x7f0300ce }; + public static final int NavigationView_android_background = 0; + public static final int NavigationView_android_fitsSystemWindows = 1; + public static final int NavigationView_android_maxWidth = 2; + public static final int NavigationView_elevation = 3; + public static final int NavigationView_headerLayout = 4; + public static final int NavigationView_itemBackground = 5; + public static final int NavigationView_itemIconTint = 6; + public static final int NavigationView_itemTextAppearance = 7; + public static final int NavigationView_itemTextColor = 8; + public static final int NavigationView_menu = 9; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f0300d4 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f030104 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f0300d5, 0x7f0300d8 }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + public static final int[] ScrimInsetsFrameLayout = { 0x7f0300aa }; + public static final int ScrimInsetsFrameLayout_insetForeground = 0; + public static final int[] ScrollingViewBehavior_Layout = { 0x7f030039 }; + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] SnackbarLayout = { 0x101011f, 0x7f03007c, 0x7f0300cb }; + public static final int SnackbarLayout_android_maxWidth = 0; + public static final int SnackbarLayout_elevation = 1; + public static final int SnackbarLayout_maxActionInlineWidth = 2; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f0300e2 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TabItem = { 0x1010002, 0x10100f2, 0x101014f }; + public static final int TabItem_android_icon = 0; + public static final int TabItem_android_layout = 1; + public static final int TabItem_android_text = 2; + public static final int[] TabLayout = { 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 }; + public static final int TabLayout_tabBackground = 0; + public static final int TabLayout_tabContentStart = 1; + public static final int TabLayout_tabGravity = 2; + public static final int TabLayout_tabIndicatorColor = 3; + public static final int TabLayout_tabIndicatorHeight = 4; + public static final int TabLayout_tabMaxWidth = 5; + public static final int TabLayout_tabMinWidth = 6; + public static final int TabLayout_tabMode = 7; + public static final int TabLayout_tabPadding = 8; + public static final int TabLayout_tabPaddingBottom = 9; + public static final int TabLayout_tabPaddingEnd = 10; + public static final int TabLayout_tabPaddingStart = 11; + public static final int TabLayout_tabPaddingTop = 12; + public static final int TabLayout_tabSelectedTextColor = 13; + public static final int TabLayout_tabTextAppearance = 14; + public static final int TabLayout_tabTextColor = 15; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x7f03008f, 0x7f030124 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_fontFamily = 11; + public static final int TextAppearance_textAllCaps = 12; + public static final int[] TextInputLayout = { 0x101009a, 0x1010150, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 }; + public static final int TextInputLayout_android_textColorHint = 0; + public static final int TextInputLayout_android_hint = 1; + public static final int TextInputLayout_counterEnabled = 2; + public static final int TextInputLayout_counterMaxLength = 3; + public static final int TextInputLayout_counterOverflowTextAppearance = 4; + public static final int TextInputLayout_counterTextAppearance = 5; + public static final int TextInputLayout_errorEnabled = 6; + public static final int TextInputLayout_errorTextAppearance = 7; + public static final int TextInputLayout_hintAnimationEnabled = 8; + public static final int TextInputLayout_hintEnabled = 9; + public static final int TextInputLayout_hintTextAppearance = 10; + public static final int TextInputLayout_passwordToggleContentDescription = 11; + public static final int TextInputLayout_passwordToggleDrawable = 12; + public static final int TextInputLayout_passwordToggleEnabled = 13; + public static final int TextInputLayout_passwordToggleTint = 14; + public static final int TextInputLayout_passwordToggleTintMode = 15; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_navigationContentDescription = 14; + public static final int Toolbar_navigationIcon = 15; + public static final int Toolbar_popupTheme = 16; + public static final int Toolbar_subtitle = 17; + public static final int Toolbar_subtitleTextAppearance = 18; + public static final int Toolbar_subtitleTextColor = 19; + public static final int Toolbar_title = 20; + public static final int Toolbar_titleMargin = 21; + public static final int Toolbar_titleMarginBottom = 22; + public static final int Toolbar_titleMarginEnd = 23; + public static final int Toolbar_titleMarginStart = 24; + public static final int Toolbar_titleMarginTop = 25; + public static final int Toolbar_titleMargins = 26; + public static final int Toolbar_titleTextAppearance = 27; + public static final int Toolbar_titleTextColor = 28; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/fragment/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/fragment/R.java new file mode 100644 index 0000000..241ee29 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/fragment/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.fragment; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/R.java new file mode 100644 index 0000000..17b896a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.graphics.drawable; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/animated/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/animated/R.java new file mode 100644 index 0000000..a26446a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/animated/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.graphics.drawable.animated; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/mediacompat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/mediacompat/R.java new file mode 100644 index 0000000..d7a96a7 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/mediacompat/R.java @@ -0,0 +1,176 @@ +/* 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 android.support.mediacompat; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/transition/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/transition/R.java new file mode 100644 index 0000000..30db41d --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/transition/R.java @@ -0,0 +1,186 @@ +/* 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 android.support.transition; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int ghost_view = 0x7f08005a; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parent_matrix = 0x7f080086; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int save_image_matrix = 0x7f080091; + public static final int save_non_transition_alpha = 0x7f080092; + public static final int save_scale_type = 0x7f080093; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int transition_current_scene = 0x7f0800d8; + public static final int transition_layout_save = 0x7f0800d9; + public static final int transition_position = 0x7f0800da; + public static final int transition_scene_layoutid_cache = 0x7f0800db; + public static final int transition_transform = 0x7f0800dc; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v4/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v4/R.java new file mode 100644 index 0000000..df52e24 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v4/R.java @@ -0,0 +1,176 @@ +/* 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 android.support.v4; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/appcompat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/appcompat/R.java new file mode 100644 index 0000000..ea1952d --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/appcompat/R.java @@ -0,0 +1,1566 @@ +/* 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 android.support.v7.appcompat; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int tooltip_enter = 0x7f01000e; + public static final int tooltip_exit = 0x7f01000f; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int borderlessButtonStyle = 0x7f03003d; + public static final int buttonBarButtonStyle = 0x7f030040; + public static final int buttonBarNegativeButtonStyle = 0x7f030041; + public static final int buttonBarNeutralButtonStyle = 0x7f030042; + public static final int buttonBarPositiveButtonStyle = 0x7f030043; + public static final int buttonBarStyle = 0x7f030044; + public static final int buttonGravity = 0x7f030045; + public static final int buttonPanelSideLayout = 0x7f030046; + public static final int buttonStyle = 0x7f030047; + public static final int buttonStyleSmall = 0x7f030048; + public static final int buttonTint = 0x7f030049; + public static final int buttonTintMode = 0x7f03004a; + public static final int checkboxStyle = 0x7f03004b; + public static final int checkedTextViewStyle = 0x7f03004c; + public static final int closeIcon = 0x7f03004d; + public static final int closeItemLayout = 0x7f03004e; + public static final int collapseContentDescription = 0x7f03004f; + public static final int collapseIcon = 0x7f030050; + public static final int color = 0x7f030053; + public static final int colorAccent = 0x7f030054; + public static final int colorBackgroundFloating = 0x7f030055; + public static final int colorButtonNormal = 0x7f030056; + public static final int colorControlActivated = 0x7f030057; + public static final int colorControlHighlight = 0x7f030058; + public static final int colorControlNormal = 0x7f030059; + public static final int colorError = 0x7f03005a; + public static final int colorPrimary = 0x7f03005b; + public static final int colorPrimaryDark = 0x7f03005c; + public static final int colorSwitchThumbNormal = 0x7f03005d; + public static final int commitIcon = 0x7f03005e; + public static final int contentDescription = 0x7f03005f; + public static final int contentInsetEnd = 0x7f030060; + public static final int contentInsetEndWithActions = 0x7f030061; + public static final int contentInsetLeft = 0x7f030062; + public static final int contentInsetRight = 0x7f030063; + public static final int contentInsetStart = 0x7f030064; + public static final int contentInsetStartWithNavigation = 0x7f030065; + public static final int controlBackground = 0x7f030067; + public static final int customNavigationLayout = 0x7f03006c; + public static final int defaultQueryHint = 0x7f03006d; + public static final int dialogPreferredPadding = 0x7f03006e; + public static final int dialogTheme = 0x7f03006f; + public static final int displayOptions = 0x7f030070; + public static final int divider = 0x7f030071; + public static final int dividerHorizontal = 0x7f030072; + public static final int dividerPadding = 0x7f030073; + public static final int dividerVertical = 0x7f030074; + public static final int drawableSize = 0x7f030075; + public static final int drawerArrowStyle = 0x7f030076; + public static final int dropDownListViewStyle = 0x7f030077; + public static final int dropdownListPreferredItemHeight = 0x7f030078; + public static final int editTextBackground = 0x7f030079; + public static final int editTextColor = 0x7f03007a; + public static final int editTextStyle = 0x7f03007b; + public static final int elevation = 0x7f03007c; + public static final int expandActivityOverflowButtonDrawable = 0x7f03007f; + public static final int font = 0x7f03008e; + public static final int fontFamily = 0x7f03008f; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int gapBetweenBars = 0x7f030099; + public static final int goIcon = 0x7f03009a; + public static final int height = 0x7f03009c; + public static final int hideOnContentScroll = 0x7f03009d; + public static final int homeAsUpIndicator = 0x7f0300a1; + public static final int homeLayout = 0x7f0300a2; + public static final int icon = 0x7f0300a3; + public static final int iconTint = 0x7f0300a4; + public static final int iconTintMode = 0x7f0300a5; + public static final int iconifiedByDefault = 0x7f0300a6; + public static final int imageButtonStyle = 0x7f0300a7; + public static final int indeterminateProgressStyle = 0x7f0300a8; + public static final int initialActivityCount = 0x7f0300a9; + public static final int isLightTheme = 0x7f0300ab; + public static final int itemPadding = 0x7f0300ae; + public static final int layout = 0x7f0300b2; + public static final int listChoiceBackgroundIndicator = 0x7f0300be; + public static final int listDividerAlertDialog = 0x7f0300bf; + public static final int listItemLayout = 0x7f0300c0; + public static final int listLayout = 0x7f0300c1; + public static final int listMenuViewStyle = 0x7f0300c2; + public static final int listPopupWindowStyle = 0x7f0300c3; + public static final int listPreferredItemHeight = 0x7f0300c4; + public static final int listPreferredItemHeightLarge = 0x7f0300c5; + public static final int listPreferredItemHeightSmall = 0x7f0300c6; + public static final int listPreferredItemPaddingLeft = 0x7f0300c7; + public static final int listPreferredItemPaddingRight = 0x7f0300c8; + public static final int logo = 0x7f0300c9; + public static final int logoDescription = 0x7f0300ca; + public static final int maxButtonHeight = 0x7f0300cc; + public static final int measureWithLargestChild = 0x7f0300cd; + public static final int multiChoiceItemLayout = 0x7f0300cf; + public static final int navigationContentDescription = 0x7f0300d0; + public static final int navigationIcon = 0x7f0300d1; + public static final int navigationMode = 0x7f0300d2; + public static final int numericModifiers = 0x7f0300d3; + public static final int overlapAnchor = 0x7f0300d4; + public static final int paddingBottomNoButtons = 0x7f0300d5; + public static final int paddingEnd = 0x7f0300d6; + public static final int paddingStart = 0x7f0300d7; + public static final int paddingTopNoTitle = 0x7f0300d8; + public static final int panelBackground = 0x7f0300d9; + public static final int panelMenuListTheme = 0x7f0300da; + public static final int panelMenuListWidth = 0x7f0300db; + public static final int popupMenuStyle = 0x7f0300e1; + public static final int popupTheme = 0x7f0300e2; + public static final int popupWindowStyle = 0x7f0300e3; + public static final int preserveIconSpacing = 0x7f0300e4; + public static final int progressBarPadding = 0x7f0300e6; + public static final int progressBarStyle = 0x7f0300e7; + public static final int queryBackground = 0x7f0300e8; + public static final int queryHint = 0x7f0300e9; + public static final int radioButtonStyle = 0x7f0300ea; + public static final int ratingBarStyle = 0x7f0300eb; + public static final int ratingBarStyleIndicator = 0x7f0300ec; + public static final int ratingBarStyleSmall = 0x7f0300ed; + public static final int searchHintIcon = 0x7f0300f2; + public static final int searchIcon = 0x7f0300f3; + public static final int searchViewStyle = 0x7f0300f4; + public static final int seekBarStyle = 0x7f0300f5; + public static final int selectableItemBackground = 0x7f0300f6; + public static final int selectableItemBackgroundBorderless = 0x7f0300f7; + public static final int showAsAction = 0x7f0300f8; + public static final int showDividers = 0x7f0300f9; + public static final int showText = 0x7f0300fa; + public static final int showTitle = 0x7f0300fb; + public static final int singleChoiceItemLayout = 0x7f0300fc; + public static final int spinBars = 0x7f0300fe; + public static final int spinnerDropDownItemStyle = 0x7f0300ff; + public static final int spinnerStyle = 0x7f030100; + public static final int splitTrack = 0x7f030101; + public static final int srcCompat = 0x7f030102; + public static final int state_above_anchor = 0x7f030104; + public static final int subMenuArrow = 0x7f030109; + public static final int submitBackground = 0x7f03010a; + public static final int subtitle = 0x7f03010b; + public static final int subtitleTextAppearance = 0x7f03010c; + public static final int subtitleTextColor = 0x7f03010d; + public static final int subtitleTextStyle = 0x7f03010e; + public static final int suggestionRowLayout = 0x7f03010f; + public static final int switchMinWidth = 0x7f030110; + public static final int switchPadding = 0x7f030111; + public static final int switchStyle = 0x7f030112; + public static final int switchTextAppearance = 0x7f030113; + public static final int textAllCaps = 0x7f030124; + public static final int textAppearanceLargePopupMenu = 0x7f030125; + public static final int textAppearanceListItem = 0x7f030126; + public static final int textAppearanceListItemSecondary = 0x7f030127; + public static final int textAppearanceListItemSmall = 0x7f030128; + public static final int textAppearancePopupMenuHeader = 0x7f030129; + public static final int textAppearanceSearchResultSubtitle = 0x7f03012a; + public static final int textAppearanceSearchResultTitle = 0x7f03012b; + public static final int textAppearanceSmallPopupMenu = 0x7f03012c; + public static final int textColorAlertDialogListItem = 0x7f03012d; + public static final int textColorSearchUrl = 0x7f03012f; + public static final int theme = 0x7f030130; + public static final int thickness = 0x7f030131; + public static final int thumbTextPadding = 0x7f030132; + public static final int thumbTint = 0x7f030133; + public static final int thumbTintMode = 0x7f030134; + public static final int tickMark = 0x7f030135; + public static final int tickMarkTint = 0x7f030136; + public static final int tickMarkTintMode = 0x7f030137; + public static final int tint = 0x7f030138; + public static final int tintMode = 0x7f030139; + public static final int title = 0x7f03013a; + public static final int titleMargin = 0x7f03013c; + public static final int titleMarginBottom = 0x7f03013d; + public static final int titleMarginEnd = 0x7f03013e; + public static final int titleMarginStart = 0x7f03013f; + public static final int titleMarginTop = 0x7f030140; + public static final int titleMargins = 0x7f030141; + public static final int titleTextAppearance = 0x7f030142; + public static final int titleTextColor = 0x7f030143; + public static final int titleTextStyle = 0x7f030144; + public static final int toolbarNavigationButtonStyle = 0x7f030146; + public static final int toolbarStyle = 0x7f030147; + public static final int tooltipForegroundColor = 0x7f030148; + public static final int tooltipFrameBackground = 0x7f030149; + public static final int tooltipText = 0x7f03014a; + public static final int track = 0x7f03014b; + public static final int trackTint = 0x7f03014c; + public static final int trackTintMode = 0x7f03014d; + public static final int voiceIcon = 0x7f03014f; + public static final int windowActionBar = 0x7f030150; + public static final int windowActionBarOverlay = 0x7f030151; + public static final int windowActionModeOverlay = 0x7f030152; + public static final int windowFixedHeightMajor = 0x7f030153; + public static final int windowFixedHeightMinor = 0x7f030154; + public static final int windowFixedWidthMajor = 0x7f030155; + public static final int windowFixedWidthMinor = 0x7f030156; + public static final int windowMinWidthMajor = 0x7f030157; + public static final int windowMinWidthMinor = 0x7f030158; + public static final int windowNoTitle = 0x7f030159; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f040004; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050001; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050002; + public static final int abc_btn_colored_borderless_text_material = 0x7f050003; + public static final int abc_btn_colored_text_material = 0x7f050004; + public static final int abc_color_highlight_material = 0x7f050005; + public static final int abc_hint_foreground_material_dark = 0x7f050006; + public static final int abc_hint_foreground_material_light = 0x7f050007; + public static final int abc_input_method_navigation_guard = 0x7f050008; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050009; + public static final int abc_primary_text_disable_only_material_light = 0x7f05000a; + public static final int abc_primary_text_material_dark = 0x7f05000b; + public static final int abc_primary_text_material_light = 0x7f05000c; + public static final int abc_search_url_text = 0x7f05000d; + public static final int abc_search_url_text_normal = 0x7f05000e; + public static final int abc_search_url_text_pressed = 0x7f05000f; + public static final int abc_search_url_text_selected = 0x7f050010; + public static final int abc_secondary_text_material_dark = 0x7f050011; + public static final int abc_secondary_text_material_light = 0x7f050012; + public static final int abc_tint_btn_checkable = 0x7f050013; + public static final int abc_tint_default = 0x7f050014; + public static final int abc_tint_edittext = 0x7f050015; + public static final int abc_tint_seek_thumb = 0x7f050016; + public static final int abc_tint_spinner = 0x7f050017; + public static final int abc_tint_switch_track = 0x7f050018; + public static final int accent_material_dark = 0x7f050019; + public static final int accent_material_light = 0x7f05001a; + public static final int background_floating_material_dark = 0x7f05001b; + public static final int background_floating_material_light = 0x7f05001c; + public static final int background_material_dark = 0x7f05001d; + public static final int background_material_light = 0x7f05001e; + public static final int bright_foreground_disabled_material_dark = 0x7f050020; + public static final int bright_foreground_disabled_material_light = 0x7f050021; + public static final int bright_foreground_inverse_material_dark = 0x7f050022; + public static final int bright_foreground_inverse_material_light = 0x7f050023; + public static final int bright_foreground_material_dark = 0x7f050024; + public static final int bright_foreground_material_light = 0x7f050025; + public static final int button_material_dark = 0x7f050026; + public static final int button_material_light = 0x7f050027; + public static final int dim_foreground_disabled_material_dark = 0x7f050038; + public static final int dim_foreground_disabled_material_light = 0x7f050039; + public static final int dim_foreground_material_dark = 0x7f05003a; + public static final int dim_foreground_material_light = 0x7f05003b; + public static final int error_color_material = 0x7f05003c; + public static final int foreground_material_dark = 0x7f05003d; + public static final int foreground_material_light = 0x7f05003e; + public static final int highlighted_text_material_dark = 0x7f050040; + public static final int highlighted_text_material_light = 0x7f050041; + public static final int material_blue_grey_800 = 0x7f050043; + public static final int material_blue_grey_900 = 0x7f050044; + public static final int material_blue_grey_950 = 0x7f050045; + public static final int material_deep_teal_200 = 0x7f050046; + public static final int material_deep_teal_500 = 0x7f050047; + public static final int material_grey_100 = 0x7f050048; + public static final int material_grey_300 = 0x7f050049; + public static final int material_grey_50 = 0x7f05004a; + public static final int material_grey_600 = 0x7f05004b; + public static final int material_grey_800 = 0x7f05004c; + public static final int material_grey_850 = 0x7f05004d; + public static final int material_grey_900 = 0x7f05004e; + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_dark_material_dark = 0x7f050052; + public static final int primary_dark_material_light = 0x7f050053; + public static final int primary_material_dark = 0x7f050054; + public static final int primary_material_light = 0x7f050055; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int primary_text_default_material_light = 0x7f050057; + public static final int primary_text_disabled_material_dark = 0x7f050058; + public static final int primary_text_disabled_material_light = 0x7f050059; + public static final int ripple_material_dark = 0x7f05005a; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + public static final int secondary_text_disabled_material_dark = 0x7f05005e; + public static final int secondary_text_disabled_material_light = 0x7f05005f; + public static final int switch_thumb_disabled_material_dark = 0x7f050060; + public static final int switch_thumb_disabled_material_light = 0x7f050061; + public static final int switch_thumb_material_dark = 0x7f050062; + public static final int switch_thumb_material_light = 0x7f050063; + public static final int switch_thumb_normal_material_dark = 0x7f050064; + public static final int switch_thumb_normal_material_light = 0x7f050065; + public static final int tooltip_background_dark = 0x7f050068; + public static final int tooltip_background_light = 0x7f050069; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_progress_bar_size = 0x7f060009; + public static final int abc_action_bar_stacked_max_height = 0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000d; + public static final int abc_action_button_min_height_material = 0x7f06000e; + public static final int abc_action_button_min_width_material = 0x7f06000f; + public static final int abc_action_button_min_width_overflow_material = 0x7f060010; + public static final int abc_alert_dialog_button_bar_height = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_fixed_height_major = 0x7f06001b; + public static final int abc_dialog_fixed_height_minor = 0x7f06001c; + public static final int abc_dialog_fixed_width_major = 0x7f06001d; + public static final int abc_dialog_fixed_width_minor = 0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060020; + public static final int abc_dialog_min_width_major = 0x7f060021; + public static final int abc_dialog_min_width_minor = 0x7f060022; + public static final int abc_dialog_padding_material = 0x7f060023; + public static final int abc_dialog_padding_top_material = 0x7f060024; + public static final int abc_dialog_title_divider_material = 0x7f060025; + public static final int abc_disabled_alpha_material_dark = 0x7f060026; + public static final int abc_disabled_alpha_material_light = 0x7f060027; + public static final int abc_dropdownitem_icon_width = 0x7f060028; + public static final int abc_dropdownitem_text_padding_left = 0x7f060029; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002a; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002c; + public static final int abc_edit_text_inset_top_material = 0x7f06002d; + public static final int abc_floating_window_z = 0x7f06002e; + public static final int abc_list_item_padding_horizontal_material = 0x7f06002f; + public static final int abc_panel_menu_list_width = 0x7f060030; + public static final int abc_progress_bar_height_material = 0x7f060031; + public static final int abc_search_view_preferred_height = 0x7f060032; + public static final int abc_search_view_preferred_width = 0x7f060033; + public static final int abc_seekbar_track_background_height_material = 0x7f060034; + public static final int abc_seekbar_track_progress_height_material = 0x7f060035; + public static final int abc_select_dialog_padding_start_material = 0x7f060036; + public static final int abc_switch_padding = 0x7f060037; + public static final int abc_text_size_body_1_material = 0x7f060038; + public static final int abc_text_size_body_2_material = 0x7f060039; + public static final int abc_text_size_button_material = 0x7f06003a; + public static final int abc_text_size_caption_material = 0x7f06003b; + public static final int abc_text_size_display_1_material = 0x7f06003c; + public static final int abc_text_size_display_2_material = 0x7f06003d; + public static final int abc_text_size_display_3_material = 0x7f06003e; + public static final int abc_text_size_display_4_material = 0x7f06003f; + public static final int abc_text_size_headline_material = 0x7f060040; + public static final int abc_text_size_large_material = 0x7f060041; + public static final int abc_text_size_medium_material = 0x7f060042; + public static final int abc_text_size_menu_header_material = 0x7f060043; + public static final int abc_text_size_menu_material = 0x7f060044; + public static final int abc_text_size_small_material = 0x7f060045; + public static final int abc_text_size_subhead_material = 0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f060047; + public static final int abc_text_size_title_material = 0x7f060048; + public static final int abc_text_size_title_material_toolbar = 0x7f060049; + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int disabled_alpha_material_dark = 0x7f060077; + public static final int disabled_alpha_material_light = 0x7f060078; + public static final int highlight_alpha_material_colored = 0x7f06007c; + public static final int highlight_alpha_material_dark = 0x7f06007d; + public static final int highlight_alpha_material_light = 0x7f06007e; + public static final int hint_alpha_material_dark = 0x7f06007f; + public static final int hint_alpha_material_light = 0x7f060080; + public static final int hint_pressed_alpha_material_dark = 0x7f060081; + public static final int hint_pressed_alpha_material_light = 0x7f060082; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + public static final int tooltip_corner_radius = 0x7f060095; + public static final int tooltip_horizontal_padding = 0x7f060096; + public static final int tooltip_margin = 0x7f060097; + public static final int tooltip_precise_anchor_extra_offset = 0x7f060098; + public static final int tooltip_precise_anchor_threshold = 0x7f060099; + public static final int tooltip_vertical_padding = 0x7f06009a; + public static final int tooltip_y_offset_non_touch = 0x7f06009b; + public static final int tooltip_y_offset_touch = 0x7f06009c; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070006; + public static final int abc_action_bar_item_background_material = 0x7f070007; + public static final int abc_btn_borderless_material = 0x7f070008; + public static final int abc_btn_check_material = 0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000b; + public static final int abc_btn_colored_material = 0x7f07000c; + public static final int abc_btn_default_mtrl_shape = 0x7f07000d; + public static final int abc_btn_radio_material = 0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070012; + public static final int abc_cab_background_internal_bg = 0x7f070013; + public static final int abc_cab_background_top_material = 0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070015; + public static final int abc_control_background_material = 0x7f070016; + public static final int abc_dialog_material_background = 0x7f070017; + public static final int abc_edit_text_material = 0x7f070018; + public static final int abc_ic_ab_back_material = 0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001a; + public static final int abc_ic_clear_material = 0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001c; + public static final int abc_ic_go_search_api_material = 0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_menu_overflow_material = 0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070023; + public static final int abc_ic_search_api_material = 0x7f070024; + public static final int abc_ic_star_black_16dp = 0x7f070025; + public static final int abc_ic_star_black_36dp = 0x7f070026; + public static final int abc_ic_star_black_48dp = 0x7f070027; + public static final int abc_ic_star_half_black_16dp = 0x7f070028; + public static final int abc_ic_star_half_black_36dp = 0x7f070029; + public static final int abc_ic_star_half_black_48dp = 0x7f07002a; + public static final int abc_ic_voice_search_api_material = 0x7f07002b; + public static final int abc_item_background_holo_dark = 0x7f07002c; + public static final int abc_item_background_holo_light = 0x7f07002d; + public static final int abc_list_divider_mtrl_alpha = 0x7f07002e; + public static final int abc_list_focused_holo = 0x7f07002f; + public static final int abc_list_longpressed_holo = 0x7f070030; + public static final int abc_list_pressed_holo_dark = 0x7f070031; + public static final int abc_list_pressed_holo_light = 0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070033; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070034; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070035; + public static final int abc_list_selector_disabled_holo_light = 0x7f070036; + public static final int abc_list_selector_holo_dark = 0x7f070037; + public static final int abc_list_selector_holo_light = 0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f070039; + public static final int abc_popup_background_mtrl_mult = 0x7f07003a; + public static final int abc_ratingbar_indicator_material = 0x7f07003b; + public static final int abc_ratingbar_material = 0x7f07003c; + public static final int abc_ratingbar_small_material = 0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070042; + public static final int abc_seekbar_thumb_material = 0x7f070043; + public static final int abc_seekbar_tick_mark_material = 0x7f070044; + public static final int abc_seekbar_track_material = 0x7f070045; + public static final int abc_spinner_mtrl_am_alpha = 0x7f070046; + public static final int abc_spinner_textfield_background_material = 0x7f070047; + public static final int abc_switch_thumb_material = 0x7f070048; + public static final int abc_switch_track_mtrl_alpha = 0x7f070049; + public static final int abc_tab_indicator_material = 0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004b; + public static final int abc_text_cursor_material = 0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070053; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070056; + public static final int abc_textfield_search_material = 0x7f070057; + public static final int abc_vector_test = 0x7f070058; + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + public static final int tooltip_frame_dark = 0x7f070071; + public static final int tooltip_frame_light = 0x7f070072; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_bar = 0x7f080007; + public static final int action_bar_activity_content = 0x7f080008; + public static final int action_bar_container = 0x7f080009; + public static final int action_bar_root = 0x7f08000a; + public static final int action_bar_spinner = 0x7f08000b; + public static final int action_bar_subtitle = 0x7f08000c; + public static final int action_bar_title = 0x7f08000d; + public static final int action_container = 0x7f08000e; + public static final int action_context_bar = 0x7f08000f; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_menu_divider = 0x7f080012; + public static final int action_menu_presenter = 0x7f080013; + public static final int action_mode_bar = 0x7f080014; + public static final int action_mode_bar_stub = 0x7f080015; + public static final int action_mode_close_button = 0x7f080016; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int activity_chooser_view_content = 0x7f080019; + public static final int add = 0x7f08001a; + public static final int alertTitle = 0x7f08001b; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int buttonPanel = 0x7f080026; + public static final int cancel_action = 0x7f080027; + public static final int checkbox = 0x7f08002b; + public static final int chronometer = 0x7f08002c; + public static final int contentPanel = 0x7f080031; + public static final int custom = 0x7f080033; + public static final int customPanel = 0x7f080034; + public static final int decor_content_parent = 0x7f080035; + public static final int default_activity_button = 0x7f080036; + public static final int edit_query = 0x7f08003d; + public static final int end_padder = 0x7f080045; + public static final int expand_activities_button = 0x7f080049; + public static final int expanded_menu = 0x7f08004a; + public static final int forever = 0x7f080050; + public static final int home = 0x7f08005b; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int image = 0x7f080060; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int listMode = 0x7f08006f; + public static final int list_item = 0x7f080070; + public static final int media_actions = 0x7f080074; + public static final int message = 0x7f080075; + public static final int multiply = 0x7f080078; + public static final int none = 0x7f08007b; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parentPanel = 0x7f080085; + public static final int progress_circular = 0x7f08008b; + public static final int progress_horizontal = 0x7f08008c; + public static final int radio = 0x7f08008d; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int screen = 0x7f080094; + public static final int scrollIndicatorDown = 0x7f080096; + public static final int scrollIndicatorUp = 0x7f080097; + public static final int scrollView = 0x7f080098; + public static final int search_badge = 0x7f08009a; + public static final int search_bar = 0x7f08009b; + public static final int search_button = 0x7f08009c; + public static final int search_close_btn = 0x7f08009d; + public static final int search_edit_frame = 0x7f08009e; + public static final int search_go_btn = 0x7f08009f; + public static final int search_mag_icon = 0x7f0800a0; + public static final int search_plate = 0x7f0800a1; + public static final int search_src_text = 0x7f0800a2; + public static final int search_voice_btn = 0x7f0800a3; + public static final int select_dialog_listview = 0x7f0800a4; + public static final int shortcut = 0x7f0800a5; + public static final int spacer = 0x7f0800ad; + public static final int split_action_bar = 0x7f0800ae; + public static final int src_atop = 0x7f0800af; + public static final int src_in = 0x7f0800b0; + public static final int src_over = 0x7f0800b1; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int submenuarrow = 0x7f0800b4; + public static final int submit_area = 0x7f0800b5; + public static final int tabMode = 0x7f0800b6; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int textSpacerNoButtons = 0x7f0800c6; + public static final int textSpacerNoTitle = 0x7f0800c7; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int titleDividerNoCustom = 0x7f0800d2; + public static final int title_template = 0x7f0800d4; + public static final int topPanel = 0x7f0800d6; + public static final int uniform = 0x7f0800e1; + public static final int up = 0x7f0800e2; + public static final int wrap_content = 0x7f0800e8; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0a0000; + public static final int abc_action_bar_up_container = 0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f0a0002; + public static final int abc_action_menu_item_layout = 0x7f0a0003; + public static final int abc_action_menu_layout = 0x7f0a0004; + public static final int abc_action_mode_bar = 0x7f0a0005; + public static final int abc_action_mode_close_item_material = 0x7f0a0006; + public static final int abc_activity_chooser_view = 0x7f0a0007; + public static final int abc_activity_chooser_view_list_item = 0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material = 0x7f0a0009; + public static final int abc_alert_dialog_material = 0x7f0a000a; + public static final int abc_alert_dialog_title_material = 0x7f0a000b; + public static final int abc_dialog_title_material = 0x7f0a000c; + public static final int abc_expanded_menu_layout = 0x7f0a000d; + public static final int abc_list_menu_item_checkbox = 0x7f0a000e; + public static final int abc_list_menu_item_icon = 0x7f0a000f; + public static final int abc_list_menu_item_layout = 0x7f0a0010; + public static final int abc_list_menu_item_radio = 0x7f0a0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0a0012; + public static final int abc_popup_menu_item_layout = 0x7f0a0013; + public static final int abc_screen_content_include = 0x7f0a0014; + public static final int abc_screen_simple = 0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0a0016; + public static final int abc_screen_toolbar = 0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0a0018; + public static final int abc_search_view = 0x7f0a0019; + public static final int abc_select_dialog_material = 0x7f0a001a; + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + public static final int select_dialog_item_material = 0x7f0a0042; + public static final int select_dialog_multichoice_material = 0x7f0a0043; + public static final int select_dialog_singlechoice_material = 0x7f0a0044; + public static final int support_simple_spinner_dropdown_item = 0x7f0a0045; + public static final int tooltip = 0x7f0a0046; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0c0000; + public static final int abc_action_bar_home_description_format = 0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0c0002; + public static final int abc_action_bar_up_description = 0x7f0c0003; + public static final int abc_action_menu_overflow_description = 0x7f0c0004; + public static final int abc_action_mode_done = 0x7f0c0005; + public static final int abc_activity_chooser_view_see_all = 0x7f0c0006; + public static final int abc_activitychooserview_choose_application = 0x7f0c0007; + public static final int abc_capital_off = 0x7f0c0008; + public static final int abc_capital_on = 0x7f0c0009; + public static final int abc_font_family_body_1_material = 0x7f0c000a; + public static final int abc_font_family_body_2_material = 0x7f0c000b; + public static final int abc_font_family_button_material = 0x7f0c000c; + public static final int abc_font_family_caption_material = 0x7f0c000d; + public static final int abc_font_family_display_1_material = 0x7f0c000e; + public static final int abc_font_family_display_2_material = 0x7f0c000f; + public static final int abc_font_family_display_3_material = 0x7f0c0010; + public static final int abc_font_family_display_4_material = 0x7f0c0011; + public static final int abc_font_family_headline_material = 0x7f0c0012; + public static final int abc_font_family_menu_material = 0x7f0c0013; + public static final int abc_font_family_subhead_material = 0x7f0c0014; + public static final int abc_font_family_title_material = 0x7f0c0015; + public static final int abc_search_hint = 0x7f0c0016; + public static final int abc_searchview_description_clear = 0x7f0c0017; + public static final int abc_searchview_description_query = 0x7f0c0018; + public static final int abc_searchview_description_search = 0x7f0c0019; + public static final int abc_searchview_description_submit = 0x7f0c001a; + public static final int abc_searchview_description_voice = 0x7f0c001b; + public static final int abc_shareactionprovider_share_with = 0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application = 0x7f0c001d; + public static final int abc_toolbar_collapse_description = 0x7f0c001e; + public static final int search_menu_title = 0x7f0c0032; + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0d0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0d0001; + public static final int Animation_AppCompat_Dialog = 0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0d0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0d0004; + public static final int Base_AlertDialog_AppCompat = 0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000b; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d000d; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000c; + public static final int Base_TextAppearance_AppCompat = 0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d003d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0052; + public static final int Base_Theme_AppCompat = 0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0040; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0043; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004a; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0055; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0054; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d0057; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat = 0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005c; + public static final int Base_V22_Theme_AppCompat = 0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0060; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0062; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0065; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat = 0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006a; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0079; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d007f; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00a7; + public static final int Platform_AppCompat = 0x7f0d00aa; + public static final int Platform_AppCompat_Light = 0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_V11_AppCompat = 0x7f0d00af; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b0; + public static final int Platform_V14_AppCompat = 0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b2; + public static final int Platform_V21_AppCompat = 0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b4; + public static final int Platform_V25_AppCompat = 0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c5; + public static final int TextAppearance_AppCompat = 0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d00ff; + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0113; + public static final int ThemeOverlay_AppCompat = 0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0135; + public static final int Theme_AppCompat = 0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0115; + public static final int Theme_AppCompat_DayNight = 0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011c; + public static final int Theme_AppCompat_Dialog = 0x7f0d011d; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0120; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d011f; + public static final int Theme_AppCompat_Light = 0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0123; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0126; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0125; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d0128; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013a; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d013d; + public static final int Widget_AppCompat_ActionMode = 0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0140; + public static final int Widget_AppCompat_Button = 0x7f0d0141; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0146; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d014d; + public static final int Widget_AppCompat_EditText = 0x7f0d014e; + public static final int Widget_AppCompat_ImageButton = 0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d0167; + public static final int Widget_AppCompat_ListView = 0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d016f; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0172; + public static final int Widget_AppCompat_SearchView = 0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0174; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0176; + public static final int Widget_AppCompat_Spinner = 0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017b; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f03007f, 0x7f0300a9 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_showTitle = 5; + public static final int AlertDialog_singleChoiceItemLayout = 6; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f030102, 0x7f030138, 0x7f030139 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f030135, 0x7f030136, 0x7f030137 }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_fontFamily = 6; + public static final int AppCompatTextView_textAllCaps = 7; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogPreferredPadding = 59; + public static final int AppCompatTheme_dialogTheme = 60; + public static final int AppCompatTheme_dividerHorizontal = 61; + public static final int AppCompatTheme_dividerVertical = 62; + public static final int AppCompatTheme_dropDownListViewStyle = 63; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 64; + public static final int AppCompatTheme_editTextBackground = 65; + public static final int AppCompatTheme_editTextColor = 66; + public static final int AppCompatTheme_editTextStyle = 67; + public static final int AppCompatTheme_homeAsUpIndicator = 68; + public static final int AppCompatTheme_imageButtonStyle = 69; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 70; + public static final int AppCompatTheme_listDividerAlertDialog = 71; + public static final int AppCompatTheme_listMenuViewStyle = 72; + public static final int AppCompatTheme_listPopupWindowStyle = 73; + public static final int AppCompatTheme_listPreferredItemHeight = 74; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 75; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 76; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 77; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 78; + public static final int AppCompatTheme_panelBackground = 79; + public static final int AppCompatTheme_panelMenuListTheme = 80; + public static final int AppCompatTheme_panelMenuListWidth = 81; + public static final int AppCompatTheme_popupMenuStyle = 82; + public static final int AppCompatTheme_popupWindowStyle = 83; + public static final int AppCompatTheme_radioButtonStyle = 84; + public static final int AppCompatTheme_ratingBarStyle = 85; + public static final int AppCompatTheme_ratingBarStyleIndicator = 86; + public static final int AppCompatTheme_ratingBarStyleSmall = 87; + public static final int AppCompatTheme_searchViewStyle = 88; + public static final int AppCompatTheme_seekBarStyle = 89; + public static final int AppCompatTheme_selectableItemBackground = 90; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 91; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 92; + public static final int AppCompatTheme_spinnerStyle = 93; + public static final int AppCompatTheme_switchStyle = 94; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 95; + public static final int AppCompatTheme_textAppearanceListItem = 96; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 97; + public static final int AppCompatTheme_textAppearanceListItemSmall = 98; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 99; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 100; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 101; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 102; + public static final int AppCompatTheme_textColorAlertDialogListItem = 103; + public static final int AppCompatTheme_textColorSearchUrl = 104; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 105; + public static final int AppCompatTheme_toolbarStyle = 106; + public static final int AppCompatTheme_tooltipForegroundColor = 107; + public static final int AppCompatTheme_tooltipFrameBackground = 108; + public static final int AppCompatTheme_windowActionBar = 109; + public static final int AppCompatTheme_windowActionBarOverlay = 110; + public static final int AppCompatTheme_windowActionModeOverlay = 111; + public static final int AppCompatTheme_windowFixedHeightMajor = 112; + public static final int AppCompatTheme_windowFixedHeightMinor = 113; + public static final int AppCompatTheme_windowFixedWidthMajor = 114; + public static final int AppCompatTheme_windowFixedWidthMinor = 115; + public static final int AppCompatTheme_windowMinWidthMajor = 116; + public static final int AppCompatTheme_windowMinWidthMinor = 117; + public static final int AppCompatTheme_windowNoTitle = 118; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030049, 0x7f03004a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f0300e4, 0x7f030109 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f0300d4 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f030104 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f0300d5, 0x7f0300d8 }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f0300e2 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x7f03008f, 0x7f030124 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_fontFamily = 11; + public static final int TextAppearance_textAllCaps = 12; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_navigationContentDescription = 14; + public static final int Toolbar_navigationIcon = 15; + public static final int Toolbar_popupTheme = 16; + public static final int Toolbar_subtitle = 17; + public static final int Toolbar_subtitleTextAppearance = 18; + public static final int Toolbar_subtitleTextColor = 19; + public static final int Toolbar_title = 20; + public static final int Toolbar_titleMargin = 21; + public static final int Toolbar_titleMarginBottom = 22; + public static final int Toolbar_titleMarginEnd = 23; + public static final int Toolbar_titleMarginStart = 24; + public static final int Toolbar_titleMarginTop = 25; + public static final int Toolbar_titleMargins = 26; + public static final int Toolbar_titleTextAppearance = 27; + public static final int Toolbar_titleTextColor = 28; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/recyclerview/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000..68c9ef4 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/recyclerview/R.java @@ -0,0 +1,181 @@ +/* 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 android.support.v7.recyclerview; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int fastScrollEnabled = 0x7f030089; + public static final int fastScrollHorizontalThumbDrawable = 0x7f03008a; + public static final int fastScrollHorizontalTrackDrawable = 0x7f03008b; + public static final int fastScrollVerticalThumbDrawable = 0x7f03008c; + public static final int fastScrollVerticalTrackDrawable = 0x7f03008d; + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int layoutManager = 0x7f0300b3; + public static final int reverseLayout = 0x7f0300ee; + public static final int spanCount = 0x7f0300fd; + public static final int stackFromEnd = 0x7f030103; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int fastscroll_default_thickness = 0x7f060079; + public static final int fastscroll_margin = 0x7f06007a; + public static final int fastscroll_minimum_range = 0x7f06007b; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060085; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int item_touch_helper_previous_elevation = 0x7f080063; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/com/movies/info/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/com/movies/info/R.java new file mode 100644 index 0000000..21fc41b --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/debug/r/com/movies/info/R.java @@ -0,0 +1,11827 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.movies.info; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f010000; + public static final int abc_fade_out=0x7f010001; + public static final int abc_grow_fade_in_from_bottom=0x7f010002; + public static final int abc_popup_enter=0x7f010003; + public static final int abc_popup_exit=0x7f010004; + public static final int abc_shrink_fade_out_from_bottom=0x7f010005; + public static final int abc_slide_in_bottom=0x7f010006; + public static final int abc_slide_in_top=0x7f010007; + public static final int abc_slide_out_bottom=0x7f010008; + public static final int abc_slide_out_top=0x7f010009; + public static final int design_bottom_sheet_slide_in=0x7f01000a; + public static final int design_bottom_sheet_slide_out=0x7f01000b; + public static final int design_snackbar_in=0x7f01000c; + public static final int design_snackbar_out=0x7f01000d; + public static final int tooltip_enter=0x7f01000e; + public static final int tooltip_exit=0x7f01000f; + } + public static final class animator { + public static final int design_appbar_state_list_animator=0x7f020000; + } + public static final class attr { + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarDivider=0x7f030000; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarItemBackground=0x7f030001; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarPopupTheme=0x7f030002; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f030003; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarSplitStyle=0x7f030004; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarStyle=0x7f030005; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabBarStyle=0x7f030006; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabStyle=0x7f030007; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabTextStyle=0x7f030008; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTheme=0x7f030009; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarWidgetTheme=0x7f03000a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionButtonStyle=0x7f03000b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionDropDownStyle=0x7f03000c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionLayout=0x7f03000d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionMenuTextAppearance=0x7f03000e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f03000f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeBackground=0x7f030010; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseButtonStyle=0x7f030011; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseDrawable=0x7f030012; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCopyDrawable=0x7f030013; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCutDrawable=0x7f030014; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeFindDrawable=0x7f030015; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePasteDrawable=0x7f030016; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePopupWindowStyle=0x7f030017; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSelectAllDrawable=0x7f030018; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeShareDrawable=0x7f030019; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSplitBackground=0x7f03001a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeStyle=0x7f03001b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeWebSearchDrawable=0x7f03001c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowButtonStyle=0x7f03001d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowMenuStyle=0x7f03001e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f03001f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f030020; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int activityChooserViewStyle=0x7f030021; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogButtonGroupStyle=0x7f030022; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int alertDialogCenterButtons=0x7f030023; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogStyle=0x7f030024; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogTheme=0x7f030025; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int allowStacking=0x7f030026; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int alpha=0x7f030027; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int alphabeticModifiers=0x7f030028; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowHeadLength=0x7f030029; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowShaftLength=0x7f03002a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoCompleteTextViewStyle=0x7f03002b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMaxTextSize=0x7f03002c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMinTextSize=0x7f03002d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoSizePresetSizes=0x7f03002e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeStepGranularity=0x7f03002f; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0
uniform1
+ */ + public static final int autoSizeTextType=0x7f030030; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int background=0x7f030031; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundSplit=0x7f030032; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundStacked=0x7f030033; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundTint=0x7f030034; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int backgroundTintMode=0x7f030035; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int barLength=0x7f030036; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_autoHide=0x7f030037; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_hideable=0x7f030038; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int behavior_overlapTop=0x7f030039; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ */ + public static final int behavior_peekHeight=0x7f03003a; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_skipCollapsed=0x7f03003b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int borderWidth=0x7f03003c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int borderlessButtonStyle=0x7f03003d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetDialogTheme=0x7f03003e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetStyle=0x7f03003f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarButtonStyle=0x7f030040; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f030041; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f030042; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f030043; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarStyle=0x7f030044; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
top30
+ */ + public static final int buttonGravity=0x7f030045; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonPanelSideLayout=0x7f030046; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyle=0x7f030047; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyleSmall=0x7f030048; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int buttonTint=0x7f030049; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int buttonTintMode=0x7f03004a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkboxStyle=0x7f03004b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkedTextViewStyle=0x7f03004c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeIcon=0x7f03004d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeItemLayout=0x7f03004e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f03004f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapseIcon=0x7f030050; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int collapsedTitleGravity=0x7f030051; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapsedTitleTextAppearance=0x7f030052; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int color=0x7f030053; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorAccent=0x7f030054; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorBackgroundFloating=0x7f030055; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorButtonNormal=0x7f030056; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlActivated=0x7f030057; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlHighlight=0x7f030058; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlNormal=0x7f030059; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorError=0x7f03005a; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimary=0x7f03005b; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimaryDark=0x7f03005c; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorSwitchThumbNormal=0x7f03005d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int commitIcon=0x7f03005e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int contentDescription=0x7f03005f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEnd=0x7f030060; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEndWithActions=0x7f030061; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetLeft=0x7f030062; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetRight=0x7f030063; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStart=0x7f030064; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStartWithNavigation=0x7f030065; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int contentScrim=0x7f030066; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int controlBackground=0x7f030067; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int counterEnabled=0x7f030068; + /** + *

May be an integer value, such as "100". + */ + public static final int counterMaxLength=0x7f030069; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterOverflowTextAppearance=0x7f03006a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterTextAppearance=0x7f03006b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int customNavigationLayout=0x7f03006c; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f03006d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dialogPreferredPadding=0x7f03006e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dialogTheme=0x7f03006f; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ */ + public static final int displayOptions=0x7f030070; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int divider=0x7f030071; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerHorizontal=0x7f030072; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dividerPadding=0x7f030073; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerVertical=0x7f030074; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int drawableSize=0x7f030075; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawerArrowStyle=0x7f030076; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dropDownListViewStyle=0x7f030077; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dropdownListPreferredItemHeight=0x7f030078; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextBackground=0x7f030079; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int editTextColor=0x7f03007a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextStyle=0x7f03007b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int elevation=0x7f03007c; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int errorEnabled=0x7f03007d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int errorTextAppearance=0x7f03007e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f03007f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int expanded=0x7f030080; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int expandedTitleGravity=0x7f030081; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMargin=0x7f030082; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginBottom=0x7f030083; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginEnd=0x7f030084; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginStart=0x7f030085; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginTop=0x7f030086; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandedTitleTextAppearance=0x7f030087; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ */ + public static final int fabSize=0x7f030088; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int fastScrollEnabled=0x7f030089; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalThumbDrawable=0x7f03008a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalTrackDrawable=0x7f03008b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalThumbDrawable=0x7f03008c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalTrackDrawable=0x7f03008d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int font=0x7f03008e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontFamily=0x7f03008f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderAuthority=0x7f030090; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fontProviderCerts=0x7f030091; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1
blocking0
+ */ + public static final int fontProviderFetchStrategy=0x7f030092; + /** + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffff
+ */ + public static final int fontProviderFetchTimeout=0x7f030093; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderPackage=0x7f030094; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderQuery=0x7f030095; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ */ + public static final int fontStyle=0x7f030096; + /** + *

May be an integer value, such as "100". + */ + public static final int fontWeight=0x7f030097; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int foregroundInsidePadding=0x7f030098; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int gapBetweenBars=0x7f030099; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int goIcon=0x7f03009a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int headerLayout=0x7f03009b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int height=0x7f03009c; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hideOnContentScroll=0x7f03009d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintAnimationEnabled=0x7f03009e; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintEnabled=0x7f03009f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int hintTextAppearance=0x7f0300a0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeAsUpIndicator=0x7f0300a1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeLayout=0x7f0300a2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int icon=0x7f0300a3; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int iconTint=0x7f0300a4; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int iconTintMode=0x7f0300a5; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int iconifiedByDefault=0x7f0300a6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int imageButtonStyle=0x7f0300a7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int indeterminateProgressStyle=0x7f0300a8; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f0300a9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int insetForeground=0x7f0300aa; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int isLightTheme=0x7f0300ab; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemBackground=0x7f0300ac; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemIconTint=0x7f0300ad; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemPadding=0x7f0300ae; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemTextAppearance=0x7f0300af; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemTextColor=0x7f0300b0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int keylines=0x7f0300b1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout=0x7f0300b2; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layoutManager=0x7f0300b3; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_anchor=0x7f0300b4; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int layout_anchorGravity=0x7f0300b5; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layout_behavior=0x7f0300b6; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ */ + public static final int layout_collapseMode=0x7f0300b7; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_collapseParallaxMultiplier=0x7f0300b8; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77
bottom50
end800005
left3
none0
right3
start800003
top30
+ */ + public static final int layout_dodgeInsetEdges=0x7f0300b9; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
end800005
left3
none0
right3
start800003
top30
+ */ + public static final int layout_insetEdge=0x7f0300ba; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_keyline=0x7f0300bb; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
+ */ + public static final int layout_scrollFlags=0x7f0300bc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_scrollInterpolator=0x7f0300bd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listChoiceBackgroundIndicator=0x7f0300be; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listDividerAlertDialog=0x7f0300bf; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listItemLayout=0x7f0300c0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listLayout=0x7f0300c1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listMenuViewStyle=0x7f0300c2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listPopupWindowStyle=0x7f0300c3; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeight=0x7f0300c4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightLarge=0x7f0300c5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightSmall=0x7f0300c6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingLeft=0x7f0300c7; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingRight=0x7f0300c8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int logo=0x7f0300c9; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int logoDescription=0x7f0300ca; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxActionInlineWidth=0x7f0300cb; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxButtonHeight=0x7f0300cc; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int measureWithLargestChild=0x7f0300cd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int menu=0x7f0300ce; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int multiChoiceItemLayout=0x7f0300cf; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f0300d0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int navigationIcon=0x7f0300d1; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ */ + public static final int navigationMode=0x7f0300d2; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int numericModifiers=0x7f0300d3; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int overlapAnchor=0x7f0300d4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingBottomNoButtons=0x7f0300d5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingEnd=0x7f0300d6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingStart=0x7f0300d7; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingTopNoTitle=0x7f0300d8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelBackground=0x7f0300d9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelMenuListTheme=0x7f0300da; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int panelMenuListWidth=0x7f0300db; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int passwordToggleContentDescription=0x7f0300dc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int passwordToggleDrawable=0x7f0300dd; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int passwordToggleEnabled=0x7f0300de; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int passwordToggleTint=0x7f0300df; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int passwordToggleTintMode=0x7f0300e0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupMenuStyle=0x7f0300e1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupTheme=0x7f0300e2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupWindowStyle=0x7f0300e3; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int preserveIconSpacing=0x7f0300e4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int pressedTranslationZ=0x7f0300e5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int progressBarPadding=0x7f0300e6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int progressBarStyle=0x7f0300e7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int queryBackground=0x7f0300e8; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f0300e9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int radioButtonStyle=0x7f0300ea; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyle=0x7f0300eb; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleIndicator=0x7f0300ec; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleSmall=0x7f0300ed; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int reverseLayout=0x7f0300ee; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int rippleColor=0x7f0300ef; + /** + *

May be an integer value, such as "100". + */ + public static final int scrimAnimationDuration=0x7f0300f0; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int scrimVisibleHeightTrigger=0x7f0300f1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchHintIcon=0x7f0300f2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchIcon=0x7f0300f3; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchViewStyle=0x7f0300f4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int seekBarStyle=0x7f0300f5; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackground=0x7f0300f6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackgroundBorderless=0x7f0300f7; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2
collapseActionView8
ifRoom1
never0
withText4
+ */ + public static final int showAsAction=0x7f0300f8; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ */ + public static final int showDividers=0x7f0300f9; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showText=0x7f0300fa; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showTitle=0x7f0300fb; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int singleChoiceItemLayout=0x7f0300fc; + /** + *

May be an integer value, such as "100". + */ + public static final int spanCount=0x7f0300fd; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int spinBars=0x7f0300fe; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerDropDownItemStyle=0x7f0300ff; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerStyle=0x7f030100; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int splitTrack=0x7f030101; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int srcCompat=0x7f030102; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int stackFromEnd=0x7f030103; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_above_anchor=0x7f030104; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsed=0x7f030105; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsible=0x7f030106; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int statusBarBackground=0x7f030107; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int statusBarScrim=0x7f030108; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subMenuArrow=0x7f030109; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int submitBackground=0x7f03010a; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f03010b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextAppearance=0x7f03010c; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int subtitleTextColor=0x7f03010d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextStyle=0x7f03010e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int suggestionRowLayout=0x7f03010f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchMinWidth=0x7f030110; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchPadding=0x7f030111; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchStyle=0x7f030112; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchTextAppearance=0x7f030113; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabBackground=0x7f030114; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabContentStart=0x7f030115; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ */ + public static final int tabGravity=0x7f030116; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabIndicatorColor=0x7f030117; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabIndicatorHeight=0x7f030118; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMaxWidth=0x7f030119; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMinWidth=0x7f03011a; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ */ + public static final int tabMode=0x7f03011b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPadding=0x7f03011c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingBottom=0x7f03011d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingEnd=0x7f03011e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingStart=0x7f03011f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingTop=0x7f030120; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabSelectedTextColor=0x7f030121; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabTextAppearance=0x7f030122; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabTextColor=0x7f030123; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int textAllCaps=0x7f030124; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceLargePopupMenu=0x7f030125; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItem=0x7f030126; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSecondary=0x7f030127; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSmall=0x7f030128; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearancePopupMenuHeader=0x7f030129; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f03012a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultTitle=0x7f03012b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f03012c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f03012d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorError=0x7f03012e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f03012f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int theme=0x7f030130; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thickness=0x7f030131; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thumbTextPadding=0x7f030132; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int thumbTint=0x7f030133; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int thumbTintMode=0x7f030134; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tickMark=0x7f030135; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tickMarkTint=0x7f030136; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int tickMarkTintMode=0x7f030137; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tint=0x7f030138; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int tintMode=0x7f030139; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f03013a; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int titleEnabled=0x7f03013b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargin=0x7f03013c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginBottom=0x7f03013d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginEnd=0x7f03013e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginStart=0x7f03013f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginTop=0x7f030140; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargins=0x7f030141; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextAppearance=0x7f030142; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int titleTextColor=0x7f030143; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextStyle=0x7f030144; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarId=0x7f030145; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarNavigationButtonStyle=0x7f030146; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarStyle=0x7f030147; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tooltipForegroundColor=0x7f030148; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tooltipFrameBackground=0x7f030149; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int tooltipText=0x7f03014a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int track=0x7f03014b; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int trackTint=0x7f03014c; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int trackTintMode=0x7f03014d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int useCompatPadding=0x7f03014e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int voiceIcon=0x7f03014f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBar=0x7f030150; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBarOverlay=0x7f030151; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionModeOverlay=0x7f030152; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMajor=0x7f030153; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMinor=0x7f030154; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMajor=0x7f030155; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMinor=0x7f030156; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMajor=0x7f030157; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMinor=0x7f030158; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowNoTitle=0x7f030159; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f040000; + public static final int abc_allow_stacked_button_bar=0x7f040001; + public static final int abc_config_actionMenuItemAllCaps=0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f040004; + } + public static final class color { + public static final int Black=0x7f050000; + public static final int abc_background_cache_hint_selector_material_dark=0x7f050001; + public static final int abc_background_cache_hint_selector_material_light=0x7f050002; + public static final int abc_btn_colored_borderless_text_material=0x7f050003; + public static final int abc_btn_colored_text_material=0x7f050004; + public static final int abc_color_highlight_material=0x7f050005; + public static final int abc_hint_foreground_material_dark=0x7f050006; + public static final int abc_hint_foreground_material_light=0x7f050007; + public static final int abc_input_method_navigation_guard=0x7f050008; + public static final int abc_primary_text_disable_only_material_dark=0x7f050009; + public static final int abc_primary_text_disable_only_material_light=0x7f05000a; + public static final int abc_primary_text_material_dark=0x7f05000b; + public static final int abc_primary_text_material_light=0x7f05000c; + public static final int abc_search_url_text=0x7f05000d; + public static final int abc_search_url_text_normal=0x7f05000e; + public static final int abc_search_url_text_pressed=0x7f05000f; + public static final int abc_search_url_text_selected=0x7f050010; + public static final int abc_secondary_text_material_dark=0x7f050011; + public static final int abc_secondary_text_material_light=0x7f050012; + public static final int abc_tint_btn_checkable=0x7f050013; + public static final int abc_tint_default=0x7f050014; + public static final int abc_tint_edittext=0x7f050015; + public static final int abc_tint_seek_thumb=0x7f050016; + public static final int abc_tint_spinner=0x7f050017; + public static final int abc_tint_switch_track=0x7f050018; + public static final int accent_material_dark=0x7f050019; + public static final int accent_material_light=0x7f05001a; + public static final int background_floating_material_dark=0x7f05001b; + public static final int background_floating_material_light=0x7f05001c; + public static final int background_material_dark=0x7f05001d; + public static final int background_material_light=0x7f05001e; + public static final int blue=0x7f05001f; + public static final int bright_foreground_disabled_material_dark=0x7f050020; + public static final int bright_foreground_disabled_material_light=0x7f050021; + public static final int bright_foreground_inverse_material_dark=0x7f050022; + public static final int bright_foreground_inverse_material_light=0x7f050023; + public static final int bright_foreground_material_dark=0x7f050024; + public static final int bright_foreground_material_light=0x7f050025; + public static final int button_material_dark=0x7f050026; + public static final int button_material_light=0x7f050027; + public static final int colorAccent=0x7f050028; + public static final int colorPrimary=0x7f050029; + public static final int colorPrimaryDark=0x7f05002a; + public static final int color_gray_d9d9d9=0x7f05002b; + public static final int color_grey_888888=0x7f05002c; + public static final int design_bottom_navigation_shadow_color=0x7f05002d; + public static final int design_error=0x7f05002e; + public static final int design_fab_shadow_end_color=0x7f05002f; + public static final int design_fab_shadow_mid_color=0x7f050030; + public static final int design_fab_shadow_start_color=0x7f050031; + public static final int design_fab_stroke_end_inner_color=0x7f050032; + public static final int design_fab_stroke_end_outer_color=0x7f050033; + public static final int design_fab_stroke_top_inner_color=0x7f050034; + public static final int design_fab_stroke_top_outer_color=0x7f050035; + public static final int design_snackbar_background_color=0x7f050036; + public static final int design_tint_password_toggle=0x7f050037; + public static final int dim_foreground_disabled_material_dark=0x7f050038; + public static final int dim_foreground_disabled_material_light=0x7f050039; + public static final int dim_foreground_material_dark=0x7f05003a; + public static final int dim_foreground_material_light=0x7f05003b; + public static final int error_color_material=0x7f05003c; + public static final int foreground_material_dark=0x7f05003d; + public static final int foreground_material_light=0x7f05003e; + public static final int gold=0x7f05003f; + public static final int highlighted_text_material_dark=0x7f050040; + public static final int highlighted_text_material_light=0x7f050041; + public static final int hui=0x7f050042; + public static final int material_blue_grey_800=0x7f050043; + public static final int material_blue_grey_900=0x7f050044; + public static final int material_blue_grey_950=0x7f050045; + public static final int material_deep_teal_200=0x7f050046; + public static final int material_deep_teal_500=0x7f050047; + public static final int material_grey_100=0x7f050048; + public static final int material_grey_300=0x7f050049; + public static final int material_grey_50=0x7f05004a; + public static final int material_grey_600=0x7f05004b; + public static final int material_grey_800=0x7f05004c; + public static final int material_grey_850=0x7f05004d; + public static final int material_grey_900=0x7f05004e; + public static final int notification_action_color_filter=0x7f05004f; + public static final int notification_icon_bg_color=0x7f050050; + public static final int notification_material_background_media_default_color=0x7f050051; + public static final int primary_dark_material_dark=0x7f050052; + public static final int primary_dark_material_light=0x7f050053; + public static final int primary_material_dark=0x7f050054; + public static final int primary_material_light=0x7f050055; + public static final int primary_text_default_material_dark=0x7f050056; + public static final int primary_text_default_material_light=0x7f050057; + public static final int primary_text_disabled_material_dark=0x7f050058; + public static final int primary_text_disabled_material_light=0x7f050059; + public static final int ripple_material_dark=0x7f05005a; + public static final int ripple_material_light=0x7f05005b; + public static final int secondary_text_default_material_dark=0x7f05005c; + public static final int secondary_text_default_material_light=0x7f05005d; + public static final int secondary_text_disabled_material_dark=0x7f05005e; + public static final int secondary_text_disabled_material_light=0x7f05005f; + public static final int switch_thumb_disabled_material_dark=0x7f050060; + public static final int switch_thumb_disabled_material_light=0x7f050061; + public static final int switch_thumb_material_dark=0x7f050062; + public static final int switch_thumb_material_light=0x7f050063; + public static final int switch_thumb_normal_material_dark=0x7f050064; + public static final int switch_thumb_normal_material_light=0x7f050065; + public static final int system_text_color_11=0x7f050066; + public static final int system_text_color_22=0x7f050067; + public static final int tooltip_background_dark=0x7f050068; + public static final int tooltip_background_light=0x7f050069; + public static final int white=0x7f05006a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f060000; + public static final int abc_action_bar_content_inset_with_nav=0x7f060001; + public static final int abc_action_bar_default_height_material=0x7f060002; + public static final int abc_action_bar_default_padding_end_material=0x7f060003; + public static final int abc_action_bar_default_padding_start_material=0x7f060004; + public static final int abc_action_bar_elevation_material=0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material=0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material=0x7f060008; + public static final int abc_action_bar_progress_bar_size=0x7f060009; + public static final int abc_action_bar_stacked_max_height=0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width=0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f06000d; + public static final int abc_action_button_min_height_material=0x7f06000e; + public static final int abc_action_button_min_width_material=0x7f06000f; + public static final int abc_action_button_min_width_overflow_material=0x7f060010; + public static final int abc_alert_dialog_button_bar_height=0x7f060011; + public static final int abc_button_inset_horizontal_material=0x7f060012; + public static final int abc_button_inset_vertical_material=0x7f060013; + public static final int abc_button_padding_horizontal_material=0x7f060014; + public static final int abc_button_padding_vertical_material=0x7f060015; + public static final int abc_cascading_menus_min_smallest_width=0x7f060016; + public static final int abc_config_prefDialogWidth=0x7f060017; + public static final int abc_control_corner_material=0x7f060018; + public static final int abc_control_inset_material=0x7f060019; + public static final int abc_control_padding_material=0x7f06001a; + public static final int abc_dialog_fixed_height_major=0x7f06001b; + public static final int abc_dialog_fixed_height_minor=0x7f06001c; + public static final int abc_dialog_fixed_width_major=0x7f06001d; + public static final int abc_dialog_fixed_width_minor=0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title=0x7f060020; + public static final int abc_dialog_min_width_major=0x7f060021; + public static final int abc_dialog_min_width_minor=0x7f060022; + public static final int abc_dialog_padding_material=0x7f060023; + public static final int abc_dialog_padding_top_material=0x7f060024; + public static final int abc_dialog_title_divider_material=0x7f060025; + public static final int abc_disabled_alpha_material_dark=0x7f060026; + public static final int abc_disabled_alpha_material_light=0x7f060027; + public static final int abc_dropdownitem_icon_width=0x7f060028; + public static final int abc_dropdownitem_text_padding_left=0x7f060029; + public static final int abc_dropdownitem_text_padding_right=0x7f06002a; + public static final int abc_edit_text_inset_bottom_material=0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material=0x7f06002c; + public static final int abc_edit_text_inset_top_material=0x7f06002d; + public static final int abc_floating_window_z=0x7f06002e; + public static final int abc_list_item_padding_horizontal_material=0x7f06002f; + public static final int abc_panel_menu_list_width=0x7f060030; + public static final int abc_progress_bar_height_material=0x7f060031; + public static final int abc_search_view_preferred_height=0x7f060032; + public static final int abc_search_view_preferred_width=0x7f060033; + public static final int abc_seekbar_track_background_height_material=0x7f060034; + public static final int abc_seekbar_track_progress_height_material=0x7f060035; + public static final int abc_select_dialog_padding_start_material=0x7f060036; + public static final int abc_switch_padding=0x7f060037; + public static final int abc_text_size_body_1_material=0x7f060038; + public static final int abc_text_size_body_2_material=0x7f060039; + public static final int abc_text_size_button_material=0x7f06003a; + public static final int abc_text_size_caption_material=0x7f06003b; + public static final int abc_text_size_display_1_material=0x7f06003c; + public static final int abc_text_size_display_2_material=0x7f06003d; + public static final int abc_text_size_display_3_material=0x7f06003e; + public static final int abc_text_size_display_4_material=0x7f06003f; + public static final int abc_text_size_headline_material=0x7f060040; + public static final int abc_text_size_large_material=0x7f060041; + public static final int abc_text_size_medium_material=0x7f060042; + public static final int abc_text_size_menu_header_material=0x7f060043; + public static final int abc_text_size_menu_material=0x7f060044; + public static final int abc_text_size_small_material=0x7f060045; + public static final int abc_text_size_subhead_material=0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar=0x7f060047; + public static final int abc_text_size_title_material=0x7f060048; + public static final int abc_text_size_title_material_toolbar=0x7f060049; + public static final int activity_horizontal_margin=0x7f06004a; + public static final int activity_vertical_margin=0x7f06004b; + public static final int compat_button_inset_horizontal_material=0x7f06004c; + public static final int compat_button_inset_vertical_material=0x7f06004d; + public static final int compat_button_padding_horizontal_material=0x7f06004e; + public static final int compat_button_padding_vertical_material=0x7f06004f; + public static final int compat_control_corner_material=0x7f060050; + public static final int design_appbar_elevation=0x7f060051; + public static final int design_bottom_navigation_active_item_max_width=0x7f060052; + public static final int design_bottom_navigation_active_text_size=0x7f060053; + public static final int design_bottom_navigation_elevation=0x7f060054; + public static final int design_bottom_navigation_height=0x7f060055; + public static final int design_bottom_navigation_item_max_width=0x7f060056; + public static final int design_bottom_navigation_item_min_width=0x7f060057; + public static final int design_bottom_navigation_margin=0x7f060058; + public static final int design_bottom_navigation_shadow_height=0x7f060059; + public static final int design_bottom_navigation_text_size=0x7f06005a; + public static final int design_bottom_sheet_modal_elevation=0x7f06005b; + public static final int design_bottom_sheet_peek_height_min=0x7f06005c; + public static final int design_fab_border_width=0x7f06005d; + public static final int design_fab_elevation=0x7f06005e; + public static final int design_fab_image_size=0x7f06005f; + public static final int design_fab_size_mini=0x7f060060; + public static final int design_fab_size_normal=0x7f060061; + public static final int design_fab_translation_z_pressed=0x7f060062; + public static final int design_navigation_elevation=0x7f060063; + public static final int design_navigation_icon_padding=0x7f060064; + public static final int design_navigation_icon_size=0x7f060065; + public static final int design_navigation_max_width=0x7f060066; + public static final int design_navigation_padding_bottom=0x7f060067; + public static final int design_navigation_separator_vertical_padding=0x7f060068; + public static final int design_snackbar_action_inline_max_width=0x7f060069; + public static final int design_snackbar_background_corner_radius=0x7f06006a; + public static final int design_snackbar_elevation=0x7f06006b; + public static final int design_snackbar_extra_spacing_horizontal=0x7f06006c; + public static final int design_snackbar_max_width=0x7f06006d; + public static final int design_snackbar_min_width=0x7f06006e; + public static final int design_snackbar_padding_horizontal=0x7f06006f; + public static final int design_snackbar_padding_vertical=0x7f060070; + public static final int design_snackbar_padding_vertical_2lines=0x7f060071; + public static final int design_snackbar_text_size=0x7f060072; + public static final int design_tab_max_width=0x7f060073; + public static final int design_tab_scrollable_min_width=0x7f060074; + public static final int design_tab_text_size=0x7f060075; + public static final int design_tab_text_size_2line=0x7f060076; + public static final int disabled_alpha_material_dark=0x7f060077; + public static final int disabled_alpha_material_light=0x7f060078; + public static final int fastscroll_default_thickness=0x7f060079; + public static final int fastscroll_margin=0x7f06007a; + public static final int fastscroll_minimum_range=0x7f06007b; + public static final int highlight_alpha_material_colored=0x7f06007c; + public static final int highlight_alpha_material_dark=0x7f06007d; + public static final int highlight_alpha_material_light=0x7f06007e; + public static final int hint_alpha_material_dark=0x7f06007f; + public static final int hint_alpha_material_light=0x7f060080; + public static final int hint_pressed_alpha_material_dark=0x7f060081; + public static final int hint_pressed_alpha_material_light=0x7f060082; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity=0x7f060085; + public static final int notification_action_icon_size=0x7f060086; + public static final int notification_action_text_size=0x7f060087; + public static final int notification_big_circle_margin=0x7f060088; + public static final int notification_content_margin_start=0x7f060089; + public static final int notification_large_icon_height=0x7f06008a; + public static final int notification_large_icon_width=0x7f06008b; + public static final int notification_main_column_padding_top=0x7f06008c; + public static final int notification_media_narrow_margin=0x7f06008d; + public static final int notification_right_icon_size=0x7f06008e; + public static final int notification_right_side_padding_top=0x7f06008f; + public static final int notification_small_icon_background_padding=0x7f060090; + public static final int notification_small_icon_size_as_large=0x7f060091; + public static final int notification_subtext_size=0x7f060092; + public static final int notification_top_pad=0x7f060093; + public static final int notification_top_pad_large_text=0x7f060094; + public static final int tooltip_corner_radius=0x7f060095; + public static final int tooltip_horizontal_padding=0x7f060096; + public static final int tooltip_margin=0x7f060097; + public static final int tooltip_precise_anchor_extra_offset=0x7f060098; + public static final int tooltip_precise_anchor_threshold=0x7f060099; + public static final int tooltip_vertical_padding=0x7f06009a; + public static final int tooltip_y_offset_non_touch=0x7f06009b; + public static final int tooltip_y_offset_touch=0x7f06009c; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f070006; + public static final int abc_action_bar_item_background_material=0x7f070007; + public static final int abc_btn_borderless_material=0x7f070008; + public static final int abc_btn_check_material=0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000=0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015=0x7f07000b; + public static final int abc_btn_colored_material=0x7f07000c; + public static final int abc_btn_default_mtrl_shape=0x7f07000d; + public static final int abc_btn_radio_material=0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f070012; + public static final int abc_cab_background_internal_bg=0x7f070013; + public static final int abc_cab_background_top_material=0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha=0x7f070015; + public static final int abc_control_background_material=0x7f070016; + public static final int abc_dialog_material_background=0x7f070017; + public static final int abc_edit_text_material=0x7f070018; + public static final int abc_ic_ab_back_material=0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp=0x7f07001a; + public static final int abc_ic_clear_material=0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f07001c; + public static final int abc_ic_go_search_api_material=0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f07001f; + public static final int abc_ic_menu_overflow_material=0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f070023; + public static final int abc_ic_search_api_material=0x7f070024; + public static final int abc_ic_star_black_16dp=0x7f070025; + public static final int abc_ic_star_black_36dp=0x7f070026; + public static final int abc_ic_star_black_48dp=0x7f070027; + public static final int abc_ic_star_half_black_16dp=0x7f070028; + public static final int abc_ic_star_half_black_36dp=0x7f070029; + public static final int abc_ic_star_half_black_48dp=0x7f07002a; + public static final int abc_ic_voice_search_api_material=0x7f07002b; + public static final int abc_item_background_holo_dark=0x7f07002c; + public static final int abc_item_background_holo_light=0x7f07002d; + public static final int abc_list_divider_mtrl_alpha=0x7f07002e; + public static final int abc_list_focused_holo=0x7f07002f; + public static final int abc_list_longpressed_holo=0x7f070030; + public static final int abc_list_pressed_holo_dark=0x7f070031; + public static final int abc_list_pressed_holo_light=0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark=0x7f070033; + public static final int abc_list_selector_background_transition_holo_light=0x7f070034; + public static final int abc_list_selector_disabled_holo_dark=0x7f070035; + public static final int abc_list_selector_disabled_holo_light=0x7f070036; + public static final int abc_list_selector_holo_dark=0x7f070037; + public static final int abc_list_selector_holo_light=0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f070039; + public static final int abc_popup_background_mtrl_mult=0x7f07003a; + public static final int abc_ratingbar_indicator_material=0x7f07003b; + public static final int abc_ratingbar_material=0x7f07003c; + public static final int abc_ratingbar_small_material=0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha=0x7f070042; + public static final int abc_seekbar_thumb_material=0x7f070043; + public static final int abc_seekbar_tick_mark_material=0x7f070044; + public static final int abc_seekbar_track_material=0x7f070045; + public static final int abc_spinner_mtrl_am_alpha=0x7f070046; + public static final int abc_spinner_textfield_background_material=0x7f070047; + public static final int abc_switch_thumb_material=0x7f070048; + public static final int abc_switch_track_mtrl_alpha=0x7f070049; + public static final int abc_tab_indicator_material=0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha=0x7f07004b; + public static final int abc_text_cursor_material=0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark=0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light=0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark=0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light=0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark=0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light=0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha=0x7f070053; + public static final int abc_textfield_default_mtrl_alpha=0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f070056; + public static final int abc_textfield_search_material=0x7f070057; + public static final int abc_vector_test=0x7f070058; + public static final int avd_hide_password=0x7f070059; + public static final int avd_show_password=0x7f07005a; + public static final int bg3=0x7f07005b; + public static final int design_bottom_navigation_item_background=0x7f07005c; + public static final int design_fab_background=0x7f07005d; + public static final int design_ic_visibility=0x7f07005e; + public static final int design_ic_visibility_off=0x7f07005f; + public static final int design_password_eye=0x7f070060; + public static final int design_snackbar_background=0x7f070061; + public static final int navigation_empty_icon=0x7f070062; + public static final int notification_action_background=0x7f070063; + public static final int notification_bg=0x7f070064; + public static final int notification_bg_low=0x7f070065; + public static final int notification_bg_low_normal=0x7f070066; + public static final int notification_bg_low_pressed=0x7f070067; + public static final int notification_bg_normal=0x7f070068; + public static final int notification_bg_normal_pressed=0x7f070069; + public static final int notification_icon_background=0x7f07006a; + public static final int notification_template_icon_bg=0x7f07006b; + public static final int notification_template_icon_low_bg=0x7f07006c; + public static final int notification_tile_bg=0x7f07006d; + public static final int notify_panel_notification_icon_bg=0x7f07006e; + public static final int shape_bg=0x7f07006f; + public static final int shape_fragment_toolbar=0x7f070070; + public static final int tooltip_frame_dark=0x7f070071; + public static final int tooltip_frame_light=0x7f070072; + } + public static final class id { + public static final int ALT=0x7f080000; + public static final int CTRL=0x7f080001; + public static final int FUNCTION=0x7f080002; + public static final int META=0x7f080003; + public static final int SHIFT=0x7f080004; + public static final int SYM=0x7f080005; + public static final int action0=0x7f080006; + public static final int action_bar=0x7f080007; + public static final int action_bar_activity_content=0x7f080008; + public static final int action_bar_container=0x7f080009; + public static final int action_bar_root=0x7f08000a; + public static final int action_bar_spinner=0x7f08000b; + public static final int action_bar_subtitle=0x7f08000c; + public static final int action_bar_title=0x7f08000d; + public static final int action_container=0x7f08000e; + public static final int action_context_bar=0x7f08000f; + public static final int action_divider=0x7f080010; + public static final int action_image=0x7f080011; + public static final int action_menu_divider=0x7f080012; + public static final int action_menu_presenter=0x7f080013; + public static final int action_mode_bar=0x7f080014; + public static final int action_mode_bar_stub=0x7f080015; + public static final int action_mode_close_button=0x7f080016; + public static final int action_text=0x7f080017; + public static final int actions=0x7f080018; + public static final int activity_chooser_view_content=0x7f080019; + public static final int add=0x7f08001a; + public static final int alertTitle=0x7f08001b; + public static final int all=0x7f08001c; + public static final int always=0x7f08001d; + public static final int async=0x7f08001e; + public static final int auto=0x7f08001f; + public static final int beginning=0x7f080020; + public static final int blocking=0x7f080021; + public static final int bottom=0x7f080022; + public static final int btn_left=0x7f080023; + public static final int btn_logout=0x7f080024; + public static final int btn_right=0x7f080025; + public static final int buttonPanel=0x7f080026; + public static final int cancel_action=0x7f080027; + public static final int center=0x7f080028; + public static final int center_horizontal=0x7f080029; + public static final int center_vertical=0x7f08002a; + public static final int checkbox=0x7f08002b; + public static final int chronometer=0x7f08002c; + public static final int clip_horizontal=0x7f08002d; + public static final int clip_vertical=0x7f08002e; + public static final int collapseActionView=0x7f08002f; + public static final int container=0x7f080030; + public static final int contentPanel=0x7f080031; + public static final int coordinator=0x7f080032; + public static final int custom=0x7f080033; + public static final int customPanel=0x7f080034; + public static final int decor_content_parent=0x7f080035; + public static final int default_activity_button=0x7f080036; + public static final int design_bottom_sheet=0x7f080037; + public static final int design_menu_item_action_area=0x7f080038; + public static final int design_menu_item_action_area_stub=0x7f080039; + public static final int design_menu_item_text=0x7f08003a; + public static final int design_navigation_view=0x7f08003b; + public static final int disableHome=0x7f08003c; + public static final int edit_query=0x7f08003d; + public static final int email=0x7f08003e; + public static final int email_cancel=0x7f08003f; + public static final int email_login_form=0x7f080040; + public static final int email_register_button=0x7f080041; + public static final int email_resetting_button=0x7f080042; + public static final int email_sign_in_button=0x7f080043; + public static final int end=0x7f080044; + public static final int end_padder=0x7f080045; + public static final int enterAlways=0x7f080046; + public static final int enterAlwaysCollapsed=0x7f080047; + public static final int exitUntilCollapsed=0x7f080048; + public static final int expand_activities_button=0x7f080049; + public static final int expanded_menu=0x7f08004a; + public static final int fill=0x7f08004b; + public static final int fill_horizontal=0x7f08004c; + public static final int fill_vertical=0x7f08004d; + public static final int fixed=0x7f08004e; + public static final int footer_tab=0x7f08004f; + public static final int forever=0x7f080050; + public static final int four_tips1=0x7f080051; + public static final int four_tips11=0x7f080052; + public static final int four_tips12=0x7f080053; + public static final int four_tips13=0x7f080054; + public static final int four_tips2=0x7f080055; + public static final int four_tips3=0x7f080056; + public static final int four_title=0x7f080057; + public static final int four_title1=0x7f080058; + public static final int fragment_container=0x7f080059; + public static final int ghost_view=0x7f08005a; + public static final int home=0x7f08005b; + public static final int homeAsUp=0x7f08005c; + public static final int icon=0x7f08005d; + public static final int icon_group=0x7f08005e; + public static final int ifRoom=0x7f08005f; + public static final int image=0x7f080060; + public static final int info=0x7f080061; + public static final int italic=0x7f080062; + public static final int item_touch_helper_previous_elevation=0x7f080063; + public static final int largeLabel=0x7f080064; + public static final int layout_four=0x7f080065; + public static final int layout_four1=0x7f080066; + public static final int layout_left=0x7f080067; + public static final int layout_one=0x7f080068; + public static final int layout_right=0x7f080069; + public static final int layout_three=0x7f08006a; + public static final int layout_two=0x7f08006b; + public static final int left=0x7f08006c; + public static final int line1=0x7f08006d; + public static final int line3=0x7f08006e; + public static final int listMode=0x7f08006f; + public static final int list_item=0x7f080070; + public static final int login_form=0x7f080071; + public static final int login_progress=0x7f080072; + public static final int masked=0x7f080073; + public static final int media_actions=0x7f080074; + public static final int message=0x7f080075; + public static final int middle=0x7f080076; + public static final int mini=0x7f080077; + public static final int multiply=0x7f080078; + public static final int navigation_header_container=0x7f080079; + public static final int never=0x7f08007a; + public static final int none=0x7f08007b; + public static final int normal=0x7f08007c; + public static final int notification_background=0x7f08007d; + public static final int notification_main_column=0x7f08007e; + public static final int notification_main_column_container=0x7f08007f; + public static final int one_tips1=0x7f080080; + public static final int one_tips2=0x7f080081; + public static final int one_tips3=0x7f080082; + public static final int one_title=0x7f080083; + public static final int parallax=0x7f080084; + public static final int parentPanel=0x7f080085; + public static final int parent_matrix=0x7f080086; + public static final int password=0x7f080087; + public static final int password_again=0x7f080088; + public static final int pin=0x7f080089; + public static final int profile=0x7f08008a; + public static final int progress_circular=0x7f08008b; + public static final int progress_horizontal=0x7f08008c; + public static final int radio=0x7f08008d; + public static final int right=0x7f08008e; + public static final int right_icon=0x7f08008f; + public static final int right_side=0x7f080090; + public static final int save_image_matrix=0x7f080091; + public static final int save_non_transition_alpha=0x7f080092; + public static final int save_scale_type=0x7f080093; + public static final int screen=0x7f080094; + public static final int scroll=0x7f080095; + public static final int scrollIndicatorDown=0x7f080096; + public static final int scrollIndicatorUp=0x7f080097; + public static final int scrollView=0x7f080098; + public static final int scrollable=0x7f080099; + public static final int search_badge=0x7f08009a; + public static final int search_bar=0x7f08009b; + public static final int search_button=0x7f08009c; + public static final int search_close_btn=0x7f08009d; + public static final int search_edit_frame=0x7f08009e; + public static final int search_go_btn=0x7f08009f; + public static final int search_mag_icon=0x7f0800a0; + public static final int search_plate=0x7f0800a1; + public static final int search_src_text=0x7f0800a2; + public static final int search_voice_btn=0x7f0800a3; + public static final int select_dialog_listview=0x7f0800a4; + public static final int shortcut=0x7f0800a5; + public static final int showCustom=0x7f0800a6; + public static final int showHome=0x7f0800a7; + public static final int showTitle=0x7f0800a8; + public static final int smallLabel=0x7f0800a9; + public static final int snackbar_action=0x7f0800aa; + public static final int snackbar_text=0x7f0800ab; + public static final int snap=0x7f0800ac; + public static final int spacer=0x7f0800ad; + public static final int split_action_bar=0x7f0800ae; + public static final int src_atop=0x7f0800af; + public static final int src_in=0x7f0800b0; + public static final int src_over=0x7f0800b1; + public static final int start=0x7f0800b2; + public static final int status_bar_latest_event_content=0x7f0800b3; + public static final int submenuarrow=0x7f0800b4; + public static final int submit_area=0x7f0800b5; + public static final int tabMode=0x7f0800b6; + public static final int tab_four_iv=0x7f0800b7; + public static final int tab_four_tv=0x7f0800b8; + public static final int tab_fourbg=0x7f0800b9; + public static final int tab_layout=0x7f0800ba; + public static final int tab_one_iv=0x7f0800bb; + public static final int tab_one_tv=0x7f0800bc; + public static final int tab_onebg=0x7f0800bd; + public static final int tab_three_iv=0x7f0800be; + public static final int tab_three_tv=0x7f0800bf; + public static final int tab_threebg=0x7f0800c0; + public static final int tab_two_iv=0x7f0800c1; + public static final int tab_two_tv=0x7f0800c2; + public static final int tab_twobg=0x7f0800c3; + public static final int text=0x7f0800c4; + public static final int text2=0x7f0800c5; + public static final int textSpacerNoButtons=0x7f0800c6; + public static final int textSpacerNoTitle=0x7f0800c7; + public static final int text_input_password_toggle=0x7f0800c8; + public static final int textinput_counter=0x7f0800c9; + public static final int textinput_error=0x7f0800ca; + public static final int three_tips1=0x7f0800cb; + public static final int three_tips2=0x7f0800cc; + public static final int three_tips3=0x7f0800cd; + public static final int three_title=0x7f0800ce; + public static final int thumbPath=0x7f0800cf; + public static final int time=0x7f0800d0; + public static final int title=0x7f0800d1; + public static final int titleDividerNoCustom=0x7f0800d2; + public static final int title_layout=0x7f0800d3; + public static final int title_template=0x7f0800d4; + public static final int top=0x7f0800d5; + public static final int topPanel=0x7f0800d6; + public static final int touch_outside=0x7f0800d7; + public static final int transition_current_scene=0x7f0800d8; + public static final int transition_layout_save=0x7f0800d9; + public static final int transition_position=0x7f0800da; + public static final int transition_scene_layoutid_cache=0x7f0800db; + public static final int transition_transform=0x7f0800dc; + public static final int two_tips1=0x7f0800dd; + public static final int two_tips2=0x7f0800de; + public static final int two_tips3=0x7f0800df; + public static final int two_title=0x7f0800e0; + public static final int uniform=0x7f0800e1; + public static final int up=0x7f0800e2; + public static final int useLogo=0x7f0800e3; + public static final int view_offset_helper=0x7f0800e4; + public static final int visible=0x7f0800e5; + public static final int web_view=0x7f0800e6; + public static final int withText=0x7f0800e7; + public static final int wrap_content=0x7f0800e8; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f090000; + public static final int abc_config_activityShortDur=0x7f090001; + public static final int app_bar_elevation_anim_duration=0x7f090002; + public static final int bottom_sheet_slide_duration=0x7f090003; + public static final int cancel_button_image_alpha=0x7f090004; + public static final int config_tooltipAnimTime=0x7f090005; + public static final int design_snackbar_text_max_lines=0x7f090006; + public static final int hide_password_duration=0x7f090007; + public static final int show_password_duration=0x7f090008; + public static final int status_bar_notification_info_maxnum=0x7f090009; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f0a0000; + public static final int abc_action_bar_up_container=0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout=0x7f0a0002; + public static final int abc_action_menu_item_layout=0x7f0a0003; + public static final int abc_action_menu_layout=0x7f0a0004; + public static final int abc_action_mode_bar=0x7f0a0005; + public static final int abc_action_mode_close_item_material=0x7f0a0006; + public static final int abc_activity_chooser_view=0x7f0a0007; + public static final int abc_activity_chooser_view_list_item=0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material=0x7f0a0009; + public static final int abc_alert_dialog_material=0x7f0a000a; + public static final int abc_alert_dialog_title_material=0x7f0a000b; + public static final int abc_dialog_title_material=0x7f0a000c; + public static final int abc_expanded_menu_layout=0x7f0a000d; + public static final int abc_list_menu_item_checkbox=0x7f0a000e; + public static final int abc_list_menu_item_icon=0x7f0a000f; + public static final int abc_list_menu_item_layout=0x7f0a0010; + public static final int abc_list_menu_item_radio=0x7f0a0011; + public static final int abc_popup_menu_header_item_layout=0x7f0a0012; + public static final int abc_popup_menu_item_layout=0x7f0a0013; + public static final int abc_screen_content_include=0x7f0a0014; + public static final int abc_screen_simple=0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode=0x7f0a0016; + public static final int abc_screen_toolbar=0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line=0x7f0a0018; + public static final int abc_search_view=0x7f0a0019; + public static final int abc_select_dialog_material=0x7f0a001a; + public static final int activity_register=0x7f0a001b; + public static final int activity_tab=0x7f0a001c; + public static final int activity_web_detail=0x7f0a001d; + public static final int design_bottom_navigation_item=0x7f0a001e; + public static final int design_bottom_sheet_dialog=0x7f0a001f; + public static final int design_layout_snackbar=0x7f0a0020; + public static final int design_layout_snackbar_include=0x7f0a0021; + public static final int design_layout_tab_icon=0x7f0a0022; + public static final int design_layout_tab_text=0x7f0a0023; + public static final int design_menu_item_action_area=0x7f0a0024; + public static final int design_navigation_item=0x7f0a0025; + public static final int design_navigation_item_header=0x7f0a0026; + public static final int design_navigation_item_separator=0x7f0a0027; + public static final int design_navigation_item_subheader=0x7f0a0028; + public static final int design_navigation_menu=0x7f0a0029; + public static final int design_navigation_menu_item=0x7f0a002a; + public static final int design_text_input_password_icon=0x7f0a002b; + public static final int fragment_four=0x7f0a002c; + public static final int fragment_one=0x7f0a002d; + public static final int fragment_three=0x7f0a002e; + public static final int fragment_toolbar=0x7f0a002f; + public static final int fragment_two=0x7f0a0030; + public static final int item_movie_list=0x7f0a0031; + public static final int login=0x7f0a0032; + public static final int notification_action=0x7f0a0033; + public static final int notification_action_tombstone=0x7f0a0034; + public static final int notification_media_action=0x7f0a0035; + public static final int notification_media_cancel_action=0x7f0a0036; + public static final int notification_template_big_media=0x7f0a0037; + public static final int notification_template_big_media_custom=0x7f0a0038; + public static final int notification_template_big_media_narrow=0x7f0a0039; + public static final int notification_template_big_media_narrow_custom=0x7f0a003a; + public static final int notification_template_custom_big=0x7f0a003b; + public static final int notification_template_icon_group=0x7f0a003c; + public static final int notification_template_lines_media=0x7f0a003d; + public static final int notification_template_media=0x7f0a003e; + public static final int notification_template_media_custom=0x7f0a003f; + public static final int notification_template_part_chronometer=0x7f0a0040; + public static final int notification_template_part_time=0x7f0a0041; + public static final int select_dialog_item_material=0x7f0a0042; + public static final int select_dialog_multichoice_material=0x7f0a0043; + public static final int select_dialog_singlechoice_material=0x7f0a0044; + public static final int support_simple_spinner_dropdown_item=0x7f0a0045; + public static final int tooltip=0x7f0a0046; + } + public static final class mipmap { + public static final int a1=0x7f0b0000; + public static final int a2=0x7f0b0001; + public static final int a3=0x7f0b0002; + public static final int add=0x7f0b0003; + public static final int baomihua=0x7f0b0004; + public static final int baomihua_small=0x7f0b0005; + public static final int bg=0x7f0b0006; + public static final int dianduji=0x7f0b0007; + public static final int hxek=0x7f0b0008; + public static final int ic_launcher=0x7f0b0009; + public static final int ic_launcher_round=0x7f0b000a; + public static final int icon_1=0x7f0b000b; + public static final int icon_arrow=0x7f0b000c; + public static final int icon_card=0x7f0b000d; + public static final int icon_food=0x7f0b000e; + public static final int icon_free=0x7f0b000f; + public static final int icon_looked=0x7f0b0010; + public static final int icon_love=0x7f0b0011; + public static final int icon_money=0x7f0b0012; + public static final int icon_movie=0x7f0b0013; + public static final int icon_share=0x7f0b0014; + public static final int icon_shop=0x7f0b0015; + public static final int icon_sign=0x7f0b0016; + public static final int icon_triangle=0x7f0b0017; + public static final int icon_vip=0x7f0b0018; + public static final int kele=0x7f0b0019; + public static final int logo2=0x7f0b001a; + public static final int logout=0x7f0b001b; + public static final int mhls=0x7f0b001c; + public static final int p1=0x7f0b001d; + public static final int search=0x7f0b001e; + public static final int tab_four_normal=0x7f0b001f; + public static final int tab_four_pressed=0x7f0b0020; + public static final int tab_one_normal=0x7f0b0021; + public static final int tab_one_pressed=0x7f0b0022; + public static final int tab_three_normal=0x7f0b0023; + public static final int tab_three_pressed=0x7f0b0024; + public static final int tab_two_normal=0x7f0b0025; + public static final int tab_two_pressed=0x7f0b0026; + public static final int xizhilang=0x7f0b0027; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0c0000; + public static final int abc_action_bar_home_description_format=0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f0c0002; + public static final int abc_action_bar_up_description=0x7f0c0003; + public static final int abc_action_menu_overflow_description=0x7f0c0004; + public static final int abc_action_mode_done=0x7f0c0005; + public static final int abc_activity_chooser_view_see_all=0x7f0c0006; + public static final int abc_activitychooserview_choose_application=0x7f0c0007; + public static final int abc_capital_off=0x7f0c0008; + public static final int abc_capital_on=0x7f0c0009; + public static final int abc_font_family_body_1_material=0x7f0c000a; + public static final int abc_font_family_body_2_material=0x7f0c000b; + public static final int abc_font_family_button_material=0x7f0c000c; + public static final int abc_font_family_caption_material=0x7f0c000d; + public static final int abc_font_family_display_1_material=0x7f0c000e; + public static final int abc_font_family_display_2_material=0x7f0c000f; + public static final int abc_font_family_display_3_material=0x7f0c0010; + public static final int abc_font_family_display_4_material=0x7f0c0011; + public static final int abc_font_family_headline_material=0x7f0c0012; + public static final int abc_font_family_menu_material=0x7f0c0013; + public static final int abc_font_family_subhead_material=0x7f0c0014; + public static final int abc_font_family_title_material=0x7f0c0015; + public static final int abc_search_hint=0x7f0c0016; + public static final int abc_searchview_description_clear=0x7f0c0017; + public static final int abc_searchview_description_query=0x7f0c0018; + public static final int abc_searchview_description_search=0x7f0c0019; + public static final int abc_searchview_description_submit=0x7f0c001a; + public static final int abc_searchview_description_voice=0x7f0c001b; + public static final int abc_shareactionprovider_share_with=0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application=0x7f0c001d; + public static final int abc_toolbar_collapse_description=0x7f0c001e; + public static final int action_concel=0x7f0c001f; + public static final int action_register=0x7f0c0020; + public static final int action_resetting=0x7f0c0021; + public static final int action_sign_in=0x7f0c0022; + public static final int action_sign_in_short=0x7f0c0023; + public static final int app_name=0x7f0c0024; + public static final int appbar_scrolling_view_behavior=0x7f0c0025; + public static final int bottom_sheet_behavior=0x7f0c0026; + public static final int character_counter_pattern=0x7f0c0027; + public static final int password_toggle_content_description=0x7f0c0028; + public static final int path_password_eye=0x7f0c0029; + public static final int path_password_eye_mask_strike_through=0x7f0c002a; + public static final int path_password_eye_mask_visible=0x7f0c002b; + public static final int path_password_strike_through=0x7f0c002c; + public static final int prompt_email=0x7f0c002d; + public static final int prompt_password=0x7f0c002e; + public static final int prompt_password_again=0x7f0c002f; + public static final int prompt_setpassword=0x7f0c0030; + public static final int prompt_username=0x7f0c0031; + public static final int search_menu_title=0x7f0c0032; + public static final int status_bar_notification_info_overflow=0x7f0c0033; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0d0000; + public static final int AlertDialog_AppCompat_Light=0x7f0d0001; + public static final int Animation_AppCompat_Dialog=0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp=0x7f0d0003; + public static final int Animation_AppCompat_Tooltip=0x7f0d0004; + public static final int Animation_Design_BottomSheetDialog=0x7f0d0005; + public static final int AppTheme=0x7f0d0006; + public static final int Base_AlertDialog_AppCompat=0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog=0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip=0x7f0d000b; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0d000c; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0d000d; + public static final int Base_TextAppearance_AppCompat=0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d003d; + public static final int Base_Theme_AppCompat=0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog=0x7f0d0040; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0d0043; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0d0044; + public static final int Base_Theme_AppCompat_Light=0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d004a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0d004b; + public static final int Base_ThemeOverlay_AppCompat=0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0d0052; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0d0054; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0d0055; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0d0057; + public static final int Base_V14_Widget_Design_AppBarLayout=0x7f0d0058; + public static final int Base_V21_Theme_AppCompat=0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0d005c; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0d005d; + public static final int Base_V21_Widget_Design_AppBarLayout=0x7f0d005e; + public static final int Base_V22_Theme_AppCompat=0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0d0060; + public static final int Base_V23_Theme_AppCompat=0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0d0062; + public static final int Base_V26_Theme_AppCompat=0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light=0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0d0065; + public static final int Base_V26_Widget_Design_AppBarLayout=0x7f0d0066; + public static final int Base_V7_Theme_AppCompat=0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0d006a; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0d006b; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0d0079; + public static final int Base_Widget_AppCompat_Button=0x7f0d007a; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0d007f; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d0081; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText=0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView=0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView=0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView=0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner=0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d00a7; + public static final int Base_Widget_Design_AppBarLayout=0x7f0d00a8; + public static final int Base_Widget_Design_TabLayout=0x7f0d00a9; + public static final int Platform_AppCompat=0x7f0d00aa; + public static final int Platform_AppCompat_Light=0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0d00ae; + public static final int Platform_V11_AppCompat=0x7f0d00af; + public static final int Platform_V11_AppCompat_Light=0x7f0d00b0; + public static final int Platform_V14_AppCompat=0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light=0x7f0d00b2; + public static final int Platform_V21_AppCompat=0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light=0x7f0d00b4; + public static final int Platform_V25_AppCompat=0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light=0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0d00c2; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0d00c3; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0d00c5; + public static final int TextAppearance_AppCompat=0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1=0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2=0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button=0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption=0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1=0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2=0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3=0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4=0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline=0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse=0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large=0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium=0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu=0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification=0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info=0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media=0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2=0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media=0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media=0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time=0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media=0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title=0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media=0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small=0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead=0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title=0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip=0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d00ff; + public static final int TextAppearance_Compat_Notification=0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info=0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2=0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media=0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time=0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title=0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0d0109; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0d010a; + public static final int TextAppearance_Design_Counter=0x7f0d010b; + public static final int TextAppearance_Design_Counter_Overflow=0x7f0d010c; + public static final int TextAppearance_Design_Error=0x7f0d010d; + public static final int TextAppearance_Design_Hint=0x7f0d010e; + public static final int TextAppearance_Design_Snackbar_Message=0x7f0d010f; + public static final int TextAppearance_Design_Tab=0x7f0d0110; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d0113; + public static final int Theme_AppCompat=0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu=0x7f0d0115; + public static final int Theme_AppCompat_DayNight=0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0d0118; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0d011a; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0d011b; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0d011c; + public static final int Theme_AppCompat_Dialog=0x7f0d011d; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0d011f; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0d0120; + public static final int Theme_AppCompat_Light=0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog=0x7f0d0123; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d0125; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0d0126; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar=0x7f0d0128; + public static final int Theme_Design=0x7f0d0129; + public static final int Theme_Design_BottomSheetDialog=0x7f0d012a; + public static final int Theme_Design_Light=0x7f0d012b; + public static final int Theme_Design_Light_BottomSheetDialog=0x7f0d012c; + public static final int Theme_Design_Light_NoActionBar=0x7f0d012d; + public static final int Theme_Design_NoActionBar=0x7f0d012e; + public static final int ThemeOverlay_AppCompat=0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog=0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light=0x7f0d0135; + public static final int Widget_AppCompat_ActionBar=0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0d013a; + public static final int Widget_AppCompat_ActionButton=0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0d013d; + public static final int Widget_AppCompat_ActionMode=0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0d0140; + public static final int Widget_AppCompat_Button=0x7f0d0141; + public static final int Widget_AppCompat_Button_Borderless=0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored=0x7f0d0145; + public static final int Widget_AppCompat_Button_Small=0x7f0d0146; + public static final int Widget_AppCompat_ButtonBar=0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d0148; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0d014d; + public static final int Widget_AppCompat_EditText=0x7f0d014e; + public static final int Widget_AppCompat_ImageButton=0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView=0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView=0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0d0167; + public static final int Widget_AppCompat_ListView=0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu=0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu=0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow=0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar=0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0d016f; + public static final int Widget_AppCompat_RatingBar=0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0d0172; + public static final int Widget_AppCompat_SearchView=0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0d0174; + public static final int Widget_AppCompat_SeekBar=0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0d0176; + public static final int Widget_AppCompat_Spinner=0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0d017b; + public static final int Widget_AppCompat_Toolbar=0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer=0x7f0d017e; + public static final int Widget_Compat_NotificationActionText=0x7f0d017f; + public static final int Widget_Design_AppBarLayout=0x7f0d0180; + public static final int Widget_Design_BottomNavigationView=0x7f0d0181; + public static final int Widget_Design_BottomSheet_Modal=0x7f0d0182; + public static final int Widget_Design_CollapsingToolbar=0x7f0d0183; + public static final int Widget_Design_CoordinatorLayout=0x7f0d0184; + public static final int Widget_Design_FloatingActionButton=0x7f0d0185; + public static final int Widget_Design_NavigationView=0x7f0d0186; + public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0d0187; + public static final int Widget_Design_Snackbar=0x7f0d0188; + public static final int Widget_Design_TabLayout=0x7f0d0189; + public static final int Widget_Design_TextInputLayout=0x7f0d018a; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionBar_background com.movies.info:background}
{@link #ActionBar_backgroundSplit com.movies.info:backgroundSplit}
{@link #ActionBar_backgroundStacked com.movies.info:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.movies.info:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions com.movies.info:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft com.movies.info:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.movies.info:contentInsetRight}
{@link #ActionBar_contentInsetStart com.movies.info:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation com.movies.info:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout com.movies.info:customNavigationLayout}
{@link #ActionBar_displayOptions com.movies.info:displayOptions}
{@link #ActionBar_divider com.movies.info:divider}
{@link #ActionBar_elevation com.movies.info:elevation}
{@link #ActionBar_height com.movies.info:height}
{@link #ActionBar_hideOnContentScroll com.movies.info:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.movies.info:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.movies.info:homeLayout}
{@link #ActionBar_icon com.movies.info:icon}
{@link #ActionBar_indeterminateProgressStyle com.movies.info:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.movies.info:itemPadding}
{@link #ActionBar_logo com.movies.info:logo}
{@link #ActionBar_navigationMode com.movies.info:navigationMode}
{@link #ActionBar_popupTheme com.movies.info:popupTheme}
{@link #ActionBar_progressBarPadding com.movies.info:progressBarPadding}
{@link #ActionBar_progressBarStyle com.movies.info:progressBarStyle}
{@link #ActionBar_subtitle com.movies.info:subtitle}
{@link #ActionBar_subtitleTextStyle com.movies.info:subtitleTextStyle}
{@link #ActionBar_title com.movies.info:title}
{@link #ActionBar_titleTextStyle com.movies.info:titleTextStyle}
+ * @see #ActionBar_background + * @see #ActionBar_backgroundSplit + * @see #ActionBar_backgroundStacked + * @see #ActionBar_contentInsetEnd + * @see #ActionBar_contentInsetEndWithActions + * @see #ActionBar_contentInsetLeft + * @see #ActionBar_contentInsetRight + * @see #ActionBar_contentInsetStart + * @see #ActionBar_contentInsetStartWithNavigation + * @see #ActionBar_customNavigationLayout + * @see #ActionBar_displayOptions + * @see #ActionBar_divider + * @see #ActionBar_elevation + * @see #ActionBar_height + * @see #ActionBar_hideOnContentScroll + * @see #ActionBar_homeAsUpIndicator + * @see #ActionBar_homeLayout + * @see #ActionBar_icon + * @see #ActionBar_indeterminateProgressStyle + * @see #ActionBar_itemPadding + * @see #ActionBar_logo + * @see #ActionBar_navigationMode + * @see #ActionBar_popupTheme + * @see #ActionBar_progressBarPadding + * @see #ActionBar_progressBarStyle + * @see #ActionBar_subtitle + * @see #ActionBar_subtitleTextStyle + * @see #ActionBar_title + * @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar={ + 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, + 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, + 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, + 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, + 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, + 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, + 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, + 0x7f030144 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#background} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:background + */ + public static final int ActionBar_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundStacked} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEndWithActions} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEndWithActions + */ + public static final int ActionBar_contentInsetEndWithActions=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStartWithNavigation} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStartWithNavigation + */ + public static final int ActionBar_contentInsetStartWithNavigation=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#customNavigationLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#displayOptions} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ * + * @attr name com.movies.info:displayOptions + */ + public static final int ActionBar_displayOptions=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#divider} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:divider + */ + public static final int ActionBar_divider=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int ActionBar_elevation=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#height} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:height + */ + public static final int ActionBar_height=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hideOnContentScroll} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeLayout + */ + public static final int ActionBar_homeLayout=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#icon} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:icon + */ + public static final int ActionBar_icon=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#indeterminateProgressStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:itemPadding + */ + public static final int ActionBar_itemPadding=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logo} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:logo + */ + public static final int ActionBar_logo=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationMode} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ * + * @attr name com.movies.info:navigationMode + */ + public static final int ActionBar_navigationMode=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int ActionBar_popupTheme=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#progressBarPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#progressBarStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:subtitle + */ + public static final int ActionBar_subtitle=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int ActionBar_title=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextStyle + */ + public static final int ActionBar_titleTextStyle=28; + /** + * Attributes that can be used with a ActionBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ * @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout={ + 0x010100b3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity=0; + /** + * Attributes that can be used with a ActionMenuItemView. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ * @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView={ + 0x0101013f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth=0; + public static final int[] ActionMenuView={ + }; + /** + * Attributes that can be used with a ActionMode. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionMode_background com.movies.info:background}
{@link #ActionMode_backgroundSplit com.movies.info:backgroundSplit}
{@link #ActionMode_closeItemLayout com.movies.info:closeItemLayout}
{@link #ActionMode_height com.movies.info:height}
{@link #ActionMode_subtitleTextStyle com.movies.info:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.movies.info:titleTextStyle}
+ * @see #ActionMode_background + * @see #ActionMode_backgroundSplit + * @see #ActionMode_closeItemLayout + * @see #ActionMode_height + * @see #ActionMode_subtitleTextStyle + * @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode={ + 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, + 0x7f03010e, 0x7f030144 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#background} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:background + */ + public static final int ActionMode_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#closeItemLayout} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#height} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:height + */ + public static final int ActionMode_height=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.movies.info:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.movies.info:initialActivityCount}
+ * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f03007f, 0x7f0300a9 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandActivityOverflowButtonDrawable} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#initialActivityCount} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.movies.info:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.movies.info:listItemLayout}
{@link #AlertDialog_listLayout com.movies.info:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.movies.info:multiChoiceItemLayout}
{@link #AlertDialog_showTitle com.movies.info:showTitle}
{@link #AlertDialog_singleChoiceItemLayout com.movies.info:singleChoiceItemLayout}
+ * @see #AlertDialog_android_layout + * @see #AlertDialog_buttonPanelSideLayout + * @see #AlertDialog_listItemLayout + * @see #AlertDialog_listLayout + * @see #AlertDialog_multiChoiceItemLayout + * @see #AlertDialog_showTitle + * @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog={ + 0x010100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, + 0x7f0300cf, 0x7f0300fb, 0x7f0300fc + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int AlertDialog_android_layout=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonPanelSideLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listItemLayout + */ + public static final int AlertDialog_listItemLayout=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listLayout + */ + public static final int AlertDialog_listLayout=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#multiChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showTitle} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:showTitle + */ + public static final int AlertDialog_showTitle=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#singleChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout=6; + /** + * Attributes that can be used with a AppBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_elevation com.movies.info:elevation}
{@link #AppBarLayout_expanded com.movies.info:expanded}
+ * @see #AppBarLayout_android_background + * @see #AppBarLayout_android_touchscreenBlocksFocus + * @see #AppBarLayout_android_keyboardNavigationCluster + * @see #AppBarLayout_elevation + * @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout={ + 0x010100d4, 0x0101048f, 0x01010540, 0x7f03007c, + 0x7f030080 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int AppBarLayout_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:touchscreenBlocksFocus + */ + public static final int AppBarLayout_android_touchscreenBlocksFocus=1; + /** + *

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:keyboardNavigationCluster + */ + public static final int AppBarLayout_android_keyboardNavigationCluster=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int AppBarLayout_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expanded} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:expanded + */ + public static final int AppBarLayout_expanded=4; + /** + * Attributes that can be used with a AppBarLayoutStates. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed com.movies.info:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible com.movies.info:state_collapsible}
+ * @see #AppBarLayoutStates_state_collapsed + * @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates={ + 0x7f030105, 0x7f030106 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_collapsed} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_collapsed + */ + public static final int AppBarLayoutStates_state_collapsed=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_collapsible} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_collapsible + */ + public static final int AppBarLayoutStates_state_collapsible=1; + /** + * Attributes that can be used with a AppBarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags com.movies.info:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator com.movies.info:layout_scrollInterpolator}
+ * @see #AppBarLayout_Layout_layout_scrollFlags + * @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout={ + 0x7f0300bc, 0x7f0300bd + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_scrollFlags} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
+ * + * @attr name com.movies.info:layout_scrollFlags + */ + public static final int AppBarLayout_Layout_layout_scrollFlags=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_scrollInterpolator} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout_scrollInterpolator + */ + public static final int AppBarLayout_Layout_layout_scrollInterpolator=1; + /** + * Attributes that can be used with a AppCompatImageView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat com.movies.info:srcCompat}
{@link #AppCompatImageView_tint com.movies.info:tint}
{@link #AppCompatImageView_tintMode com.movies.info:tintMode}
+ * @see #AppCompatImageView_android_src + * @see #AppCompatImageView_srcCompat + * @see #AppCompatImageView_tint + * @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView={ + 0x01010119, 0x7f030102, 0x7f030138, 0x7f030139 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#src} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:src + */ + public static final int AppCompatImageView_android_src=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#srcCompat} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:srcCompat + */ + public static final int AppCompatImageView_srcCompat=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tint} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tint + */ + public static final int AppCompatImageView_tint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tintMode} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:tintMode + */ + public static final int AppCompatImageView_tintMode=3; + /** + * Attributes that can be used with a AppCompatSeekBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark com.movies.info:tickMark}
{@link #AppCompatSeekBar_tickMarkTint com.movies.info:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode com.movies.info:tickMarkTintMode}
+ * @see #AppCompatSeekBar_android_thumb + * @see #AppCompatSeekBar_tickMark + * @see #AppCompatSeekBar_tickMarkTint + * @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar={ + 0x01010142, 0x7f030135, 0x7f030136, 0x7f030137 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int AppCompatSeekBar_android_thumb=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMark} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tickMark + */ + public static final int AppCompatSeekBar_tickMark=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMarkTint} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tickMarkTint + */ + public static final int AppCompatSeekBar_tickMarkTint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMarkTintMode} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:tickMarkTintMode + */ + public static final int AppCompatSeekBar_tickMarkTintMode=3; + /** + * Attributes that can be used with a AppCompatTextHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
+ * @see #AppCompatTextHelper_android_textAppearance + * @see #AppCompatTextHelper_android_drawableTop + * @see #AppCompatTextHelper_android_drawableBottom + * @see #AppCompatTextHelper_android_drawableLeft + * @see #AppCompatTextHelper_android_drawableRight + * @see #AppCompatTextHelper_android_drawableStart + * @see #AppCompatTextHelper_android_drawableEnd + */ + public static final int[] AppCompatTextHelper={ + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextHelper_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableTop} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableTop + */ + public static final int AppCompatTextHelper_android_drawableTop=1; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableBottom} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableBottom + */ + public static final int AppCompatTextHelper_android_drawableBottom=2; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableLeft} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableLeft + */ + public static final int AppCompatTextHelper_android_drawableLeft=3; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableRight} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableRight + */ + public static final int AppCompatTextHelper_android_drawableRight=4; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableStart} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableStart + */ + public static final int AppCompatTextHelper_android_drawableStart=5; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableEnd} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableEnd + */ + public static final int AppCompatTextHelper_android_drawableEnd=6; + /** + * Attributes that can be used with a AppCompatTextView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize com.movies.info:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize com.movies.info:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes com.movies.info:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity com.movies.info:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType com.movies.info:autoSizeTextType}
{@link #AppCompatTextView_fontFamily com.movies.info:fontFamily}
{@link #AppCompatTextView_textAllCaps com.movies.info:textAllCaps}
+ * @see #AppCompatTextView_android_textAppearance + * @see #AppCompatTextView_autoSizeMaxTextSize + * @see #AppCompatTextView_autoSizeMinTextSize + * @see #AppCompatTextView_autoSizePresetSizes + * @see #AppCompatTextView_autoSizeStepGranularity + * @see #AppCompatTextView_autoSizeTextType + * @see #AppCompatTextView_fontFamily + * @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView={ + 0x01010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, + 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeMaxTextSize} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeMaxTextSize + */ + public static final int AppCompatTextView_autoSizeMaxTextSize=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeMinTextSize} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeMinTextSize + */ + public static final int AppCompatTextView_autoSizeMinTextSize=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizePresetSizes} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:autoSizePresetSizes + */ + public static final int AppCompatTextView_autoSizePresetSizes=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeStepGranularity} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeStepGranularity + */ + public static final int AppCompatTextView_autoSizeStepGranularity=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeTextType} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0
uniform1
+ * + * @attr name com.movies.info:autoSizeTextType + */ + public static final int AppCompatTextView_autoSizeTextType=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontFamily} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontFamily + */ + public static final int AppCompatTextView_fontFamily=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAllCaps} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps=7; + /** + * Attributes that can be used with a AppCompatTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_actionBarDivider com.movies.info:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground com.movies.info:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme com.movies.info:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize com.movies.info:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle com.movies.info:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle com.movies.info:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle com.movies.info:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle com.movies.info:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle com.movies.info:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme com.movies.info:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme com.movies.info:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle com.movies.info:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle com.movies.info:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance com.movies.info:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor com.movies.info:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground com.movies.info:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle com.movies.info:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable com.movies.info:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable com.movies.info:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable com.movies.info:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable com.movies.info:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable com.movies.info:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle com.movies.info:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable com.movies.info:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable com.movies.info:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground com.movies.info:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle com.movies.info:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable com.movies.info:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle com.movies.info:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle com.movies.info:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle com.movies.info:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle com.movies.info:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons com.movies.info:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle com.movies.info:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme com.movies.info:alertDialogTheme}
{@link #AppCompatTheme_autoCompleteTextViewStyle com.movies.info:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle com.movies.info:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle com.movies.info:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.movies.info:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.movies.info:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.movies.info:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle com.movies.info:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle com.movies.info:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall com.movies.info:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle com.movies.info:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle com.movies.info:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent com.movies.info:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating com.movies.info:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal com.movies.info:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated com.movies.info:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight com.movies.info:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal com.movies.info:colorControlNormal}
{@link #AppCompatTheme_colorError com.movies.info:colorError}
{@link #AppCompatTheme_colorPrimary com.movies.info:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark com.movies.info:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal com.movies.info:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground com.movies.info:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding com.movies.info:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme com.movies.info:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal com.movies.info:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical com.movies.info:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle com.movies.info:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight com.movies.info:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground com.movies.info:editTextBackground}
{@link #AppCompatTheme_editTextColor com.movies.info:editTextColor}
{@link #AppCompatTheme_editTextStyle com.movies.info:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator com.movies.info:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle com.movies.info:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator com.movies.info:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog com.movies.info:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle com.movies.info:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle com.movies.info:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight com.movies.info:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge com.movies.info:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall com.movies.info:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft com.movies.info:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight com.movies.info:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground com.movies.info:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme com.movies.info:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth com.movies.info:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle com.movies.info:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle com.movies.info:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle com.movies.info:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle com.movies.info:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator com.movies.info:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall com.movies.info:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle com.movies.info:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle com.movies.info:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground com.movies.info:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless com.movies.info:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle com.movies.info:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle com.movies.info:spinnerStyle}
{@link #AppCompatTheme_switchStyle com.movies.info:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu com.movies.info:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem com.movies.info:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary com.movies.info:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall com.movies.info:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader com.movies.info:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.movies.info:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle com.movies.info:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.movies.info:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem com.movies.info:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl com.movies.info:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle com.movies.info:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle com.movies.info:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor com.movies.info:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground com.movies.info:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar com.movies.info:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay com.movies.info:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay com.movies.info:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor com.movies.info:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor com.movies.info:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor com.movies.info:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor com.movies.info:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor com.movies.info:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor com.movies.info:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle com.movies.info:windowNoTitle}
+ * @see #AppCompatTheme_android_windowIsFloating + * @see #AppCompatTheme_android_windowAnimationStyle + * @see #AppCompatTheme_actionBarDivider + * @see #AppCompatTheme_actionBarItemBackground + * @see #AppCompatTheme_actionBarPopupTheme + * @see #AppCompatTheme_actionBarSize + * @see #AppCompatTheme_actionBarSplitStyle + * @see #AppCompatTheme_actionBarStyle + * @see #AppCompatTheme_actionBarTabBarStyle + * @see #AppCompatTheme_actionBarTabStyle + * @see #AppCompatTheme_actionBarTabTextStyle + * @see #AppCompatTheme_actionBarTheme + * @see #AppCompatTheme_actionBarWidgetTheme + * @see #AppCompatTheme_actionButtonStyle + * @see #AppCompatTheme_actionDropDownStyle + * @see #AppCompatTheme_actionMenuTextAppearance + * @see #AppCompatTheme_actionMenuTextColor + * @see #AppCompatTheme_actionModeBackground + * @see #AppCompatTheme_actionModeCloseButtonStyle + * @see #AppCompatTheme_actionModeCloseDrawable + * @see #AppCompatTheme_actionModeCopyDrawable + * @see #AppCompatTheme_actionModeCutDrawable + * @see #AppCompatTheme_actionModeFindDrawable + * @see #AppCompatTheme_actionModePasteDrawable + * @see #AppCompatTheme_actionModePopupWindowStyle + * @see #AppCompatTheme_actionModeSelectAllDrawable + * @see #AppCompatTheme_actionModeShareDrawable + * @see #AppCompatTheme_actionModeSplitBackground + * @see #AppCompatTheme_actionModeStyle + * @see #AppCompatTheme_actionModeWebSearchDrawable + * @see #AppCompatTheme_actionOverflowButtonStyle + * @see #AppCompatTheme_actionOverflowMenuStyle + * @see #AppCompatTheme_activityChooserViewStyle + * @see #AppCompatTheme_alertDialogButtonGroupStyle + * @see #AppCompatTheme_alertDialogCenterButtons + * @see #AppCompatTheme_alertDialogStyle + * @see #AppCompatTheme_alertDialogTheme + * @see #AppCompatTheme_autoCompleteTextViewStyle + * @see #AppCompatTheme_borderlessButtonStyle + * @see #AppCompatTheme_buttonBarButtonStyle + * @see #AppCompatTheme_buttonBarNegativeButtonStyle + * @see #AppCompatTheme_buttonBarNeutralButtonStyle + * @see #AppCompatTheme_buttonBarPositiveButtonStyle + * @see #AppCompatTheme_buttonBarStyle + * @see #AppCompatTheme_buttonStyle + * @see #AppCompatTheme_buttonStyleSmall + * @see #AppCompatTheme_checkboxStyle + * @see #AppCompatTheme_checkedTextViewStyle + * @see #AppCompatTheme_colorAccent + * @see #AppCompatTheme_colorBackgroundFloating + * @see #AppCompatTheme_colorButtonNormal + * @see #AppCompatTheme_colorControlActivated + * @see #AppCompatTheme_colorControlHighlight + * @see #AppCompatTheme_colorControlNormal + * @see #AppCompatTheme_colorError + * @see #AppCompatTheme_colorPrimary + * @see #AppCompatTheme_colorPrimaryDark + * @see #AppCompatTheme_colorSwitchThumbNormal + * @see #AppCompatTheme_controlBackground + * @see #AppCompatTheme_dialogPreferredPadding + * @see #AppCompatTheme_dialogTheme + * @see #AppCompatTheme_dividerHorizontal + * @see #AppCompatTheme_dividerVertical + * @see #AppCompatTheme_dropDownListViewStyle + * @see #AppCompatTheme_dropdownListPreferredItemHeight + * @see #AppCompatTheme_editTextBackground + * @see #AppCompatTheme_editTextColor + * @see #AppCompatTheme_editTextStyle + * @see #AppCompatTheme_homeAsUpIndicator + * @see #AppCompatTheme_imageButtonStyle + * @see #AppCompatTheme_listChoiceBackgroundIndicator + * @see #AppCompatTheme_listDividerAlertDialog + * @see #AppCompatTheme_listMenuViewStyle + * @see #AppCompatTheme_listPopupWindowStyle + * @see #AppCompatTheme_listPreferredItemHeight + * @see #AppCompatTheme_listPreferredItemHeightLarge + * @see #AppCompatTheme_listPreferredItemHeightSmall + * @see #AppCompatTheme_listPreferredItemPaddingLeft + * @see #AppCompatTheme_listPreferredItemPaddingRight + * @see #AppCompatTheme_panelBackground + * @see #AppCompatTheme_panelMenuListTheme + * @see #AppCompatTheme_panelMenuListWidth + * @see #AppCompatTheme_popupMenuStyle + * @see #AppCompatTheme_popupWindowStyle + * @see #AppCompatTheme_radioButtonStyle + * @see #AppCompatTheme_ratingBarStyle + * @see #AppCompatTheme_ratingBarStyleIndicator + * @see #AppCompatTheme_ratingBarStyleSmall + * @see #AppCompatTheme_searchViewStyle + * @see #AppCompatTheme_seekBarStyle + * @see #AppCompatTheme_selectableItemBackground + * @see #AppCompatTheme_selectableItemBackgroundBorderless + * @see #AppCompatTheme_spinnerDropDownItemStyle + * @see #AppCompatTheme_spinnerStyle + * @see #AppCompatTheme_switchStyle + * @see #AppCompatTheme_textAppearanceLargePopupMenu + * @see #AppCompatTheme_textAppearanceListItem + * @see #AppCompatTheme_textAppearanceListItemSecondary + * @see #AppCompatTheme_textAppearanceListItemSmall + * @see #AppCompatTheme_textAppearancePopupMenuHeader + * @see #AppCompatTheme_textAppearanceSearchResultSubtitle + * @see #AppCompatTheme_textAppearanceSearchResultTitle + * @see #AppCompatTheme_textAppearanceSmallPopupMenu + * @see #AppCompatTheme_textColorAlertDialogListItem + * @see #AppCompatTheme_textColorSearchUrl + * @see #AppCompatTheme_toolbarNavigationButtonStyle + * @see #AppCompatTheme_toolbarStyle + * @see #AppCompatTheme_tooltipForegroundColor + * @see #AppCompatTheme_tooltipFrameBackground + * @see #AppCompatTheme_windowActionBar + * @see #AppCompatTheme_windowActionBarOverlay + * @see #AppCompatTheme_windowActionModeOverlay + * @see #AppCompatTheme_windowFixedHeightMajor + * @see #AppCompatTheme_windowFixedHeightMinor + * @see #AppCompatTheme_windowFixedWidthMajor + * @see #AppCompatTheme_windowFixedWidthMinor + * @see #AppCompatTheme_windowMinWidthMajor + * @see #AppCompatTheme_windowMinWidthMinor + * @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme={ + 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, + 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, + 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, + 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, + 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, + 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, + 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, + 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, + 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, + 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, + 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, + 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, + 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, + 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, + 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, + 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, + 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, + 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, + 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, + 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, + 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, + 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, + 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, + 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, + 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, + 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, + 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, + 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, + 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, + 0x7f030157, 0x7f030158, 0x7f030159 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:windowIsFloating + */ + public static final int AppCompatTheme_android_windowIsFloating=0; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int AppCompatTheme_android_windowAnimationStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarDivider} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarPopupTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarSize} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ * + * @attr name com.movies.info:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarSplitStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarWidgetTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionDropDownStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionMenuTextAppearance} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionMenuTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCloseButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCloseDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCopyDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCutDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeFindDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModePasteDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModePopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeSelectAllDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeShareDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeSplitBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle=28; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeWebSearchDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable=29; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionOverflowButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle=30; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionOverflowMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle=31; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#activityChooserViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle=32; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogButtonGroupStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogCenterButtons} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons=34; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle=35; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme=36; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoCompleteTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle=37; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#borderlessButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle=38; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle=39; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarNegativeButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarNeutralButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarPositiveButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle=43; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle=44; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall=45; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#checkboxStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle=46; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#checkedTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle=47; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorAccent} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorAccent + */ + public static final int AppCompatTheme_colorAccent=48; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorBackgroundFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorBackgroundFloating + */ + public static final int AppCompatTheme_colorBackgroundFloating=49; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorButtonNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal=50; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlActivated} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated=51; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlHighlight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight=52; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal=53; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorError} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorError + */ + public static final int AppCompatTheme_colorError=54; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorPrimary} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary=55; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorPrimaryDark} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark=56; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorSwitchThumbNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal=57; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#controlBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:controlBackground + */ + public static final int AppCompatTheme_controlBackground=58; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dialogPreferredPadding} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding=59; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme=60; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerHorizontal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal=61; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerVertical} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical=62; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dropDownListViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle=63; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dropdownListPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight=64; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground=65; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:editTextColor + */ + public static final int AppCompatTheme_editTextColor=66; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle=67; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator=68; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#imageButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle=69; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listChoiceBackgroundIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator=70; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listDividerAlertDialog} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog=71; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listMenuViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listMenuViewStyle + */ + public static final int AppCompatTheme_listMenuViewStyle=72; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle=73; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight=74; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeightLarge} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge=75; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeightSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall=76; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemPaddingLeft} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft=77; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemPaddingRight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight=78; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:panelBackground + */ + public static final int AppCompatTheme_panelBackground=79; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelMenuListTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme=80; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelMenuListWidth} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth=81; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle=82; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle=83; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#radioButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle=84; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle=85; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyleIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator=86; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall=87; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle=88; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#seekBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle=89; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#selectableItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground=90; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#selectableItemBackgroundBorderless} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless=91; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinnerDropDownItemStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle=92; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinnerStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle=93; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:switchStyle + */ + public static final int AppCompatTheme_switchStyle=94; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceLargePopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu=95; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem=96; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItemSecondary} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItemSecondary + */ + public static final int AppCompatTheme_textAppearanceListItemSecondary=97; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItemSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall=98; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearancePopupMenuHeader} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearancePopupMenuHeader + */ + public static final int AppCompatTheme_textAppearancePopupMenuHeader=99; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSearchResultSubtitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=100; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSearchResultTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle=101; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSmallPopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu=102; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorAlertDialogListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem=103; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorSearchUrl} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl=104; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarNavigationButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle=105; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle=106; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipForegroundColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tooltipForegroundColor + */ + public static final int AppCompatTheme_tooltipForegroundColor=107; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipFrameBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tooltipFrameBackground + */ + public static final int AppCompatTheme_tooltipFrameBackground=108; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionBar} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar=109; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionBarOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay=110; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionModeOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay=111; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedHeightMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor=112; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedHeightMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor=113; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor=114; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor=115; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowMinWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor=116; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowMinWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor=117; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowNoTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle=118; + /** + * Attributes that can be used with a BottomNavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomNavigationView_elevation com.movies.info:elevation}
{@link #BottomNavigationView_itemBackground com.movies.info:itemBackground}
{@link #BottomNavigationView_itemIconTint com.movies.info:itemIconTint}
{@link #BottomNavigationView_itemTextColor com.movies.info:itemTextColor}
{@link #BottomNavigationView_menu com.movies.info:menu}
+ * @see #BottomNavigationView_elevation + * @see #BottomNavigationView_itemBackground + * @see #BottomNavigationView_itemIconTint + * @see #BottomNavigationView_itemTextColor + * @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView={ + 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, + 0x7f0300ce + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int BottomNavigationView_elevation=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemBackground} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemBackground + */ + public static final int BottomNavigationView_itemBackground=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemIconTint} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemIconTint + */ + public static final int BottomNavigationView_itemIconTint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextColor} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemTextColor + */ + public static final int BottomNavigationView_itemTextColor=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#menu} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:menu + */ + public static final int BottomNavigationView_menu=4; + /** + * Attributes that can be used with a BottomSheetBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable com.movies.info:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.movies.info:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.movies.info:behavior_skipCollapsed}
+ * @see #BottomSheetBehavior_Layout_behavior_hideable + * @see #BottomSheetBehavior_Layout_behavior_peekHeight + * @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout={ + 0x7f030038, 0x7f03003a, 0x7f03003b + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_hideable} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_hideable + */ + public static final int BottomSheetBehavior_Layout_behavior_hideable=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_peekHeight} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ * + * @attr name com.movies.info:behavior_peekHeight + */ + public static final int BottomSheetBehavior_Layout_behavior_peekHeight=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_skipCollapsed} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_skipCollapsed + */ + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed=2; + /** + * Attributes that can be used with a ButtonBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ButtonBarLayout_allowStacking com.movies.info:allowStacking}
+ * @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout={ + 0x7f030026 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#allowStacking} + * attribute's value can be found in the {@link #ButtonBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:allowStacking + */ + public static final int ButtonBarLayout_allowStacking=0; + /** + * Attributes that can be used with a CollapsingToolbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.movies.info:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.movies.info:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim com.movies.info:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity com.movies.info:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin com.movies.info:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.movies.info:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.movies.info:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.movies.info:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.movies.info:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.movies.info:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration com.movies.info:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.movies.info:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim com.movies.info:statusBarScrim}
{@link #CollapsingToolbarLayout_title com.movies.info:title}
{@link #CollapsingToolbarLayout_titleEnabled com.movies.info:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId com.movies.info:toolbarId}
+ * @see #CollapsingToolbarLayout_collapsedTitleGravity + * @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + * @see #CollapsingToolbarLayout_contentScrim + * @see #CollapsingToolbarLayout_expandedTitleGravity + * @see #CollapsingToolbarLayout_expandedTitleMargin + * @see #CollapsingToolbarLayout_expandedTitleMarginBottom + * @see #CollapsingToolbarLayout_expandedTitleMarginEnd + * @see #CollapsingToolbarLayout_expandedTitleMarginStart + * @see #CollapsingToolbarLayout_expandedTitleMarginTop + * @see #CollapsingToolbarLayout_expandedTitleTextAppearance + * @see #CollapsingToolbarLayout_scrimAnimationDuration + * @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + * @see #CollapsingToolbarLayout_statusBarScrim + * @see #CollapsingToolbarLayout_title + * @see #CollapsingToolbarLayout_titleEnabled + * @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout={ + 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, + 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, + 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, + 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapsedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:collapsedTitleGravity + */ + public static final int CollapsingToolbarLayout_collapsedTitleGravity=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapsedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:collapsedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:contentScrim + */ + public static final int CollapsingToolbarLayout_contentScrim=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:expandedTitleGravity + */ + public static final int CollapsingToolbarLayout_expandedTitleGravity=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMargin} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMargin + */ + public static final int CollapsingToolbarLayout_expandedTitleMargin=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginBottom} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginBottom + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginEnd} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginEnd + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginStart} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginStart + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginStart=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginTop} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginTop + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginTop=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:expandedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#scrimAnimationDuration} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:scrimAnimationDuration + */ + public static final int CollapsingToolbarLayout_scrimAnimationDuration=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#scrimVisibleHeightTrigger} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:scrimVisibleHeightTrigger + */ + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#statusBarScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:statusBarScrim + */ + public static final int CollapsingToolbarLayout_statusBarScrim=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int CollapsingToolbarLayout_title=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleEnabled} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:titleEnabled + */ + public static final int CollapsingToolbarLayout_titleEnabled=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarId} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarId + */ + public static final int CollapsingToolbarLayout_toolbarId=15; + /** + * Attributes that can be used with a CollapsingToolbarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.movies.info:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.movies.info:layout_collapseParallaxMultiplier}
+ * @see #CollapsingToolbarLayout_Layout_layout_collapseMode + * @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout={ + 0x7f0300b7, 0x7f0300b8 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_collapseMode} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ * + * @attr name com.movies.info:layout_collapseMode + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_collapseParallaxMultiplier} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.movies.info:layout_collapseParallaxMultiplier + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier=1; + /** + * Attributes that can be used with a ColorStateListItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ColorStateListItem_android_color android:color}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_alpha com.movies.info:alpha}
+ * @see #ColorStateListItem_android_color + * @see #ColorStateListItem_android_alpha + * @see #ColorStateListItem_alpha + */ + public static final int[] ColorStateListItem={ + 0x010101a5, 0x0101031f, 0x7f030027 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#color} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:color + */ + public static final int ColorStateListItem_android_color=0; + /** + *

This symbol is the offset where the {@link android.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.movies.info:alpha + */ + public static final int ColorStateListItem_alpha=2; + /** + * Attributes that can be used with a CompoundButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.movies.info:buttonTint}
{@link #CompoundButton_buttonTintMode com.movies.info:buttonTintMode}
+ * @see #CompoundButton_android_button + * @see #CompoundButton_buttonTint + * @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton={ + 0x01010107, 0x7f030049, 0x7f03004a + }; + /** + *

This symbol is the offset where the {@link android.R.attr#button} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:button + */ + public static final int CompoundButton_android_button=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonTint} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:buttonTint + */ + public static final int CompoundButton_buttonTint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonTintMode} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode=2; + /** + * Attributes that can be used with a CoordinatorLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_keylines com.movies.info:keylines}
{@link #CoordinatorLayout_statusBarBackground com.movies.info:statusBarBackground}
+ * @see #CoordinatorLayout_keylines + * @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout={ + 0x7f0300b1, 0x7f030107 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#keylines} + * attribute's value can be found in the {@link #CoordinatorLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:keylines + */ + public static final int CoordinatorLayout_keylines=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#statusBarBackground} + * attribute's value can be found in the {@link #CoordinatorLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground=1; + /** + * Attributes that can be used with a CoordinatorLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor com.movies.info:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity com.movies.info:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior com.movies.info:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.movies.info:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge com.movies.info:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline com.movies.info:layout_keyline}
+ * @see #CoordinatorLayout_Layout_android_layout_gravity + * @see #CoordinatorLayout_Layout_layout_anchor + * @see #CoordinatorLayout_Layout_layout_anchorGravity + * @see #CoordinatorLayout_Layout_layout_behavior + * @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + * @see #CoordinatorLayout_Layout_layout_insetEdge + * @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout={ + 0x010100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, + 0x7f0300b9, 0x7f0300ba, 0x7f0300bb + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_anchor} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_anchorGravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_behavior} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_dodgeInsetEdges} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77
bottom50
end800005
left3
none0
right3
start800003
top30
+ * + * @attr name com.movies.info:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_insetEdge} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
end800005
left3
none0
right3
start800003
top30
+ * + * @attr name com.movies.info:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_keyline} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline=6; + /** + * Attributes that can be used with a DesignTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme com.movies.info:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle com.movies.info:bottomSheetStyle}
{@link #DesignTheme_textColorError com.movies.info:textColorError}
+ * @see #DesignTheme_bottomSheetDialogTheme + * @see #DesignTheme_bottomSheetStyle + * @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme={ + 0x7f03003e, 0x7f03003f, 0x7f03012e + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#bottomSheetDialogTheme} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:bottomSheetDialogTheme + */ + public static final int DesignTheme_bottomSheetDialogTheme=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#bottomSheetStyle} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:bottomSheetStyle + */ + public static final int DesignTheme_bottomSheetStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorError} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorError + */ + public static final int DesignTheme_textColorError=2; + /** + * Attributes that can be used with a DrawerArrowToggle. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.movies.info:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.movies.info:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.movies.info:barLength}
{@link #DrawerArrowToggle_color com.movies.info:color}
{@link #DrawerArrowToggle_drawableSize com.movies.info:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.movies.info:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.movies.info:spinBars}
{@link #DrawerArrowToggle_thickness com.movies.info:thickness}
+ * @see #DrawerArrowToggle_arrowHeadLength + * @see #DrawerArrowToggle_arrowShaftLength + * @see #DrawerArrowToggle_barLength + * @see #DrawerArrowToggle_color + * @see #DrawerArrowToggle_drawableSize + * @see #DrawerArrowToggle_gapBetweenBars + * @see #DrawerArrowToggle_spinBars + * @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle={ + 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, + 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#arrowHeadLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#arrowShaftLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#barLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:barLength + */ + public static final int DrawerArrowToggle_barLength=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#color} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:color + */ + public static final int DrawerArrowToggle_color=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#drawableSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#gapBetweenBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:spinBars + */ + public static final int DrawerArrowToggle_spinBars=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thickness} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:thickness + */ + public static final int DrawerArrowToggle_thickness=7; + /** + * Attributes that can be used with a FloatingActionButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_backgroundTint com.movies.info:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode com.movies.info:backgroundTintMode}
{@link #FloatingActionButton_borderWidth com.movies.info:borderWidth}
{@link #FloatingActionButton_elevation com.movies.info:elevation}
{@link #FloatingActionButton_fabSize com.movies.info:fabSize}
{@link #FloatingActionButton_pressedTranslationZ com.movies.info:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor com.movies.info:rippleColor}
{@link #FloatingActionButton_useCompatPadding com.movies.info:useCompatPadding}
+ * @see #FloatingActionButton_backgroundTint + * @see #FloatingActionButton_backgroundTintMode + * @see #FloatingActionButton_borderWidth + * @see #FloatingActionButton_elevation + * @see #FloatingActionButton_fabSize + * @see #FloatingActionButton_pressedTranslationZ + * @see #FloatingActionButton_rippleColor + * @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton={ + 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, + 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTint} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundTint + */ + public static final int FloatingActionButton_backgroundTint=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:backgroundTintMode + */ + public static final int FloatingActionButton_backgroundTintMode=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#borderWidth} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:borderWidth + */ + public static final int FloatingActionButton_borderWidth=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int FloatingActionButton_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fabSize} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ * + * @attr name com.movies.info:fabSize + */ + public static final int FloatingActionButton_fabSize=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#pressedTranslationZ} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:pressedTranslationZ + */ + public static final int FloatingActionButton_pressedTranslationZ=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#rippleColor} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:rippleColor + */ + public static final int FloatingActionButton_rippleColor=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#useCompatPadding} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:useCompatPadding + */ + public static final int FloatingActionButton_useCompatPadding=7; + /** + * Attributes that can be used with a FloatingActionButton_Behavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.movies.info:behavior_autoHide}
+ * @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout={ + 0x7f030037 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_autoHide} + * attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_autoHide + */ + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide=0; + /** + * Attributes that can be used with a FontFamily. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamily_fontProviderAuthority com.movies.info:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts com.movies.info:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy com.movies.info:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout com.movies.info:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage com.movies.info:fontProviderPackage}
{@link #FontFamily_fontProviderQuery com.movies.info:fontProviderQuery}
+ * @see #FontFamily_fontProviderAuthority + * @see #FontFamily_fontProviderCerts + * @see #FontFamily_fontProviderFetchStrategy + * @see #FontFamily_fontProviderFetchTimeout + * @see #FontFamily_fontProviderPackage + * @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily={ + 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, + 0x7f030094, 0x7f030095 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderAuthority} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderCerts} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderFetchStrategy} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1
blocking0
+ * + * @attr name com.movies.info:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderFetchTimeout} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffff
+ * + * @attr name com.movies.info:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderPackage} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderQuery} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery=5; + /** + * Attributes that can be used with a FontFamilyFont. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamilyFont_font com.movies.info:font}
{@link #FontFamilyFont_fontStyle com.movies.info:fontStyle}
{@link #FontFamilyFont_fontWeight com.movies.info:fontWeight}
+ * @see #FontFamilyFont_font + * @see #FontFamilyFont_fontStyle + * @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont={ + 0x7f03008e, 0x7f030096, 0x7f030097 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#font} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:font + */ + public static final int FontFamilyFont_font=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontStyle} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ * + * @attr name com.movies.info:fontStyle + */ + public static final int FontFamilyFont_fontStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontWeight} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:fontWeight + */ + public static final int FontFamilyFont_fontWeight=2; + /** + * Attributes that can be used with a ForegroundLinearLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding com.movies.info:foregroundInsidePadding}
+ * @see #ForegroundLinearLayout_android_foreground + * @see #ForegroundLinearLayout_android_foregroundGravity + * @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout={ + 0x01010109, 0x01010200, 0x7f030098 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#foreground} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:foreground + */ + public static final int ForegroundLinearLayout_android_foreground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:foregroundGravity + */ + public static final int ForegroundLinearLayout_android_foregroundGravity=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#foregroundInsidePadding} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:foregroundInsidePadding + */ + public static final int ForegroundLinearLayout_foregroundInsidePadding=2; + /** + * Attributes that can be used with a LinearLayoutCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.movies.info:divider}
{@link #LinearLayoutCompat_dividerPadding com.movies.info:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.movies.info:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.movies.info:showDividers}
+ * @see #LinearLayoutCompat_android_gravity + * @see #LinearLayoutCompat_android_orientation + * @see #LinearLayoutCompat_android_baselineAligned + * @see #LinearLayoutCompat_android_baselineAlignedChildIndex + * @see #LinearLayoutCompat_android_weightSum + * @see #LinearLayoutCompat_divider + * @see #LinearLayoutCompat_dividerPadding + * @see #LinearLayoutCompat_measureWithLargestChild + * @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat={ + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f030071, 0x7f030073, 0x7f0300cd, + 0x7f0300f9 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation=1; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAligned} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned=2; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3; + /** + *

This symbol is the offset where the {@link android.R.attr#weightSum} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#divider} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:divider + */ + public static final int LinearLayoutCompat_divider=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerPadding} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#measureWithLargestChild} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showDividers} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ * + * @attr name com.movies.info:showDividers + */ + public static final int LinearLayoutCompat_showDividers=8; + /** + * Attributes that can be used with a LinearLayoutCompat_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
+ * @see #LinearLayoutCompat_Layout_android_layout_gravity + * @see #LinearLayoutCompat_Layout_android_layout_width + * @see #LinearLayoutCompat_Layout_android_layout_height + * @see #LinearLayoutCompat_Layout_android_layout_weight + */ + public static final int[] LinearLayoutCompat_Layout={ + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width=1; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height=2; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_weight} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight=3; + /** + * Attributes that can be used with a ListPopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ * @see #ListPopupWindow_android_dropDownHorizontalOffset + * @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow={ + 0x010102ac, 0x010102ad + }; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset=0; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset=1; + /** + * Attributes that can be used with a MenuGroup. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_visible android:visible}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
+ * @see #MenuGroup_android_enabled + * @see #MenuGroup_android_id + * @see #MenuGroup_android_visible + * @see #MenuGroup_android_menuCategory + * @see #MenuGroup_android_orderInCategory + * @see #MenuGroup_android_checkableBehavior + */ + public static final int[] MenuGroup={ + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuGroup_android_enabled=0; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuGroup_android_id=1; + /** + *

This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuGroup_android_visible=2; + /** + *

This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory=3; + /** + *

This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory=4; + /** + *

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
all1
none0
single2
+ * + * @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior=5; + /** + * Attributes that can be used with a MenuItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_actionLayout com.movies.info:actionLayout}
{@link #MenuItem_actionProviderClass com.movies.info:actionProviderClass}
{@link #MenuItem_actionViewClass com.movies.info:actionViewClass}
{@link #MenuItem_alphabeticModifiers com.movies.info:alphabeticModifiers}
{@link #MenuItem_contentDescription com.movies.info:contentDescription}
{@link #MenuItem_iconTint com.movies.info:iconTint}
{@link #MenuItem_iconTintMode com.movies.info:iconTintMode}
{@link #MenuItem_numericModifiers com.movies.info:numericModifiers}
{@link #MenuItem_showAsAction com.movies.info:showAsAction}
{@link #MenuItem_tooltipText com.movies.info:tooltipText}
+ * @see #MenuItem_android_icon + * @see #MenuItem_android_enabled + * @see #MenuItem_android_id + * @see #MenuItem_android_checked + * @see #MenuItem_android_visible + * @see #MenuItem_android_menuCategory + * @see #MenuItem_android_orderInCategory + * @see #MenuItem_android_title + * @see #MenuItem_android_titleCondensed + * @see #MenuItem_android_alphabeticShortcut + * @see #MenuItem_android_numericShortcut + * @see #MenuItem_android_checkable + * @see #MenuItem_android_onClick + * @see #MenuItem_actionLayout + * @see #MenuItem_actionProviderClass + * @see #MenuItem_actionViewClass + * @see #MenuItem_alphabeticModifiers + * @see #MenuItem_contentDescription + * @see #MenuItem_iconTint + * @see #MenuItem_iconTintMode + * @see #MenuItem_numericModifiers + * @see #MenuItem_showAsAction + * @see #MenuItem_tooltipText + */ + public static final int[] MenuItem={ + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, + 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, + 0x7f0300d3, 0x7f0300f8, 0x7f03014a + }; + /** + *

This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int MenuItem_android_icon=0; + /** + *

This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuItem_android_enabled=1; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuItem_android_id=2; + /** + *

This symbol is the offset where the {@link android.R.attr#checked} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checked + */ + public static final int MenuItem_android_checked=3; + /** + *

This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuItem_android_visible=4; + /** + *

This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory=5; + /** + *

This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory=6; + /** + *

This symbol is the offset where the {@link android.R.attr#title} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:title + */ + public static final int MenuItem_android_title=7; + /** + *

This symbol is the offset where the {@link android.R.attr#titleCondensed} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed=8; + /** + *

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut=9; + /** + *

This symbol is the offset where the {@link android.R.attr#numericShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut=10; + /** + *

This symbol is the offset where the {@link android.R.attr#checkable} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checkable + */ + public static final int MenuItem_android_checkable=11; + /** + *

This symbol is the offset where the {@link android.R.attr#onClick} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:onClick + */ + public static final int MenuItem_android_onClick=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionLayout} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionLayout + */ + public static final int MenuItem_actionLayout=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionProviderClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionViewClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:actionViewClass + */ + public static final int MenuItem_actionViewClass=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alphabeticModifiers} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.movies.info:alphabeticModifiers + */ + public static final int MenuItem_alphabeticModifiers=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentDescription} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:contentDescription + */ + public static final int MenuItem_contentDescription=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconTint} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:iconTint + */ + public static final int MenuItem_iconTint=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconTintMode} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:iconTintMode + */ + public static final int MenuItem_iconTintMode=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#numericModifiers} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.movies.info:numericModifiers + */ + public static final int MenuItem_numericModifiers=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showAsAction} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2
collapseActionView8
ifRoom1
never0
withText4
+ * + * @attr name com.movies.info:showAsAction + */ + public static final int MenuItem_showAsAction=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipText} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:tooltipText + */ + public static final int MenuItem_tooltipText=22; + /** + * Attributes that can be used with a MenuView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_preserveIconSpacing com.movies.info:preserveIconSpacing}
{@link #MenuView_subMenuArrow com.movies.info:subMenuArrow}
+ * @see #MenuView_android_windowAnimationStyle + * @see #MenuView_android_itemTextAppearance + * @see #MenuView_android_horizontalDivider + * @see #MenuView_android_verticalDivider + * @see #MenuView_android_headerBackground + * @see #MenuView_android_itemBackground + * @see #MenuView_android_itemIconDisabledAlpha + * @see #MenuView_preserveIconSpacing + * @see #MenuView_subMenuArrow + */ + public static final int[] MenuView={ + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0300e4, + 0x7f030109 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle=0; + /** + *

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance=1; + /** + *

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider=2; + /** + *

This symbol is the offset where the {@link android.R.attr#verticalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider=3; + /** + *

This symbol is the offset where the {@link android.R.attr#headerBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground=4; + /** + *

This symbol is the offset where the {@link android.R.attr#itemBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground=5; + /** + *

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#preserveIconSpacing} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subMenuArrow} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subMenuArrow + */ + public static final int MenuView_subMenuArrow=8; + /** + * Attributes that can be used with a NavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation com.movies.info:elevation}
{@link #NavigationView_headerLayout com.movies.info:headerLayout}
{@link #NavigationView_itemBackground com.movies.info:itemBackground}
{@link #NavigationView_itemIconTint com.movies.info:itemIconTint}
{@link #NavigationView_itemTextAppearance com.movies.info:itemTextAppearance}
{@link #NavigationView_itemTextColor com.movies.info:itemTextColor}
{@link #NavigationView_menu com.movies.info:menu}
+ * @see #NavigationView_android_background + * @see #NavigationView_android_fitsSystemWindows + * @see #NavigationView_android_maxWidth + * @see #NavigationView_elevation + * @see #NavigationView_headerLayout + * @see #NavigationView_itemBackground + * @see #NavigationView_itemIconTint + * @see #NavigationView_itemTextAppearance + * @see #NavigationView_itemTextColor + * @see #NavigationView_menu + */ + public static final int[] NavigationView={ + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f03007c, + 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, + 0x7f0300b0, 0x7f0300ce + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int NavigationView_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:fitsSystemWindows + */ + public static final int NavigationView_android_fitsSystemWindows=1; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int NavigationView_android_maxWidth=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int NavigationView_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#headerLayout} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:headerLayout + */ + public static final int NavigationView_headerLayout=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemBackground} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemBackground + */ + public static final int NavigationView_itemBackground=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemIconTint} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemIconTint + */ + public static final int NavigationView_itemIconTint=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemTextAppearance + */ + public static final int NavigationView_itemTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextColor} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemTextColor + */ + public static final int NavigationView_itemTextColor=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#menu} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:menu + */ + public static final int NavigationView_menu=9; + /** + * Attributes that can be used with a PopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_overlapAnchor com.movies.info:overlapAnchor}
+ * @see #PopupWindow_android_popupBackground + * @see #PopupWindow_android_popupAnimationStyle + * @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow={ + 0x01010176, 0x010102c9, 0x7f0300d4 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:popupAnimationStyle + */ + public static final int PopupWindow_android_popupAnimationStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#overlapAnchor} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor=2; + /** + * Attributes that can be used with a PopupWindowBackgroundState. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.movies.info:state_above_anchor}
+ * @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState={ + 0x7f030104 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_above_anchor} + * attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor=0; + /** + * Attributes that can be used with a RecycleListView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons com.movies.info:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle com.movies.info:paddingTopNoTitle}
+ * @see #RecycleListView_paddingBottomNoButtons + * @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView={ + 0x7f0300d5, 0x7f0300d8 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingBottomNoButtons} + * attribute's value can be found in the {@link #RecycleListView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingBottomNoButtons + */ + public static final int RecycleListView_paddingBottomNoButtons=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingTopNoTitle} + * attribute's value can be found in the {@link #RecycleListView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingTopNoTitle + */ + public static final int RecycleListView_paddingTopNoTitle=1; + /** + * Attributes that can be used with a RecyclerView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_fastScrollEnabled com.movies.info:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.movies.info:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.movies.info:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable com.movies.info:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable com.movies.info:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager com.movies.info:layoutManager}
{@link #RecyclerView_reverseLayout com.movies.info:reverseLayout}
{@link #RecyclerView_spanCount com.movies.info:spanCount}
{@link #RecyclerView_stackFromEnd com.movies.info:stackFromEnd}
+ * @see #RecyclerView_android_orientation + * @see #RecyclerView_android_descendantFocusability + * @see #RecyclerView_fastScrollEnabled + * @see #RecyclerView_fastScrollHorizontalThumbDrawable + * @see #RecyclerView_fastScrollHorizontalTrackDrawable + * @see #RecyclerView_fastScrollVerticalThumbDrawable + * @see #RecyclerView_fastScrollVerticalTrackDrawable + * @see #RecyclerView_layoutManager + * @see #RecyclerView_reverseLayout + * @see #RecyclerView_spanCount + * @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView={ + 0x010100c4, 0x010100f1, 0x7f030089, 0x7f03008a, + 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, + 0x7f0300ee, 0x7f0300fd, 0x7f030103 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int RecyclerView_android_orientation=0; + /** + *

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
afterDescendants1
beforeDescendants0
blocksDescendants2
+ * + * @attr name android:descendantFocusability + */ + public static final int RecyclerView_android_descendantFocusability=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollEnabled} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:fastScrollEnabled + */ + public static final int RecyclerView_fastScrollEnabled=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollHorizontalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollHorizontalThumbDrawable + */ + public static final int RecyclerView_fastScrollHorizontalThumbDrawable=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollHorizontalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollHorizontalTrackDrawable + */ + public static final int RecyclerView_fastScrollHorizontalTrackDrawable=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollVerticalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollVerticalThumbDrawable + */ + public static final int RecyclerView_fastScrollVerticalThumbDrawable=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollVerticalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollVerticalTrackDrawable + */ + public static final int RecyclerView_fastScrollVerticalTrackDrawable=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layoutManager} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:layoutManager + */ + public static final int RecyclerView_layoutManager=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#reverseLayout} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:reverseLayout + */ + public static final int RecyclerView_reverseLayout=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spanCount} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:spanCount + */ + public static final int RecyclerView_spanCount=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#stackFromEnd} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd=10; + /** + * Attributes that can be used with a ScrimInsetsFrameLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground com.movies.info:insetForeground}
+ * @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout={ + 0x7f0300aa + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#insetForeground} + * attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:insetForeground + */ + public static final int ScrimInsetsFrameLayout_insetForeground=0; + /** + * Attributes that can be used with a ScrollingViewBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.movies.info:behavior_overlapTop}
+ * @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout={ + 0x7f030039 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_overlapTop} + * attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:behavior_overlapTop + */ + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop=0; + /** + * Attributes that can be used with a SearchView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_closeIcon com.movies.info:closeIcon}
{@link #SearchView_commitIcon com.movies.info:commitIcon}
{@link #SearchView_defaultQueryHint com.movies.info:defaultQueryHint}
{@link #SearchView_goIcon com.movies.info:goIcon}
{@link #SearchView_iconifiedByDefault com.movies.info:iconifiedByDefault}
{@link #SearchView_layout com.movies.info:layout}
{@link #SearchView_queryBackground com.movies.info:queryBackground}
{@link #SearchView_queryHint com.movies.info:queryHint}
{@link #SearchView_searchHintIcon com.movies.info:searchHintIcon}
{@link #SearchView_searchIcon com.movies.info:searchIcon}
{@link #SearchView_submitBackground com.movies.info:submitBackground}
{@link #SearchView_suggestionRowLayout com.movies.info:suggestionRowLayout}
{@link #SearchView_voiceIcon com.movies.info:voiceIcon}
+ * @see #SearchView_android_focusable + * @see #SearchView_android_maxWidth + * @see #SearchView_android_inputType + * @see #SearchView_android_imeOptions + * @see #SearchView_closeIcon + * @see #SearchView_commitIcon + * @see #SearchView_defaultQueryHint + * @see #SearchView_goIcon + * @see #SearchView_iconifiedByDefault + * @see #SearchView_layout + * @see #SearchView_queryBackground + * @see #SearchView_queryHint + * @see #SearchView_searchHintIcon + * @see #SearchView_searchIcon + * @see #SearchView_submitBackground + * @see #SearchView_suggestionRowLayout + * @see #SearchView_voiceIcon + */ + public static final int[] SearchView={ + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, + 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, + 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, + 0x7f03014f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int SearchView_android_focusable=0; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth=1; + /** + *

This symbol is the offset where the {@link android.R.attr#inputType} + * attribute's value can be found in the {@link #SearchView} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
date14
datetime4
none0
number2
numberDecimal2002
numberPassword12
numberSigned1002
phone3
text1
textAutoComplete10001
textAutoCorrect8001
textCapCharacters1001
textCapSentences4001
textCapWords2001
textEmailAddress21
textEmailSubject31
textFilterb1
textImeMultiLine40001
textLongMessage51
textMultiLine20001
textNoSuggestions80001
textPassword81
textPersonName61
textPhoneticc1
textPostalAddress71
textShortMessage41
textUri11
textVisiblePassword91
textWebEditTexta1
textWebEmailAddressd1
textWebPassworde1
time24
+ * + * @attr name android:inputType + */ + public static final int SearchView_android_inputType=2; + /** + *

This symbol is the offset where the {@link android.R.attr#imeOptions} + * attribute's value can be found in the {@link #SearchView} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
actionDone6
actionGo2
actionNext5
actionNone1
actionPrevious7
actionSearch3
actionSend4
actionUnspecified0
flagForceAscii80000000
flagNavigateNext8000000
flagNavigatePrevious4000000
flagNoAccessoryAction20000000
flagNoEnterAction40000000
flagNoExtractUi10000000
flagNoFullscreen2000000
flagNoPersonalizedLearning1000000
normal0
+ * + * @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#closeIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:closeIcon + */ + public static final int SearchView_closeIcon=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#commitIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:commitIcon + */ + public static final int SearchView_commitIcon=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#defaultQueryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#goIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:goIcon + */ + public static final int SearchView_goIcon=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconifiedByDefault} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout + */ + public static final int SearchView_layout=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#queryBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:queryBackground + */ + public static final int SearchView_queryBackground=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#queryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchHintIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchHintIcon + */ + public static final int SearchView_searchHintIcon=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchIcon + */ + public static final int SearchView_searchIcon=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#submitBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:submitBackground + */ + public static final int SearchView_submitBackground=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#suggestionRowLayout} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#voiceIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:voiceIcon + */ + public static final int SearchView_voiceIcon=16; + /** + * Attributes that can be used with a SnackbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation com.movies.info:elevation}
{@link #SnackbarLayout_maxActionInlineWidth com.movies.info:maxActionInlineWidth}
+ * @see #SnackbarLayout_android_maxWidth + * @see #SnackbarLayout_elevation + * @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout={ + 0x0101011f, 0x7f03007c, 0x7f0300cb + }; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SnackbarLayout_android_maxWidth=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int SnackbarLayout_elevation=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#maxActionInlineWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:maxActionInlineWidth + */ + public static final int SnackbarLayout_maxActionInlineWidth=2; + /** + * Attributes that can be used with a Spinner. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_popupTheme com.movies.info:popupTheme}
+ * @see #Spinner_android_entries + * @see #Spinner_android_popupBackground + * @see #Spinner_android_prompt + * @see #Spinner_android_dropDownWidth + * @see #Spinner_popupTheme + */ + public static final int[] Spinner={ + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f0300e2 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#entries} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:entries + */ + public static final int Spinner_android_entries=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground=1; + /** + *

This symbol is the offset where the {@link android.R.attr#prompt} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:prompt + */ + public static final int Spinner_android_prompt=2; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int Spinner_popupTheme=4; + /** + * Attributes that can be used with a SwitchCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.movies.info:showText}
{@link #SwitchCompat_splitTrack com.movies.info:splitTrack}
{@link #SwitchCompat_switchMinWidth com.movies.info:switchMinWidth}
{@link #SwitchCompat_switchPadding com.movies.info:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.movies.info:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.movies.info:thumbTextPadding}
{@link #SwitchCompat_thumbTint com.movies.info:thumbTint}
{@link #SwitchCompat_thumbTintMode com.movies.info:thumbTintMode}
{@link #SwitchCompat_track com.movies.info:track}
{@link #SwitchCompat_trackTint com.movies.info:trackTint}
{@link #SwitchCompat_trackTintMode com.movies.info:trackTintMode}
+ * @see #SwitchCompat_android_textOn + * @see #SwitchCompat_android_textOff + * @see #SwitchCompat_android_thumb + * @see #SwitchCompat_showText + * @see #SwitchCompat_splitTrack + * @see #SwitchCompat_switchMinWidth + * @see #SwitchCompat_switchPadding + * @see #SwitchCompat_switchTextAppearance + * @see #SwitchCompat_thumbTextPadding + * @see #SwitchCompat_thumbTint + * @see #SwitchCompat_thumbTintMode + * @see #SwitchCompat_track + * @see #SwitchCompat_trackTint + * @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat={ + 0x01010124, 0x01010125, 0x01010142, 0x7f0300fa, + 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, + 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, + 0x7f03014c, 0x7f03014d + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textOn} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn=0; + /** + *

This symbol is the offset where the {@link android.R.attr#textOff} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff=1; + /** + *

This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showText} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:showText + */ + public static final int SwitchCompat_showText=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#splitTrack} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchMinWidth} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchTextAppearance} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTextPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTint} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:thumbTint + */ + public static final int SwitchCompat_thumbTint=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTintMode} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:thumbTintMode + */ + public static final int SwitchCompat_thumbTintMode=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#track} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:track + */ + public static final int SwitchCompat_track=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#trackTint} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:trackTint + */ + public static final int SwitchCompat_trackTint=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#trackTintMode} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:trackTintMode + */ + public static final int SwitchCompat_trackTintMode=13; + /** + * Attributes that can be used with a TabItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ * @see #TabItem_android_icon + * @see #TabItem_android_layout + * @see #TabItem_android_text + */ + public static final int[] TabItem={ + 0x01010002, 0x010100f2, 0x0101014f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int TabItem_android_icon=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int TabItem_android_layout=1; + /** + *

This symbol is the offset where the {@link android.R.attr#text} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:text + */ + public static final int TabItem_android_text=2; + /** + * Attributes that can be used with a TabLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabLayout_tabBackground com.movies.info:tabBackground}
{@link #TabLayout_tabContentStart com.movies.info:tabContentStart}
{@link #TabLayout_tabGravity com.movies.info:tabGravity}
{@link #TabLayout_tabIndicatorColor com.movies.info:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight com.movies.info:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth com.movies.info:tabMaxWidth}
{@link #TabLayout_tabMinWidth com.movies.info:tabMinWidth}
{@link #TabLayout_tabMode com.movies.info:tabMode}
{@link #TabLayout_tabPadding com.movies.info:tabPadding}
{@link #TabLayout_tabPaddingBottom com.movies.info:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd com.movies.info:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart com.movies.info:tabPaddingStart}
{@link #TabLayout_tabPaddingTop com.movies.info:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor com.movies.info:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance com.movies.info:tabTextAppearance}
{@link #TabLayout_tabTextColor com.movies.info:tabTextColor}
+ * @see #TabLayout_tabBackground + * @see #TabLayout_tabContentStart + * @see #TabLayout_tabGravity + * @see #TabLayout_tabIndicatorColor + * @see #TabLayout_tabIndicatorHeight + * @see #TabLayout_tabMaxWidth + * @see #TabLayout_tabMinWidth + * @see #TabLayout_tabMode + * @see #TabLayout_tabPadding + * @see #TabLayout_tabPaddingBottom + * @see #TabLayout_tabPaddingEnd + * @see #TabLayout_tabPaddingStart + * @see #TabLayout_tabPaddingTop + * @see #TabLayout_tabSelectedTextColor + * @see #TabLayout_tabTextAppearance + * @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout={ + 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, + 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, + 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, + 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabBackground} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tabBackground + */ + public static final int TabLayout_tabBackground=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabContentStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabContentStart + */ + public static final int TabLayout_tabContentStart=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabGravity} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ * + * @attr name com.movies.info:tabGravity + */ + public static final int TabLayout_tabGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabIndicatorColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabIndicatorColor + */ + public static final int TabLayout_tabIndicatorColor=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabIndicatorHeight} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabIndicatorHeight + */ + public static final int TabLayout_tabIndicatorHeight=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMaxWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabMaxWidth + */ + public static final int TabLayout_tabMaxWidth=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMinWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabMinWidth + */ + public static final int TabLayout_tabMinWidth=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMode} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ * + * @attr name com.movies.info:tabMode + */ + public static final int TabLayout_tabMode=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPadding} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPadding + */ + public static final int TabLayout_tabPadding=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingBottom} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingBottom + */ + public static final int TabLayout_tabPaddingBottom=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingEnd} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingEnd + */ + public static final int TabLayout_tabPaddingEnd=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingStart + */ + public static final int TabLayout_tabPaddingStart=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingTop} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingTop + */ + public static final int TabLayout_tabPaddingTop=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabSelectedTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabSelectedTextColor + */ + public static final int TabLayout_tabSelectedTextColor=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabTextAppearance} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tabTextAppearance + */ + public static final int TabLayout_tabTextAppearance=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabTextColor + */ + public static final int TabLayout_tabTextColor=15; + /** + * Attributes that can be used with a TextAppearance. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_fontFamily com.movies.info:fontFamily}
{@link #TextAppearance_textAllCaps com.movies.info:textAllCaps}
+ * @see #TextAppearance_android_textSize + * @see #TextAppearance_android_typeface + * @see #TextAppearance_android_textStyle + * @see #TextAppearance_android_textColor + * @see #TextAppearance_android_textColorHint + * @see #TextAppearance_android_textColorLink + * @see #TextAppearance_android_shadowColor + * @see #TextAppearance_android_shadowDx + * @see #TextAppearance_android_shadowDy + * @see #TextAppearance_android_shadowRadius + * @see #TextAppearance_android_fontFamily + * @see #TextAppearance_fontFamily + * @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance={ + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f03008f, + 0x7f030124 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textSize} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:textSize + */ + public static final int TextAppearance_android_textSize=0; + /** + *

This symbol is the offset where the {@link android.R.attr#typeface} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
monospace3
normal0
sans1
serif2
+ * + * @attr name android:typeface + */ + public static final int TextAppearance_android_typeface=1; + /** + *

This symbol is the offset where the {@link android.R.attr#textStyle} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
bold1
italic2
normal0
+ * + * @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle=2; + /** + *

This symbol is the offset where the {@link android.R.attr#textColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColor + */ + public static final int TextAppearance_android_textColor=3; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextAppearance_android_textColorHint=4; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorLink} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorLink + */ + public static final int TextAppearance_android_textColorLink=5; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor=6; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDx} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx=7; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDy} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy=8; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowRadius} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius=9; + /** + *

This symbol is the offset where the {@link android.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:fontFamily + */ + public static final int TextAppearance_android_fontFamily=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontFamily + */ + public static final int TextAppearance_fontFamily=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAllCaps} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:textAllCaps + */ + public static final int TextAppearance_textAllCaps=12; + /** + * Attributes that can be used with a TextInputLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_counterEnabled com.movies.info:counterEnabled}
{@link #TextInputLayout_counterMaxLength com.movies.info:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance com.movies.info:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance com.movies.info:counterTextAppearance}
{@link #TextInputLayout_errorEnabled com.movies.info:errorEnabled}
{@link #TextInputLayout_errorTextAppearance com.movies.info:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled com.movies.info:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled com.movies.info:hintEnabled}
{@link #TextInputLayout_hintTextAppearance com.movies.info:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription com.movies.info:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable com.movies.info:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled com.movies.info:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint com.movies.info:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode com.movies.info:passwordToggleTintMode}
+ * @see #TextInputLayout_android_textColorHint + * @see #TextInputLayout_android_hint + * @see #TextInputLayout_counterEnabled + * @see #TextInputLayout_counterMaxLength + * @see #TextInputLayout_counterOverflowTextAppearance + * @see #TextInputLayout_counterTextAppearance + * @see #TextInputLayout_errorEnabled + * @see #TextInputLayout_errorTextAppearance + * @see #TextInputLayout_hintAnimationEnabled + * @see #TextInputLayout_hintEnabled + * @see #TextInputLayout_hintTextAppearance + * @see #TextInputLayout_passwordToggleContentDescription + * @see #TextInputLayout_passwordToggleDrawable + * @see #TextInputLayout_passwordToggleEnabled + * @see #TextInputLayout_passwordToggleTint + * @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout={ + 0x0101009a, 0x01010150, 0x7f030068, 0x7f030069, + 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, + 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, + 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextInputLayout_android_textColorHint=0; + /** + *

This symbol is the offset where the {@link android.R.attr#hint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:hint + */ + public static final int TextInputLayout_android_hint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:counterEnabled + */ + public static final int TextInputLayout_counterEnabled=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterMaxLength} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:counterMaxLength + */ + public static final int TextInputLayout_counterMaxLength=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterOverflowTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:counterOverflowTextAppearance + */ + public static final int TextInputLayout_counterOverflowTextAppearance=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:counterTextAppearance + */ + public static final int TextInputLayout_counterTextAppearance=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#errorEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:errorEnabled + */ + public static final int TextInputLayout_errorEnabled=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#errorTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:errorTextAppearance + */ + public static final int TextInputLayout_errorTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintAnimationEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hintAnimationEnabled + */ + public static final int TextInputLayout_hintAnimationEnabled=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hintEnabled + */ + public static final int TextInputLayout_hintEnabled=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:hintTextAppearance + */ + public static final int TextInputLayout_hintTextAppearance=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleContentDescription} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleDrawable} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:passwordToggleDrawable + */ + public static final int TextInputLayout_passwordToggleDrawable=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:passwordToggleEnabled + */ + public static final int TextInputLayout_passwordToggleEnabled=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleTint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:passwordToggleTint + */ + public static final int TextInputLayout_passwordToggleTint=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleTintMode} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:passwordToggleTintMode + */ + public static final int TextInputLayout_passwordToggleTintMode=15; + /** + * Attributes that can be used with a Toolbar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity com.movies.info:buttonGravity}
{@link #Toolbar_collapseContentDescription com.movies.info:collapseContentDescription}
{@link #Toolbar_collapseIcon com.movies.info:collapseIcon}
{@link #Toolbar_contentInsetEnd com.movies.info:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions com.movies.info:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft com.movies.info:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.movies.info:contentInsetRight}
{@link #Toolbar_contentInsetStart com.movies.info:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation com.movies.info:contentInsetStartWithNavigation}
{@link #Toolbar_logo com.movies.info:logo}
{@link #Toolbar_logoDescription com.movies.info:logoDescription}
{@link #Toolbar_maxButtonHeight com.movies.info:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.movies.info:navigationContentDescription}
{@link #Toolbar_navigationIcon com.movies.info:navigationIcon}
{@link #Toolbar_popupTheme com.movies.info:popupTheme}
{@link #Toolbar_subtitle com.movies.info:subtitle}
{@link #Toolbar_subtitleTextAppearance com.movies.info:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.movies.info:subtitleTextColor}
{@link #Toolbar_title com.movies.info:title}
{@link #Toolbar_titleMargin com.movies.info:titleMargin}
{@link #Toolbar_titleMarginBottom com.movies.info:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.movies.info:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.movies.info:titleMarginStart}
{@link #Toolbar_titleMarginTop com.movies.info:titleMarginTop}
{@link #Toolbar_titleMargins com.movies.info:titleMargins}
{@link #Toolbar_titleTextAppearance com.movies.info:titleTextAppearance}
{@link #Toolbar_titleTextColor com.movies.info:titleTextColor}
+ * @see #Toolbar_android_gravity + * @see #Toolbar_android_minHeight + * @see #Toolbar_buttonGravity + * @see #Toolbar_collapseContentDescription + * @see #Toolbar_collapseIcon + * @see #Toolbar_contentInsetEnd + * @see #Toolbar_contentInsetEndWithActions + * @see #Toolbar_contentInsetLeft + * @see #Toolbar_contentInsetRight + * @see #Toolbar_contentInsetStart + * @see #Toolbar_contentInsetStartWithNavigation + * @see #Toolbar_logo + * @see #Toolbar_logoDescription + * @see #Toolbar_maxButtonHeight + * @see #Toolbar_navigationContentDescription + * @see #Toolbar_navigationIcon + * @see #Toolbar_popupTheme + * @see #Toolbar_subtitle + * @see #Toolbar_subtitleTextAppearance + * @see #Toolbar_subtitleTextColor + * @see #Toolbar_title + * @see #Toolbar_titleMargin + * @see #Toolbar_titleMarginBottom + * @see #Toolbar_titleMarginEnd + * @see #Toolbar_titleMarginStart + * @see #Toolbar_titleMarginTop + * @see #Toolbar_titleMargins + * @see #Toolbar_titleTextAppearance + * @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar={ + 0x010100af, 0x01010140, 0x7f030045, 0x7f03004f, + 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, + 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, + 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, + 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, + 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, + 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, + 0x7f030143 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int Toolbar_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonGravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
top30
+ * + * @attr name com.movies.info:buttonGravity + */ + public static final int Toolbar_buttonGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapseContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapseIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:collapseIcon + */ + public static final int Toolbar_collapseIcon=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEndWithActions} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEndWithActions + */ + public static final int Toolbar_contentInsetEndWithActions=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStartWithNavigation} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStartWithNavigation + */ + public static final int Toolbar_contentInsetStartWithNavigation=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logo} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:logo + */ + public static final int Toolbar_logo=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logoDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:logoDescription + */ + public static final int Toolbar_logoDescription=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#maxButtonHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:navigationIcon + */ + public static final int Toolbar_navigationIcon=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int Toolbar_popupTheme=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitle} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:subtitle + */ + public static final int Toolbar_subtitle=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int Toolbar_title=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMargin} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMargin + */ + public static final int Toolbar_titleMargin=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginBottom} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginTop} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMargins} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMargins + */ + public static final int Toolbar_titleMargins=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:titleTextColor + */ + public static final int Toolbar_titleTextColor=28; + /** + * Attributes that can be used with a View. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #View_android_theme android:theme}
{@link #View_android_focusable android:focusable}
{@link #View_paddingEnd com.movies.info:paddingEnd}
{@link #View_paddingStart com.movies.info:paddingStart}
{@link #View_theme com.movies.info:theme}
+ * @see #View_android_theme + * @see #View_android_focusable + * @see #View_paddingEnd + * @see #View_paddingStart + * @see #View_theme + */ + public static final int[] View={ + 0x01010000, 0x010100da, 0x7f0300d6, 0x7f0300d7, + 0x7f030130 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:theme + */ + public static final int View_android_theme=0; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #View} array. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int View_android_focusable=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingEnd} + * attribute's value can be found in the {@link #View} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingEnd + */ + public static final int View_paddingEnd=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingStart} + * attribute's value can be found in the {@link #View} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingStart + */ + public static final int View_paddingStart=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:theme + */ + public static final int View_theme=4; + /** + * Attributes that can be used with a ViewBackgroundHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.movies.info:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.movies.info:backgroundTintMode}
+ * @see #ViewBackgroundHelper_android_background + * @see #ViewBackgroundHelper_backgroundTint + * @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper={ + 0x010100d4, 0x7f030034, 0x7f030035 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTint} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode=2; + /** + * Attributes that can be used with a ViewStubCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_layout android:layout}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
+ * @see #ViewStubCompat_android_id + * @see #ViewStubCompat_android_layout + * @see #ViewStubCompat_android_inflatedId + */ + public static final int[] ViewStubCompat={ + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int ViewStubCompat_android_id=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int ViewStubCompat_android_layout=1; + /** + *

This symbol is the offset where the {@link android.R.attr#inflatedId} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId=2; + } +} \ No newline at end of file diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/arch/lifecycle/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/arch/lifecycle/R.java new file mode 100644 index 0000000..b0c852e --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/arch/lifecycle/R.java @@ -0,0 +1,12 @@ +/* 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 android.arch.lifecycle; + +public final class R { + private R() {} + +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/compat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/compat/R.java new file mode 100644 index 0000000..d44cab1 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/compat/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.compat; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/coreui/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/coreui/R.java new file mode 100644 index 0000000..284e720 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/coreui/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.coreui; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/coreutils/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/coreutils/R.java new file mode 100644 index 0000000..4a25c64 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/coreutils/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.coreutils; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/design/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/design/R.java new file mode 100644 index 0000000..60ac912 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/design/R.java @@ -0,0 +1,1972 @@ +/* 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 android.support.design; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int design_bottom_sheet_slide_in = 0x7f01000a; + public static final int design_bottom_sheet_slide_out = 0x7f01000b; + public static final int design_snackbar_in = 0x7f01000c; + public static final int design_snackbar_out = 0x7f01000d; + public static final int tooltip_enter = 0x7f01000e; + public static final int tooltip_exit = 0x7f01000f; + } + public static final class animator { + private animator() {} + + public static final int design_appbar_state_list_animator = 0x7f020000; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int behavior_autoHide = 0x7f030037; + public static final int behavior_hideable = 0x7f030038; + public static final int behavior_overlapTop = 0x7f030039; + public static final int behavior_peekHeight = 0x7f03003a; + public static final int behavior_skipCollapsed = 0x7f03003b; + public static final int borderWidth = 0x7f03003c; + public static final int borderlessButtonStyle = 0x7f03003d; + public static final int bottomSheetDialogTheme = 0x7f03003e; + public static final int bottomSheetStyle = 0x7f03003f; + public static final int buttonBarButtonStyle = 0x7f030040; + public static final int buttonBarNegativeButtonStyle = 0x7f030041; + public static final int buttonBarNeutralButtonStyle = 0x7f030042; + public static final int buttonBarPositiveButtonStyle = 0x7f030043; + public static final int buttonBarStyle = 0x7f030044; + public static final int buttonGravity = 0x7f030045; + public static final int buttonPanelSideLayout = 0x7f030046; + public static final int buttonStyle = 0x7f030047; + public static final int buttonStyleSmall = 0x7f030048; + public static final int buttonTint = 0x7f030049; + public static final int buttonTintMode = 0x7f03004a; + public static final int checkboxStyle = 0x7f03004b; + public static final int checkedTextViewStyle = 0x7f03004c; + public static final int closeIcon = 0x7f03004d; + public static final int closeItemLayout = 0x7f03004e; + public static final int collapseContentDescription = 0x7f03004f; + public static final int collapseIcon = 0x7f030050; + public static final int collapsedTitleGravity = 0x7f030051; + public static final int collapsedTitleTextAppearance = 0x7f030052; + public static final int color = 0x7f030053; + public static final int colorAccent = 0x7f030054; + public static final int colorBackgroundFloating = 0x7f030055; + public static final int colorButtonNormal = 0x7f030056; + public static final int colorControlActivated = 0x7f030057; + public static final int colorControlHighlight = 0x7f030058; + public static final int colorControlNormal = 0x7f030059; + public static final int colorError = 0x7f03005a; + public static final int colorPrimary = 0x7f03005b; + public static final int colorPrimaryDark = 0x7f03005c; + public static final int colorSwitchThumbNormal = 0x7f03005d; + public static final int commitIcon = 0x7f03005e; + public static final int contentDescription = 0x7f03005f; + public static final int contentInsetEnd = 0x7f030060; + public static final int contentInsetEndWithActions = 0x7f030061; + public static final int contentInsetLeft = 0x7f030062; + public static final int contentInsetRight = 0x7f030063; + public static final int contentInsetStart = 0x7f030064; + public static final int contentInsetStartWithNavigation = 0x7f030065; + public static final int contentScrim = 0x7f030066; + public static final int controlBackground = 0x7f030067; + public static final int counterEnabled = 0x7f030068; + public static final int counterMaxLength = 0x7f030069; + public static final int counterOverflowTextAppearance = 0x7f03006a; + public static final int counterTextAppearance = 0x7f03006b; + public static final int customNavigationLayout = 0x7f03006c; + public static final int defaultQueryHint = 0x7f03006d; + public static final int dialogPreferredPadding = 0x7f03006e; + public static final int dialogTheme = 0x7f03006f; + public static final int displayOptions = 0x7f030070; + public static final int divider = 0x7f030071; + public static final int dividerHorizontal = 0x7f030072; + public static final int dividerPadding = 0x7f030073; + public static final int dividerVertical = 0x7f030074; + public static final int drawableSize = 0x7f030075; + public static final int drawerArrowStyle = 0x7f030076; + public static final int dropDownListViewStyle = 0x7f030077; + public static final int dropdownListPreferredItemHeight = 0x7f030078; + public static final int editTextBackground = 0x7f030079; + public static final int editTextColor = 0x7f03007a; + public static final int editTextStyle = 0x7f03007b; + public static final int elevation = 0x7f03007c; + public static final int errorEnabled = 0x7f03007d; + public static final int errorTextAppearance = 0x7f03007e; + public static final int expandActivityOverflowButtonDrawable = 0x7f03007f; + public static final int expanded = 0x7f030080; + public static final int expandedTitleGravity = 0x7f030081; + public static final int expandedTitleMargin = 0x7f030082; + public static final int expandedTitleMarginBottom = 0x7f030083; + public static final int expandedTitleMarginEnd = 0x7f030084; + public static final int expandedTitleMarginStart = 0x7f030085; + public static final int expandedTitleMarginTop = 0x7f030086; + public static final int expandedTitleTextAppearance = 0x7f030087; + public static final int fabSize = 0x7f030088; + public static final int fastScrollEnabled = 0x7f030089; + public static final int fastScrollHorizontalThumbDrawable = 0x7f03008a; + public static final int fastScrollHorizontalTrackDrawable = 0x7f03008b; + public static final int fastScrollVerticalThumbDrawable = 0x7f03008c; + public static final int fastScrollVerticalTrackDrawable = 0x7f03008d; + public static final int font = 0x7f03008e; + public static final int fontFamily = 0x7f03008f; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int foregroundInsidePadding = 0x7f030098; + public static final int gapBetweenBars = 0x7f030099; + public static final int goIcon = 0x7f03009a; + public static final int headerLayout = 0x7f03009b; + public static final int height = 0x7f03009c; + public static final int hideOnContentScroll = 0x7f03009d; + public static final int hintAnimationEnabled = 0x7f03009e; + public static final int hintEnabled = 0x7f03009f; + public static final int hintTextAppearance = 0x7f0300a0; + public static final int homeAsUpIndicator = 0x7f0300a1; + public static final int homeLayout = 0x7f0300a2; + public static final int icon = 0x7f0300a3; + public static final int iconTint = 0x7f0300a4; + public static final int iconTintMode = 0x7f0300a5; + public static final int iconifiedByDefault = 0x7f0300a6; + public static final int imageButtonStyle = 0x7f0300a7; + public static final int indeterminateProgressStyle = 0x7f0300a8; + public static final int initialActivityCount = 0x7f0300a9; + public static final int insetForeground = 0x7f0300aa; + public static final int isLightTheme = 0x7f0300ab; + public static final int itemBackground = 0x7f0300ac; + public static final int itemIconTint = 0x7f0300ad; + public static final int itemPadding = 0x7f0300ae; + public static final int itemTextAppearance = 0x7f0300af; + public static final int itemTextColor = 0x7f0300b0; + public static final int keylines = 0x7f0300b1; + public static final int layout = 0x7f0300b2; + public static final int layoutManager = 0x7f0300b3; + public static final int layout_anchor = 0x7f0300b4; + public static final int layout_anchorGravity = 0x7f0300b5; + public static final int layout_behavior = 0x7f0300b6; + public static final int layout_collapseMode = 0x7f0300b7; + public static final int layout_collapseParallaxMultiplier = 0x7f0300b8; + public static final int layout_dodgeInsetEdges = 0x7f0300b9; + public static final int layout_insetEdge = 0x7f0300ba; + public static final int layout_keyline = 0x7f0300bb; + public static final int layout_scrollFlags = 0x7f0300bc; + public static final int layout_scrollInterpolator = 0x7f0300bd; + public static final int listChoiceBackgroundIndicator = 0x7f0300be; + public static final int listDividerAlertDialog = 0x7f0300bf; + public static final int listItemLayout = 0x7f0300c0; + public static final int listLayout = 0x7f0300c1; + public static final int listMenuViewStyle = 0x7f0300c2; + public static final int listPopupWindowStyle = 0x7f0300c3; + public static final int listPreferredItemHeight = 0x7f0300c4; + public static final int listPreferredItemHeightLarge = 0x7f0300c5; + public static final int listPreferredItemHeightSmall = 0x7f0300c6; + public static final int listPreferredItemPaddingLeft = 0x7f0300c7; + public static final int listPreferredItemPaddingRight = 0x7f0300c8; + public static final int logo = 0x7f0300c9; + public static final int logoDescription = 0x7f0300ca; + public static final int maxActionInlineWidth = 0x7f0300cb; + public static final int maxButtonHeight = 0x7f0300cc; + public static final int measureWithLargestChild = 0x7f0300cd; + public static final int menu = 0x7f0300ce; + public static final int multiChoiceItemLayout = 0x7f0300cf; + public static final int navigationContentDescription = 0x7f0300d0; + public static final int navigationIcon = 0x7f0300d1; + public static final int navigationMode = 0x7f0300d2; + public static final int numericModifiers = 0x7f0300d3; + public static final int overlapAnchor = 0x7f0300d4; + public static final int paddingBottomNoButtons = 0x7f0300d5; + public static final int paddingEnd = 0x7f0300d6; + public static final int paddingStart = 0x7f0300d7; + public static final int paddingTopNoTitle = 0x7f0300d8; + public static final int panelBackground = 0x7f0300d9; + public static final int panelMenuListTheme = 0x7f0300da; + public static final int panelMenuListWidth = 0x7f0300db; + public static final int passwordToggleContentDescription = 0x7f0300dc; + public static final int passwordToggleDrawable = 0x7f0300dd; + public static final int passwordToggleEnabled = 0x7f0300de; + public static final int passwordToggleTint = 0x7f0300df; + public static final int passwordToggleTintMode = 0x7f0300e0; + public static final int popupMenuStyle = 0x7f0300e1; + public static final int popupTheme = 0x7f0300e2; + public static final int popupWindowStyle = 0x7f0300e3; + public static final int preserveIconSpacing = 0x7f0300e4; + public static final int pressedTranslationZ = 0x7f0300e5; + public static final int progressBarPadding = 0x7f0300e6; + public static final int progressBarStyle = 0x7f0300e7; + public static final int queryBackground = 0x7f0300e8; + public static final int queryHint = 0x7f0300e9; + public static final int radioButtonStyle = 0x7f0300ea; + public static final int ratingBarStyle = 0x7f0300eb; + public static final int ratingBarStyleIndicator = 0x7f0300ec; + public static final int ratingBarStyleSmall = 0x7f0300ed; + public static final int reverseLayout = 0x7f0300ee; + public static final int rippleColor = 0x7f0300ef; + public static final int scrimAnimationDuration = 0x7f0300f0; + public static final int scrimVisibleHeightTrigger = 0x7f0300f1; + public static final int searchHintIcon = 0x7f0300f2; + public static final int searchIcon = 0x7f0300f3; + public static final int searchViewStyle = 0x7f0300f4; + public static final int seekBarStyle = 0x7f0300f5; + public static final int selectableItemBackground = 0x7f0300f6; + public static final int selectableItemBackgroundBorderless = 0x7f0300f7; + public static final int showAsAction = 0x7f0300f8; + public static final int showDividers = 0x7f0300f9; + public static final int showText = 0x7f0300fa; + public static final int showTitle = 0x7f0300fb; + public static final int singleChoiceItemLayout = 0x7f0300fc; + public static final int spanCount = 0x7f0300fd; + public static final int spinBars = 0x7f0300fe; + public static final int spinnerDropDownItemStyle = 0x7f0300ff; + public static final int spinnerStyle = 0x7f030100; + public static final int splitTrack = 0x7f030101; + public static final int srcCompat = 0x7f030102; + public static final int stackFromEnd = 0x7f030103; + public static final int state_above_anchor = 0x7f030104; + public static final int state_collapsed = 0x7f030105; + public static final int state_collapsible = 0x7f030106; + public static final int statusBarBackground = 0x7f030107; + public static final int statusBarScrim = 0x7f030108; + public static final int subMenuArrow = 0x7f030109; + public static final int submitBackground = 0x7f03010a; + public static final int subtitle = 0x7f03010b; + public static final int subtitleTextAppearance = 0x7f03010c; + public static final int subtitleTextColor = 0x7f03010d; + public static final int subtitleTextStyle = 0x7f03010e; + public static final int suggestionRowLayout = 0x7f03010f; + public static final int switchMinWidth = 0x7f030110; + public static final int switchPadding = 0x7f030111; + public static final int switchStyle = 0x7f030112; + public static final int switchTextAppearance = 0x7f030113; + public static final int tabBackground = 0x7f030114; + public static final int tabContentStart = 0x7f030115; + public static final int tabGravity = 0x7f030116; + public static final int tabIndicatorColor = 0x7f030117; + public static final int tabIndicatorHeight = 0x7f030118; + public static final int tabMaxWidth = 0x7f030119; + public static final int tabMinWidth = 0x7f03011a; + public static final int tabMode = 0x7f03011b; + public static final int tabPadding = 0x7f03011c; + public static final int tabPaddingBottom = 0x7f03011d; + public static final int tabPaddingEnd = 0x7f03011e; + public static final int tabPaddingStart = 0x7f03011f; + public static final int tabPaddingTop = 0x7f030120; + public static final int tabSelectedTextColor = 0x7f030121; + public static final int tabTextAppearance = 0x7f030122; + public static final int tabTextColor = 0x7f030123; + public static final int textAllCaps = 0x7f030124; + public static final int textAppearanceLargePopupMenu = 0x7f030125; + public static final int textAppearanceListItem = 0x7f030126; + public static final int textAppearanceListItemSecondary = 0x7f030127; + public static final int textAppearanceListItemSmall = 0x7f030128; + public static final int textAppearancePopupMenuHeader = 0x7f030129; + public static final int textAppearanceSearchResultSubtitle = 0x7f03012a; + public static final int textAppearanceSearchResultTitle = 0x7f03012b; + public static final int textAppearanceSmallPopupMenu = 0x7f03012c; + public static final int textColorAlertDialogListItem = 0x7f03012d; + public static final int textColorError = 0x7f03012e; + public static final int textColorSearchUrl = 0x7f03012f; + public static final int theme = 0x7f030130; + public static final int thickness = 0x7f030131; + public static final int thumbTextPadding = 0x7f030132; + public static final int thumbTint = 0x7f030133; + public static final int thumbTintMode = 0x7f030134; + public static final int tickMark = 0x7f030135; + public static final int tickMarkTint = 0x7f030136; + public static final int tickMarkTintMode = 0x7f030137; + public static final int tint = 0x7f030138; + public static final int tintMode = 0x7f030139; + public static final int title = 0x7f03013a; + public static final int titleEnabled = 0x7f03013b; + public static final int titleMargin = 0x7f03013c; + public static final int titleMarginBottom = 0x7f03013d; + public static final int titleMarginEnd = 0x7f03013e; + public static final int titleMarginStart = 0x7f03013f; + public static final int titleMarginTop = 0x7f030140; + public static final int titleMargins = 0x7f030141; + public static final int titleTextAppearance = 0x7f030142; + public static final int titleTextColor = 0x7f030143; + public static final int titleTextStyle = 0x7f030144; + public static final int toolbarId = 0x7f030145; + public static final int toolbarNavigationButtonStyle = 0x7f030146; + public static final int toolbarStyle = 0x7f030147; + public static final int tooltipForegroundColor = 0x7f030148; + public static final int tooltipFrameBackground = 0x7f030149; + public static final int tooltipText = 0x7f03014a; + public static final int track = 0x7f03014b; + public static final int trackTint = 0x7f03014c; + public static final int trackTintMode = 0x7f03014d; + public static final int useCompatPadding = 0x7f03014e; + public static final int voiceIcon = 0x7f03014f; + public static final int windowActionBar = 0x7f030150; + public static final int windowActionBarOverlay = 0x7f030151; + public static final int windowActionModeOverlay = 0x7f030152; + public static final int windowFixedHeightMajor = 0x7f030153; + public static final int windowFixedHeightMinor = 0x7f030154; + public static final int windowFixedWidthMajor = 0x7f030155; + public static final int windowFixedWidthMinor = 0x7f030156; + public static final int windowMinWidthMajor = 0x7f030157; + public static final int windowMinWidthMinor = 0x7f030158; + public static final int windowNoTitle = 0x7f030159; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f040004; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050001; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050002; + public static final int abc_btn_colored_borderless_text_material = 0x7f050003; + public static final int abc_btn_colored_text_material = 0x7f050004; + public static final int abc_color_highlight_material = 0x7f050005; + public static final int abc_hint_foreground_material_dark = 0x7f050006; + public static final int abc_hint_foreground_material_light = 0x7f050007; + public static final int abc_input_method_navigation_guard = 0x7f050008; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050009; + public static final int abc_primary_text_disable_only_material_light = 0x7f05000a; + public static final int abc_primary_text_material_dark = 0x7f05000b; + public static final int abc_primary_text_material_light = 0x7f05000c; + public static final int abc_search_url_text = 0x7f05000d; + public static final int abc_search_url_text_normal = 0x7f05000e; + public static final int abc_search_url_text_pressed = 0x7f05000f; + public static final int abc_search_url_text_selected = 0x7f050010; + public static final int abc_secondary_text_material_dark = 0x7f050011; + public static final int abc_secondary_text_material_light = 0x7f050012; + public static final int abc_tint_btn_checkable = 0x7f050013; + public static final int abc_tint_default = 0x7f050014; + public static final int abc_tint_edittext = 0x7f050015; + public static final int abc_tint_seek_thumb = 0x7f050016; + public static final int abc_tint_spinner = 0x7f050017; + public static final int abc_tint_switch_track = 0x7f050018; + public static final int accent_material_dark = 0x7f050019; + public static final int accent_material_light = 0x7f05001a; + public static final int background_floating_material_dark = 0x7f05001b; + public static final int background_floating_material_light = 0x7f05001c; + public static final int background_material_dark = 0x7f05001d; + public static final int background_material_light = 0x7f05001e; + public static final int bright_foreground_disabled_material_dark = 0x7f050020; + public static final int bright_foreground_disabled_material_light = 0x7f050021; + public static final int bright_foreground_inverse_material_dark = 0x7f050022; + public static final int bright_foreground_inverse_material_light = 0x7f050023; + public static final int bright_foreground_material_dark = 0x7f050024; + public static final int bright_foreground_material_light = 0x7f050025; + public static final int button_material_dark = 0x7f050026; + public static final int button_material_light = 0x7f050027; + public static final int design_bottom_navigation_shadow_color = 0x7f05002d; + public static final int design_error = 0x7f05002e; + public static final int design_fab_shadow_end_color = 0x7f05002f; + public static final int design_fab_shadow_mid_color = 0x7f050030; + public static final int design_fab_shadow_start_color = 0x7f050031; + public static final int design_fab_stroke_end_inner_color = 0x7f050032; + public static final int design_fab_stroke_end_outer_color = 0x7f050033; + public static final int design_fab_stroke_top_inner_color = 0x7f050034; + public static final int design_fab_stroke_top_outer_color = 0x7f050035; + public static final int design_snackbar_background_color = 0x7f050036; + public static final int design_tint_password_toggle = 0x7f050037; + public static final int dim_foreground_disabled_material_dark = 0x7f050038; + public static final int dim_foreground_disabled_material_light = 0x7f050039; + public static final int dim_foreground_material_dark = 0x7f05003a; + public static final int dim_foreground_material_light = 0x7f05003b; + public static final int error_color_material = 0x7f05003c; + public static final int foreground_material_dark = 0x7f05003d; + public static final int foreground_material_light = 0x7f05003e; + public static final int highlighted_text_material_dark = 0x7f050040; + public static final int highlighted_text_material_light = 0x7f050041; + public static final int material_blue_grey_800 = 0x7f050043; + public static final int material_blue_grey_900 = 0x7f050044; + public static final int material_blue_grey_950 = 0x7f050045; + public static final int material_deep_teal_200 = 0x7f050046; + public static final int material_deep_teal_500 = 0x7f050047; + public static final int material_grey_100 = 0x7f050048; + public static final int material_grey_300 = 0x7f050049; + public static final int material_grey_50 = 0x7f05004a; + public static final int material_grey_600 = 0x7f05004b; + public static final int material_grey_800 = 0x7f05004c; + public static final int material_grey_850 = 0x7f05004d; + public static final int material_grey_900 = 0x7f05004e; + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_dark_material_dark = 0x7f050052; + public static final int primary_dark_material_light = 0x7f050053; + public static final int primary_material_dark = 0x7f050054; + public static final int primary_material_light = 0x7f050055; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int primary_text_default_material_light = 0x7f050057; + public static final int primary_text_disabled_material_dark = 0x7f050058; + public static final int primary_text_disabled_material_light = 0x7f050059; + public static final int ripple_material_dark = 0x7f05005a; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + public static final int secondary_text_disabled_material_dark = 0x7f05005e; + public static final int secondary_text_disabled_material_light = 0x7f05005f; + public static final int switch_thumb_disabled_material_dark = 0x7f050060; + public static final int switch_thumb_disabled_material_light = 0x7f050061; + public static final int switch_thumb_material_dark = 0x7f050062; + public static final int switch_thumb_material_light = 0x7f050063; + public static final int switch_thumb_normal_material_dark = 0x7f050064; + public static final int switch_thumb_normal_material_light = 0x7f050065; + public static final int tooltip_background_dark = 0x7f050068; + public static final int tooltip_background_light = 0x7f050069; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_progress_bar_size = 0x7f060009; + public static final int abc_action_bar_stacked_max_height = 0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000d; + public static final int abc_action_button_min_height_material = 0x7f06000e; + public static final int abc_action_button_min_width_material = 0x7f06000f; + public static final int abc_action_button_min_width_overflow_material = 0x7f060010; + public static final int abc_alert_dialog_button_bar_height = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_fixed_height_major = 0x7f06001b; + public static final int abc_dialog_fixed_height_minor = 0x7f06001c; + public static final int abc_dialog_fixed_width_major = 0x7f06001d; + public static final int abc_dialog_fixed_width_minor = 0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060020; + public static final int abc_dialog_min_width_major = 0x7f060021; + public static final int abc_dialog_min_width_minor = 0x7f060022; + public static final int abc_dialog_padding_material = 0x7f060023; + public static final int abc_dialog_padding_top_material = 0x7f060024; + public static final int abc_dialog_title_divider_material = 0x7f060025; + public static final int abc_disabled_alpha_material_dark = 0x7f060026; + public static final int abc_disabled_alpha_material_light = 0x7f060027; + public static final int abc_dropdownitem_icon_width = 0x7f060028; + public static final int abc_dropdownitem_text_padding_left = 0x7f060029; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002a; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002c; + public static final int abc_edit_text_inset_top_material = 0x7f06002d; + public static final int abc_floating_window_z = 0x7f06002e; + public static final int abc_list_item_padding_horizontal_material = 0x7f06002f; + public static final int abc_panel_menu_list_width = 0x7f060030; + public static final int abc_progress_bar_height_material = 0x7f060031; + public static final int abc_search_view_preferred_height = 0x7f060032; + public static final int abc_search_view_preferred_width = 0x7f060033; + public static final int abc_seekbar_track_background_height_material = 0x7f060034; + public static final int abc_seekbar_track_progress_height_material = 0x7f060035; + public static final int abc_select_dialog_padding_start_material = 0x7f060036; + public static final int abc_switch_padding = 0x7f060037; + public static final int abc_text_size_body_1_material = 0x7f060038; + public static final int abc_text_size_body_2_material = 0x7f060039; + public static final int abc_text_size_button_material = 0x7f06003a; + public static final int abc_text_size_caption_material = 0x7f06003b; + public static final int abc_text_size_display_1_material = 0x7f06003c; + public static final int abc_text_size_display_2_material = 0x7f06003d; + public static final int abc_text_size_display_3_material = 0x7f06003e; + public static final int abc_text_size_display_4_material = 0x7f06003f; + public static final int abc_text_size_headline_material = 0x7f060040; + public static final int abc_text_size_large_material = 0x7f060041; + public static final int abc_text_size_medium_material = 0x7f060042; + public static final int abc_text_size_menu_header_material = 0x7f060043; + public static final int abc_text_size_menu_material = 0x7f060044; + public static final int abc_text_size_small_material = 0x7f060045; + public static final int abc_text_size_subhead_material = 0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f060047; + public static final int abc_text_size_title_material = 0x7f060048; + public static final int abc_text_size_title_material_toolbar = 0x7f060049; + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int design_appbar_elevation = 0x7f060051; + public static final int design_bottom_navigation_active_item_max_width = 0x7f060052; + public static final int design_bottom_navigation_active_text_size = 0x7f060053; + public static final int design_bottom_navigation_elevation = 0x7f060054; + public static final int design_bottom_navigation_height = 0x7f060055; + public static final int design_bottom_navigation_item_max_width = 0x7f060056; + public static final int design_bottom_navigation_item_min_width = 0x7f060057; + public static final int design_bottom_navigation_margin = 0x7f060058; + public static final int design_bottom_navigation_shadow_height = 0x7f060059; + public static final int design_bottom_navigation_text_size = 0x7f06005a; + public static final int design_bottom_sheet_modal_elevation = 0x7f06005b; + public static final int design_bottom_sheet_peek_height_min = 0x7f06005c; + public static final int design_fab_border_width = 0x7f06005d; + public static final int design_fab_elevation = 0x7f06005e; + public static final int design_fab_image_size = 0x7f06005f; + public static final int design_fab_size_mini = 0x7f060060; + public static final int design_fab_size_normal = 0x7f060061; + public static final int design_fab_translation_z_pressed = 0x7f060062; + public static final int design_navigation_elevation = 0x7f060063; + public static final int design_navigation_icon_padding = 0x7f060064; + public static final int design_navigation_icon_size = 0x7f060065; + public static final int design_navigation_max_width = 0x7f060066; + public static final int design_navigation_padding_bottom = 0x7f060067; + public static final int design_navigation_separator_vertical_padding = 0x7f060068; + public static final int design_snackbar_action_inline_max_width = 0x7f060069; + public static final int design_snackbar_background_corner_radius = 0x7f06006a; + public static final int design_snackbar_elevation = 0x7f06006b; + public static final int design_snackbar_extra_spacing_horizontal = 0x7f06006c; + public static final int design_snackbar_max_width = 0x7f06006d; + public static final int design_snackbar_min_width = 0x7f06006e; + public static final int design_snackbar_padding_horizontal = 0x7f06006f; + public static final int design_snackbar_padding_vertical = 0x7f060070; + public static final int design_snackbar_padding_vertical_2lines = 0x7f060071; + public static final int design_snackbar_text_size = 0x7f060072; + public static final int design_tab_max_width = 0x7f060073; + public static final int design_tab_scrollable_min_width = 0x7f060074; + public static final int design_tab_text_size = 0x7f060075; + public static final int design_tab_text_size_2line = 0x7f060076; + public static final int disabled_alpha_material_dark = 0x7f060077; + public static final int disabled_alpha_material_light = 0x7f060078; + public static final int fastscroll_default_thickness = 0x7f060079; + public static final int fastscroll_margin = 0x7f06007a; + public static final int fastscroll_minimum_range = 0x7f06007b; + public static final int highlight_alpha_material_colored = 0x7f06007c; + public static final int highlight_alpha_material_dark = 0x7f06007d; + public static final int highlight_alpha_material_light = 0x7f06007e; + public static final int hint_alpha_material_dark = 0x7f06007f; + public static final int hint_alpha_material_light = 0x7f060080; + public static final int hint_pressed_alpha_material_dark = 0x7f060081; + public static final int hint_pressed_alpha_material_light = 0x7f060082; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060085; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + public static final int tooltip_corner_radius = 0x7f060095; + public static final int tooltip_horizontal_padding = 0x7f060096; + public static final int tooltip_margin = 0x7f060097; + public static final int tooltip_precise_anchor_extra_offset = 0x7f060098; + public static final int tooltip_precise_anchor_threshold = 0x7f060099; + public static final int tooltip_vertical_padding = 0x7f06009a; + public static final int tooltip_y_offset_non_touch = 0x7f06009b; + public static final int tooltip_y_offset_touch = 0x7f06009c; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070006; + public static final int abc_action_bar_item_background_material = 0x7f070007; + public static final int abc_btn_borderless_material = 0x7f070008; + public static final int abc_btn_check_material = 0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000b; + public static final int abc_btn_colored_material = 0x7f07000c; + public static final int abc_btn_default_mtrl_shape = 0x7f07000d; + public static final int abc_btn_radio_material = 0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070012; + public static final int abc_cab_background_internal_bg = 0x7f070013; + public static final int abc_cab_background_top_material = 0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070015; + public static final int abc_control_background_material = 0x7f070016; + public static final int abc_dialog_material_background = 0x7f070017; + public static final int abc_edit_text_material = 0x7f070018; + public static final int abc_ic_ab_back_material = 0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001a; + public static final int abc_ic_clear_material = 0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001c; + public static final int abc_ic_go_search_api_material = 0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_menu_overflow_material = 0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070023; + public static final int abc_ic_search_api_material = 0x7f070024; + public static final int abc_ic_star_black_16dp = 0x7f070025; + public static final int abc_ic_star_black_36dp = 0x7f070026; + public static final int abc_ic_star_black_48dp = 0x7f070027; + public static final int abc_ic_star_half_black_16dp = 0x7f070028; + public static final int abc_ic_star_half_black_36dp = 0x7f070029; + public static final int abc_ic_star_half_black_48dp = 0x7f07002a; + public static final int abc_ic_voice_search_api_material = 0x7f07002b; + public static final int abc_item_background_holo_dark = 0x7f07002c; + public static final int abc_item_background_holo_light = 0x7f07002d; + public static final int abc_list_divider_mtrl_alpha = 0x7f07002e; + public static final int abc_list_focused_holo = 0x7f07002f; + public static final int abc_list_longpressed_holo = 0x7f070030; + public static final int abc_list_pressed_holo_dark = 0x7f070031; + public static final int abc_list_pressed_holo_light = 0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070033; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070034; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070035; + public static final int abc_list_selector_disabled_holo_light = 0x7f070036; + public static final int abc_list_selector_holo_dark = 0x7f070037; + public static final int abc_list_selector_holo_light = 0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f070039; + public static final int abc_popup_background_mtrl_mult = 0x7f07003a; + public static final int abc_ratingbar_indicator_material = 0x7f07003b; + public static final int abc_ratingbar_material = 0x7f07003c; + public static final int abc_ratingbar_small_material = 0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070042; + public static final int abc_seekbar_thumb_material = 0x7f070043; + public static final int abc_seekbar_tick_mark_material = 0x7f070044; + public static final int abc_seekbar_track_material = 0x7f070045; + public static final int abc_spinner_mtrl_am_alpha = 0x7f070046; + public static final int abc_spinner_textfield_background_material = 0x7f070047; + public static final int abc_switch_thumb_material = 0x7f070048; + public static final int abc_switch_track_mtrl_alpha = 0x7f070049; + public static final int abc_tab_indicator_material = 0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004b; + public static final int abc_text_cursor_material = 0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070053; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070056; + public static final int abc_textfield_search_material = 0x7f070057; + public static final int abc_vector_test = 0x7f070058; + public static final int avd_hide_password = 0x7f070059; + public static final int avd_show_password = 0x7f07005a; + public static final int design_bottom_navigation_item_background = 0x7f07005c; + public static final int design_fab_background = 0x7f07005d; + public static final int design_ic_visibility = 0x7f07005e; + public static final int design_ic_visibility_off = 0x7f07005f; + public static final int design_password_eye = 0x7f070060; + public static final int design_snackbar_background = 0x7f070061; + public static final int navigation_empty_icon = 0x7f070062; + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + public static final int tooltip_frame_dark = 0x7f070071; + public static final int tooltip_frame_light = 0x7f070072; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_bar = 0x7f080007; + public static final int action_bar_activity_content = 0x7f080008; + public static final int action_bar_container = 0x7f080009; + public static final int action_bar_root = 0x7f08000a; + public static final int action_bar_spinner = 0x7f08000b; + public static final int action_bar_subtitle = 0x7f08000c; + public static final int action_bar_title = 0x7f08000d; + public static final int action_container = 0x7f08000e; + public static final int action_context_bar = 0x7f08000f; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_menu_divider = 0x7f080012; + public static final int action_menu_presenter = 0x7f080013; + public static final int action_mode_bar = 0x7f080014; + public static final int action_mode_bar_stub = 0x7f080015; + public static final int action_mode_close_button = 0x7f080016; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int activity_chooser_view_content = 0x7f080019; + public static final int add = 0x7f08001a; + public static final int alertTitle = 0x7f08001b; + public static final int async = 0x7f08001e; + public static final int auto = 0x7f08001f; + public static final int blocking = 0x7f080021; + public static final int bottom = 0x7f080022; + public static final int buttonPanel = 0x7f080026; + public static final int cancel_action = 0x7f080027; + public static final int center = 0x7f080028; + public static final int checkbox = 0x7f08002b; + public static final int chronometer = 0x7f08002c; + public static final int container = 0x7f080030; + public static final int contentPanel = 0x7f080031; + public static final int coordinator = 0x7f080032; + public static final int custom = 0x7f080033; + public static final int customPanel = 0x7f080034; + public static final int decor_content_parent = 0x7f080035; + public static final int default_activity_button = 0x7f080036; + public static final int design_bottom_sheet = 0x7f080037; + public static final int design_menu_item_action_area = 0x7f080038; + public static final int design_menu_item_action_area_stub = 0x7f080039; + public static final int design_menu_item_text = 0x7f08003a; + public static final int design_navigation_view = 0x7f08003b; + public static final int edit_query = 0x7f08003d; + public static final int end = 0x7f080044; + public static final int end_padder = 0x7f080045; + public static final int expand_activities_button = 0x7f080049; + public static final int expanded_menu = 0x7f08004a; + public static final int fill = 0x7f08004b; + public static final int fixed = 0x7f08004e; + public static final int forever = 0x7f080050; + public static final int ghost_view = 0x7f08005a; + public static final int home = 0x7f08005b; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int image = 0x7f080060; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int item_touch_helper_previous_elevation = 0x7f080063; + public static final int largeLabel = 0x7f080064; + public static final int left = 0x7f08006c; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int listMode = 0x7f08006f; + public static final int list_item = 0x7f080070; + public static final int masked = 0x7f080073; + public static final int media_actions = 0x7f080074; + public static final int message = 0x7f080075; + public static final int mini = 0x7f080077; + public static final int multiply = 0x7f080078; + public static final int navigation_header_container = 0x7f080079; + public static final int none = 0x7f08007b; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parallax = 0x7f080084; + public static final int parentPanel = 0x7f080085; + public static final int parent_matrix = 0x7f080086; + public static final int pin = 0x7f080089; + public static final int progress_circular = 0x7f08008b; + public static final int progress_horizontal = 0x7f08008c; + public static final int radio = 0x7f08008d; + public static final int right = 0x7f08008e; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int save_image_matrix = 0x7f080091; + public static final int save_non_transition_alpha = 0x7f080092; + public static final int save_scale_type = 0x7f080093; + public static final int screen = 0x7f080094; + public static final int scrollIndicatorDown = 0x7f080096; + public static final int scrollIndicatorUp = 0x7f080097; + public static final int scrollView = 0x7f080098; + public static final int scrollable = 0x7f080099; + public static final int search_badge = 0x7f08009a; + public static final int search_bar = 0x7f08009b; + public static final int search_button = 0x7f08009c; + public static final int search_close_btn = 0x7f08009d; + public static final int search_edit_frame = 0x7f08009e; + public static final int search_go_btn = 0x7f08009f; + public static final int search_mag_icon = 0x7f0800a0; + public static final int search_plate = 0x7f0800a1; + public static final int search_src_text = 0x7f0800a2; + public static final int search_voice_btn = 0x7f0800a3; + public static final int select_dialog_listview = 0x7f0800a4; + public static final int shortcut = 0x7f0800a5; + public static final int smallLabel = 0x7f0800a9; + public static final int snackbar_action = 0x7f0800aa; + public static final int snackbar_text = 0x7f0800ab; + public static final int spacer = 0x7f0800ad; + public static final int split_action_bar = 0x7f0800ae; + public static final int src_atop = 0x7f0800af; + public static final int src_in = 0x7f0800b0; + public static final int src_over = 0x7f0800b1; + public static final int start = 0x7f0800b2; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int submenuarrow = 0x7f0800b4; + public static final int submit_area = 0x7f0800b5; + public static final int tabMode = 0x7f0800b6; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int textSpacerNoButtons = 0x7f0800c6; + public static final int textSpacerNoTitle = 0x7f0800c7; + public static final int text_input_password_toggle = 0x7f0800c8; + public static final int textinput_counter = 0x7f0800c9; + public static final int textinput_error = 0x7f0800ca; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int titleDividerNoCustom = 0x7f0800d2; + public static final int title_template = 0x7f0800d4; + public static final int top = 0x7f0800d5; + public static final int topPanel = 0x7f0800d6; + public static final int touch_outside = 0x7f0800d7; + public static final int transition_current_scene = 0x7f0800d8; + public static final int transition_layout_save = 0x7f0800d9; + public static final int transition_position = 0x7f0800da; + public static final int transition_scene_layoutid_cache = 0x7f0800db; + public static final int transition_transform = 0x7f0800dc; + public static final int uniform = 0x7f0800e1; + public static final int up = 0x7f0800e2; + public static final int view_offset_helper = 0x7f0800e4; + public static final int visible = 0x7f0800e5; + public static final int wrap_content = 0x7f0800e8; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int app_bar_elevation_anim_duration = 0x7f090002; + public static final int bottom_sheet_slide_duration = 0x7f090003; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int design_snackbar_text_max_lines = 0x7f090006; + public static final int hide_password_duration = 0x7f090007; + public static final int show_password_duration = 0x7f090008; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0a0000; + public static final int abc_action_bar_up_container = 0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f0a0002; + public static final int abc_action_menu_item_layout = 0x7f0a0003; + public static final int abc_action_menu_layout = 0x7f0a0004; + public static final int abc_action_mode_bar = 0x7f0a0005; + public static final int abc_action_mode_close_item_material = 0x7f0a0006; + public static final int abc_activity_chooser_view = 0x7f0a0007; + public static final int abc_activity_chooser_view_list_item = 0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material = 0x7f0a0009; + public static final int abc_alert_dialog_material = 0x7f0a000a; + public static final int abc_alert_dialog_title_material = 0x7f0a000b; + public static final int abc_dialog_title_material = 0x7f0a000c; + public static final int abc_expanded_menu_layout = 0x7f0a000d; + public static final int abc_list_menu_item_checkbox = 0x7f0a000e; + public static final int abc_list_menu_item_icon = 0x7f0a000f; + public static final int abc_list_menu_item_layout = 0x7f0a0010; + public static final int abc_list_menu_item_radio = 0x7f0a0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0a0012; + public static final int abc_popup_menu_item_layout = 0x7f0a0013; + public static final int abc_screen_content_include = 0x7f0a0014; + public static final int abc_screen_simple = 0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0a0016; + public static final int abc_screen_toolbar = 0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0a0018; + public static final int abc_search_view = 0x7f0a0019; + public static final int abc_select_dialog_material = 0x7f0a001a; + public static final int design_bottom_navigation_item = 0x7f0a001e; + public static final int design_bottom_sheet_dialog = 0x7f0a001f; + public static final int design_layout_snackbar = 0x7f0a0020; + public static final int design_layout_snackbar_include = 0x7f0a0021; + public static final int design_layout_tab_icon = 0x7f0a0022; + public static final int design_layout_tab_text = 0x7f0a0023; + public static final int design_menu_item_action_area = 0x7f0a0024; + public static final int design_navigation_item = 0x7f0a0025; + public static final int design_navigation_item_header = 0x7f0a0026; + public static final int design_navigation_item_separator = 0x7f0a0027; + public static final int design_navigation_item_subheader = 0x7f0a0028; + public static final int design_navigation_menu = 0x7f0a0029; + public static final int design_navigation_menu_item = 0x7f0a002a; + public static final int design_text_input_password_icon = 0x7f0a002b; + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + public static final int select_dialog_item_material = 0x7f0a0042; + public static final int select_dialog_multichoice_material = 0x7f0a0043; + public static final int select_dialog_singlechoice_material = 0x7f0a0044; + public static final int support_simple_spinner_dropdown_item = 0x7f0a0045; + public static final int tooltip = 0x7f0a0046; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0c0000; + public static final int abc_action_bar_home_description_format = 0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0c0002; + public static final int abc_action_bar_up_description = 0x7f0c0003; + public static final int abc_action_menu_overflow_description = 0x7f0c0004; + public static final int abc_action_mode_done = 0x7f0c0005; + public static final int abc_activity_chooser_view_see_all = 0x7f0c0006; + public static final int abc_activitychooserview_choose_application = 0x7f0c0007; + public static final int abc_capital_off = 0x7f0c0008; + public static final int abc_capital_on = 0x7f0c0009; + public static final int abc_font_family_body_1_material = 0x7f0c000a; + public static final int abc_font_family_body_2_material = 0x7f0c000b; + public static final int abc_font_family_button_material = 0x7f0c000c; + public static final int abc_font_family_caption_material = 0x7f0c000d; + public static final int abc_font_family_display_1_material = 0x7f0c000e; + public static final int abc_font_family_display_2_material = 0x7f0c000f; + public static final int abc_font_family_display_3_material = 0x7f0c0010; + public static final int abc_font_family_display_4_material = 0x7f0c0011; + public static final int abc_font_family_headline_material = 0x7f0c0012; + public static final int abc_font_family_menu_material = 0x7f0c0013; + public static final int abc_font_family_subhead_material = 0x7f0c0014; + public static final int abc_font_family_title_material = 0x7f0c0015; + public static final int abc_search_hint = 0x7f0c0016; + public static final int abc_searchview_description_clear = 0x7f0c0017; + public static final int abc_searchview_description_query = 0x7f0c0018; + public static final int abc_searchview_description_search = 0x7f0c0019; + public static final int abc_searchview_description_submit = 0x7f0c001a; + public static final int abc_searchview_description_voice = 0x7f0c001b; + public static final int abc_shareactionprovider_share_with = 0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application = 0x7f0c001d; + public static final int abc_toolbar_collapse_description = 0x7f0c001e; + public static final int appbar_scrolling_view_behavior = 0x7f0c0025; + public static final int bottom_sheet_behavior = 0x7f0c0026; + public static final int character_counter_pattern = 0x7f0c0027; + public static final int password_toggle_content_description = 0x7f0c0028; + public static final int path_password_eye = 0x7f0c0029; + public static final int path_password_eye_mask_strike_through = 0x7f0c002a; + public static final int path_password_eye_mask_visible = 0x7f0c002b; + public static final int path_password_strike_through = 0x7f0c002c; + public static final int search_menu_title = 0x7f0c0032; + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0d0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0d0001; + public static final int Animation_AppCompat_Dialog = 0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0d0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0d0004; + public static final int Animation_Design_BottomSheetDialog = 0x7f0d0005; + public static final int Base_AlertDialog_AppCompat = 0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000b; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d000d; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000c; + public static final int Base_TextAppearance_AppCompat = 0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d003d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0052; + public static final int Base_Theme_AppCompat = 0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0040; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0043; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004a; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0055; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0054; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d0057; + public static final int Base_V14_Widget_Design_AppBarLayout = 0x7f0d0058; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat = 0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005c; + public static final int Base_V21_Widget_Design_AppBarLayout = 0x7f0d005e; + public static final int Base_V22_Theme_AppCompat = 0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0060; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0062; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0065; + public static final int Base_V26_Widget_Design_AppBarLayout = 0x7f0d0066; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat = 0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006a; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0079; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d007f; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00a7; + public static final int Base_Widget_Design_AppBarLayout = 0x7f0d00a8; + public static final int Base_Widget_Design_TabLayout = 0x7f0d00a9; + public static final int Platform_AppCompat = 0x7f0d00aa; + public static final int Platform_AppCompat_Light = 0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_V11_AppCompat = 0x7f0d00af; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b0; + public static final int Platform_V14_AppCompat = 0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b2; + public static final int Platform_V21_AppCompat = 0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b4; + public static final int Platform_V25_AppCompat = 0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c5; + public static final int TextAppearance_AppCompat = 0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d00ff; + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0d010a; + public static final int TextAppearance_Design_Counter = 0x7f0d010b; + public static final int TextAppearance_Design_Counter_Overflow = 0x7f0d010c; + public static final int TextAppearance_Design_Error = 0x7f0d010d; + public static final int TextAppearance_Design_Hint = 0x7f0d010e; + public static final int TextAppearance_Design_Snackbar_Message = 0x7f0d010f; + public static final int TextAppearance_Design_Tab = 0x7f0d0110; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0113; + public static final int ThemeOverlay_AppCompat = 0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0135; + public static final int Theme_AppCompat = 0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0115; + public static final int Theme_AppCompat_DayNight = 0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011c; + public static final int Theme_AppCompat_Dialog = 0x7f0d011d; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0120; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d011f; + public static final int Theme_AppCompat_Light = 0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0123; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0126; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0125; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d0128; + public static final int Theme_Design = 0x7f0d0129; + public static final int Theme_Design_BottomSheetDialog = 0x7f0d012a; + public static final int Theme_Design_Light = 0x7f0d012b; + public static final int Theme_Design_Light_BottomSheetDialog = 0x7f0d012c; + public static final int Theme_Design_Light_NoActionBar = 0x7f0d012d; + public static final int Theme_Design_NoActionBar = 0x7f0d012e; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013a; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d013d; + public static final int Widget_AppCompat_ActionMode = 0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0140; + public static final int Widget_AppCompat_Button = 0x7f0d0141; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0146; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d014d; + public static final int Widget_AppCompat_EditText = 0x7f0d014e; + public static final int Widget_AppCompat_ImageButton = 0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d0167; + public static final int Widget_AppCompat_ListView = 0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d016f; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0172; + public static final int Widget_AppCompat_SearchView = 0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0174; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0176; + public static final int Widget_AppCompat_Spinner = 0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017b; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + public static final int Widget_Design_AppBarLayout = 0x7f0d0180; + public static final int Widget_Design_BottomNavigationView = 0x7f0d0181; + public static final int Widget_Design_BottomSheet_Modal = 0x7f0d0182; + public static final int Widget_Design_CollapsingToolbar = 0x7f0d0183; + public static final int Widget_Design_CoordinatorLayout = 0x7f0d0184; + public static final int Widget_Design_FloatingActionButton = 0x7f0d0185; + public static final int Widget_Design_NavigationView = 0x7f0d0186; + public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f0d0187; + public static final int Widget_Design_Snackbar = 0x7f0d0188; + public static final int Widget_Design_TabLayout = 0x7f0d0189; + public static final int Widget_Design_TextInputLayout = 0x7f0d018a; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f03007f, 0x7f0300a9 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_showTitle = 5; + public static final int AlertDialog_singleChoiceItemLayout = 6; + public static final int[] AppBarLayout = { 0x10100d4, 0x101048f, 0x1010540, 0x7f03007c, 0x7f030080 }; + public static final int AppBarLayout_android_background = 0; + public static final int AppBarLayout_android_touchscreenBlocksFocus = 1; + public static final int AppBarLayout_android_keyboardNavigationCluster = 2; + public static final int AppBarLayout_elevation = 3; + public static final int AppBarLayout_expanded = 4; + public static final int[] AppBarLayoutStates = { 0x7f030105, 0x7f030106 }; + public static final int AppBarLayoutStates_state_collapsed = 0; + public static final int AppBarLayoutStates_state_collapsible = 1; + public static final int[] AppBarLayout_Layout = { 0x7f0300bc, 0x7f0300bd }; + public static final int AppBarLayout_Layout_layout_scrollFlags = 0; + public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f030102, 0x7f030138, 0x7f030139 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f030135, 0x7f030136, 0x7f030137 }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_fontFamily = 6; + public static final int AppCompatTextView_textAllCaps = 7; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogPreferredPadding = 59; + public static final int AppCompatTheme_dialogTheme = 60; + public static final int AppCompatTheme_dividerHorizontal = 61; + public static final int AppCompatTheme_dividerVertical = 62; + public static final int AppCompatTheme_dropDownListViewStyle = 63; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 64; + public static final int AppCompatTheme_editTextBackground = 65; + public static final int AppCompatTheme_editTextColor = 66; + public static final int AppCompatTheme_editTextStyle = 67; + public static final int AppCompatTheme_homeAsUpIndicator = 68; + public static final int AppCompatTheme_imageButtonStyle = 69; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 70; + public static final int AppCompatTheme_listDividerAlertDialog = 71; + public static final int AppCompatTheme_listMenuViewStyle = 72; + public static final int AppCompatTheme_listPopupWindowStyle = 73; + public static final int AppCompatTheme_listPreferredItemHeight = 74; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 75; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 76; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 77; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 78; + public static final int AppCompatTheme_panelBackground = 79; + public static final int AppCompatTheme_panelMenuListTheme = 80; + public static final int AppCompatTheme_panelMenuListWidth = 81; + public static final int AppCompatTheme_popupMenuStyle = 82; + public static final int AppCompatTheme_popupWindowStyle = 83; + public static final int AppCompatTheme_radioButtonStyle = 84; + public static final int AppCompatTheme_ratingBarStyle = 85; + public static final int AppCompatTheme_ratingBarStyleIndicator = 86; + public static final int AppCompatTheme_ratingBarStyleSmall = 87; + public static final int AppCompatTheme_searchViewStyle = 88; + public static final int AppCompatTheme_seekBarStyle = 89; + public static final int AppCompatTheme_selectableItemBackground = 90; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 91; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 92; + public static final int AppCompatTheme_spinnerStyle = 93; + public static final int AppCompatTheme_switchStyle = 94; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 95; + public static final int AppCompatTheme_textAppearanceListItem = 96; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 97; + public static final int AppCompatTheme_textAppearanceListItemSmall = 98; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 99; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 100; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 101; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 102; + public static final int AppCompatTheme_textColorAlertDialogListItem = 103; + public static final int AppCompatTheme_textColorSearchUrl = 104; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 105; + public static final int AppCompatTheme_toolbarStyle = 106; + public static final int AppCompatTheme_tooltipForegroundColor = 107; + public static final int AppCompatTheme_tooltipFrameBackground = 108; + public static final int AppCompatTheme_windowActionBar = 109; + public static final int AppCompatTheme_windowActionBarOverlay = 110; + public static final int AppCompatTheme_windowActionModeOverlay = 111; + public static final int AppCompatTheme_windowFixedHeightMajor = 112; + public static final int AppCompatTheme_windowFixedHeightMinor = 113; + public static final int AppCompatTheme_windowFixedWidthMajor = 114; + public static final int AppCompatTheme_windowFixedWidthMinor = 115; + public static final int AppCompatTheme_windowMinWidthMajor = 116; + public static final int AppCompatTheme_windowMinWidthMinor = 117; + public static final int AppCompatTheme_windowNoTitle = 118; + public static final int[] BottomNavigationView = { 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, 0x7f0300ce }; + public static final int BottomNavigationView_elevation = 0; + public static final int BottomNavigationView_itemBackground = 1; + public static final int BottomNavigationView_itemIconTint = 2; + public static final int BottomNavigationView_itemTextColor = 3; + public static final int BottomNavigationView_menu = 4; + public static final int[] BottomSheetBehavior_Layout = { 0x7f030038, 0x7f03003a, 0x7f03003b }; + public static final int BottomSheetBehavior_Layout_behavior_hideable = 0; + public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 1; + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] CollapsingToolbarLayout = { 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 }; + public static final int CollapsingToolbarLayout_collapsedTitleGravity = 0; + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1; + public static final int CollapsingToolbarLayout_contentScrim = 2; + public static final int CollapsingToolbarLayout_expandedTitleGravity = 3; + public static final int CollapsingToolbarLayout_expandedTitleMargin = 4; + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 6; + public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 7; + public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 8; + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; + public static final int CollapsingToolbarLayout_scrimAnimationDuration = 10; + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + public static final int CollapsingToolbarLayout_statusBarScrim = 12; + public static final int CollapsingToolbarLayout_title = 13; + public static final int CollapsingToolbarLayout_titleEnabled = 14; + public static final int CollapsingToolbarLayout_toolbarId = 15; + public static final int[] CollapsingToolbarLayout_Layout = { 0x7f0300b7, 0x7f0300b8 }; + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030049, 0x7f03004a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] CoordinatorLayout = { 0x7f0300b1, 0x7f030107 }; + public static final int CoordinatorLayout_keylines = 0; + public static final int CoordinatorLayout_statusBarBackground = 1; + public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b9, 0x7f0300ba, 0x7f0300bb }; + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + public static final int CoordinatorLayout_Layout_layout_anchor = 1; + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; + public static final int CoordinatorLayout_Layout_layout_behavior = 3; + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + public static final int CoordinatorLayout_Layout_layout_keyline = 6; + public static final int[] DesignTheme = { 0x7f03003e, 0x7f03003f, 0x7f03012e }; + public static final int DesignTheme_bottomSheetDialogTheme = 0; + public static final int DesignTheme_bottomSheetStyle = 1; + public static final int DesignTheme_textColorError = 2; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FloatingActionButton = { 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e }; + public static final int FloatingActionButton_backgroundTint = 0; + public static final int FloatingActionButton_backgroundTintMode = 1; + public static final int FloatingActionButton_borderWidth = 2; + public static final int FloatingActionButton_elevation = 3; + public static final int FloatingActionButton_fabSize = 4; + public static final int FloatingActionButton_pressedTranslationZ = 5; + public static final int FloatingActionButton_rippleColor = 6; + public static final int FloatingActionButton_useCompatPadding = 7; + public static final int[] FloatingActionButton_Behavior_Layout = { 0x7f030037 }; + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] ForegroundLinearLayout = { 0x1010109, 0x1010200, 0x7f030098 }; + public static final int ForegroundLinearLayout_android_foreground = 0; + public static final int ForegroundLinearLayout_android_foregroundGravity = 1; + public static final int ForegroundLinearLayout_foregroundInsidePadding = 2; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f0300e4, 0x7f030109 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] NavigationView = { 0x10100d4, 0x10100dd, 0x101011f, 0x7f03007c, 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, 0x7f0300b0, 0x7f0300ce }; + public static final int NavigationView_android_background = 0; + public static final int NavigationView_android_fitsSystemWindows = 1; + public static final int NavigationView_android_maxWidth = 2; + public static final int NavigationView_elevation = 3; + public static final int NavigationView_headerLayout = 4; + public static final int NavigationView_itemBackground = 5; + public static final int NavigationView_itemIconTint = 6; + public static final int NavigationView_itemTextAppearance = 7; + public static final int NavigationView_itemTextColor = 8; + public static final int NavigationView_menu = 9; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f0300d4 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f030104 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f0300d5, 0x7f0300d8 }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + public static final int[] ScrimInsetsFrameLayout = { 0x7f0300aa }; + public static final int ScrimInsetsFrameLayout_insetForeground = 0; + public static final int[] ScrollingViewBehavior_Layout = { 0x7f030039 }; + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] SnackbarLayout = { 0x101011f, 0x7f03007c, 0x7f0300cb }; + public static final int SnackbarLayout_android_maxWidth = 0; + public static final int SnackbarLayout_elevation = 1; + public static final int SnackbarLayout_maxActionInlineWidth = 2; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f0300e2 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TabItem = { 0x1010002, 0x10100f2, 0x101014f }; + public static final int TabItem_android_icon = 0; + public static final int TabItem_android_layout = 1; + public static final int TabItem_android_text = 2; + public static final int[] TabLayout = { 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 }; + public static final int TabLayout_tabBackground = 0; + public static final int TabLayout_tabContentStart = 1; + public static final int TabLayout_tabGravity = 2; + public static final int TabLayout_tabIndicatorColor = 3; + public static final int TabLayout_tabIndicatorHeight = 4; + public static final int TabLayout_tabMaxWidth = 5; + public static final int TabLayout_tabMinWidth = 6; + public static final int TabLayout_tabMode = 7; + public static final int TabLayout_tabPadding = 8; + public static final int TabLayout_tabPaddingBottom = 9; + public static final int TabLayout_tabPaddingEnd = 10; + public static final int TabLayout_tabPaddingStart = 11; + public static final int TabLayout_tabPaddingTop = 12; + public static final int TabLayout_tabSelectedTextColor = 13; + public static final int TabLayout_tabTextAppearance = 14; + public static final int TabLayout_tabTextColor = 15; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x7f03008f, 0x7f030124 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_fontFamily = 11; + public static final int TextAppearance_textAllCaps = 12; + public static final int[] TextInputLayout = { 0x101009a, 0x1010150, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 }; + public static final int TextInputLayout_android_textColorHint = 0; + public static final int TextInputLayout_android_hint = 1; + public static final int TextInputLayout_counterEnabled = 2; + public static final int TextInputLayout_counterMaxLength = 3; + public static final int TextInputLayout_counterOverflowTextAppearance = 4; + public static final int TextInputLayout_counterTextAppearance = 5; + public static final int TextInputLayout_errorEnabled = 6; + public static final int TextInputLayout_errorTextAppearance = 7; + public static final int TextInputLayout_hintAnimationEnabled = 8; + public static final int TextInputLayout_hintEnabled = 9; + public static final int TextInputLayout_hintTextAppearance = 10; + public static final int TextInputLayout_passwordToggleContentDescription = 11; + public static final int TextInputLayout_passwordToggleDrawable = 12; + public static final int TextInputLayout_passwordToggleEnabled = 13; + public static final int TextInputLayout_passwordToggleTint = 14; + public static final int TextInputLayout_passwordToggleTintMode = 15; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_navigationContentDescription = 14; + public static final int Toolbar_navigationIcon = 15; + public static final int Toolbar_popupTheme = 16; + public static final int Toolbar_subtitle = 17; + public static final int Toolbar_subtitleTextAppearance = 18; + public static final int Toolbar_subtitleTextColor = 19; + public static final int Toolbar_title = 20; + public static final int Toolbar_titleMargin = 21; + public static final int Toolbar_titleMarginBottom = 22; + public static final int Toolbar_titleMarginEnd = 23; + public static final int Toolbar_titleMarginStart = 24; + public static final int Toolbar_titleMarginTop = 25; + public static final int Toolbar_titleMargins = 26; + public static final int Toolbar_titleTextAppearance = 27; + public static final int Toolbar_titleTextColor = 28; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/fragment/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/fragment/R.java new file mode 100644 index 0000000..241ee29 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/fragment/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.fragment; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/graphics/drawable/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/graphics/drawable/R.java new file mode 100644 index 0000000..17b896a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/graphics/drawable/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.graphics.drawable; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/graphics/drawable/animated/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/graphics/drawable/animated/R.java new file mode 100644 index 0000000..a26446a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/graphics/drawable/animated/R.java @@ -0,0 +1,153 @@ +/* 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 android.support.graphics.drawable.animated; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/mediacompat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/mediacompat/R.java new file mode 100644 index 0000000..d7a96a7 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/mediacompat/R.java @@ -0,0 +1,176 @@ +/* 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 android.support.mediacompat; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/transition/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/transition/R.java new file mode 100644 index 0000000..30db41d --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/transition/R.java @@ -0,0 +1,186 @@ +/* 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 android.support.transition; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int ghost_view = 0x7f08005a; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parent_matrix = 0x7f080086; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int save_image_matrix = 0x7f080091; + public static final int save_non_transition_alpha = 0x7f080092; + public static final int save_scale_type = 0x7f080093; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int transition_current_scene = 0x7f0800d8; + public static final int transition_layout_save = 0x7f0800d9; + public static final int transition_position = 0x7f0800da; + public static final int transition_scene_layoutid_cache = 0x7f0800db; + public static final int transition_transform = 0x7f0800dc; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v4/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v4/R.java new file mode 100644 index 0000000..df52e24 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v4/R.java @@ -0,0 +1,176 @@ +/* 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 android.support.v4; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int cancel_action = 0x7f080027; + public static final int chronometer = 0x7f08002c; + public static final int end_padder = 0x7f080045; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int media_actions = 0x7f080074; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v7/appcompat/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v7/appcompat/R.java new file mode 100644 index 0000000..ea1952d --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v7/appcompat/R.java @@ -0,0 +1,1566 @@ +/* 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 android.support.v7.appcompat; + +public final class R { + private R() {} + + public static final class anim { + private anim() {} + + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + public static final int tooltip_enter = 0x7f01000e; + public static final int tooltip_exit = 0x7f01000f; + } + public static final class attr { + private attr() {} + + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int alpha = 0x7f030027; + public static final int alphabeticModifiers = 0x7f030028; + public static final int arrowHeadLength = 0x7f030029; + public static final int arrowShaftLength = 0x7f03002a; + public static final int autoCompleteTextViewStyle = 0x7f03002b; + public static final int autoSizeMaxTextSize = 0x7f03002c; + public static final int autoSizeMinTextSize = 0x7f03002d; + public static final int autoSizePresetSizes = 0x7f03002e; + public static final int autoSizeStepGranularity = 0x7f03002f; + public static final int autoSizeTextType = 0x7f030030; + public static final int background = 0x7f030031; + public static final int backgroundSplit = 0x7f030032; + public static final int backgroundStacked = 0x7f030033; + public static final int backgroundTint = 0x7f030034; + public static final int backgroundTintMode = 0x7f030035; + public static final int barLength = 0x7f030036; + public static final int borderlessButtonStyle = 0x7f03003d; + public static final int buttonBarButtonStyle = 0x7f030040; + public static final int buttonBarNegativeButtonStyle = 0x7f030041; + public static final int buttonBarNeutralButtonStyle = 0x7f030042; + public static final int buttonBarPositiveButtonStyle = 0x7f030043; + public static final int buttonBarStyle = 0x7f030044; + public static final int buttonGravity = 0x7f030045; + public static final int buttonPanelSideLayout = 0x7f030046; + public static final int buttonStyle = 0x7f030047; + public static final int buttonStyleSmall = 0x7f030048; + public static final int buttonTint = 0x7f030049; + public static final int buttonTintMode = 0x7f03004a; + public static final int checkboxStyle = 0x7f03004b; + public static final int checkedTextViewStyle = 0x7f03004c; + public static final int closeIcon = 0x7f03004d; + public static final int closeItemLayout = 0x7f03004e; + public static final int collapseContentDescription = 0x7f03004f; + public static final int collapseIcon = 0x7f030050; + public static final int color = 0x7f030053; + public static final int colorAccent = 0x7f030054; + public static final int colorBackgroundFloating = 0x7f030055; + public static final int colorButtonNormal = 0x7f030056; + public static final int colorControlActivated = 0x7f030057; + public static final int colorControlHighlight = 0x7f030058; + public static final int colorControlNormal = 0x7f030059; + public static final int colorError = 0x7f03005a; + public static final int colorPrimary = 0x7f03005b; + public static final int colorPrimaryDark = 0x7f03005c; + public static final int colorSwitchThumbNormal = 0x7f03005d; + public static final int commitIcon = 0x7f03005e; + public static final int contentDescription = 0x7f03005f; + public static final int contentInsetEnd = 0x7f030060; + public static final int contentInsetEndWithActions = 0x7f030061; + public static final int contentInsetLeft = 0x7f030062; + public static final int contentInsetRight = 0x7f030063; + public static final int contentInsetStart = 0x7f030064; + public static final int contentInsetStartWithNavigation = 0x7f030065; + public static final int controlBackground = 0x7f030067; + public static final int customNavigationLayout = 0x7f03006c; + public static final int defaultQueryHint = 0x7f03006d; + public static final int dialogPreferredPadding = 0x7f03006e; + public static final int dialogTheme = 0x7f03006f; + public static final int displayOptions = 0x7f030070; + public static final int divider = 0x7f030071; + public static final int dividerHorizontal = 0x7f030072; + public static final int dividerPadding = 0x7f030073; + public static final int dividerVertical = 0x7f030074; + public static final int drawableSize = 0x7f030075; + public static final int drawerArrowStyle = 0x7f030076; + public static final int dropDownListViewStyle = 0x7f030077; + public static final int dropdownListPreferredItemHeight = 0x7f030078; + public static final int editTextBackground = 0x7f030079; + public static final int editTextColor = 0x7f03007a; + public static final int editTextStyle = 0x7f03007b; + public static final int elevation = 0x7f03007c; + public static final int expandActivityOverflowButtonDrawable = 0x7f03007f; + public static final int font = 0x7f03008e; + public static final int fontFamily = 0x7f03008f; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int gapBetweenBars = 0x7f030099; + public static final int goIcon = 0x7f03009a; + public static final int height = 0x7f03009c; + public static final int hideOnContentScroll = 0x7f03009d; + public static final int homeAsUpIndicator = 0x7f0300a1; + public static final int homeLayout = 0x7f0300a2; + public static final int icon = 0x7f0300a3; + public static final int iconTint = 0x7f0300a4; + public static final int iconTintMode = 0x7f0300a5; + public static final int iconifiedByDefault = 0x7f0300a6; + public static final int imageButtonStyle = 0x7f0300a7; + public static final int indeterminateProgressStyle = 0x7f0300a8; + public static final int initialActivityCount = 0x7f0300a9; + public static final int isLightTheme = 0x7f0300ab; + public static final int itemPadding = 0x7f0300ae; + public static final int layout = 0x7f0300b2; + public static final int listChoiceBackgroundIndicator = 0x7f0300be; + public static final int listDividerAlertDialog = 0x7f0300bf; + public static final int listItemLayout = 0x7f0300c0; + public static final int listLayout = 0x7f0300c1; + public static final int listMenuViewStyle = 0x7f0300c2; + public static final int listPopupWindowStyle = 0x7f0300c3; + public static final int listPreferredItemHeight = 0x7f0300c4; + public static final int listPreferredItemHeightLarge = 0x7f0300c5; + public static final int listPreferredItemHeightSmall = 0x7f0300c6; + public static final int listPreferredItemPaddingLeft = 0x7f0300c7; + public static final int listPreferredItemPaddingRight = 0x7f0300c8; + public static final int logo = 0x7f0300c9; + public static final int logoDescription = 0x7f0300ca; + public static final int maxButtonHeight = 0x7f0300cc; + public static final int measureWithLargestChild = 0x7f0300cd; + public static final int multiChoiceItemLayout = 0x7f0300cf; + public static final int navigationContentDescription = 0x7f0300d0; + public static final int navigationIcon = 0x7f0300d1; + public static final int navigationMode = 0x7f0300d2; + public static final int numericModifiers = 0x7f0300d3; + public static final int overlapAnchor = 0x7f0300d4; + public static final int paddingBottomNoButtons = 0x7f0300d5; + public static final int paddingEnd = 0x7f0300d6; + public static final int paddingStart = 0x7f0300d7; + public static final int paddingTopNoTitle = 0x7f0300d8; + public static final int panelBackground = 0x7f0300d9; + public static final int panelMenuListTheme = 0x7f0300da; + public static final int panelMenuListWidth = 0x7f0300db; + public static final int popupMenuStyle = 0x7f0300e1; + public static final int popupTheme = 0x7f0300e2; + public static final int popupWindowStyle = 0x7f0300e3; + public static final int preserveIconSpacing = 0x7f0300e4; + public static final int progressBarPadding = 0x7f0300e6; + public static final int progressBarStyle = 0x7f0300e7; + public static final int queryBackground = 0x7f0300e8; + public static final int queryHint = 0x7f0300e9; + public static final int radioButtonStyle = 0x7f0300ea; + public static final int ratingBarStyle = 0x7f0300eb; + public static final int ratingBarStyleIndicator = 0x7f0300ec; + public static final int ratingBarStyleSmall = 0x7f0300ed; + public static final int searchHintIcon = 0x7f0300f2; + public static final int searchIcon = 0x7f0300f3; + public static final int searchViewStyle = 0x7f0300f4; + public static final int seekBarStyle = 0x7f0300f5; + public static final int selectableItemBackground = 0x7f0300f6; + public static final int selectableItemBackgroundBorderless = 0x7f0300f7; + public static final int showAsAction = 0x7f0300f8; + public static final int showDividers = 0x7f0300f9; + public static final int showText = 0x7f0300fa; + public static final int showTitle = 0x7f0300fb; + public static final int singleChoiceItemLayout = 0x7f0300fc; + public static final int spinBars = 0x7f0300fe; + public static final int spinnerDropDownItemStyle = 0x7f0300ff; + public static final int spinnerStyle = 0x7f030100; + public static final int splitTrack = 0x7f030101; + public static final int srcCompat = 0x7f030102; + public static final int state_above_anchor = 0x7f030104; + public static final int subMenuArrow = 0x7f030109; + public static final int submitBackground = 0x7f03010a; + public static final int subtitle = 0x7f03010b; + public static final int subtitleTextAppearance = 0x7f03010c; + public static final int subtitleTextColor = 0x7f03010d; + public static final int subtitleTextStyle = 0x7f03010e; + public static final int suggestionRowLayout = 0x7f03010f; + public static final int switchMinWidth = 0x7f030110; + public static final int switchPadding = 0x7f030111; + public static final int switchStyle = 0x7f030112; + public static final int switchTextAppearance = 0x7f030113; + public static final int textAllCaps = 0x7f030124; + public static final int textAppearanceLargePopupMenu = 0x7f030125; + public static final int textAppearanceListItem = 0x7f030126; + public static final int textAppearanceListItemSecondary = 0x7f030127; + public static final int textAppearanceListItemSmall = 0x7f030128; + public static final int textAppearancePopupMenuHeader = 0x7f030129; + public static final int textAppearanceSearchResultSubtitle = 0x7f03012a; + public static final int textAppearanceSearchResultTitle = 0x7f03012b; + public static final int textAppearanceSmallPopupMenu = 0x7f03012c; + public static final int textColorAlertDialogListItem = 0x7f03012d; + public static final int textColorSearchUrl = 0x7f03012f; + public static final int theme = 0x7f030130; + public static final int thickness = 0x7f030131; + public static final int thumbTextPadding = 0x7f030132; + public static final int thumbTint = 0x7f030133; + public static final int thumbTintMode = 0x7f030134; + public static final int tickMark = 0x7f030135; + public static final int tickMarkTint = 0x7f030136; + public static final int tickMarkTintMode = 0x7f030137; + public static final int tint = 0x7f030138; + public static final int tintMode = 0x7f030139; + public static final int title = 0x7f03013a; + public static final int titleMargin = 0x7f03013c; + public static final int titleMarginBottom = 0x7f03013d; + public static final int titleMarginEnd = 0x7f03013e; + public static final int titleMarginStart = 0x7f03013f; + public static final int titleMarginTop = 0x7f030140; + public static final int titleMargins = 0x7f030141; + public static final int titleTextAppearance = 0x7f030142; + public static final int titleTextColor = 0x7f030143; + public static final int titleTextStyle = 0x7f030144; + public static final int toolbarNavigationButtonStyle = 0x7f030146; + public static final int toolbarStyle = 0x7f030147; + public static final int tooltipForegroundColor = 0x7f030148; + public static final int tooltipFrameBackground = 0x7f030149; + public static final int tooltipText = 0x7f03014a; + public static final int track = 0x7f03014b; + public static final int trackTint = 0x7f03014c; + public static final int trackTintMode = 0x7f03014d; + public static final int voiceIcon = 0x7f03014f; + public static final int windowActionBar = 0x7f030150; + public static final int windowActionBarOverlay = 0x7f030151; + public static final int windowActionModeOverlay = 0x7f030152; + public static final int windowFixedHeightMajor = 0x7f030153; + public static final int windowFixedHeightMinor = 0x7f030154; + public static final int windowFixedWidthMajor = 0x7f030155; + public static final int windowFixedWidthMinor = 0x7f030156; + public static final int windowMinWidthMajor = 0x7f030157; + public static final int windowMinWidthMinor = 0x7f030158; + public static final int windowNoTitle = 0x7f030159; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_allow_stacked_button_bar = 0x7f040001; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f040004; + } + public static final class color { + private color() {} + + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050001; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050002; + public static final int abc_btn_colored_borderless_text_material = 0x7f050003; + public static final int abc_btn_colored_text_material = 0x7f050004; + public static final int abc_color_highlight_material = 0x7f050005; + public static final int abc_hint_foreground_material_dark = 0x7f050006; + public static final int abc_hint_foreground_material_light = 0x7f050007; + public static final int abc_input_method_navigation_guard = 0x7f050008; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050009; + public static final int abc_primary_text_disable_only_material_light = 0x7f05000a; + public static final int abc_primary_text_material_dark = 0x7f05000b; + public static final int abc_primary_text_material_light = 0x7f05000c; + public static final int abc_search_url_text = 0x7f05000d; + public static final int abc_search_url_text_normal = 0x7f05000e; + public static final int abc_search_url_text_pressed = 0x7f05000f; + public static final int abc_search_url_text_selected = 0x7f050010; + public static final int abc_secondary_text_material_dark = 0x7f050011; + public static final int abc_secondary_text_material_light = 0x7f050012; + public static final int abc_tint_btn_checkable = 0x7f050013; + public static final int abc_tint_default = 0x7f050014; + public static final int abc_tint_edittext = 0x7f050015; + public static final int abc_tint_seek_thumb = 0x7f050016; + public static final int abc_tint_spinner = 0x7f050017; + public static final int abc_tint_switch_track = 0x7f050018; + public static final int accent_material_dark = 0x7f050019; + public static final int accent_material_light = 0x7f05001a; + public static final int background_floating_material_dark = 0x7f05001b; + public static final int background_floating_material_light = 0x7f05001c; + public static final int background_material_dark = 0x7f05001d; + public static final int background_material_light = 0x7f05001e; + public static final int bright_foreground_disabled_material_dark = 0x7f050020; + public static final int bright_foreground_disabled_material_light = 0x7f050021; + public static final int bright_foreground_inverse_material_dark = 0x7f050022; + public static final int bright_foreground_inverse_material_light = 0x7f050023; + public static final int bright_foreground_material_dark = 0x7f050024; + public static final int bright_foreground_material_light = 0x7f050025; + public static final int button_material_dark = 0x7f050026; + public static final int button_material_light = 0x7f050027; + public static final int dim_foreground_disabled_material_dark = 0x7f050038; + public static final int dim_foreground_disabled_material_light = 0x7f050039; + public static final int dim_foreground_material_dark = 0x7f05003a; + public static final int dim_foreground_material_light = 0x7f05003b; + public static final int error_color_material = 0x7f05003c; + public static final int foreground_material_dark = 0x7f05003d; + public static final int foreground_material_light = 0x7f05003e; + public static final int highlighted_text_material_dark = 0x7f050040; + public static final int highlighted_text_material_light = 0x7f050041; + public static final int material_blue_grey_800 = 0x7f050043; + public static final int material_blue_grey_900 = 0x7f050044; + public static final int material_blue_grey_950 = 0x7f050045; + public static final int material_deep_teal_200 = 0x7f050046; + public static final int material_deep_teal_500 = 0x7f050047; + public static final int material_grey_100 = 0x7f050048; + public static final int material_grey_300 = 0x7f050049; + public static final int material_grey_50 = 0x7f05004a; + public static final int material_grey_600 = 0x7f05004b; + public static final int material_grey_800 = 0x7f05004c; + public static final int material_grey_850 = 0x7f05004d; + public static final int material_grey_900 = 0x7f05004e; + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int notification_material_background_media_default_color = 0x7f050051; + public static final int primary_dark_material_dark = 0x7f050052; + public static final int primary_dark_material_light = 0x7f050053; + public static final int primary_material_dark = 0x7f050054; + public static final int primary_material_light = 0x7f050055; + public static final int primary_text_default_material_dark = 0x7f050056; + public static final int primary_text_default_material_light = 0x7f050057; + public static final int primary_text_disabled_material_dark = 0x7f050058; + public static final int primary_text_disabled_material_light = 0x7f050059; + public static final int ripple_material_dark = 0x7f05005a; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_dark = 0x7f05005c; + public static final int secondary_text_default_material_light = 0x7f05005d; + public static final int secondary_text_disabled_material_dark = 0x7f05005e; + public static final int secondary_text_disabled_material_light = 0x7f05005f; + public static final int switch_thumb_disabled_material_dark = 0x7f050060; + public static final int switch_thumb_disabled_material_light = 0x7f050061; + public static final int switch_thumb_material_dark = 0x7f050062; + public static final int switch_thumb_material_light = 0x7f050063; + public static final int switch_thumb_normal_material_dark = 0x7f050064; + public static final int switch_thumb_normal_material_light = 0x7f050065; + public static final int tooltip_background_dark = 0x7f050068; + public static final int tooltip_background_light = 0x7f050069; + } + public static final class dimen { + private dimen() {} + + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_content_inset_with_nav = 0x7f060001; + public static final int abc_action_bar_default_height_material = 0x7f060002; + public static final int abc_action_bar_default_padding_end_material = 0x7f060003; + public static final int abc_action_bar_default_padding_start_material = 0x7f060004; + public static final int abc_action_bar_elevation_material = 0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008; + public static final int abc_action_bar_progress_bar_size = 0x7f060009; + public static final int abc_action_bar_stacked_max_height = 0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000d; + public static final int abc_action_button_min_height_material = 0x7f06000e; + public static final int abc_action_button_min_width_material = 0x7f06000f; + public static final int abc_action_button_min_width_overflow_material = 0x7f060010; + public static final int abc_alert_dialog_button_bar_height = 0x7f060011; + public static final int abc_button_inset_horizontal_material = 0x7f060012; + public static final int abc_button_inset_vertical_material = 0x7f060013; + public static final int abc_button_padding_horizontal_material = 0x7f060014; + public static final int abc_button_padding_vertical_material = 0x7f060015; + public static final int abc_cascading_menus_min_smallest_width = 0x7f060016; + public static final int abc_config_prefDialogWidth = 0x7f060017; + public static final int abc_control_corner_material = 0x7f060018; + public static final int abc_control_inset_material = 0x7f060019; + public static final int abc_control_padding_material = 0x7f06001a; + public static final int abc_dialog_fixed_height_major = 0x7f06001b; + public static final int abc_dialog_fixed_height_minor = 0x7f06001c; + public static final int abc_dialog_fixed_width_major = 0x7f06001d; + public static final int abc_dialog_fixed_width_minor = 0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title = 0x7f060020; + public static final int abc_dialog_min_width_major = 0x7f060021; + public static final int abc_dialog_min_width_minor = 0x7f060022; + public static final int abc_dialog_padding_material = 0x7f060023; + public static final int abc_dialog_padding_top_material = 0x7f060024; + public static final int abc_dialog_title_divider_material = 0x7f060025; + public static final int abc_disabled_alpha_material_dark = 0x7f060026; + public static final int abc_disabled_alpha_material_light = 0x7f060027; + public static final int abc_dropdownitem_icon_width = 0x7f060028; + public static final int abc_dropdownitem_text_padding_left = 0x7f060029; + public static final int abc_dropdownitem_text_padding_right = 0x7f06002a; + public static final int abc_edit_text_inset_bottom_material = 0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material = 0x7f06002c; + public static final int abc_edit_text_inset_top_material = 0x7f06002d; + public static final int abc_floating_window_z = 0x7f06002e; + public static final int abc_list_item_padding_horizontal_material = 0x7f06002f; + public static final int abc_panel_menu_list_width = 0x7f060030; + public static final int abc_progress_bar_height_material = 0x7f060031; + public static final int abc_search_view_preferred_height = 0x7f060032; + public static final int abc_search_view_preferred_width = 0x7f060033; + public static final int abc_seekbar_track_background_height_material = 0x7f060034; + public static final int abc_seekbar_track_progress_height_material = 0x7f060035; + public static final int abc_select_dialog_padding_start_material = 0x7f060036; + public static final int abc_switch_padding = 0x7f060037; + public static final int abc_text_size_body_1_material = 0x7f060038; + public static final int abc_text_size_body_2_material = 0x7f060039; + public static final int abc_text_size_button_material = 0x7f06003a; + public static final int abc_text_size_caption_material = 0x7f06003b; + public static final int abc_text_size_display_1_material = 0x7f06003c; + public static final int abc_text_size_display_2_material = 0x7f06003d; + public static final int abc_text_size_display_3_material = 0x7f06003e; + public static final int abc_text_size_display_4_material = 0x7f06003f; + public static final int abc_text_size_headline_material = 0x7f060040; + public static final int abc_text_size_large_material = 0x7f060041; + public static final int abc_text_size_medium_material = 0x7f060042; + public static final int abc_text_size_menu_header_material = 0x7f060043; + public static final int abc_text_size_menu_material = 0x7f060044; + public static final int abc_text_size_small_material = 0x7f060045; + public static final int abc_text_size_subhead_material = 0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f060047; + public static final int abc_text_size_title_material = 0x7f060048; + public static final int abc_text_size_title_material_toolbar = 0x7f060049; + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int disabled_alpha_material_dark = 0x7f060077; + public static final int disabled_alpha_material_light = 0x7f060078; + public static final int highlight_alpha_material_colored = 0x7f06007c; + public static final int highlight_alpha_material_dark = 0x7f06007d; + public static final int highlight_alpha_material_light = 0x7f06007e; + public static final int hint_alpha_material_dark = 0x7f06007f; + public static final int hint_alpha_material_light = 0x7f060080; + public static final int hint_pressed_alpha_material_dark = 0x7f060081; + public static final int hint_pressed_alpha_material_light = 0x7f060082; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + public static final int tooltip_corner_radius = 0x7f060095; + public static final int tooltip_horizontal_padding = 0x7f060096; + public static final int tooltip_margin = 0x7f060097; + public static final int tooltip_precise_anchor_extra_offset = 0x7f060098; + public static final int tooltip_precise_anchor_threshold = 0x7f060099; + public static final int tooltip_vertical_padding = 0x7f06009a; + public static final int tooltip_y_offset_non_touch = 0x7f06009b; + public static final int tooltip_y_offset_touch = 0x7f06009c; + } + public static final class drawable { + private drawable() {} + + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070006; + public static final int abc_action_bar_item_background_material = 0x7f070007; + public static final int abc_btn_borderless_material = 0x7f070008; + public static final int abc_btn_check_material = 0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000b; + public static final int abc_btn_colored_material = 0x7f07000c; + public static final int abc_btn_default_mtrl_shape = 0x7f07000d; + public static final int abc_btn_radio_material = 0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070012; + public static final int abc_cab_background_internal_bg = 0x7f070013; + public static final int abc_cab_background_top_material = 0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070015; + public static final int abc_control_background_material = 0x7f070016; + public static final int abc_dialog_material_background = 0x7f070017; + public static final int abc_edit_text_material = 0x7f070018; + public static final int abc_ic_ab_back_material = 0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001a; + public static final int abc_ic_clear_material = 0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001c; + public static final int abc_ic_go_search_api_material = 0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_menu_overflow_material = 0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070023; + public static final int abc_ic_search_api_material = 0x7f070024; + public static final int abc_ic_star_black_16dp = 0x7f070025; + public static final int abc_ic_star_black_36dp = 0x7f070026; + public static final int abc_ic_star_black_48dp = 0x7f070027; + public static final int abc_ic_star_half_black_16dp = 0x7f070028; + public static final int abc_ic_star_half_black_36dp = 0x7f070029; + public static final int abc_ic_star_half_black_48dp = 0x7f07002a; + public static final int abc_ic_voice_search_api_material = 0x7f07002b; + public static final int abc_item_background_holo_dark = 0x7f07002c; + public static final int abc_item_background_holo_light = 0x7f07002d; + public static final int abc_list_divider_mtrl_alpha = 0x7f07002e; + public static final int abc_list_focused_holo = 0x7f07002f; + public static final int abc_list_longpressed_holo = 0x7f070030; + public static final int abc_list_pressed_holo_dark = 0x7f070031; + public static final int abc_list_pressed_holo_light = 0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f070033; + public static final int abc_list_selector_background_transition_holo_light = 0x7f070034; + public static final int abc_list_selector_disabled_holo_dark = 0x7f070035; + public static final int abc_list_selector_disabled_holo_light = 0x7f070036; + public static final int abc_list_selector_holo_dark = 0x7f070037; + public static final int abc_list_selector_holo_light = 0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f070039; + public static final int abc_popup_background_mtrl_mult = 0x7f07003a; + public static final int abc_ratingbar_indicator_material = 0x7f07003b; + public static final int abc_ratingbar_material = 0x7f07003c; + public static final int abc_ratingbar_small_material = 0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f070042; + public static final int abc_seekbar_thumb_material = 0x7f070043; + public static final int abc_seekbar_tick_mark_material = 0x7f070044; + public static final int abc_seekbar_track_material = 0x7f070045; + public static final int abc_spinner_mtrl_am_alpha = 0x7f070046; + public static final int abc_spinner_textfield_background_material = 0x7f070047; + public static final int abc_switch_thumb_material = 0x7f070048; + public static final int abc_switch_track_mtrl_alpha = 0x7f070049; + public static final int abc_tab_indicator_material = 0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004b; + public static final int abc_text_cursor_material = 0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark = 0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light = 0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light = 0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070053; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070056; + public static final int abc_textfield_search_material = 0x7f070057; + public static final int abc_vector_test = 0x7f070058; + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + public static final int tooltip_frame_dark = 0x7f070071; + public static final int tooltip_frame_light = 0x7f070072; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f080006; + public static final int action_bar = 0x7f080007; + public static final int action_bar_activity_content = 0x7f080008; + public static final int action_bar_container = 0x7f080009; + public static final int action_bar_root = 0x7f08000a; + public static final int action_bar_spinner = 0x7f08000b; + public static final int action_bar_subtitle = 0x7f08000c; + public static final int action_bar_title = 0x7f08000d; + public static final int action_container = 0x7f08000e; + public static final int action_context_bar = 0x7f08000f; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_menu_divider = 0x7f080012; + public static final int action_menu_presenter = 0x7f080013; + public static final int action_mode_bar = 0x7f080014; + public static final int action_mode_bar_stub = 0x7f080015; + public static final int action_mode_close_button = 0x7f080016; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int activity_chooser_view_content = 0x7f080019; + public static final int add = 0x7f08001a; + public static final int alertTitle = 0x7f08001b; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int buttonPanel = 0x7f080026; + public static final int cancel_action = 0x7f080027; + public static final int checkbox = 0x7f08002b; + public static final int chronometer = 0x7f08002c; + public static final int contentPanel = 0x7f080031; + public static final int custom = 0x7f080033; + public static final int customPanel = 0x7f080034; + public static final int decor_content_parent = 0x7f080035; + public static final int default_activity_button = 0x7f080036; + public static final int edit_query = 0x7f08003d; + public static final int end_padder = 0x7f080045; + public static final int expand_activities_button = 0x7f080049; + public static final int expanded_menu = 0x7f08004a; + public static final int forever = 0x7f080050; + public static final int home = 0x7f08005b; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int image = 0x7f080060; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int listMode = 0x7f08006f; + public static final int list_item = 0x7f080070; + public static final int media_actions = 0x7f080074; + public static final int message = 0x7f080075; + public static final int multiply = 0x7f080078; + public static final int none = 0x7f08007b; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int parentPanel = 0x7f080085; + public static final int progress_circular = 0x7f08008b; + public static final int progress_horizontal = 0x7f08008c; + public static final int radio = 0x7f08008d; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int screen = 0x7f080094; + public static final int scrollIndicatorDown = 0x7f080096; + public static final int scrollIndicatorUp = 0x7f080097; + public static final int scrollView = 0x7f080098; + public static final int search_badge = 0x7f08009a; + public static final int search_bar = 0x7f08009b; + public static final int search_button = 0x7f08009c; + public static final int search_close_btn = 0x7f08009d; + public static final int search_edit_frame = 0x7f08009e; + public static final int search_go_btn = 0x7f08009f; + public static final int search_mag_icon = 0x7f0800a0; + public static final int search_plate = 0x7f0800a1; + public static final int search_src_text = 0x7f0800a2; + public static final int search_voice_btn = 0x7f0800a3; + public static final int select_dialog_listview = 0x7f0800a4; + public static final int shortcut = 0x7f0800a5; + public static final int spacer = 0x7f0800ad; + public static final int split_action_bar = 0x7f0800ae; + public static final int src_atop = 0x7f0800af; + public static final int src_in = 0x7f0800b0; + public static final int src_over = 0x7f0800b1; + public static final int status_bar_latest_event_content = 0x7f0800b3; + public static final int submenuarrow = 0x7f0800b4; + public static final int submit_area = 0x7f0800b5; + public static final int tabMode = 0x7f0800b6; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int textSpacerNoButtons = 0x7f0800c6; + public static final int textSpacerNoTitle = 0x7f0800c7; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + public static final int titleDividerNoCustom = 0x7f0800d2; + public static final int title_template = 0x7f0800d4; + public static final int topPanel = 0x7f0800d6; + public static final int uniform = 0x7f0800e1; + public static final int up = 0x7f0800e2; + public static final int wrap_content = 0x7f0800e8; + } + public static final class integer { + private integer() {} + + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int cancel_button_image_alpha = 0x7f090004; + public static final int config_tooltipAnimTime = 0x7f090005; + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int abc_action_bar_title_item = 0x7f0a0000; + public static final int abc_action_bar_up_container = 0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f0a0002; + public static final int abc_action_menu_item_layout = 0x7f0a0003; + public static final int abc_action_menu_layout = 0x7f0a0004; + public static final int abc_action_mode_bar = 0x7f0a0005; + public static final int abc_action_mode_close_item_material = 0x7f0a0006; + public static final int abc_activity_chooser_view = 0x7f0a0007; + public static final int abc_activity_chooser_view_list_item = 0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material = 0x7f0a0009; + public static final int abc_alert_dialog_material = 0x7f0a000a; + public static final int abc_alert_dialog_title_material = 0x7f0a000b; + public static final int abc_dialog_title_material = 0x7f0a000c; + public static final int abc_expanded_menu_layout = 0x7f0a000d; + public static final int abc_list_menu_item_checkbox = 0x7f0a000e; + public static final int abc_list_menu_item_icon = 0x7f0a000f; + public static final int abc_list_menu_item_layout = 0x7f0a0010; + public static final int abc_list_menu_item_radio = 0x7f0a0011; + public static final int abc_popup_menu_header_item_layout = 0x7f0a0012; + public static final int abc_popup_menu_item_layout = 0x7f0a0013; + public static final int abc_screen_content_include = 0x7f0a0014; + public static final int abc_screen_simple = 0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0a0016; + public static final int abc_screen_toolbar = 0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0a0018; + public static final int abc_search_view = 0x7f0a0019; + public static final int abc_select_dialog_material = 0x7f0a001a; + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_media_action = 0x7f0a0035; + public static final int notification_media_cancel_action = 0x7f0a0036; + public static final int notification_template_big_media = 0x7f0a0037; + public static final int notification_template_big_media_custom = 0x7f0a0038; + public static final int notification_template_big_media_narrow = 0x7f0a0039; + public static final int notification_template_big_media_narrow_custom = 0x7f0a003a; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_lines_media = 0x7f0a003d; + public static final int notification_template_media = 0x7f0a003e; + public static final int notification_template_media_custom = 0x7f0a003f; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + public static final int select_dialog_item_material = 0x7f0a0042; + public static final int select_dialog_multichoice_material = 0x7f0a0043; + public static final int select_dialog_singlechoice_material = 0x7f0a0044; + public static final int support_simple_spinner_dropdown_item = 0x7f0a0045; + public static final int tooltip = 0x7f0a0046; + } + public static final class string { + private string() {} + + public static final int abc_action_bar_home_description = 0x7f0c0000; + public static final int abc_action_bar_home_description_format = 0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0c0002; + public static final int abc_action_bar_up_description = 0x7f0c0003; + public static final int abc_action_menu_overflow_description = 0x7f0c0004; + public static final int abc_action_mode_done = 0x7f0c0005; + public static final int abc_activity_chooser_view_see_all = 0x7f0c0006; + public static final int abc_activitychooserview_choose_application = 0x7f0c0007; + public static final int abc_capital_off = 0x7f0c0008; + public static final int abc_capital_on = 0x7f0c0009; + public static final int abc_font_family_body_1_material = 0x7f0c000a; + public static final int abc_font_family_body_2_material = 0x7f0c000b; + public static final int abc_font_family_button_material = 0x7f0c000c; + public static final int abc_font_family_caption_material = 0x7f0c000d; + public static final int abc_font_family_display_1_material = 0x7f0c000e; + public static final int abc_font_family_display_2_material = 0x7f0c000f; + public static final int abc_font_family_display_3_material = 0x7f0c0010; + public static final int abc_font_family_display_4_material = 0x7f0c0011; + public static final int abc_font_family_headline_material = 0x7f0c0012; + public static final int abc_font_family_menu_material = 0x7f0c0013; + public static final int abc_font_family_subhead_material = 0x7f0c0014; + public static final int abc_font_family_title_material = 0x7f0c0015; + public static final int abc_search_hint = 0x7f0c0016; + public static final int abc_searchview_description_clear = 0x7f0c0017; + public static final int abc_searchview_description_query = 0x7f0c0018; + public static final int abc_searchview_description_search = 0x7f0c0019; + public static final int abc_searchview_description_submit = 0x7f0c001a; + public static final int abc_searchview_description_voice = 0x7f0c001b; + public static final int abc_shareactionprovider_share_with = 0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application = 0x7f0c001d; + public static final int abc_toolbar_collapse_description = 0x7f0c001e; + public static final int search_menu_title = 0x7f0c0032; + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int AlertDialog_AppCompat = 0x7f0d0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0d0001; + public static final int Animation_AppCompat_Dialog = 0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0d0003; + public static final int Animation_AppCompat_Tooltip = 0x7f0d0004; + public static final int Base_AlertDialog_AppCompat = 0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000b; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d000d; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000c; + public static final int Base_TextAppearance_AppCompat = 0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d003d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0052; + public static final int Base_Theme_AppCompat = 0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0040; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0043; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004a; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0055; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0054; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d0057; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat = 0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005c; + public static final int Base_V22_Theme_AppCompat = 0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0060; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0062; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0065; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat = 0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006a; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0079; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d007f; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00a7; + public static final int Platform_AppCompat = 0x7f0d00aa; + public static final int Platform_AppCompat_Light = 0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_V11_AppCompat = 0x7f0d00af; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b0; + public static final int Platform_V14_AppCompat = 0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b2; + public static final int Platform_V21_AppCompat = 0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b4; + public static final int Platform_V25_AppCompat = 0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c2; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c5; + public static final int TextAppearance_AppCompat = 0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d00ff; + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d0109; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0113; + public static final int ThemeOverlay_AppCompat = 0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0135; + public static final int Theme_AppCompat = 0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0115; + public static final int Theme_AppCompat_DayNight = 0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011c; + public static final int Theme_AppCompat_Dialog = 0x7f0d011d; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0120; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d011f; + public static final int Theme_AppCompat_Light = 0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0123; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0126; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0125; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d0128; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013a; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d013d; + public static final int Widget_AppCompat_ActionMode = 0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0140; + public static final int Widget_AppCompat_Button = 0x7f0d0141; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0146; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d014d; + public static final int Widget_AppCompat_EditText = 0x7f0d014e; + public static final int Widget_AppCompat_ImageButton = 0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d0167; + public static final int Widget_AppCompat_ListView = 0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d016f; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0172; + public static final int Widget_AppCompat_SearchView = 0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0174; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0176; + public static final int Widget_AppCompat_Spinner = 0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017b; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetEndWithActions = 4; + public static final int ActionBar_contentInsetLeft = 5; + public static final int ActionBar_contentInsetRight = 6; + public static final int ActionBar_contentInsetStart = 7; + public static final int ActionBar_contentInsetStartWithNavigation = 8; + public static final int ActionBar_customNavigationLayout = 9; + public static final int ActionBar_displayOptions = 10; + public static final int ActionBar_divider = 11; + public static final int ActionBar_elevation = 12; + public static final int ActionBar_height = 13; + public static final int ActionBar_hideOnContentScroll = 14; + public static final int ActionBar_homeAsUpIndicator = 15; + public static final int ActionBar_homeLayout = 16; + public static final int ActionBar_icon = 17; + public static final int ActionBar_indeterminateProgressStyle = 18; + public static final int ActionBar_itemPadding = 19; + public static final int ActionBar_logo = 20; + public static final int ActionBar_navigationMode = 21; + public static final int ActionBar_popupTheme = 22; + public static final int ActionBar_progressBarPadding = 23; + public static final int ActionBar_progressBarStyle = 24; + public static final int ActionBar_subtitle = 25; + public static final int ActionBar_subtitleTextStyle = 26; + public static final int ActionBar_title = 27; + public static final int ActionBar_titleTextStyle = 28; + public static final int[] ActionBarLayout = { 0x10100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f03007f, 0x7f0300a9 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x10100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_showTitle = 5; + public static final int AlertDialog_singleChoiceItemLayout = 6; + public static final int[] AppCompatImageView = { 0x1010119, 0x7f030102, 0x7f030138, 0x7f030139 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int AppCompatImageView_tint = 2; + public static final int AppCompatImageView_tintMode = 3; + public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f030135, 0x7f030136, 0x7f030137 }; + public static final int AppCompatSeekBar_android_thumb = 0; + public static final int AppCompatSeekBar_tickMark = 1; + public static final int AppCompatSeekBar_tickMarkTint = 2; + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 }; + public static final int AppCompatTextHelper_android_textAppearance = 0; + public static final int AppCompatTextHelper_android_drawableTop = 1; + public static final int AppCompatTextHelper_android_drawableBottom = 2; + public static final int AppCompatTextHelper_android_drawableLeft = 3; + public static final int AppCompatTextHelper_android_drawableRight = 4; + public static final int AppCompatTextHelper_android_drawableStart = 5; + public static final int AppCompatTextHelper_android_drawableEnd = 6; + public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_autoSizeMaxTextSize = 1; + public static final int AppCompatTextView_autoSizeMinTextSize = 2; + public static final int AppCompatTextView_autoSizePresetSizes = 3; + public static final int AppCompatTextView_autoSizeStepGranularity = 4; + public static final int AppCompatTextView_autoSizeTextType = 5; + public static final int AppCompatTextView_fontFamily = 6; + public static final int AppCompatTextView_textAllCaps = 7; + public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorBackgroundFloating = 49; + public static final int AppCompatTheme_colorButtonNormal = 50; + public static final int AppCompatTheme_colorControlActivated = 51; + public static final int AppCompatTheme_colorControlHighlight = 52; + public static final int AppCompatTheme_colorControlNormal = 53; + public static final int AppCompatTheme_colorError = 54; + public static final int AppCompatTheme_colorPrimary = 55; + public static final int AppCompatTheme_colorPrimaryDark = 56; + public static final int AppCompatTheme_colorSwitchThumbNormal = 57; + public static final int AppCompatTheme_controlBackground = 58; + public static final int AppCompatTheme_dialogPreferredPadding = 59; + public static final int AppCompatTheme_dialogTheme = 60; + public static final int AppCompatTheme_dividerHorizontal = 61; + public static final int AppCompatTheme_dividerVertical = 62; + public static final int AppCompatTheme_dropDownListViewStyle = 63; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 64; + public static final int AppCompatTheme_editTextBackground = 65; + public static final int AppCompatTheme_editTextColor = 66; + public static final int AppCompatTheme_editTextStyle = 67; + public static final int AppCompatTheme_homeAsUpIndicator = 68; + public static final int AppCompatTheme_imageButtonStyle = 69; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 70; + public static final int AppCompatTheme_listDividerAlertDialog = 71; + public static final int AppCompatTheme_listMenuViewStyle = 72; + public static final int AppCompatTheme_listPopupWindowStyle = 73; + public static final int AppCompatTheme_listPreferredItemHeight = 74; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 75; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 76; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 77; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 78; + public static final int AppCompatTheme_panelBackground = 79; + public static final int AppCompatTheme_panelMenuListTheme = 80; + public static final int AppCompatTheme_panelMenuListWidth = 81; + public static final int AppCompatTheme_popupMenuStyle = 82; + public static final int AppCompatTheme_popupWindowStyle = 83; + public static final int AppCompatTheme_radioButtonStyle = 84; + public static final int AppCompatTheme_ratingBarStyle = 85; + public static final int AppCompatTheme_ratingBarStyleIndicator = 86; + public static final int AppCompatTheme_ratingBarStyleSmall = 87; + public static final int AppCompatTheme_searchViewStyle = 88; + public static final int AppCompatTheme_seekBarStyle = 89; + public static final int AppCompatTheme_selectableItemBackground = 90; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 91; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 92; + public static final int AppCompatTheme_spinnerStyle = 93; + public static final int AppCompatTheme_switchStyle = 94; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 95; + public static final int AppCompatTheme_textAppearanceListItem = 96; + public static final int AppCompatTheme_textAppearanceListItemSecondary = 97; + public static final int AppCompatTheme_textAppearanceListItemSmall = 98; + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 99; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 100; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 101; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 102; + public static final int AppCompatTheme_textColorAlertDialogListItem = 103; + public static final int AppCompatTheme_textColorSearchUrl = 104; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 105; + public static final int AppCompatTheme_toolbarStyle = 106; + public static final int AppCompatTheme_tooltipForegroundColor = 107; + public static final int AppCompatTheme_tooltipFrameBackground = 108; + public static final int AppCompatTheme_windowActionBar = 109; + public static final int AppCompatTheme_windowActionBarOverlay = 110; + public static final int AppCompatTheme_windowActionModeOverlay = 111; + public static final int AppCompatTheme_windowFixedHeightMajor = 112; + public static final int AppCompatTheme_windowFixedHeightMinor = 113; + public static final int AppCompatTheme_windowFixedWidthMajor = 114; + public static final int AppCompatTheme_windowFixedWidthMinor = 115; + public static final int AppCompatTheme_windowMinWidthMajor = 116; + public static final int AppCompatTheme_windowMinWidthMinor = 117; + public static final int AppCompatTheme_windowNoTitle = 118; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 }; + public static final int ColorStateListItem_android_color = 0; + public static final int ColorStateListItem_android_alpha = 1; + public static final int ColorStateListItem_alpha = 2; + public static final int[] CompoundButton = { 0x1010107, 0x7f030049, 0x7f03004a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_alphabeticModifiers = 16; + public static final int MenuItem_contentDescription = 17; + public static final int MenuItem_iconTint = 18; + public static final int MenuItem_iconTintMode = 19; + public static final int MenuItem_numericModifiers = 20; + public static final int MenuItem_showAsAction = 21; + public static final int MenuItem_tooltipText = 22; + public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f0300e4, 0x7f030109 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int MenuView_subMenuArrow = 8; + public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f0300d4 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_android_popupAnimationStyle = 1; + public static final int PopupWindow_overlapAnchor = 2; + public static final int[] PopupWindowBackgroundState = { 0x7f030104 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] RecycleListView = { 0x7f0300d5, 0x7f0300d8 }; + public static final int RecycleListView_paddingBottomNoButtons = 0; + public static final int RecycleListView_paddingTopNoTitle = 1; + public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f0300e2 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_thumbTint = 9; + public static final int SwitchCompat_thumbTintMode = 10; + public static final int SwitchCompat_track = 11; + public static final int SwitchCompat_trackTint = 12; + public static final int SwitchCompat_trackTintMode = 13; + public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x7f03008f, 0x7f030124 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textColorHint = 4; + public static final int TextAppearance_android_textColorLink = 5; + public static final int TextAppearance_android_shadowColor = 6; + public static final int TextAppearance_android_shadowDx = 7; + public static final int TextAppearance_android_shadowDy = 8; + public static final int TextAppearance_android_shadowRadius = 9; + public static final int TextAppearance_android_fontFamily = 10; + public static final int TextAppearance_fontFamily = 11; + public static final int TextAppearance_textAllCaps = 12; + public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_buttonGravity = 2; + public static final int Toolbar_collapseContentDescription = 3; + public static final int Toolbar_collapseIcon = 4; + public static final int Toolbar_contentInsetEnd = 5; + public static final int Toolbar_contentInsetEndWithActions = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 9; + public static final int Toolbar_contentInsetStartWithNavigation = 10; + public static final int Toolbar_logo = 11; + public static final int Toolbar_logoDescription = 12; + public static final int Toolbar_maxButtonHeight = 13; + public static final int Toolbar_navigationContentDescription = 14; + public static final int Toolbar_navigationIcon = 15; + public static final int Toolbar_popupTheme = 16; + public static final int Toolbar_subtitle = 17; + public static final int Toolbar_subtitleTextAppearance = 18; + public static final int Toolbar_subtitleTextColor = 19; + public static final int Toolbar_title = 20; + public static final int Toolbar_titleMargin = 21; + public static final int Toolbar_titleMarginBottom = 22; + public static final int Toolbar_titleMarginEnd = 23; + public static final int Toolbar_titleMarginStart = 24; + public static final int Toolbar_titleMarginTop = 25; + public static final int Toolbar_titleMargins = 26; + public static final int Toolbar_titleTextAppearance = 27; + public static final int Toolbar_titleTextColor = 28; + public static final int[] View = { 0x1010000, 0x10100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v7/recyclerview/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000..68c9ef4 --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v7/recyclerview/R.java @@ -0,0 +1,181 @@ +/* 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 android.support.v7.recyclerview; + +public final class R { + private R() {} + + public static final class attr { + private attr() {} + + public static final int fastScrollEnabled = 0x7f030089; + public static final int fastScrollHorizontalThumbDrawable = 0x7f03008a; + public static final int fastScrollHorizontalTrackDrawable = 0x7f03008b; + public static final int fastScrollVerticalThumbDrawable = 0x7f03008c; + public static final int fastScrollVerticalTrackDrawable = 0x7f03008d; + public static final int font = 0x7f03008e; + public static final int fontProviderAuthority = 0x7f030090; + public static final int fontProviderCerts = 0x7f030091; + public static final int fontProviderFetchStrategy = 0x7f030092; + public static final int fontProviderFetchTimeout = 0x7f030093; + public static final int fontProviderPackage = 0x7f030094; + public static final int fontProviderQuery = 0x7f030095; + public static final int fontStyle = 0x7f030096; + public static final int fontWeight = 0x7f030097; + public static final int layoutManager = 0x7f0300b3; + public static final int reverseLayout = 0x7f0300ee; + public static final int spanCount = 0x7f0300fd; + public static final int stackFromEnd = 0x7f030103; + } + public static final class bool { + private bool() {} + + public static final int abc_action_bar_embed_tabs = 0x7f040000; + } + public static final class color { + private color() {} + + public static final int notification_action_color_filter = 0x7f05004f; + public static final int notification_icon_bg_color = 0x7f050050; + public static final int ripple_material_light = 0x7f05005b; + public static final int secondary_text_default_material_light = 0x7f05005d; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004c; + public static final int compat_button_inset_vertical_material = 0x7f06004d; + public static final int compat_button_padding_horizontal_material = 0x7f06004e; + public static final int compat_button_padding_vertical_material = 0x7f06004f; + public static final int compat_control_corner_material = 0x7f060050; + public static final int fastscroll_default_thickness = 0x7f060079; + public static final int fastscroll_margin = 0x7f06007a; + public static final int fastscroll_minimum_range = 0x7f06007b; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060085; + public static final int notification_action_icon_size = 0x7f060086; + public static final int notification_action_text_size = 0x7f060087; + public static final int notification_big_circle_margin = 0x7f060088; + public static final int notification_content_margin_start = 0x7f060089; + public static final int notification_large_icon_height = 0x7f06008a; + public static final int notification_large_icon_width = 0x7f06008b; + public static final int notification_main_column_padding_top = 0x7f06008c; + public static final int notification_media_narrow_margin = 0x7f06008d; + public static final int notification_right_icon_size = 0x7f06008e; + public static final int notification_right_side_padding_top = 0x7f06008f; + public static final int notification_small_icon_background_padding = 0x7f060090; + public static final int notification_small_icon_size_as_large = 0x7f060091; + public static final int notification_subtext_size = 0x7f060092; + public static final int notification_top_pad = 0x7f060093; + public static final int notification_top_pad_large_text = 0x7f060094; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070063; + public static final int notification_bg = 0x7f070064; + public static final int notification_bg_low = 0x7f070065; + public static final int notification_bg_low_normal = 0x7f070066; + public static final int notification_bg_low_pressed = 0x7f070067; + public static final int notification_bg_normal = 0x7f070068; + public static final int notification_bg_normal_pressed = 0x7f070069; + public static final int notification_icon_background = 0x7f07006a; + public static final int notification_template_icon_bg = 0x7f07006b; + public static final int notification_template_icon_low_bg = 0x7f07006c; + public static final int notification_tile_bg = 0x7f07006d; + public static final int notify_panel_notification_icon_bg = 0x7f07006e; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f08000e; + public static final int action_divider = 0x7f080010; + public static final int action_image = 0x7f080011; + public static final int action_text = 0x7f080017; + public static final int actions = 0x7f080018; + public static final int async = 0x7f08001e; + public static final int blocking = 0x7f080021; + public static final int chronometer = 0x7f08002c; + public static final int forever = 0x7f080050; + public static final int icon = 0x7f08005d; + public static final int icon_group = 0x7f08005e; + public static final int info = 0x7f080061; + public static final int italic = 0x7f080062; + public static final int item_touch_helper_previous_elevation = 0x7f080063; + public static final int line1 = 0x7f08006d; + public static final int line3 = 0x7f08006e; + public static final int normal = 0x7f08007c; + public static final int notification_background = 0x7f08007d; + public static final int notification_main_column = 0x7f08007e; + public static final int notification_main_column_container = 0x7f08007f; + public static final int right_icon = 0x7f08008f; + public static final int right_side = 0x7f080090; + public static final int text = 0x7f0800c4; + public static final int text2 = 0x7f0800c5; + public static final int time = 0x7f0800d0; + public static final int title = 0x7f0800d1; + } + public static final class integer { + private integer() {} + + public static final int status_bar_notification_info_maxnum = 0x7f090009; + } + public static final class layout { + private layout() {} + + public static final int notification_action = 0x7f0a0033; + public static final int notification_action_tombstone = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a003b; + public static final int notification_template_icon_group = 0x7f0a003c; + public static final int notification_template_part_chronometer = 0x7f0a0040; + public static final int notification_template_part_time = 0x7f0a0041; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0033; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d0108; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d017e; + public static final int Widget_Compat_NotificationActionText = 0x7f0d017f; + } + public static final class styleable { + private styleable() {} + + public static final int[] FontFamily = { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 }; + public static final int FontFamily_fontProviderAuthority = 0; + public static final int FontFamily_fontProviderCerts = 1; + public static final int FontFamily_fontProviderFetchStrategy = 2; + public static final int FontFamily_fontProviderFetchTimeout = 3; + public static final int FontFamily_fontProviderPackage = 4; + public static final int FontFamily_fontProviderQuery = 5; + public static final int[] FontFamilyFont = { 0x7f03008e, 0x7f030096, 0x7f030097 }; + public static final int FontFamilyFont_font = 0; + public static final int FontFamilyFont_fontStyle = 1; + public static final int FontFamilyFont_fontWeight = 2; + public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_android_descendantFocusability = 1; + public static final int RecyclerView_fastScrollEnabled = 2; + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5; + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6; + public static final int RecyclerView_layoutManager = 7; + public static final int RecyclerView_reverseLayout = 8; + public static final int RecyclerView_spanCount = 9; + public static final int RecyclerView_stackFromEnd = 10; + } +} diff --git a/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/com/movies/info/R.java b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/com/movies/info/R.java new file mode 100644 index 0000000..9b80b3a --- /dev/null +++ b/shopping/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/com/movies/info/R.java @@ -0,0 +1,11827 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.movies.info; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f010000; + public static final int abc_fade_out=0x7f010001; + public static final int abc_grow_fade_in_from_bottom=0x7f010002; + public static final int abc_popup_enter=0x7f010003; + public static final int abc_popup_exit=0x7f010004; + public static final int abc_shrink_fade_out_from_bottom=0x7f010005; + public static final int abc_slide_in_bottom=0x7f010006; + public static final int abc_slide_in_top=0x7f010007; + public static final int abc_slide_out_bottom=0x7f010008; + public static final int abc_slide_out_top=0x7f010009; + public static final int design_bottom_sheet_slide_in=0x7f01000a; + public static final int design_bottom_sheet_slide_out=0x7f01000b; + public static final int design_snackbar_in=0x7f01000c; + public static final int design_snackbar_out=0x7f01000d; + public static final int tooltip_enter=0x7f01000e; + public static final int tooltip_exit=0x7f01000f; + } + public static final class animator { + public static final int design_appbar_state_list_animator=0x7f020000; + } + public static final class attr { + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarDivider=0x7f030000; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarItemBackground=0x7f030001; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarPopupTheme=0x7f030002; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f030003; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarSplitStyle=0x7f030004; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarStyle=0x7f030005; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabBarStyle=0x7f030006; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabStyle=0x7f030007; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTabTextStyle=0x7f030008; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarTheme=0x7f030009; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionBarWidgetTheme=0x7f03000a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionButtonStyle=0x7f03000b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionDropDownStyle=0x7f03000c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionLayout=0x7f03000d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionMenuTextAppearance=0x7f03000e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f03000f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeBackground=0x7f030010; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseButtonStyle=0x7f030011; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCloseDrawable=0x7f030012; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCopyDrawable=0x7f030013; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeCutDrawable=0x7f030014; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeFindDrawable=0x7f030015; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePasteDrawable=0x7f030016; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModePopupWindowStyle=0x7f030017; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSelectAllDrawable=0x7f030018; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeShareDrawable=0x7f030019; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeSplitBackground=0x7f03001a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeStyle=0x7f03001b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionModeWebSearchDrawable=0x7f03001c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowButtonStyle=0x7f03001d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int actionOverflowMenuStyle=0x7f03001e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f03001f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f030020; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int activityChooserViewStyle=0x7f030021; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogButtonGroupStyle=0x7f030022; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int alertDialogCenterButtons=0x7f030023; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogStyle=0x7f030024; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int alertDialogTheme=0x7f030025; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int allowStacking=0x7f030026; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int alpha=0x7f030027; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int alphabeticModifiers=0x7f030028; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowHeadLength=0x7f030029; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowShaftLength=0x7f03002a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoCompleteTextViewStyle=0x7f03002b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMaxTextSize=0x7f03002c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeMinTextSize=0x7f03002d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int autoSizePresetSizes=0x7f03002e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int autoSizeStepGranularity=0x7f03002f; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0
uniform1
+ */ + public static final int autoSizeTextType=0x7f030030; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int background=0x7f030031; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundSplit=0x7f030032; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundStacked=0x7f030033; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int backgroundTint=0x7f030034; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int backgroundTintMode=0x7f030035; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int barLength=0x7f030036; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_autoHide=0x7f030037; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_hideable=0x7f030038; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int behavior_overlapTop=0x7f030039; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ */ + public static final int behavior_peekHeight=0x7f03003a; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int behavior_skipCollapsed=0x7f03003b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int borderWidth=0x7f03003c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int borderlessButtonStyle=0x7f03003d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetDialogTheme=0x7f03003e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int bottomSheetStyle=0x7f03003f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarButtonStyle=0x7f030040; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f030041; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f030042; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f030043; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonBarStyle=0x7f030044; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
top30
+ */ + public static final int buttonGravity=0x7f030045; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonPanelSideLayout=0x7f030046; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyle=0x7f030047; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int buttonStyleSmall=0x7f030048; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int buttonTint=0x7f030049; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int buttonTintMode=0x7f03004a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkboxStyle=0x7f03004b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int checkedTextViewStyle=0x7f03004c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeIcon=0x7f03004d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int closeItemLayout=0x7f03004e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f03004f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapseIcon=0x7f030050; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int collapsedTitleGravity=0x7f030051; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int collapsedTitleTextAppearance=0x7f030052; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int color=0x7f030053; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorAccent=0x7f030054; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorBackgroundFloating=0x7f030055; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorButtonNormal=0x7f030056; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlActivated=0x7f030057; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlHighlight=0x7f030058; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorControlNormal=0x7f030059; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorError=0x7f03005a; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimary=0x7f03005b; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorPrimaryDark=0x7f03005c; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int colorSwitchThumbNormal=0x7f03005d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int commitIcon=0x7f03005e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int contentDescription=0x7f03005f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEnd=0x7f030060; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEndWithActions=0x7f030061; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetLeft=0x7f030062; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetRight=0x7f030063; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStart=0x7f030064; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStartWithNavigation=0x7f030065; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int contentScrim=0x7f030066; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int controlBackground=0x7f030067; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int counterEnabled=0x7f030068; + /** + *

May be an integer value, such as "100". + */ + public static final int counterMaxLength=0x7f030069; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterOverflowTextAppearance=0x7f03006a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int counterTextAppearance=0x7f03006b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int customNavigationLayout=0x7f03006c; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f03006d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dialogPreferredPadding=0x7f03006e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dialogTheme=0x7f03006f; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ */ + public static final int displayOptions=0x7f030070; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int divider=0x7f030071; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerHorizontal=0x7f030072; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dividerPadding=0x7f030073; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dividerVertical=0x7f030074; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int drawableSize=0x7f030075; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int drawerArrowStyle=0x7f030076; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int dropDownListViewStyle=0x7f030077; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dropdownListPreferredItemHeight=0x7f030078; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextBackground=0x7f030079; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int editTextColor=0x7f03007a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int editTextStyle=0x7f03007b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int elevation=0x7f03007c; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int errorEnabled=0x7f03007d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int errorTextAppearance=0x7f03007e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f03007f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int expanded=0x7f030080; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int expandedTitleGravity=0x7f030081; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMargin=0x7f030082; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginBottom=0x7f030083; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginEnd=0x7f030084; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginStart=0x7f030085; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int expandedTitleMarginTop=0x7f030086; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int expandedTitleTextAppearance=0x7f030087; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ */ + public static final int fabSize=0x7f030088; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int fastScrollEnabled=0x7f030089; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalThumbDrawable=0x7f03008a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollHorizontalTrackDrawable=0x7f03008b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalThumbDrawable=0x7f03008c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fastScrollVerticalTrackDrawable=0x7f03008d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int font=0x7f03008e; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontFamily=0x7f03008f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderAuthority=0x7f030090; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int fontProviderCerts=0x7f030091; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1
blocking0
+ */ + public static final int fontProviderFetchStrategy=0x7f030092; + /** + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffff
+ */ + public static final int fontProviderFetchTimeout=0x7f030093; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderPackage=0x7f030094; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderQuery=0x7f030095; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ */ + public static final int fontStyle=0x7f030096; + /** + *

May be an integer value, such as "100". + */ + public static final int fontWeight=0x7f030097; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int foregroundInsidePadding=0x7f030098; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int gapBetweenBars=0x7f030099; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int goIcon=0x7f03009a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int headerLayout=0x7f03009b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int height=0x7f03009c; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hideOnContentScroll=0x7f03009d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintAnimationEnabled=0x7f03009e; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hintEnabled=0x7f03009f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int hintTextAppearance=0x7f0300a0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeAsUpIndicator=0x7f0300a1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int homeLayout=0x7f0300a2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int icon=0x7f0300a3; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int iconTint=0x7f0300a4; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int iconTintMode=0x7f0300a5; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int iconifiedByDefault=0x7f0300a6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int imageButtonStyle=0x7f0300a7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int indeterminateProgressStyle=0x7f0300a8; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f0300a9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int insetForeground=0x7f0300aa; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int isLightTheme=0x7f0300ab; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemBackground=0x7f0300ac; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemIconTint=0x7f0300ad; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemPadding=0x7f0300ae; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int itemTextAppearance=0x7f0300af; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int itemTextColor=0x7f0300b0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int keylines=0x7f0300b1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout=0x7f0300b2; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layoutManager=0x7f0300b3; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_anchor=0x7f0300b4; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ */ + public static final int layout_anchorGravity=0x7f0300b5; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layout_behavior=0x7f0300b6; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ */ + public static final int layout_collapseMode=0x7f0300b7; + /** + *

May be a floating point value, such as "1.2". + */ + public static final int layout_collapseParallaxMultiplier=0x7f0300b8; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77
bottom50
end800005
left3
none0
right3
start800003
top30
+ */ + public static final int layout_dodgeInsetEdges=0x7f0300b9; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
end800005
left3
none0
right3
start800003
top30
+ */ + public static final int layout_insetEdge=0x7f0300ba; + /** + *

May be an integer value, such as "100". + */ + public static final int layout_keyline=0x7f0300bb; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
+ */ + public static final int layout_scrollFlags=0x7f0300bc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int layout_scrollInterpolator=0x7f0300bd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listChoiceBackgroundIndicator=0x7f0300be; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listDividerAlertDialog=0x7f0300bf; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listItemLayout=0x7f0300c0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listLayout=0x7f0300c1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listMenuViewStyle=0x7f0300c2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int listPopupWindowStyle=0x7f0300c3; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeight=0x7f0300c4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightLarge=0x7f0300c5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightSmall=0x7f0300c6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingLeft=0x7f0300c7; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingRight=0x7f0300c8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int logo=0x7f0300c9; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int logoDescription=0x7f0300ca; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxActionInlineWidth=0x7f0300cb; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxButtonHeight=0x7f0300cc; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int measureWithLargestChild=0x7f0300cd; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int menu=0x7f0300ce; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int multiChoiceItemLayout=0x7f0300cf; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f0300d0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int navigationIcon=0x7f0300d1; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ */ + public static final int navigationMode=0x7f0300d2; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ */ + public static final int numericModifiers=0x7f0300d3; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int overlapAnchor=0x7f0300d4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingBottomNoButtons=0x7f0300d5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingEnd=0x7f0300d6; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingStart=0x7f0300d7; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingTopNoTitle=0x7f0300d8; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelBackground=0x7f0300d9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int panelMenuListTheme=0x7f0300da; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int panelMenuListWidth=0x7f0300db; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int passwordToggleContentDescription=0x7f0300dc; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int passwordToggleDrawable=0x7f0300dd; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int passwordToggleEnabled=0x7f0300de; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int passwordToggleTint=0x7f0300df; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int passwordToggleTintMode=0x7f0300e0; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupMenuStyle=0x7f0300e1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupTheme=0x7f0300e2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int popupWindowStyle=0x7f0300e3; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int preserveIconSpacing=0x7f0300e4; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int pressedTranslationZ=0x7f0300e5; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int progressBarPadding=0x7f0300e6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int progressBarStyle=0x7f0300e7; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int queryBackground=0x7f0300e8; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f0300e9; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int radioButtonStyle=0x7f0300ea; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyle=0x7f0300eb; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleIndicator=0x7f0300ec; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int ratingBarStyleSmall=0x7f0300ed; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int reverseLayout=0x7f0300ee; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int rippleColor=0x7f0300ef; + /** + *

May be an integer value, such as "100". + */ + public static final int scrimAnimationDuration=0x7f0300f0; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int scrimVisibleHeightTrigger=0x7f0300f1; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchHintIcon=0x7f0300f2; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchIcon=0x7f0300f3; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int searchViewStyle=0x7f0300f4; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int seekBarStyle=0x7f0300f5; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackground=0x7f0300f6; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int selectableItemBackgroundBorderless=0x7f0300f7; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2
collapseActionView8
ifRoom1
never0
withText4
+ */ + public static final int showAsAction=0x7f0300f8; + /** + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ */ + public static final int showDividers=0x7f0300f9; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showText=0x7f0300fa; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int showTitle=0x7f0300fb; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int singleChoiceItemLayout=0x7f0300fc; + /** + *

May be an integer value, such as "100". + */ + public static final int spanCount=0x7f0300fd; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int spinBars=0x7f0300fe; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerDropDownItemStyle=0x7f0300ff; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int spinnerStyle=0x7f030100; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int splitTrack=0x7f030101; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int srcCompat=0x7f030102; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int stackFromEnd=0x7f030103; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_above_anchor=0x7f030104; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsed=0x7f030105; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_collapsible=0x7f030106; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int statusBarBackground=0x7f030107; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int statusBarScrim=0x7f030108; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subMenuArrow=0x7f030109; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int submitBackground=0x7f03010a; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f03010b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextAppearance=0x7f03010c; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int subtitleTextColor=0x7f03010d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int subtitleTextStyle=0x7f03010e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int suggestionRowLayout=0x7f03010f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchMinWidth=0x7f030110; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchPadding=0x7f030111; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchStyle=0x7f030112; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int switchTextAppearance=0x7f030113; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabBackground=0x7f030114; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabContentStart=0x7f030115; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ */ + public static final int tabGravity=0x7f030116; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabIndicatorColor=0x7f030117; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabIndicatorHeight=0x7f030118; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMaxWidth=0x7f030119; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabMinWidth=0x7f03011a; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ */ + public static final int tabMode=0x7f03011b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPadding=0x7f03011c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingBottom=0x7f03011d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingEnd=0x7f03011e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingStart=0x7f03011f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int tabPaddingTop=0x7f030120; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabSelectedTextColor=0x7f030121; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tabTextAppearance=0x7f030122; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tabTextColor=0x7f030123; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int textAllCaps=0x7f030124; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceLargePopupMenu=0x7f030125; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItem=0x7f030126; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSecondary=0x7f030127; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceListItemSmall=0x7f030128; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearancePopupMenuHeader=0x7f030129; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f03012a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSearchResultTitle=0x7f03012b; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f03012c; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f03012d; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorError=0x7f03012e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f03012f; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int theme=0x7f030130; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thickness=0x7f030131; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thumbTextPadding=0x7f030132; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int thumbTint=0x7f030133; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int thumbTintMode=0x7f030134; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tickMark=0x7f030135; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tickMarkTint=0x7f030136; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int tickMarkTintMode=0x7f030137; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tint=0x7f030138; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int tintMode=0x7f030139; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f03013a; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int titleEnabled=0x7f03013b; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargin=0x7f03013c; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginBottom=0x7f03013d; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginEnd=0x7f03013e; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginStart=0x7f03013f; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginTop=0x7f030140; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargins=0x7f030141; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextAppearance=0x7f030142; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int titleTextColor=0x7f030143; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int titleTextStyle=0x7f030144; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarId=0x7f030145; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarNavigationButtonStyle=0x7f030146; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int toolbarStyle=0x7f030147; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int tooltipForegroundColor=0x7f030148; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int tooltipFrameBackground=0x7f030149; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int tooltipText=0x7f03014a; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int track=0x7f03014b; + /** + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + */ + public static final int trackTint=0x7f03014c; + /** + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int trackTintMode=0x7f03014d; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int useCompatPadding=0x7f03014e; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + */ + public static final int voiceIcon=0x7f03014f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBar=0x7f030150; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBarOverlay=0x7f030151; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionModeOverlay=0x7f030152; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMajor=0x7f030153; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMinor=0x7f030154; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMajor=0x7f030155; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMinor=0x7f030156; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMajor=0x7f030157; + /** + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMinor=0x7f030158; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowNoTitle=0x7f030159; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f040000; + public static final int abc_allow_stacked_button_bar=0x7f040001; + public static final int abc_config_actionMenuItemAllCaps=0x7f040002; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f040003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f040004; + } + public static final class color { + public static final int Black=0x7f050000; + public static final int abc_background_cache_hint_selector_material_dark=0x7f050001; + public static final int abc_background_cache_hint_selector_material_light=0x7f050002; + public static final int abc_btn_colored_borderless_text_material=0x7f050003; + public static final int abc_btn_colored_text_material=0x7f050004; + public static final int abc_color_highlight_material=0x7f050005; + public static final int abc_hint_foreground_material_dark=0x7f050006; + public static final int abc_hint_foreground_material_light=0x7f050007; + public static final int abc_input_method_navigation_guard=0x7f050008; + public static final int abc_primary_text_disable_only_material_dark=0x7f050009; + public static final int abc_primary_text_disable_only_material_light=0x7f05000a; + public static final int abc_primary_text_material_dark=0x7f05000b; + public static final int abc_primary_text_material_light=0x7f05000c; + public static final int abc_search_url_text=0x7f05000d; + public static final int abc_search_url_text_normal=0x7f05000e; + public static final int abc_search_url_text_pressed=0x7f05000f; + public static final int abc_search_url_text_selected=0x7f050010; + public static final int abc_secondary_text_material_dark=0x7f050011; + public static final int abc_secondary_text_material_light=0x7f050012; + public static final int abc_tint_btn_checkable=0x7f050013; + public static final int abc_tint_default=0x7f050014; + public static final int abc_tint_edittext=0x7f050015; + public static final int abc_tint_seek_thumb=0x7f050016; + public static final int abc_tint_spinner=0x7f050017; + public static final int abc_tint_switch_track=0x7f050018; + public static final int accent_material_dark=0x7f050019; + public static final int accent_material_light=0x7f05001a; + public static final int background_floating_material_dark=0x7f05001b; + public static final int background_floating_material_light=0x7f05001c; + public static final int background_material_dark=0x7f05001d; + public static final int background_material_light=0x7f05001e; + public static final int blue=0x7f05001f; + public static final int bright_foreground_disabled_material_dark=0x7f050020; + public static final int bright_foreground_disabled_material_light=0x7f050021; + public static final int bright_foreground_inverse_material_dark=0x7f050022; + public static final int bright_foreground_inverse_material_light=0x7f050023; + public static final int bright_foreground_material_dark=0x7f050024; + public static final int bright_foreground_material_light=0x7f050025; + public static final int button_material_dark=0x7f050026; + public static final int button_material_light=0x7f050027; + public static final int colorAccent=0x7f050028; + public static final int colorPrimary=0x7f050029; + public static final int colorPrimaryDark=0x7f05002a; + public static final int color_gray_d9d9d9=0x7f05002b; + public static final int color_grey_888888=0x7f05002c; + public static final int design_bottom_navigation_shadow_color=0x7f05002d; + public static final int design_error=0x7f05002e; + public static final int design_fab_shadow_end_color=0x7f05002f; + public static final int design_fab_shadow_mid_color=0x7f050030; + public static final int design_fab_shadow_start_color=0x7f050031; + public static final int design_fab_stroke_end_inner_color=0x7f050032; + public static final int design_fab_stroke_end_outer_color=0x7f050033; + public static final int design_fab_stroke_top_inner_color=0x7f050034; + public static final int design_fab_stroke_top_outer_color=0x7f050035; + public static final int design_snackbar_background_color=0x7f050036; + public static final int design_tint_password_toggle=0x7f050037; + public static final int dim_foreground_disabled_material_dark=0x7f050038; + public static final int dim_foreground_disabled_material_light=0x7f050039; + public static final int dim_foreground_material_dark=0x7f05003a; + public static final int dim_foreground_material_light=0x7f05003b; + public static final int error_color_material=0x7f05003c; + public static final int foreground_material_dark=0x7f05003d; + public static final int foreground_material_light=0x7f05003e; + public static final int gold=0x7f05003f; + public static final int highlighted_text_material_dark=0x7f050040; + public static final int highlighted_text_material_light=0x7f050041; + public static final int hui=0x7f050042; + public static final int material_blue_grey_800=0x7f050043; + public static final int material_blue_grey_900=0x7f050044; + public static final int material_blue_grey_950=0x7f050045; + public static final int material_deep_teal_200=0x7f050046; + public static final int material_deep_teal_500=0x7f050047; + public static final int material_grey_100=0x7f050048; + public static final int material_grey_300=0x7f050049; + public static final int material_grey_50=0x7f05004a; + public static final int material_grey_600=0x7f05004b; + public static final int material_grey_800=0x7f05004c; + public static final int material_grey_850=0x7f05004d; + public static final int material_grey_900=0x7f05004e; + public static final int notification_action_color_filter=0x7f05004f; + public static final int notification_icon_bg_color=0x7f050050; + public static final int notification_material_background_media_default_color=0x7f050051; + public static final int primary_dark_material_dark=0x7f050052; + public static final int primary_dark_material_light=0x7f050053; + public static final int primary_material_dark=0x7f050054; + public static final int primary_material_light=0x7f050055; + public static final int primary_text_default_material_dark=0x7f050056; + public static final int primary_text_default_material_light=0x7f050057; + public static final int primary_text_disabled_material_dark=0x7f050058; + public static final int primary_text_disabled_material_light=0x7f050059; + public static final int ripple_material_dark=0x7f05005a; + public static final int ripple_material_light=0x7f05005b; + public static final int secondary_text_default_material_dark=0x7f05005c; + public static final int secondary_text_default_material_light=0x7f05005d; + public static final int secondary_text_disabled_material_dark=0x7f05005e; + public static final int secondary_text_disabled_material_light=0x7f05005f; + public static final int switch_thumb_disabled_material_dark=0x7f050060; + public static final int switch_thumb_disabled_material_light=0x7f050061; + public static final int switch_thumb_material_dark=0x7f050062; + public static final int switch_thumb_material_light=0x7f050063; + public static final int switch_thumb_normal_material_dark=0x7f050064; + public static final int switch_thumb_normal_material_light=0x7f050065; + public static final int system_text_color_11=0x7f050066; + public static final int system_text_color_22=0x7f050067; + public static final int tooltip_background_dark=0x7f050068; + public static final int tooltip_background_light=0x7f050069; + public static final int white=0x7f05006a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f060000; + public static final int abc_action_bar_content_inset_with_nav=0x7f060001; + public static final int abc_action_bar_default_height_material=0x7f060002; + public static final int abc_action_bar_default_padding_end_material=0x7f060003; + public static final int abc_action_bar_default_padding_start_material=0x7f060004; + public static final int abc_action_bar_elevation_material=0x7f060005; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f060006; + public static final int abc_action_bar_overflow_padding_end_material=0x7f060007; + public static final int abc_action_bar_overflow_padding_start_material=0x7f060008; + public static final int abc_action_bar_progress_bar_size=0x7f060009; + public static final int abc_action_bar_stacked_max_height=0x7f06000a; + public static final int abc_action_bar_stacked_tab_max_width=0x7f06000b; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f06000c; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f06000d; + public static final int abc_action_button_min_height_material=0x7f06000e; + public static final int abc_action_button_min_width_material=0x7f06000f; + public static final int abc_action_button_min_width_overflow_material=0x7f060010; + public static final int abc_alert_dialog_button_bar_height=0x7f060011; + public static final int abc_button_inset_horizontal_material=0x7f060012; + public static final int abc_button_inset_vertical_material=0x7f060013; + public static final int abc_button_padding_horizontal_material=0x7f060014; + public static final int abc_button_padding_vertical_material=0x7f060015; + public static final int abc_cascading_menus_min_smallest_width=0x7f060016; + public static final int abc_config_prefDialogWidth=0x7f060017; + public static final int abc_control_corner_material=0x7f060018; + public static final int abc_control_inset_material=0x7f060019; + public static final int abc_control_padding_material=0x7f06001a; + public static final int abc_dialog_fixed_height_major=0x7f06001b; + public static final int abc_dialog_fixed_height_minor=0x7f06001c; + public static final int abc_dialog_fixed_width_major=0x7f06001d; + public static final int abc_dialog_fixed_width_minor=0x7f06001e; + public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f06001f; + public static final int abc_dialog_list_padding_top_no_title=0x7f060020; + public static final int abc_dialog_min_width_major=0x7f060021; + public static final int abc_dialog_min_width_minor=0x7f060022; + public static final int abc_dialog_padding_material=0x7f060023; + public static final int abc_dialog_padding_top_material=0x7f060024; + public static final int abc_dialog_title_divider_material=0x7f060025; + public static final int abc_disabled_alpha_material_dark=0x7f060026; + public static final int abc_disabled_alpha_material_light=0x7f060027; + public static final int abc_dropdownitem_icon_width=0x7f060028; + public static final int abc_dropdownitem_text_padding_left=0x7f060029; + public static final int abc_dropdownitem_text_padding_right=0x7f06002a; + public static final int abc_edit_text_inset_bottom_material=0x7f06002b; + public static final int abc_edit_text_inset_horizontal_material=0x7f06002c; + public static final int abc_edit_text_inset_top_material=0x7f06002d; + public static final int abc_floating_window_z=0x7f06002e; + public static final int abc_list_item_padding_horizontal_material=0x7f06002f; + public static final int abc_panel_menu_list_width=0x7f060030; + public static final int abc_progress_bar_height_material=0x7f060031; + public static final int abc_search_view_preferred_height=0x7f060032; + public static final int abc_search_view_preferred_width=0x7f060033; + public static final int abc_seekbar_track_background_height_material=0x7f060034; + public static final int abc_seekbar_track_progress_height_material=0x7f060035; + public static final int abc_select_dialog_padding_start_material=0x7f060036; + public static final int abc_switch_padding=0x7f060037; + public static final int abc_text_size_body_1_material=0x7f060038; + public static final int abc_text_size_body_2_material=0x7f060039; + public static final int abc_text_size_button_material=0x7f06003a; + public static final int abc_text_size_caption_material=0x7f06003b; + public static final int abc_text_size_display_1_material=0x7f06003c; + public static final int abc_text_size_display_2_material=0x7f06003d; + public static final int abc_text_size_display_3_material=0x7f06003e; + public static final int abc_text_size_display_4_material=0x7f06003f; + public static final int abc_text_size_headline_material=0x7f060040; + public static final int abc_text_size_large_material=0x7f060041; + public static final int abc_text_size_medium_material=0x7f060042; + public static final int abc_text_size_menu_header_material=0x7f060043; + public static final int abc_text_size_menu_material=0x7f060044; + public static final int abc_text_size_small_material=0x7f060045; + public static final int abc_text_size_subhead_material=0x7f060046; + public static final int abc_text_size_subtitle_material_toolbar=0x7f060047; + public static final int abc_text_size_title_material=0x7f060048; + public static final int abc_text_size_title_material_toolbar=0x7f060049; + public static final int activity_horizontal_margin=0x7f06004a; + public static final int activity_vertical_margin=0x7f06004b; + public static final int compat_button_inset_horizontal_material=0x7f06004c; + public static final int compat_button_inset_vertical_material=0x7f06004d; + public static final int compat_button_padding_horizontal_material=0x7f06004e; + public static final int compat_button_padding_vertical_material=0x7f06004f; + public static final int compat_control_corner_material=0x7f060050; + public static final int design_appbar_elevation=0x7f060051; + public static final int design_bottom_navigation_active_item_max_width=0x7f060052; + public static final int design_bottom_navigation_active_text_size=0x7f060053; + public static final int design_bottom_navigation_elevation=0x7f060054; + public static final int design_bottom_navigation_height=0x7f060055; + public static final int design_bottom_navigation_item_max_width=0x7f060056; + public static final int design_bottom_navigation_item_min_width=0x7f060057; + public static final int design_bottom_navigation_margin=0x7f060058; + public static final int design_bottom_navigation_shadow_height=0x7f060059; + public static final int design_bottom_navigation_text_size=0x7f06005a; + public static final int design_bottom_sheet_modal_elevation=0x7f06005b; + public static final int design_bottom_sheet_peek_height_min=0x7f06005c; + public static final int design_fab_border_width=0x7f06005d; + public static final int design_fab_elevation=0x7f06005e; + public static final int design_fab_image_size=0x7f06005f; + public static final int design_fab_size_mini=0x7f060060; + public static final int design_fab_size_normal=0x7f060061; + public static final int design_fab_translation_z_pressed=0x7f060062; + public static final int design_navigation_elevation=0x7f060063; + public static final int design_navigation_icon_padding=0x7f060064; + public static final int design_navigation_icon_size=0x7f060065; + public static final int design_navigation_max_width=0x7f060066; + public static final int design_navigation_padding_bottom=0x7f060067; + public static final int design_navigation_separator_vertical_padding=0x7f060068; + public static final int design_snackbar_action_inline_max_width=0x7f060069; + public static final int design_snackbar_background_corner_radius=0x7f06006a; + public static final int design_snackbar_elevation=0x7f06006b; + public static final int design_snackbar_extra_spacing_horizontal=0x7f06006c; + public static final int design_snackbar_max_width=0x7f06006d; + public static final int design_snackbar_min_width=0x7f06006e; + public static final int design_snackbar_padding_horizontal=0x7f06006f; + public static final int design_snackbar_padding_vertical=0x7f060070; + public static final int design_snackbar_padding_vertical_2lines=0x7f060071; + public static final int design_snackbar_text_size=0x7f060072; + public static final int design_tab_max_width=0x7f060073; + public static final int design_tab_scrollable_min_width=0x7f060074; + public static final int design_tab_text_size=0x7f060075; + public static final int design_tab_text_size_2line=0x7f060076; + public static final int disabled_alpha_material_dark=0x7f060077; + public static final int disabled_alpha_material_light=0x7f060078; + public static final int fastscroll_default_thickness=0x7f060079; + public static final int fastscroll_margin=0x7f06007a; + public static final int fastscroll_minimum_range=0x7f06007b; + public static final int highlight_alpha_material_colored=0x7f06007c; + public static final int highlight_alpha_material_dark=0x7f06007d; + public static final int highlight_alpha_material_light=0x7f06007e; + public static final int hint_alpha_material_dark=0x7f06007f; + public static final int hint_alpha_material_light=0x7f060080; + public static final int hint_pressed_alpha_material_dark=0x7f060081; + public static final int hint_pressed_alpha_material_light=0x7f060082; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060083; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060084; + public static final int item_touch_helper_swipe_escape_velocity=0x7f060085; + public static final int notification_action_icon_size=0x7f060086; + public static final int notification_action_text_size=0x7f060087; + public static final int notification_big_circle_margin=0x7f060088; + public static final int notification_content_margin_start=0x7f060089; + public static final int notification_large_icon_height=0x7f06008a; + public static final int notification_large_icon_width=0x7f06008b; + public static final int notification_main_column_padding_top=0x7f06008c; + public static final int notification_media_narrow_margin=0x7f06008d; + public static final int notification_right_icon_size=0x7f06008e; + public static final int notification_right_side_padding_top=0x7f06008f; + public static final int notification_small_icon_background_padding=0x7f060090; + public static final int notification_small_icon_size_as_large=0x7f060091; + public static final int notification_subtext_size=0x7f060092; + public static final int notification_top_pad=0x7f060093; + public static final int notification_top_pad_large_text=0x7f060094; + public static final int tooltip_corner_radius=0x7f060095; + public static final int tooltip_horizontal_padding=0x7f060096; + public static final int tooltip_margin=0x7f060097; + public static final int tooltip_precise_anchor_extra_offset=0x7f060098; + public static final int tooltip_precise_anchor_threshold=0x7f060099; + public static final int tooltip_vertical_padding=0x7f06009a; + public static final int tooltip_y_offset_non_touch=0x7f06009b; + public static final int tooltip_y_offset_touch=0x7f06009c; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f070006; + public static final int abc_action_bar_item_background_material=0x7f070007; + public static final int abc_btn_borderless_material=0x7f070008; + public static final int abc_btn_check_material=0x7f070009; + public static final int abc_btn_check_to_on_mtrl_000=0x7f07000a; + public static final int abc_btn_check_to_on_mtrl_015=0x7f07000b; + public static final int abc_btn_colored_material=0x7f07000c; + public static final int abc_btn_default_mtrl_shape=0x7f07000d; + public static final int abc_btn_radio_material=0x7f07000e; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f07000f; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f070010; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f070011; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f070012; + public static final int abc_cab_background_internal_bg=0x7f070013; + public static final int abc_cab_background_top_material=0x7f070014; + public static final int abc_cab_background_top_mtrl_alpha=0x7f070015; + public static final int abc_control_background_material=0x7f070016; + public static final int abc_dialog_material_background=0x7f070017; + public static final int abc_edit_text_material=0x7f070018; + public static final int abc_ic_ab_back_material=0x7f070019; + public static final int abc_ic_arrow_drop_right_black_24dp=0x7f07001a; + public static final int abc_ic_clear_material=0x7f07001b; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f07001c; + public static final int abc_ic_go_search_api_material=0x7f07001d; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f07001e; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f07001f; + public static final int abc_ic_menu_overflow_material=0x7f070020; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f070021; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f070022; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f070023; + public static final int abc_ic_search_api_material=0x7f070024; + public static final int abc_ic_star_black_16dp=0x7f070025; + public static final int abc_ic_star_black_36dp=0x7f070026; + public static final int abc_ic_star_black_48dp=0x7f070027; + public static final int abc_ic_star_half_black_16dp=0x7f070028; + public static final int abc_ic_star_half_black_36dp=0x7f070029; + public static final int abc_ic_star_half_black_48dp=0x7f07002a; + public static final int abc_ic_voice_search_api_material=0x7f07002b; + public static final int abc_item_background_holo_dark=0x7f07002c; + public static final int abc_item_background_holo_light=0x7f07002d; + public static final int abc_list_divider_mtrl_alpha=0x7f07002e; + public static final int abc_list_focused_holo=0x7f07002f; + public static final int abc_list_longpressed_holo=0x7f070030; + public static final int abc_list_pressed_holo_dark=0x7f070031; + public static final int abc_list_pressed_holo_light=0x7f070032; + public static final int abc_list_selector_background_transition_holo_dark=0x7f070033; + public static final int abc_list_selector_background_transition_holo_light=0x7f070034; + public static final int abc_list_selector_disabled_holo_dark=0x7f070035; + public static final int abc_list_selector_disabled_holo_light=0x7f070036; + public static final int abc_list_selector_holo_dark=0x7f070037; + public static final int abc_list_selector_holo_light=0x7f070038; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f070039; + public static final int abc_popup_background_mtrl_mult=0x7f07003a; + public static final int abc_ratingbar_indicator_material=0x7f07003b; + public static final int abc_ratingbar_material=0x7f07003c; + public static final int abc_ratingbar_small_material=0x7f07003d; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f07003e; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f07003f; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f070040; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f070041; + public static final int abc_scrubber_track_mtrl_alpha=0x7f070042; + public static final int abc_seekbar_thumb_material=0x7f070043; + public static final int abc_seekbar_tick_mark_material=0x7f070044; + public static final int abc_seekbar_track_material=0x7f070045; + public static final int abc_spinner_mtrl_am_alpha=0x7f070046; + public static final int abc_spinner_textfield_background_material=0x7f070047; + public static final int abc_switch_thumb_material=0x7f070048; + public static final int abc_switch_track_mtrl_alpha=0x7f070049; + public static final int abc_tab_indicator_material=0x7f07004a; + public static final int abc_tab_indicator_mtrl_alpha=0x7f07004b; + public static final int abc_text_cursor_material=0x7f07004c; + public static final int abc_text_select_handle_left_mtrl_dark=0x7f07004d; + public static final int abc_text_select_handle_left_mtrl_light=0x7f07004e; + public static final int abc_text_select_handle_middle_mtrl_dark=0x7f07004f; + public static final int abc_text_select_handle_middle_mtrl_light=0x7f070050; + public static final int abc_text_select_handle_right_mtrl_dark=0x7f070051; + public static final int abc_text_select_handle_right_mtrl_light=0x7f070052; + public static final int abc_textfield_activated_mtrl_alpha=0x7f070053; + public static final int abc_textfield_default_mtrl_alpha=0x7f070054; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f070055; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f070056; + public static final int abc_textfield_search_material=0x7f070057; + public static final int abc_vector_test=0x7f070058; + public static final int avd_hide_password=0x7f070059; + public static final int avd_show_password=0x7f07005a; + public static final int bg3=0x7f07005b; + public static final int design_bottom_navigation_item_background=0x7f07005c; + public static final int design_fab_background=0x7f07005d; + public static final int design_ic_visibility=0x7f07005e; + public static final int design_ic_visibility_off=0x7f07005f; + public static final int design_password_eye=0x7f070060; + public static final int design_snackbar_background=0x7f070061; + public static final int navigation_empty_icon=0x7f070062; + public static final int notification_action_background=0x7f070063; + public static final int notification_bg=0x7f070064; + public static final int notification_bg_low=0x7f070065; + public static final int notification_bg_low_normal=0x7f070066; + public static final int notification_bg_low_pressed=0x7f070067; + public static final int notification_bg_normal=0x7f070068; + public static final int notification_bg_normal_pressed=0x7f070069; + public static final int notification_icon_background=0x7f07006a; + public static final int notification_template_icon_bg=0x7f07006b; + public static final int notification_template_icon_low_bg=0x7f07006c; + public static final int notification_tile_bg=0x7f07006d; + public static final int notify_panel_notification_icon_bg=0x7f07006e; + public static final int shape_bg=0x7f07006f; + public static final int shape_fragment_toolbar=0x7f070070; + public static final int tooltip_frame_dark=0x7f070071; + public static final int tooltip_frame_light=0x7f070072; + } + public static final class id { + public static final int ALT=0x7f080000; + public static final int CTRL=0x7f080001; + public static final int FUNCTION=0x7f080002; + public static final int META=0x7f080003; + public static final int SHIFT=0x7f080004; + public static final int SYM=0x7f080005; + public static final int action0=0x7f080006; + public static final int action_bar=0x7f080007; + public static final int action_bar_activity_content=0x7f080008; + public static final int action_bar_container=0x7f080009; + public static final int action_bar_root=0x7f08000a; + public static final int action_bar_spinner=0x7f08000b; + public static final int action_bar_subtitle=0x7f08000c; + public static final int action_bar_title=0x7f08000d; + public static final int action_container=0x7f08000e; + public static final int action_context_bar=0x7f08000f; + public static final int action_divider=0x7f080010; + public static final int action_image=0x7f080011; + public static final int action_menu_divider=0x7f080012; + public static final int action_menu_presenter=0x7f080013; + public static final int action_mode_bar=0x7f080014; + public static final int action_mode_bar_stub=0x7f080015; + public static final int action_mode_close_button=0x7f080016; + public static final int action_text=0x7f080017; + public static final int actions=0x7f080018; + public static final int activity_chooser_view_content=0x7f080019; + public static final int add=0x7f08001a; + public static final int alertTitle=0x7f08001b; + public static final int all=0x7f08001c; + public static final int always=0x7f08001d; + public static final int async=0x7f08001e; + public static final int auto=0x7f08001f; + public static final int beginning=0x7f080020; + public static final int blocking=0x7f080021; + public static final int bottom=0x7f080022; + public static final int btn_left=0x7f080023; + public static final int btn_logout=0x7f080024; + public static final int btn_right=0x7f080025; + public static final int buttonPanel=0x7f080026; + public static final int cancel_action=0x7f080027; + public static final int center=0x7f080028; + public static final int center_horizontal=0x7f080029; + public static final int center_vertical=0x7f08002a; + public static final int checkbox=0x7f08002b; + public static final int chronometer=0x7f08002c; + public static final int clip_horizontal=0x7f08002d; + public static final int clip_vertical=0x7f08002e; + public static final int collapseActionView=0x7f08002f; + public static final int container=0x7f080030; + public static final int contentPanel=0x7f080031; + public static final int coordinator=0x7f080032; + public static final int custom=0x7f080033; + public static final int customPanel=0x7f080034; + public static final int decor_content_parent=0x7f080035; + public static final int default_activity_button=0x7f080036; + public static final int design_bottom_sheet=0x7f080037; + public static final int design_menu_item_action_area=0x7f080038; + public static final int design_menu_item_action_area_stub=0x7f080039; + public static final int design_menu_item_text=0x7f08003a; + public static final int design_navigation_view=0x7f08003b; + public static final int disableHome=0x7f08003c; + public static final int edit_query=0x7f08003d; + public static final int email=0x7f08003e; + public static final int email_cancel=0x7f08003f; + public static final int email_login_form=0x7f080040; + public static final int email_register_button=0x7f080041; + public static final int email_resetting_button=0x7f080042; + public static final int email_sign_in_button=0x7f080043; + public static final int end=0x7f080044; + public static final int end_padder=0x7f080045; + public static final int enterAlways=0x7f080046; + public static final int enterAlwaysCollapsed=0x7f080047; + public static final int exitUntilCollapsed=0x7f080048; + public static final int expand_activities_button=0x7f080049; + public static final int expanded_menu=0x7f08004a; + public static final int fill=0x7f08004b; + public static final int fill_horizontal=0x7f08004c; + public static final int fill_vertical=0x7f08004d; + public static final int fixed=0x7f08004e; + public static final int footer_tab=0x7f08004f; + public static final int forever=0x7f080050; + public static final int four_tips1=0x7f080051; + public static final int four_tips11=0x7f080052; + public static final int four_tips12=0x7f080053; + public static final int four_tips13=0x7f080054; + public static final int four_tips2=0x7f080055; + public static final int four_tips3=0x7f080056; + public static final int four_title=0x7f080057; + public static final int four_title1=0x7f080058; + public static final int fragment_container=0x7f080059; + public static final int ghost_view=0x7f08005a; + public static final int home=0x7f08005b; + public static final int homeAsUp=0x7f08005c; + public static final int icon=0x7f08005d; + public static final int icon_group=0x7f08005e; + public static final int ifRoom=0x7f08005f; + public static final int image=0x7f080060; + public static final int info=0x7f080061; + public static final int italic=0x7f080062; + public static final int item_touch_helper_previous_elevation=0x7f080063; + public static final int largeLabel=0x7f080064; + public static final int layout_four=0x7f080065; + public static final int layout_four1=0x7f080066; + public static final int layout_left=0x7f080067; + public static final int layout_one=0x7f080068; + public static final int layout_right=0x7f080069; + public static final int layout_three=0x7f08006a; + public static final int layout_two=0x7f08006b; + public static final int left=0x7f08006c; + public static final int line1=0x7f08006d; + public static final int line3=0x7f08006e; + public static final int listMode=0x7f08006f; + public static final int list_item=0x7f080070; + public static final int login_form=0x7f080071; + public static final int login_progress=0x7f080072; + public static final int masked=0x7f080073; + public static final int media_actions=0x7f080074; + public static final int message=0x7f080075; + public static final int middle=0x7f080076; + public static final int mini=0x7f080077; + public static final int multiply=0x7f080078; + public static final int navigation_header_container=0x7f080079; + public static final int never=0x7f08007a; + public static final int none=0x7f08007b; + public static final int normal=0x7f08007c; + public static final int notification_background=0x7f08007d; + public static final int notification_main_column=0x7f08007e; + public static final int notification_main_column_container=0x7f08007f; + public static final int one_tips1=0x7f080080; + public static final int one_tips2=0x7f080081; + public static final int one_tips3=0x7f080082; + public static final int one_title=0x7f080083; + public static final int parallax=0x7f080084; + public static final int parentPanel=0x7f080085; + public static final int parent_matrix=0x7f080086; + public static final int password=0x7f080087; + public static final int password_again=0x7f080088; + public static final int pin=0x7f080089; + public static final int profile=0x7f08008a; + public static final int progress_circular=0x7f08008b; + public static final int progress_horizontal=0x7f08008c; + public static final int radio=0x7f08008d; + public static final int right=0x7f08008e; + public static final int right_icon=0x7f08008f; + public static final int right_side=0x7f080090; + public static final int save_image_matrix=0x7f080091; + public static final int save_non_transition_alpha=0x7f080092; + public static final int save_scale_type=0x7f080093; + public static final int screen=0x7f080094; + public static final int scroll=0x7f080095; + public static final int scrollIndicatorDown=0x7f080096; + public static final int scrollIndicatorUp=0x7f080097; + public static final int scrollView=0x7f080098; + public static final int scrollable=0x7f080099; + public static final int search_badge=0x7f08009a; + public static final int search_bar=0x7f08009b; + public static final int search_button=0x7f08009c; + public static final int search_close_btn=0x7f08009d; + public static final int search_edit_frame=0x7f08009e; + public static final int search_go_btn=0x7f08009f; + public static final int search_mag_icon=0x7f0800a0; + public static final int search_plate=0x7f0800a1; + public static final int search_src_text=0x7f0800a2; + public static final int search_voice_btn=0x7f0800a3; + public static final int select_dialog_listview=0x7f0800a4; + public static final int shortcut=0x7f0800a5; + public static final int showCustom=0x7f0800a6; + public static final int showHome=0x7f0800a7; + public static final int showTitle=0x7f0800a8; + public static final int smallLabel=0x7f0800a9; + public static final int snackbar_action=0x7f0800aa; + public static final int snackbar_text=0x7f0800ab; + public static final int snap=0x7f0800ac; + public static final int spacer=0x7f0800ad; + public static final int split_action_bar=0x7f0800ae; + public static final int src_atop=0x7f0800af; + public static final int src_in=0x7f0800b0; + public static final int src_over=0x7f0800b1; + public static final int start=0x7f0800b2; + public static final int status_bar_latest_event_content=0x7f0800b3; + public static final int submenuarrow=0x7f0800b4; + public static final int submit_area=0x7f0800b5; + public static final int tabMode=0x7f0800b6; + public static final int tab_four_iv=0x7f0800b7; + public static final int tab_four_tv=0x7f0800b8; + public static final int tab_fourbg=0x7f0800b9; + public static final int tab_layout=0x7f0800ba; + public static final int tab_one_iv=0x7f0800bb; + public static final int tab_one_tv=0x7f0800bc; + public static final int tab_onebg=0x7f0800bd; + public static final int tab_three_iv=0x7f0800be; + public static final int tab_three_tv=0x7f0800bf; + public static final int tab_threebg=0x7f0800c0; + public static final int tab_two_iv=0x7f0800c1; + public static final int tab_two_tv=0x7f0800c2; + public static final int tab_twobg=0x7f0800c3; + public static final int text=0x7f0800c4; + public static final int text2=0x7f0800c5; + public static final int textSpacerNoButtons=0x7f0800c6; + public static final int textSpacerNoTitle=0x7f0800c7; + public static final int text_input_password_toggle=0x7f0800c8; + public static final int textinput_counter=0x7f0800c9; + public static final int textinput_error=0x7f0800ca; + public static final int three_tips1=0x7f0800cb; + public static final int three_tips2=0x7f0800cc; + public static final int three_tips3=0x7f0800cd; + public static final int three_title=0x7f0800ce; + public static final int thumbPath=0x7f0800cf; + public static final int time=0x7f0800d0; + public static final int title=0x7f0800d1; + public static final int titleDividerNoCustom=0x7f0800d2; + public static final int title_layout=0x7f0800d3; + public static final int title_template=0x7f0800d4; + public static final int top=0x7f0800d5; + public static final int topPanel=0x7f0800d6; + public static final int touch_outside=0x7f0800d7; + public static final int transition_current_scene=0x7f0800d8; + public static final int transition_layout_save=0x7f0800d9; + public static final int transition_position=0x7f0800da; + public static final int transition_scene_layoutid_cache=0x7f0800db; + public static final int transition_transform=0x7f0800dc; + public static final int two_tips1=0x7f0800dd; + public static final int two_tips2=0x7f0800de; + public static final int two_tips3=0x7f0800df; + public static final int two_title=0x7f0800e0; + public static final int uniform=0x7f0800e1; + public static final int up=0x7f0800e2; + public static final int useLogo=0x7f0800e3; + public static final int view_offset_helper=0x7f0800e4; + public static final int visible=0x7f0800e5; + public static final int web_view=0x7f0800e6; + public static final int withText=0x7f0800e7; + public static final int wrap_content=0x7f0800e8; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f090000; + public static final int abc_config_activityShortDur=0x7f090001; + public static final int app_bar_elevation_anim_duration=0x7f090002; + public static final int bottom_sheet_slide_duration=0x7f090003; + public static final int cancel_button_image_alpha=0x7f090004; + public static final int config_tooltipAnimTime=0x7f090005; + public static final int design_snackbar_text_max_lines=0x7f090006; + public static final int hide_password_duration=0x7f090007; + public static final int show_password_duration=0x7f090008; + public static final int status_bar_notification_info_maxnum=0x7f090009; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f0a0000; + public static final int abc_action_bar_up_container=0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout=0x7f0a0002; + public static final int abc_action_menu_item_layout=0x7f0a0003; + public static final int abc_action_menu_layout=0x7f0a0004; + public static final int abc_action_mode_bar=0x7f0a0005; + public static final int abc_action_mode_close_item_material=0x7f0a0006; + public static final int abc_activity_chooser_view=0x7f0a0007; + public static final int abc_activity_chooser_view_list_item=0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material=0x7f0a0009; + public static final int abc_alert_dialog_material=0x7f0a000a; + public static final int abc_alert_dialog_title_material=0x7f0a000b; + public static final int abc_dialog_title_material=0x7f0a000c; + public static final int abc_expanded_menu_layout=0x7f0a000d; + public static final int abc_list_menu_item_checkbox=0x7f0a000e; + public static final int abc_list_menu_item_icon=0x7f0a000f; + public static final int abc_list_menu_item_layout=0x7f0a0010; + public static final int abc_list_menu_item_radio=0x7f0a0011; + public static final int abc_popup_menu_header_item_layout=0x7f0a0012; + public static final int abc_popup_menu_item_layout=0x7f0a0013; + public static final int abc_screen_content_include=0x7f0a0014; + public static final int abc_screen_simple=0x7f0a0015; + public static final int abc_screen_simple_overlay_action_mode=0x7f0a0016; + public static final int abc_screen_toolbar=0x7f0a0017; + public static final int abc_search_dropdown_item_icons_2line=0x7f0a0018; + public static final int abc_search_view=0x7f0a0019; + public static final int abc_select_dialog_material=0x7f0a001a; + public static final int activity_register=0x7f0a001b; + public static final int activity_tab=0x7f0a001c; + public static final int activity_web_detail=0x7f0a001d; + public static final int design_bottom_navigation_item=0x7f0a001e; + public static final int design_bottom_sheet_dialog=0x7f0a001f; + public static final int design_layout_snackbar=0x7f0a0020; + public static final int design_layout_snackbar_include=0x7f0a0021; + public static final int design_layout_tab_icon=0x7f0a0022; + public static final int design_layout_tab_text=0x7f0a0023; + public static final int design_menu_item_action_area=0x7f0a0024; + public static final int design_navigation_item=0x7f0a0025; + public static final int design_navigation_item_header=0x7f0a0026; + public static final int design_navigation_item_separator=0x7f0a0027; + public static final int design_navigation_item_subheader=0x7f0a0028; + public static final int design_navigation_menu=0x7f0a0029; + public static final int design_navigation_menu_item=0x7f0a002a; + public static final int design_text_input_password_icon=0x7f0a002b; + public static final int fragment_four=0x7f0a002c; + public static final int fragment_one=0x7f0a002d; + public static final int fragment_three=0x7f0a002e; + public static final int fragment_toolbar=0x7f0a002f; + public static final int fragment_two=0x7f0a0030; + public static final int item_movie_list=0x7f0a0031; + public static final int login=0x7f0a0032; + public static final int notification_action=0x7f0a0033; + public static final int notification_action_tombstone=0x7f0a0034; + public static final int notification_media_action=0x7f0a0035; + public static final int notification_media_cancel_action=0x7f0a0036; + public static final int notification_template_big_media=0x7f0a0037; + public static final int notification_template_big_media_custom=0x7f0a0038; + public static final int notification_template_big_media_narrow=0x7f0a0039; + public static final int notification_template_big_media_narrow_custom=0x7f0a003a; + public static final int notification_template_custom_big=0x7f0a003b; + public static final int notification_template_icon_group=0x7f0a003c; + public static final int notification_template_lines_media=0x7f0a003d; + public static final int notification_template_media=0x7f0a003e; + public static final int notification_template_media_custom=0x7f0a003f; + public static final int notification_template_part_chronometer=0x7f0a0040; + public static final int notification_template_part_time=0x7f0a0041; + public static final int select_dialog_item_material=0x7f0a0042; + public static final int select_dialog_multichoice_material=0x7f0a0043; + public static final int select_dialog_singlechoice_material=0x7f0a0044; + public static final int support_simple_spinner_dropdown_item=0x7f0a0045; + public static final int tooltip=0x7f0a0046; + } + public static final class mipmap { + public static final int a1=0x7f0b0000; + public static final int a2=0x7f0b0001; + public static final int a3=0x7f0b0002; + public static final int add=0x7f0b0003; + public static final int baomihua=0x7f0b0004; + public static final int baomihua_small=0x7f0b0005; + public static final int bg=0x7f0b0006; + public static final int huamulan=0x7f0b0007; + public static final int ic_launcher=0x7f0b0008; + public static final int ic_launcher_round=0x7f0b0009; + public static final int icon_1=0x7f0b000a; + public static final int icon_arrow=0x7f0b000b; + public static final int icon_card=0x7f0b000c; + public static final int icon_food=0x7f0b000d; + public static final int icon_free=0x7f0b000e; + public static final int icon_looked=0x7f0b000f; + public static final int icon_love=0x7f0b0010; + public static final int icon_money=0x7f0b0011; + public static final int icon_movie=0x7f0b0012; + public static final int icon_my=0x7f0b0013; + public static final int icon_share=0x7f0b0014; + public static final int icon_shop=0x7f0b0015; + public static final int icon_sign=0x7f0b0016; + public static final int icon_triangle=0x7f0b0017; + public static final int icon_vip=0x7f0b0018; + public static final int item_default=0x7f0b0019; + public static final int kele=0x7f0b001a; + public static final int logo2=0x7f0b001b; + public static final int logout=0x7f0b001c; + public static final int p1=0x7f0b001d; + public static final int search=0x7f0b001e; + public static final int tab_four_normal=0x7f0b001f; + public static final int tab_four_pressed=0x7f0b0020; + public static final int tab_one_normal=0x7f0b0021; + public static final int tab_one_pressed=0x7f0b0022; + public static final int tab_three_normal=0x7f0b0023; + public static final int tab_three_pressed=0x7f0b0024; + public static final int tab_two_normal=0x7f0b0025; + public static final int tab_two_pressed=0x7f0b0026; + public static final int zhuilong=0x7f0b0027; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0c0000; + public static final int abc_action_bar_home_description_format=0x7f0c0001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f0c0002; + public static final int abc_action_bar_up_description=0x7f0c0003; + public static final int abc_action_menu_overflow_description=0x7f0c0004; + public static final int abc_action_mode_done=0x7f0c0005; + public static final int abc_activity_chooser_view_see_all=0x7f0c0006; + public static final int abc_activitychooserview_choose_application=0x7f0c0007; + public static final int abc_capital_off=0x7f0c0008; + public static final int abc_capital_on=0x7f0c0009; + public static final int abc_font_family_body_1_material=0x7f0c000a; + public static final int abc_font_family_body_2_material=0x7f0c000b; + public static final int abc_font_family_button_material=0x7f0c000c; + public static final int abc_font_family_caption_material=0x7f0c000d; + public static final int abc_font_family_display_1_material=0x7f0c000e; + public static final int abc_font_family_display_2_material=0x7f0c000f; + public static final int abc_font_family_display_3_material=0x7f0c0010; + public static final int abc_font_family_display_4_material=0x7f0c0011; + public static final int abc_font_family_headline_material=0x7f0c0012; + public static final int abc_font_family_menu_material=0x7f0c0013; + public static final int abc_font_family_subhead_material=0x7f0c0014; + public static final int abc_font_family_title_material=0x7f0c0015; + public static final int abc_search_hint=0x7f0c0016; + public static final int abc_searchview_description_clear=0x7f0c0017; + public static final int abc_searchview_description_query=0x7f0c0018; + public static final int abc_searchview_description_search=0x7f0c0019; + public static final int abc_searchview_description_submit=0x7f0c001a; + public static final int abc_searchview_description_voice=0x7f0c001b; + public static final int abc_shareactionprovider_share_with=0x7f0c001c; + public static final int abc_shareactionprovider_share_with_application=0x7f0c001d; + public static final int abc_toolbar_collapse_description=0x7f0c001e; + public static final int action_concel=0x7f0c001f; + public static final int action_register=0x7f0c0020; + public static final int action_resetting=0x7f0c0021; + public static final int action_sign_in=0x7f0c0022; + public static final int action_sign_in_short=0x7f0c0023; + public static final int app_name=0x7f0c0024; + public static final int appbar_scrolling_view_behavior=0x7f0c0025; + public static final int bottom_sheet_behavior=0x7f0c0026; + public static final int character_counter_pattern=0x7f0c0027; + public static final int password_toggle_content_description=0x7f0c0028; + public static final int path_password_eye=0x7f0c0029; + public static final int path_password_eye_mask_strike_through=0x7f0c002a; + public static final int path_password_eye_mask_visible=0x7f0c002b; + public static final int path_password_strike_through=0x7f0c002c; + public static final int prompt_email=0x7f0c002d; + public static final int prompt_password=0x7f0c002e; + public static final int prompt_password_again=0x7f0c002f; + public static final int prompt_setpassword=0x7f0c0030; + public static final int prompt_username=0x7f0c0031; + public static final int search_menu_title=0x7f0c0032; + public static final int status_bar_notification_info_overflow=0x7f0c0033; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0d0000; + public static final int AlertDialog_AppCompat_Light=0x7f0d0001; + public static final int Animation_AppCompat_Dialog=0x7f0d0002; + public static final int Animation_AppCompat_DropDownUp=0x7f0d0003; + public static final int Animation_AppCompat_Tooltip=0x7f0d0004; + public static final int Animation_Design_BottomSheetDialog=0x7f0d0005; + public static final int AppTheme=0x7f0d0006; + public static final int Base_AlertDialog_AppCompat=0x7f0d0007; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0d0008; + public static final int Base_Animation_AppCompat_Dialog=0x7f0d0009; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0d000a; + public static final int Base_Animation_AppCompat_Tooltip=0x7f0d000b; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0d000c; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0d000d; + public static final int Base_TextAppearance_AppCompat=0x7f0d000e; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0d000f; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0d0010; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d003a; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d003b; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d003c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d003d; + public static final int Base_Theme_AppCompat=0x7f0d003e; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0d003f; + public static final int Base_Theme_AppCompat_Dialog=0x7f0d0040; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0d0041; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0d0043; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0d0044; + public static final int Base_Theme_AppCompat_Light=0x7f0d0045; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0d0046; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0d0047; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d004a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0d004b; + public static final int Base_ThemeOverlay_AppCompat=0x7f0d004c; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0d004d; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0d0052; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0d0053; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0d0054; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0d0055; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0d0056; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0d0057; + public static final int Base_V14_Widget_Design_AppBarLayout=0x7f0d0058; + public static final int Base_V21_Theme_AppCompat=0x7f0d0059; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0d005a; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0d005b; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0d005c; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0d005d; + public static final int Base_V21_Widget_Design_AppBarLayout=0x7f0d005e; + public static final int Base_V22_Theme_AppCompat=0x7f0d005f; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0d0060; + public static final int Base_V23_Theme_AppCompat=0x7f0d0061; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0d0062; + public static final int Base_V26_Theme_AppCompat=0x7f0d0063; + public static final int Base_V26_Theme_AppCompat_Light=0x7f0d0064; + public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0d0065; + public static final int Base_V26_Widget_Design_AppBarLayout=0x7f0d0066; + public static final int Base_V7_Theme_AppCompat=0x7f0d0067; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0d0068; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0d0069; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0d006a; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0d006b; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0d006c; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0d006e; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0d006f; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0d0070; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0d0077; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0d0078; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0d0079; + public static final int Base_Widget_AppCompat_Button=0x7f0d007a; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0d007b; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0d007c; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0d007f; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0d0080; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d0081; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0d0083; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0d0084; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0d0085; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0d0086; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0d0087; + public static final int Base_Widget_AppCompat_EditText=0x7f0d0088; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0d0089; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0d008a; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0d008b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0091; + public static final int Base_Widget_AppCompat_ListMenuView=0x7f0d0092; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0d0093; + public static final int Base_Widget_AppCompat_ListView=0x7f0d0094; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0d0095; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0d0096; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0d0097; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0d0098; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0d0099; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0d009a; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0d009b; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0d009c; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0d009d; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0d009e; + public static final int Base_Widget_AppCompat_SearchView=0x7f0d009f; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0d00a0; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0d00a1; + public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0d00a2; + public static final int Base_Widget_AppCompat_Spinner=0x7f0d00a3; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0d00a4; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0d00a5; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0d00a6; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d00a7; + public static final int Base_Widget_Design_AppBarLayout=0x7f0d00a8; + public static final int Base_Widget_Design_TabLayout=0x7f0d00a9; + public static final int Platform_AppCompat=0x7f0d00aa; + public static final int Platform_AppCompat_Light=0x7f0d00ab; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0d00ac; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0d00ad; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0d00ae; + public static final int Platform_V11_AppCompat=0x7f0d00af; + public static final int Platform_V11_AppCompat_Light=0x7f0d00b0; + public static final int Platform_V14_AppCompat=0x7f0d00b1; + public static final int Platform_V14_AppCompat_Light=0x7f0d00b2; + public static final int Platform_V21_AppCompat=0x7f0d00b3; + public static final int Platform_V21_AppCompat_Light=0x7f0d00b4; + public static final int Platform_V25_AppCompat=0x7f0d00b5; + public static final int Platform_V25_AppCompat_Light=0x7f0d00b6; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0d00b7; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0d00b8; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0d00b9; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0d00ba; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0d00c2; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0d00c3; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0d00c4; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0d00c5; + public static final int TextAppearance_AppCompat=0x7f0d00c6; + public static final int TextAppearance_AppCompat_Body1=0x7f0d00c7; + public static final int TextAppearance_AppCompat_Body2=0x7f0d00c8; + public static final int TextAppearance_AppCompat_Button=0x7f0d00c9; + public static final int TextAppearance_AppCompat_Caption=0x7f0d00ca; + public static final int TextAppearance_AppCompat_Display1=0x7f0d00cb; + public static final int TextAppearance_AppCompat_Display2=0x7f0d00cc; + public static final int TextAppearance_AppCompat_Display3=0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display4=0x7f0d00ce; + public static final int TextAppearance_AppCompat_Headline=0x7f0d00cf; + public static final int TextAppearance_AppCompat_Inverse=0x7f0d00d0; + public static final int TextAppearance_AppCompat_Large=0x7f0d00d1; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0d00d2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0d00d3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0d00d4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d00d6; + public static final int TextAppearance_AppCompat_Medium=0x7f0d00d7; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0d00d8; + public static final int TextAppearance_AppCompat_Menu=0x7f0d00d9; + public static final int TextAppearance_AppCompat_Notification=0x7f0d00da; + public static final int TextAppearance_AppCompat_Notification_Info=0x7f0d00db; + public static final int TextAppearance_AppCompat_Notification_Info_Media=0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification_Line2=0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Line2_Media=0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Media=0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Time=0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Time_Media=0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Title=0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Title_Media=0x7f0d00e3; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d00e4; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0d00e5; + public static final int TextAppearance_AppCompat_Small=0x7f0d00e6; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0d00e7; + public static final int TextAppearance_AppCompat_Subhead=0x7f0d00e8; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0d00e9; + public static final int TextAppearance_AppCompat_Title=0x7f0d00ea; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0d00eb; + public static final int TextAppearance_AppCompat_Tooltip=0x7f0d00ec; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d00ed; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d00ee; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d00ff; + public static final int TextAppearance_Compat_Notification=0x7f0d0100; + public static final int TextAppearance_Compat_Notification_Info=0x7f0d0101; + public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0d0102; + public static final int TextAppearance_Compat_Notification_Line2=0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Media=0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Time=0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Title=0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0d0109; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0d010a; + public static final int TextAppearance_Design_Counter=0x7f0d010b; + public static final int TextAppearance_Design_Counter_Overflow=0x7f0d010c; + public static final int TextAppearance_Design_Error=0x7f0d010d; + public static final int TextAppearance_Design_Hint=0x7f0d010e; + public static final int TextAppearance_Design_Snackbar_Message=0x7f0d010f; + public static final int TextAppearance_Design_Tab=0x7f0d0110; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d0111; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d0112; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d0113; + public static final int Theme_AppCompat=0x7f0d0114; + public static final int Theme_AppCompat_CompactMenu=0x7f0d0115; + public static final int Theme_AppCompat_DayNight=0x7f0d0116; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0d0117; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0d0118; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0d0119; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0d011a; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0d011b; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0d011c; + public static final int Theme_AppCompat_Dialog=0x7f0d011d; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0d011e; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0d011f; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0d0120; + public static final int Theme_AppCompat_Light=0x7f0d0121; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0d0122; + public static final int Theme_AppCompat_Light_Dialog=0x7f0d0123; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0d0124; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d0125; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0d0126; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0d0127; + public static final int Theme_AppCompat_NoActionBar=0x7f0d0128; + public static final int Theme_Design=0x7f0d0129; + public static final int Theme_Design_BottomSheetDialog=0x7f0d012a; + public static final int Theme_Design_Light=0x7f0d012b; + public static final int Theme_Design_Light_BottomSheetDialog=0x7f0d012c; + public static final int Theme_Design_Light_NoActionBar=0x7f0d012d; + public static final int Theme_Design_NoActionBar=0x7f0d012e; + public static final int ThemeOverlay_AppCompat=0x7f0d012f; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0d0130; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0d0131; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d0132; + public static final int ThemeOverlay_AppCompat_Dialog=0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Light=0x7f0d0135; + public static final int Widget_AppCompat_ActionBar=0x7f0d0136; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0d0137; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0d0138; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0d013a; + public static final int Widget_AppCompat_ActionButton=0x7f0d013b; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0d013c; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0d013d; + public static final int Widget_AppCompat_ActionMode=0x7f0d013e; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0d013f; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0d0140; + public static final int Widget_AppCompat_Button=0x7f0d0141; + public static final int Widget_AppCompat_Button_Borderless=0x7f0d0142; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0d0143; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d0144; + public static final int Widget_AppCompat_Button_Colored=0x7f0d0145; + public static final int Widget_AppCompat_Button_Small=0x7f0d0146; + public static final int Widget_AppCompat_ButtonBar=0x7f0d0147; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d0148; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0d014a; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0d014b; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0d014c; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0d014d; + public static final int Widget_AppCompat_EditText=0x7f0d014e; + public static final int Widget_AppCompat_ImageButton=0x7f0d014f; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0d0150; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0d0151; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0d015c; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0d015d; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0d015e; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0d015f; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0d0160; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0d0161; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0d0162; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0163; + public static final int Widget_AppCompat_Light_SearchView=0x7f0d0164; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0d0165; + public static final int Widget_AppCompat_ListMenuView=0x7f0d0166; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0d0167; + public static final int Widget_AppCompat_ListView=0x7f0d0168; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0d0169; + public static final int Widget_AppCompat_ListView_Menu=0x7f0d016a; + public static final int Widget_AppCompat_PopupMenu=0x7f0d016b; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0d016c; + public static final int Widget_AppCompat_PopupWindow=0x7f0d016d; + public static final int Widget_AppCompat_ProgressBar=0x7f0d016e; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0d016f; + public static final int Widget_AppCompat_RatingBar=0x7f0d0170; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0d0171; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0d0172; + public static final int Widget_AppCompat_SearchView=0x7f0d0173; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0d0174; + public static final int Widget_AppCompat_SeekBar=0x7f0d0175; + public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0d0176; + public static final int Widget_AppCompat_Spinner=0x7f0d0177; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0d0178; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0d0179; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0d017a; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0d017b; + public static final int Widget_AppCompat_Toolbar=0x7f0d017c; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d017d; + public static final int Widget_Compat_NotificationActionContainer=0x7f0d017e; + public static final int Widget_Compat_NotificationActionText=0x7f0d017f; + public static final int Widget_Design_AppBarLayout=0x7f0d0180; + public static final int Widget_Design_BottomNavigationView=0x7f0d0181; + public static final int Widget_Design_BottomSheet_Modal=0x7f0d0182; + public static final int Widget_Design_CollapsingToolbar=0x7f0d0183; + public static final int Widget_Design_CoordinatorLayout=0x7f0d0184; + public static final int Widget_Design_FloatingActionButton=0x7f0d0185; + public static final int Widget_Design_NavigationView=0x7f0d0186; + public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0d0187; + public static final int Widget_Design_Snackbar=0x7f0d0188; + public static final int Widget_Design_TabLayout=0x7f0d0189; + public static final int Widget_Design_TextInputLayout=0x7f0d018a; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionBar_background com.movies.info:background}
{@link #ActionBar_backgroundSplit com.movies.info:backgroundSplit}
{@link #ActionBar_backgroundStacked com.movies.info:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.movies.info:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions com.movies.info:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft com.movies.info:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.movies.info:contentInsetRight}
{@link #ActionBar_contentInsetStart com.movies.info:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation com.movies.info:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout com.movies.info:customNavigationLayout}
{@link #ActionBar_displayOptions com.movies.info:displayOptions}
{@link #ActionBar_divider com.movies.info:divider}
{@link #ActionBar_elevation com.movies.info:elevation}
{@link #ActionBar_height com.movies.info:height}
{@link #ActionBar_hideOnContentScroll com.movies.info:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.movies.info:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.movies.info:homeLayout}
{@link #ActionBar_icon com.movies.info:icon}
{@link #ActionBar_indeterminateProgressStyle com.movies.info:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.movies.info:itemPadding}
{@link #ActionBar_logo com.movies.info:logo}
{@link #ActionBar_navigationMode com.movies.info:navigationMode}
{@link #ActionBar_popupTheme com.movies.info:popupTheme}
{@link #ActionBar_progressBarPadding com.movies.info:progressBarPadding}
{@link #ActionBar_progressBarStyle com.movies.info:progressBarStyle}
{@link #ActionBar_subtitle com.movies.info:subtitle}
{@link #ActionBar_subtitleTextStyle com.movies.info:subtitleTextStyle}
{@link #ActionBar_title com.movies.info:title}
{@link #ActionBar_titleTextStyle com.movies.info:titleTextStyle}
+ * @see #ActionBar_background + * @see #ActionBar_backgroundSplit + * @see #ActionBar_backgroundStacked + * @see #ActionBar_contentInsetEnd + * @see #ActionBar_contentInsetEndWithActions + * @see #ActionBar_contentInsetLeft + * @see #ActionBar_contentInsetRight + * @see #ActionBar_contentInsetStart + * @see #ActionBar_contentInsetStartWithNavigation + * @see #ActionBar_customNavigationLayout + * @see #ActionBar_displayOptions + * @see #ActionBar_divider + * @see #ActionBar_elevation + * @see #ActionBar_height + * @see #ActionBar_hideOnContentScroll + * @see #ActionBar_homeAsUpIndicator + * @see #ActionBar_homeLayout + * @see #ActionBar_icon + * @see #ActionBar_indeterminateProgressStyle + * @see #ActionBar_itemPadding + * @see #ActionBar_logo + * @see #ActionBar_navigationMode + * @see #ActionBar_popupTheme + * @see #ActionBar_progressBarPadding + * @see #ActionBar_progressBarStyle + * @see #ActionBar_subtitle + * @see #ActionBar_subtitleTextStyle + * @see #ActionBar_title + * @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar={ + 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, + 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, + 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, + 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, + 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, + 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, + 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, + 0x7f030144 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#background} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:background + */ + public static final int ActionBar_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundStacked} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEndWithActions} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEndWithActions + */ + public static final int ActionBar_contentInsetEndWithActions=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStartWithNavigation} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStartWithNavigation + */ + public static final int ActionBar_contentInsetStartWithNavigation=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#customNavigationLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#displayOptions} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ * + * @attr name com.movies.info:displayOptions + */ + public static final int ActionBar_displayOptions=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#divider} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:divider + */ + public static final int ActionBar_divider=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int ActionBar_elevation=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#height} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:height + */ + public static final int ActionBar_height=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hideOnContentScroll} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeLayout + */ + public static final int ActionBar_homeLayout=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#icon} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:icon + */ + public static final int ActionBar_icon=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#indeterminateProgressStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:itemPadding + */ + public static final int ActionBar_itemPadding=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logo} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:logo + */ + public static final int ActionBar_logo=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationMode} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ * + * @attr name com.movies.info:navigationMode + */ + public static final int ActionBar_navigationMode=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int ActionBar_popupTheme=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#progressBarPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#progressBarStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:subtitle + */ + public static final int ActionBar_subtitle=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int ActionBar_title=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextStyle + */ + public static final int ActionBar_titleTextStyle=28; + /** + * Attributes that can be used with a ActionBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ * @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout={ + 0x010100b3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity=0; + /** + * Attributes that can be used with a ActionMenuItemView. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ * @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView={ + 0x0101013f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth=0; + public static final int[] ActionMenuView={ + }; + /** + * Attributes that can be used with a ActionMode. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionMode_background com.movies.info:background}
{@link #ActionMode_backgroundSplit com.movies.info:backgroundSplit}
{@link #ActionMode_closeItemLayout com.movies.info:closeItemLayout}
{@link #ActionMode_height com.movies.info:height}
{@link #ActionMode_subtitleTextStyle com.movies.info:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.movies.info:titleTextStyle}
+ * @see #ActionMode_background + * @see #ActionMode_backgroundSplit + * @see #ActionMode_closeItemLayout + * @see #ActionMode_height + * @see #ActionMode_subtitleTextStyle + * @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode={ + 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, + 0x7f03010e, 0x7f030144 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#background} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:background + */ + public static final int ActionMode_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#closeItemLayout} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#height} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:height + */ + public static final int ActionMode_height=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.movies.info:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.movies.info:initialActivityCount}
+ * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f03007f, 0x7f0300a9 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandActivityOverflowButtonDrawable} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#initialActivityCount} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.movies.info:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.movies.info:listItemLayout}
{@link #AlertDialog_listLayout com.movies.info:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.movies.info:multiChoiceItemLayout}
{@link #AlertDialog_showTitle com.movies.info:showTitle}
{@link #AlertDialog_singleChoiceItemLayout com.movies.info:singleChoiceItemLayout}
+ * @see #AlertDialog_android_layout + * @see #AlertDialog_buttonPanelSideLayout + * @see #AlertDialog_listItemLayout + * @see #AlertDialog_listLayout + * @see #AlertDialog_multiChoiceItemLayout + * @see #AlertDialog_showTitle + * @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog={ + 0x010100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, + 0x7f0300cf, 0x7f0300fb, 0x7f0300fc + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int AlertDialog_android_layout=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonPanelSideLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listItemLayout + */ + public static final int AlertDialog_listItemLayout=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listLayout + */ + public static final int AlertDialog_listLayout=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#multiChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showTitle} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:showTitle + */ + public static final int AlertDialog_showTitle=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#singleChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout=6; + /** + * Attributes that can be used with a AppBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_elevation com.movies.info:elevation}
{@link #AppBarLayout_expanded com.movies.info:expanded}
+ * @see #AppBarLayout_android_background + * @see #AppBarLayout_android_touchscreenBlocksFocus + * @see #AppBarLayout_android_keyboardNavigationCluster + * @see #AppBarLayout_elevation + * @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout={ + 0x010100d4, 0x0101048f, 0x01010540, 0x7f03007c, + 0x7f030080 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int AppBarLayout_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:touchscreenBlocksFocus + */ + public static final int AppBarLayout_android_touchscreenBlocksFocus=1; + /** + *

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:keyboardNavigationCluster + */ + public static final int AppBarLayout_android_keyboardNavigationCluster=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int AppBarLayout_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expanded} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:expanded + */ + public static final int AppBarLayout_expanded=4; + /** + * Attributes that can be used with a AppBarLayoutStates. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed com.movies.info:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible com.movies.info:state_collapsible}
+ * @see #AppBarLayoutStates_state_collapsed + * @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates={ + 0x7f030105, 0x7f030106 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_collapsed} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_collapsed + */ + public static final int AppBarLayoutStates_state_collapsed=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_collapsible} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_collapsible + */ + public static final int AppBarLayoutStates_state_collapsible=1; + /** + * Attributes that can be used with a AppBarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags com.movies.info:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator com.movies.info:layout_scrollInterpolator}
+ * @see #AppBarLayout_Layout_layout_scrollFlags + * @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout={ + 0x7f0300bc, 0x7f0300bd + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_scrollFlags} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
enterAlways4
enterAlwaysCollapsed8
exitUntilCollapsed2
scroll1
snap10
+ * + * @attr name com.movies.info:layout_scrollFlags + */ + public static final int AppBarLayout_Layout_layout_scrollFlags=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_scrollInterpolator} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout_scrollInterpolator + */ + public static final int AppBarLayout_Layout_layout_scrollInterpolator=1; + /** + * Attributes that can be used with a AppCompatImageView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat com.movies.info:srcCompat}
{@link #AppCompatImageView_tint com.movies.info:tint}
{@link #AppCompatImageView_tintMode com.movies.info:tintMode}
+ * @see #AppCompatImageView_android_src + * @see #AppCompatImageView_srcCompat + * @see #AppCompatImageView_tint + * @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView={ + 0x01010119, 0x7f030102, 0x7f030138, 0x7f030139 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#src} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:src + */ + public static final int AppCompatImageView_android_src=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#srcCompat} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:srcCompat + */ + public static final int AppCompatImageView_srcCompat=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tint} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tint + */ + public static final int AppCompatImageView_tint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tintMode} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:tintMode + */ + public static final int AppCompatImageView_tintMode=3; + /** + * Attributes that can be used with a AppCompatSeekBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark com.movies.info:tickMark}
{@link #AppCompatSeekBar_tickMarkTint com.movies.info:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode com.movies.info:tickMarkTintMode}
+ * @see #AppCompatSeekBar_android_thumb + * @see #AppCompatSeekBar_tickMark + * @see #AppCompatSeekBar_tickMarkTint + * @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar={ + 0x01010142, 0x7f030135, 0x7f030136, 0x7f030137 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int AppCompatSeekBar_android_thumb=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMark} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tickMark + */ + public static final int AppCompatSeekBar_tickMark=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMarkTint} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tickMarkTint + */ + public static final int AppCompatSeekBar_tickMarkTint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tickMarkTintMode} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:tickMarkTintMode + */ + public static final int AppCompatSeekBar_tickMarkTintMode=3; + /** + * Attributes that can be used with a AppCompatTextHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
+ * @see #AppCompatTextHelper_android_textAppearance + * @see #AppCompatTextHelper_android_drawableTop + * @see #AppCompatTextHelper_android_drawableBottom + * @see #AppCompatTextHelper_android_drawableLeft + * @see #AppCompatTextHelper_android_drawableRight + * @see #AppCompatTextHelper_android_drawableStart + * @see #AppCompatTextHelper_android_drawableEnd + */ + public static final int[] AppCompatTextHelper={ + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextHelper_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableTop} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableTop + */ + public static final int AppCompatTextHelper_android_drawableTop=1; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableBottom} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableBottom + */ + public static final int AppCompatTextHelper_android_drawableBottom=2; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableLeft} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableLeft + */ + public static final int AppCompatTextHelper_android_drawableLeft=3; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableRight} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableRight + */ + public static final int AppCompatTextHelper_android_drawableRight=4; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableStart} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableStart + */ + public static final int AppCompatTextHelper_android_drawableStart=5; + /** + *

This symbol is the offset where the {@link android.R.attr#drawableEnd} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:drawableEnd + */ + public static final int AppCompatTextHelper_android_drawableEnd=6; + /** + * Attributes that can be used with a AppCompatTextView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize com.movies.info:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize com.movies.info:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes com.movies.info:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity com.movies.info:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType com.movies.info:autoSizeTextType}
{@link #AppCompatTextView_fontFamily com.movies.info:fontFamily}
{@link #AppCompatTextView_textAllCaps com.movies.info:textAllCaps}
+ * @see #AppCompatTextView_android_textAppearance + * @see #AppCompatTextView_autoSizeMaxTextSize + * @see #AppCompatTextView_autoSizeMinTextSize + * @see #AppCompatTextView_autoSizePresetSizes + * @see #AppCompatTextView_autoSizeStepGranularity + * @see #AppCompatTextView_autoSizeTextType + * @see #AppCompatTextView_fontFamily + * @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView={ + 0x01010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, + 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeMaxTextSize} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeMaxTextSize + */ + public static final int AppCompatTextView_autoSizeMaxTextSize=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeMinTextSize} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeMinTextSize + */ + public static final int AppCompatTextView_autoSizeMinTextSize=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizePresetSizes} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:autoSizePresetSizes + */ + public static final int AppCompatTextView_autoSizePresetSizes=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeStepGranularity} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:autoSizeStepGranularity + */ + public static final int AppCompatTextView_autoSizeStepGranularity=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoSizeTextType} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
none0
uniform1
+ * + * @attr name com.movies.info:autoSizeTextType + */ + public static final int AppCompatTextView_autoSizeTextType=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontFamily} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontFamily + */ + public static final int AppCompatTextView_fontFamily=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAllCaps} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps=7; + /** + * Attributes that can be used with a AppCompatTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_actionBarDivider com.movies.info:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground com.movies.info:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme com.movies.info:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize com.movies.info:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle com.movies.info:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle com.movies.info:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle com.movies.info:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle com.movies.info:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle com.movies.info:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme com.movies.info:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme com.movies.info:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle com.movies.info:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle com.movies.info:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance com.movies.info:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor com.movies.info:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground com.movies.info:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle com.movies.info:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable com.movies.info:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable com.movies.info:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable com.movies.info:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable com.movies.info:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable com.movies.info:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle com.movies.info:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable com.movies.info:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable com.movies.info:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground com.movies.info:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle com.movies.info:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable com.movies.info:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle com.movies.info:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle com.movies.info:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle com.movies.info:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle com.movies.info:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons com.movies.info:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle com.movies.info:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme com.movies.info:alertDialogTheme}
{@link #AppCompatTheme_autoCompleteTextViewStyle com.movies.info:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle com.movies.info:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle com.movies.info:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.movies.info:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.movies.info:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.movies.info:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle com.movies.info:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle com.movies.info:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall com.movies.info:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle com.movies.info:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle com.movies.info:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent com.movies.info:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating com.movies.info:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal com.movies.info:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated com.movies.info:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight com.movies.info:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal com.movies.info:colorControlNormal}
{@link #AppCompatTheme_colorError com.movies.info:colorError}
{@link #AppCompatTheme_colorPrimary com.movies.info:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark com.movies.info:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal com.movies.info:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground com.movies.info:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding com.movies.info:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme com.movies.info:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal com.movies.info:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical com.movies.info:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle com.movies.info:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight com.movies.info:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground com.movies.info:editTextBackground}
{@link #AppCompatTheme_editTextColor com.movies.info:editTextColor}
{@link #AppCompatTheme_editTextStyle com.movies.info:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator com.movies.info:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle com.movies.info:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator com.movies.info:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog com.movies.info:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle com.movies.info:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle com.movies.info:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight com.movies.info:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge com.movies.info:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall com.movies.info:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft com.movies.info:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight com.movies.info:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground com.movies.info:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme com.movies.info:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth com.movies.info:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle com.movies.info:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle com.movies.info:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle com.movies.info:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle com.movies.info:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator com.movies.info:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall com.movies.info:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle com.movies.info:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle com.movies.info:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground com.movies.info:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless com.movies.info:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle com.movies.info:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle com.movies.info:spinnerStyle}
{@link #AppCompatTheme_switchStyle com.movies.info:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu com.movies.info:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem com.movies.info:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary com.movies.info:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall com.movies.info:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader com.movies.info:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.movies.info:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle com.movies.info:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.movies.info:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem com.movies.info:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl com.movies.info:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle com.movies.info:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle com.movies.info:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor com.movies.info:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground com.movies.info:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar com.movies.info:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay com.movies.info:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay com.movies.info:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor com.movies.info:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor com.movies.info:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor com.movies.info:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor com.movies.info:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor com.movies.info:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor com.movies.info:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle com.movies.info:windowNoTitle}
+ * @see #AppCompatTheme_android_windowIsFloating + * @see #AppCompatTheme_android_windowAnimationStyle + * @see #AppCompatTheme_actionBarDivider + * @see #AppCompatTheme_actionBarItemBackground + * @see #AppCompatTheme_actionBarPopupTheme + * @see #AppCompatTheme_actionBarSize + * @see #AppCompatTheme_actionBarSplitStyle + * @see #AppCompatTheme_actionBarStyle + * @see #AppCompatTheme_actionBarTabBarStyle + * @see #AppCompatTheme_actionBarTabStyle + * @see #AppCompatTheme_actionBarTabTextStyle + * @see #AppCompatTheme_actionBarTheme + * @see #AppCompatTheme_actionBarWidgetTheme + * @see #AppCompatTheme_actionButtonStyle + * @see #AppCompatTheme_actionDropDownStyle + * @see #AppCompatTheme_actionMenuTextAppearance + * @see #AppCompatTheme_actionMenuTextColor + * @see #AppCompatTheme_actionModeBackground + * @see #AppCompatTheme_actionModeCloseButtonStyle + * @see #AppCompatTheme_actionModeCloseDrawable + * @see #AppCompatTheme_actionModeCopyDrawable + * @see #AppCompatTheme_actionModeCutDrawable + * @see #AppCompatTheme_actionModeFindDrawable + * @see #AppCompatTheme_actionModePasteDrawable + * @see #AppCompatTheme_actionModePopupWindowStyle + * @see #AppCompatTheme_actionModeSelectAllDrawable + * @see #AppCompatTheme_actionModeShareDrawable + * @see #AppCompatTheme_actionModeSplitBackground + * @see #AppCompatTheme_actionModeStyle + * @see #AppCompatTheme_actionModeWebSearchDrawable + * @see #AppCompatTheme_actionOverflowButtonStyle + * @see #AppCompatTheme_actionOverflowMenuStyle + * @see #AppCompatTheme_activityChooserViewStyle + * @see #AppCompatTheme_alertDialogButtonGroupStyle + * @see #AppCompatTheme_alertDialogCenterButtons + * @see #AppCompatTheme_alertDialogStyle + * @see #AppCompatTheme_alertDialogTheme + * @see #AppCompatTheme_autoCompleteTextViewStyle + * @see #AppCompatTheme_borderlessButtonStyle + * @see #AppCompatTheme_buttonBarButtonStyle + * @see #AppCompatTheme_buttonBarNegativeButtonStyle + * @see #AppCompatTheme_buttonBarNeutralButtonStyle + * @see #AppCompatTheme_buttonBarPositiveButtonStyle + * @see #AppCompatTheme_buttonBarStyle + * @see #AppCompatTheme_buttonStyle + * @see #AppCompatTheme_buttonStyleSmall + * @see #AppCompatTheme_checkboxStyle + * @see #AppCompatTheme_checkedTextViewStyle + * @see #AppCompatTheme_colorAccent + * @see #AppCompatTheme_colorBackgroundFloating + * @see #AppCompatTheme_colorButtonNormal + * @see #AppCompatTheme_colorControlActivated + * @see #AppCompatTheme_colorControlHighlight + * @see #AppCompatTheme_colorControlNormal + * @see #AppCompatTheme_colorError + * @see #AppCompatTheme_colorPrimary + * @see #AppCompatTheme_colorPrimaryDark + * @see #AppCompatTheme_colorSwitchThumbNormal + * @see #AppCompatTheme_controlBackground + * @see #AppCompatTheme_dialogPreferredPadding + * @see #AppCompatTheme_dialogTheme + * @see #AppCompatTheme_dividerHorizontal + * @see #AppCompatTheme_dividerVertical + * @see #AppCompatTheme_dropDownListViewStyle + * @see #AppCompatTheme_dropdownListPreferredItemHeight + * @see #AppCompatTheme_editTextBackground + * @see #AppCompatTheme_editTextColor + * @see #AppCompatTheme_editTextStyle + * @see #AppCompatTheme_homeAsUpIndicator + * @see #AppCompatTheme_imageButtonStyle + * @see #AppCompatTheme_listChoiceBackgroundIndicator + * @see #AppCompatTheme_listDividerAlertDialog + * @see #AppCompatTheme_listMenuViewStyle + * @see #AppCompatTheme_listPopupWindowStyle + * @see #AppCompatTheme_listPreferredItemHeight + * @see #AppCompatTheme_listPreferredItemHeightLarge + * @see #AppCompatTheme_listPreferredItemHeightSmall + * @see #AppCompatTheme_listPreferredItemPaddingLeft + * @see #AppCompatTheme_listPreferredItemPaddingRight + * @see #AppCompatTheme_panelBackground + * @see #AppCompatTheme_panelMenuListTheme + * @see #AppCompatTheme_panelMenuListWidth + * @see #AppCompatTheme_popupMenuStyle + * @see #AppCompatTheme_popupWindowStyle + * @see #AppCompatTheme_radioButtonStyle + * @see #AppCompatTheme_ratingBarStyle + * @see #AppCompatTheme_ratingBarStyleIndicator + * @see #AppCompatTheme_ratingBarStyleSmall + * @see #AppCompatTheme_searchViewStyle + * @see #AppCompatTheme_seekBarStyle + * @see #AppCompatTheme_selectableItemBackground + * @see #AppCompatTheme_selectableItemBackgroundBorderless + * @see #AppCompatTheme_spinnerDropDownItemStyle + * @see #AppCompatTheme_spinnerStyle + * @see #AppCompatTheme_switchStyle + * @see #AppCompatTheme_textAppearanceLargePopupMenu + * @see #AppCompatTheme_textAppearanceListItem + * @see #AppCompatTheme_textAppearanceListItemSecondary + * @see #AppCompatTheme_textAppearanceListItemSmall + * @see #AppCompatTheme_textAppearancePopupMenuHeader + * @see #AppCompatTheme_textAppearanceSearchResultSubtitle + * @see #AppCompatTheme_textAppearanceSearchResultTitle + * @see #AppCompatTheme_textAppearanceSmallPopupMenu + * @see #AppCompatTheme_textColorAlertDialogListItem + * @see #AppCompatTheme_textColorSearchUrl + * @see #AppCompatTheme_toolbarNavigationButtonStyle + * @see #AppCompatTheme_toolbarStyle + * @see #AppCompatTheme_tooltipForegroundColor + * @see #AppCompatTheme_tooltipFrameBackground + * @see #AppCompatTheme_windowActionBar + * @see #AppCompatTheme_windowActionBarOverlay + * @see #AppCompatTheme_windowActionModeOverlay + * @see #AppCompatTheme_windowFixedHeightMajor + * @see #AppCompatTheme_windowFixedHeightMinor + * @see #AppCompatTheme_windowFixedWidthMajor + * @see #AppCompatTheme_windowFixedWidthMinor + * @see #AppCompatTheme_windowMinWidthMajor + * @see #AppCompatTheme_windowMinWidthMinor + * @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme={ + 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, + 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, + 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, + 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, + 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, + 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, + 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, + 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, + 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, + 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, + 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, + 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, + 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, + 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, + 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, + 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, + 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, + 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, + 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, + 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, + 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, + 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, + 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, + 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, + 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, + 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, + 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, + 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, + 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, + 0x7f030157, 0x7f030158, 0x7f030159 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:windowIsFloating + */ + public static final int AppCompatTheme_android_windowIsFloating=0; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int AppCompatTheme_android_windowAnimationStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarDivider} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarPopupTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarSize} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ * + * @attr name com.movies.info:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarSplitStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTabTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionBarWidgetTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionDropDownStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionMenuTextAppearance} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionMenuTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCloseButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCloseDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCopyDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeCutDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeFindDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModePasteDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModePopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeSelectAllDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeShareDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeSplitBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle=28; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionModeWebSearchDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable=29; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionOverflowButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle=30; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionOverflowMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle=31; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#activityChooserViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle=32; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogButtonGroupStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogCenterButtons} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons=34; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle=35; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alertDialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme=36; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#autoCompleteTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle=37; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#borderlessButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle=38; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle=39; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarNegativeButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarNeutralButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarPositiveButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle=43; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle=44; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall=45; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#checkboxStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle=46; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#checkedTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle=47; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorAccent} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorAccent + */ + public static final int AppCompatTheme_colorAccent=48; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorBackgroundFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorBackgroundFloating + */ + public static final int AppCompatTheme_colorBackgroundFloating=49; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorButtonNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal=50; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlActivated} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated=51; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlHighlight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight=52; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorControlNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal=53; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorError} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorError + */ + public static final int AppCompatTheme_colorError=54; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorPrimary} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary=55; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorPrimaryDark} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark=56; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#colorSwitchThumbNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal=57; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#controlBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:controlBackground + */ + public static final int AppCompatTheme_controlBackground=58; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dialogPreferredPadding} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding=59; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme=60; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerHorizontal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal=61; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerVertical} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical=62; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dropDownListViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle=63; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dropdownListPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight=64; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground=65; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:editTextColor + */ + public static final int AppCompatTheme_editTextColor=66; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#editTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle=67; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator=68; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#imageButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle=69; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listChoiceBackgroundIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator=70; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listDividerAlertDialog} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog=71; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listMenuViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listMenuViewStyle + */ + public static final int AppCompatTheme_listMenuViewStyle=72; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle=73; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight=74; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeightLarge} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge=75; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemHeightSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall=76; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemPaddingLeft} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft=77; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#listPreferredItemPaddingRight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight=78; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:panelBackground + */ + public static final int AppCompatTheme_panelBackground=79; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelMenuListTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme=80; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#panelMenuListWidth} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth=81; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle=82; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle=83; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#radioButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle=84; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle=85; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyleIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator=86; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#ratingBarStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall=87; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle=88; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#seekBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle=89; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#selectableItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground=90; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#selectableItemBackgroundBorderless} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless=91; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinnerDropDownItemStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle=92; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinnerStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle=93; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:switchStyle + */ + public static final int AppCompatTheme_switchStyle=94; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceLargePopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu=95; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem=96; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItemSecondary} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItemSecondary + */ + public static final int AppCompatTheme_textAppearanceListItemSecondary=97; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceListItemSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall=98; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearancePopupMenuHeader} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearancePopupMenuHeader + */ + public static final int AppCompatTheme_textAppearancePopupMenuHeader=99; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSearchResultSubtitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=100; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSearchResultTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle=101; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAppearanceSmallPopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu=102; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorAlertDialogListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem=103; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorSearchUrl} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl=104; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarNavigationButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle=105; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle=106; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipForegroundColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tooltipForegroundColor + */ + public static final int AppCompatTheme_tooltipForegroundColor=107; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipFrameBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tooltipFrameBackground + */ + public static final int AppCompatTheme_tooltipFrameBackground=108; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionBar} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar=109; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionBarOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay=110; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowActionModeOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay=111; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedHeightMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor=112; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedHeightMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor=113; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor=114; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowFixedWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor=115; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowMinWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor=116; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowMinWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

May be a fractional value, which is a floating point number appended with + * either % or %p, such as "14.5%". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name com.movies.info:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor=117; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#windowNoTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle=118; + /** + * Attributes that can be used with a BottomNavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomNavigationView_elevation com.movies.info:elevation}
{@link #BottomNavigationView_itemBackground com.movies.info:itemBackground}
{@link #BottomNavigationView_itemIconTint com.movies.info:itemIconTint}
{@link #BottomNavigationView_itemTextColor com.movies.info:itemTextColor}
{@link #BottomNavigationView_menu com.movies.info:menu}
+ * @see #BottomNavigationView_elevation + * @see #BottomNavigationView_itemBackground + * @see #BottomNavigationView_itemIconTint + * @see #BottomNavigationView_itemTextColor + * @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView={ + 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, + 0x7f0300ce + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int BottomNavigationView_elevation=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemBackground} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemBackground + */ + public static final int BottomNavigationView_itemBackground=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemIconTint} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemIconTint + */ + public static final int BottomNavigationView_itemIconTint=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextColor} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemTextColor + */ + public static final int BottomNavigationView_itemTextColor=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#menu} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:menu + */ + public static final int BottomNavigationView_menu=4; + /** + * Attributes that can be used with a BottomSheetBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable com.movies.info:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.movies.info:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.movies.info:behavior_skipCollapsed}
+ * @see #BottomSheetBehavior_Layout_behavior_hideable + * @see #BottomSheetBehavior_Layout_behavior_peekHeight + * @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout={ + 0x7f030038, 0x7f03003a, 0x7f03003b + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_hideable} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_hideable + */ + public static final int BottomSheetBehavior_Layout_behavior_hideable=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_peekHeight} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
+ * + * @attr name com.movies.info:behavior_peekHeight + */ + public static final int BottomSheetBehavior_Layout_behavior_peekHeight=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_skipCollapsed} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_skipCollapsed + */ + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed=2; + /** + * Attributes that can be used with a ButtonBarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ButtonBarLayout_allowStacking com.movies.info:allowStacking}
+ * @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout={ + 0x7f030026 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#allowStacking} + * attribute's value can be found in the {@link #ButtonBarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:allowStacking + */ + public static final int ButtonBarLayout_allowStacking=0; + /** + * Attributes that can be used with a CollapsingToolbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.movies.info:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.movies.info:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim com.movies.info:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity com.movies.info:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin com.movies.info:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.movies.info:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.movies.info:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.movies.info:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.movies.info:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.movies.info:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration com.movies.info:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.movies.info:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim com.movies.info:statusBarScrim}
{@link #CollapsingToolbarLayout_title com.movies.info:title}
{@link #CollapsingToolbarLayout_titleEnabled com.movies.info:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId com.movies.info:toolbarId}
+ * @see #CollapsingToolbarLayout_collapsedTitleGravity + * @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + * @see #CollapsingToolbarLayout_contentScrim + * @see #CollapsingToolbarLayout_expandedTitleGravity + * @see #CollapsingToolbarLayout_expandedTitleMargin + * @see #CollapsingToolbarLayout_expandedTitleMarginBottom + * @see #CollapsingToolbarLayout_expandedTitleMarginEnd + * @see #CollapsingToolbarLayout_expandedTitleMarginStart + * @see #CollapsingToolbarLayout_expandedTitleMarginTop + * @see #CollapsingToolbarLayout_expandedTitleTextAppearance + * @see #CollapsingToolbarLayout_scrimAnimationDuration + * @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + * @see #CollapsingToolbarLayout_statusBarScrim + * @see #CollapsingToolbarLayout_title + * @see #CollapsingToolbarLayout_titleEnabled + * @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout={ + 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, + 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, + 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, + 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapsedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:collapsedTitleGravity + */ + public static final int CollapsingToolbarLayout_collapsedTitleGravity=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapsedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:collapsedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:contentScrim + */ + public static final int CollapsingToolbarLayout_contentScrim=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
end800005
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:expandedTitleGravity + */ + public static final int CollapsingToolbarLayout_expandedTitleGravity=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMargin} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMargin + */ + public static final int CollapsingToolbarLayout_expandedTitleMargin=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginBottom} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginBottom + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginEnd} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginEnd + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginStart} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginStart + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginStart=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleMarginTop} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:expandedTitleMarginTop + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginTop=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#expandedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:expandedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#scrimAnimationDuration} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:scrimAnimationDuration + */ + public static final int CollapsingToolbarLayout_scrimAnimationDuration=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#scrimVisibleHeightTrigger} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:scrimVisibleHeightTrigger + */ + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#statusBarScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:statusBarScrim + */ + public static final int CollapsingToolbarLayout_statusBarScrim=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int CollapsingToolbarLayout_title=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleEnabled} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:titleEnabled + */ + public static final int CollapsingToolbarLayout_titleEnabled=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#toolbarId} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:toolbarId + */ + public static final int CollapsingToolbarLayout_toolbarId=15; + /** + * Attributes that can be used with a CollapsingToolbarLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.movies.info:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.movies.info:layout_collapseParallaxMultiplier}
+ * @see #CollapsingToolbarLayout_Layout_layout_collapseMode + * @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout={ + 0x7f0300b7, 0x7f0300b8 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_collapseMode} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
parallax2
pin1
+ * + * @attr name com.movies.info:layout_collapseMode + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_collapseParallaxMultiplier} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.movies.info:layout_collapseParallaxMultiplier + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier=1; + /** + * Attributes that can be used with a ColorStateListItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ColorStateListItem_android_color android:color}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_alpha com.movies.info:alpha}
+ * @see #ColorStateListItem_android_color + * @see #ColorStateListItem_android_alpha + * @see #ColorStateListItem_alpha + */ + public static final int[] ColorStateListItem={ + 0x010101a5, 0x0101031f, 0x7f030027 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#color} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:color + */ + public static final int ColorStateListItem_android_color=0; + /** + *

This symbol is the offset where the {@link android.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name com.movies.info:alpha + */ + public static final int ColorStateListItem_alpha=2; + /** + * Attributes that can be used with a CompoundButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.movies.info:buttonTint}
{@link #CompoundButton_buttonTintMode com.movies.info:buttonTintMode}
+ * @see #CompoundButton_android_button + * @see #CompoundButton_buttonTint + * @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton={ + 0x01010107, 0x7f030049, 0x7f03004a + }; + /** + *

This symbol is the offset where the {@link android.R.attr#button} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:button + */ + public static final int CompoundButton_android_button=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonTint} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:buttonTint + */ + public static final int CompoundButton_buttonTint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonTintMode} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode=2; + /** + * Attributes that can be used with a CoordinatorLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_keylines com.movies.info:keylines}
{@link #CoordinatorLayout_statusBarBackground com.movies.info:statusBarBackground}
+ * @see #CoordinatorLayout_keylines + * @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout={ + 0x7f0300b1, 0x7f030107 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#keylines} + * attribute's value can be found in the {@link #CoordinatorLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:keylines + */ + public static final int CoordinatorLayout_keylines=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#statusBarBackground} + * attribute's value can be found in the {@link #CoordinatorLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground=1; + /** + * Attributes that can be used with a CoordinatorLayout_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor com.movies.info:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity com.movies.info:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior com.movies.info:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.movies.info:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge com.movies.info:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline com.movies.info:layout_keyline}
+ * @see #CoordinatorLayout_Layout_android_layout_gravity + * @see #CoordinatorLayout_Layout_layout_anchor + * @see #CoordinatorLayout_Layout_layout_anchorGravity + * @see #CoordinatorLayout_Layout_layout_behavior + * @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + * @see #CoordinatorLayout_Layout_layout_insetEdge + * @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout={ + 0x010100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, + 0x7f0300b9, 0x7f0300ba, 0x7f0300bb + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_anchor} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_anchorGravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name com.movies.info:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_behavior} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_dodgeInsetEdges} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
all77
bottom50
end800005
left3
none0
right3
start800003
top30
+ * + * @attr name com.movies.info:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_insetEdge} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
end800005
left3
none0
right3
start800003
top30
+ * + * @attr name com.movies.info:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout_keyline} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline=6; + /** + * Attributes that can be used with a DesignTheme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme com.movies.info:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle com.movies.info:bottomSheetStyle}
{@link #DesignTheme_textColorError com.movies.info:textColorError}
+ * @see #DesignTheme_bottomSheetDialogTheme + * @see #DesignTheme_bottomSheetStyle + * @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme={ + 0x7f03003e, 0x7f03003f, 0x7f03012e + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#bottomSheetDialogTheme} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:bottomSheetDialogTheme + */ + public static final int DesignTheme_bottomSheetDialogTheme=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#bottomSheetStyle} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:bottomSheetStyle + */ + public static final int DesignTheme_bottomSheetStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textColorError} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:textColorError + */ + public static final int DesignTheme_textColorError=2; + /** + * Attributes that can be used with a DrawerArrowToggle. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.movies.info:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.movies.info:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.movies.info:barLength}
{@link #DrawerArrowToggle_color com.movies.info:color}
{@link #DrawerArrowToggle_drawableSize com.movies.info:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.movies.info:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.movies.info:spinBars}
{@link #DrawerArrowToggle_thickness com.movies.info:thickness}
+ * @see #DrawerArrowToggle_arrowHeadLength + * @see #DrawerArrowToggle_arrowShaftLength + * @see #DrawerArrowToggle_barLength + * @see #DrawerArrowToggle_color + * @see #DrawerArrowToggle_drawableSize + * @see #DrawerArrowToggle_gapBetweenBars + * @see #DrawerArrowToggle_spinBars + * @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle={ + 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, + 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#arrowHeadLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#arrowShaftLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#barLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:barLength + */ + public static final int DrawerArrowToggle_barLength=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#color} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:color + */ + public static final int DrawerArrowToggle_color=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#drawableSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#gapBetweenBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spinBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:spinBars + */ + public static final int DrawerArrowToggle_spinBars=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thickness} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:thickness + */ + public static final int DrawerArrowToggle_thickness=7; + /** + * Attributes that can be used with a FloatingActionButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_backgroundTint com.movies.info:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode com.movies.info:backgroundTintMode}
{@link #FloatingActionButton_borderWidth com.movies.info:borderWidth}
{@link #FloatingActionButton_elevation com.movies.info:elevation}
{@link #FloatingActionButton_fabSize com.movies.info:fabSize}
{@link #FloatingActionButton_pressedTranslationZ com.movies.info:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor com.movies.info:rippleColor}
{@link #FloatingActionButton_useCompatPadding com.movies.info:useCompatPadding}
+ * @see #FloatingActionButton_backgroundTint + * @see #FloatingActionButton_backgroundTintMode + * @see #FloatingActionButton_borderWidth + * @see #FloatingActionButton_elevation + * @see #FloatingActionButton_fabSize + * @see #FloatingActionButton_pressedTranslationZ + * @see #FloatingActionButton_rippleColor + * @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton={ + 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, + 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTint} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundTint + */ + public static final int FloatingActionButton_backgroundTint=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:backgroundTintMode + */ + public static final int FloatingActionButton_backgroundTintMode=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#borderWidth} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:borderWidth + */ + public static final int FloatingActionButton_borderWidth=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int FloatingActionButton_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fabSize} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
autoffffffff
mini1
normal0
+ * + * @attr name com.movies.info:fabSize + */ + public static final int FloatingActionButton_fabSize=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#pressedTranslationZ} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:pressedTranslationZ + */ + public static final int FloatingActionButton_pressedTranslationZ=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#rippleColor} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:rippleColor + */ + public static final int FloatingActionButton_rippleColor=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#useCompatPadding} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:useCompatPadding + */ + public static final int FloatingActionButton_useCompatPadding=7; + /** + * Attributes that can be used with a FloatingActionButton_Behavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.movies.info:behavior_autoHide}
+ * @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout={ + 0x7f030037 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_autoHide} + * attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:behavior_autoHide + */ + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide=0; + /** + * Attributes that can be used with a FontFamily. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamily_fontProviderAuthority com.movies.info:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts com.movies.info:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy com.movies.info:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout com.movies.info:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage com.movies.info:fontProviderPackage}
{@link #FontFamily_fontProviderQuery com.movies.info:fontProviderQuery}
+ * @see #FontFamily_fontProviderAuthority + * @see #FontFamily_fontProviderCerts + * @see #FontFamily_fontProviderFetchStrategy + * @see #FontFamily_fontProviderFetchTimeout + * @see #FontFamily_fontProviderPackage + * @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily={ + 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, + 0x7f030094, 0x7f030095 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderAuthority} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderCerts} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderFetchStrategy} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
async1
blocking0
+ * + * @attr name com.movies.info:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderFetchTimeout} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be an integer value, such as "100". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
foreverffffffff
+ * + * @attr name com.movies.info:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderPackage} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontProviderQuery} + * attribute's value can be found in the {@link #FontFamily} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery=5; + /** + * Attributes that can be used with a FontFamilyFont. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamilyFont_font com.movies.info:font}
{@link #FontFamilyFont_fontStyle com.movies.info:fontStyle}
{@link #FontFamilyFont_fontWeight com.movies.info:fontWeight}
+ * @see #FontFamilyFont_font + * @see #FontFamilyFont_fontStyle + * @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont={ + 0x7f03008e, 0x7f030096, 0x7f030097 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#font} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:font + */ + public static final int FontFamilyFont_font=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontStyle} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
italic1
normal0
+ * + * @attr name com.movies.info:fontStyle + */ + public static final int FontFamilyFont_fontStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontWeight} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:fontWeight + */ + public static final int FontFamilyFont_fontWeight=2; + /** + * Attributes that can be used with a ForegroundLinearLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding com.movies.info:foregroundInsidePadding}
+ * @see #ForegroundLinearLayout_android_foreground + * @see #ForegroundLinearLayout_android_foregroundGravity + * @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout={ + 0x01010109, 0x01010200, 0x7f030098 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#foreground} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:foreground + */ + public static final int ForegroundLinearLayout_android_foreground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:foregroundGravity + */ + public static final int ForegroundLinearLayout_android_foregroundGravity=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#foregroundInsidePadding} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:foregroundInsidePadding + */ + public static final int ForegroundLinearLayout_foregroundInsidePadding=2; + /** + * Attributes that can be used with a LinearLayoutCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.movies.info:divider}
{@link #LinearLayoutCompat_dividerPadding com.movies.info:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.movies.info:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.movies.info:showDividers}
+ * @see #LinearLayoutCompat_android_gravity + * @see #LinearLayoutCompat_android_orientation + * @see #LinearLayoutCompat_android_baselineAligned + * @see #LinearLayoutCompat_android_baselineAlignedChildIndex + * @see #LinearLayoutCompat_android_weightSum + * @see #LinearLayoutCompat_divider + * @see #LinearLayoutCompat_dividerPadding + * @see #LinearLayoutCompat_measureWithLargestChild + * @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat={ + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f030071, 0x7f030073, 0x7f0300cd, + 0x7f0300f9 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation=1; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAligned} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned=2; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3; + /** + *

This symbol is the offset where the {@link android.R.attr#weightSum} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#divider} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:divider + */ + public static final int LinearLayoutCompat_divider=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#dividerPadding} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#measureWithLargestChild} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showDividers} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ * + * @attr name com.movies.info:showDividers + */ + public static final int LinearLayoutCompat_showDividers=8; + /** + * Attributes that can be used with a LinearLayoutCompat_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
+ * @see #LinearLayoutCompat_Layout_android_layout_gravity + * @see #LinearLayoutCompat_Layout_android_layout_width + * @see #LinearLayoutCompat_Layout_android_layout_height + * @see #LinearLayoutCompat_Layout_android_layout_weight + */ + public static final int[] LinearLayoutCompat_Layout={ + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width=1; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height=2; + /** + *

This symbol is the offset where the {@link android.R.attr#layout_weight} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight=3; + /** + * Attributes that can be used with a ListPopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ * @see #ListPopupWindow_android_dropDownHorizontalOffset + * @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow={ + 0x010102ac, 0x010102ad + }; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset=0; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset=1; + /** + * Attributes that can be used with a MenuGroup. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_visible android:visible}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
+ * @see #MenuGroup_android_enabled + * @see #MenuGroup_android_id + * @see #MenuGroup_android_visible + * @see #MenuGroup_android_menuCategory + * @see #MenuGroup_android_orderInCategory + * @see #MenuGroup_android_checkableBehavior + */ + public static final int[] MenuGroup={ + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuGroup_android_enabled=0; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuGroup_android_id=1; + /** + *

This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuGroup_android_visible=2; + /** + *

This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory=3; + /** + *

This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory=4; + /** + *

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + * attribute's value can be found in the {@link #MenuGroup} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
all1
none0
single2
+ * + * @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior=5; + /** + * Attributes that can be used with a MenuItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_actionLayout com.movies.info:actionLayout}
{@link #MenuItem_actionProviderClass com.movies.info:actionProviderClass}
{@link #MenuItem_actionViewClass com.movies.info:actionViewClass}
{@link #MenuItem_alphabeticModifiers com.movies.info:alphabeticModifiers}
{@link #MenuItem_contentDescription com.movies.info:contentDescription}
{@link #MenuItem_iconTint com.movies.info:iconTint}
{@link #MenuItem_iconTintMode com.movies.info:iconTintMode}
{@link #MenuItem_numericModifiers com.movies.info:numericModifiers}
{@link #MenuItem_showAsAction com.movies.info:showAsAction}
{@link #MenuItem_tooltipText com.movies.info:tooltipText}
+ * @see #MenuItem_android_icon + * @see #MenuItem_android_enabled + * @see #MenuItem_android_id + * @see #MenuItem_android_checked + * @see #MenuItem_android_visible + * @see #MenuItem_android_menuCategory + * @see #MenuItem_android_orderInCategory + * @see #MenuItem_android_title + * @see #MenuItem_android_titleCondensed + * @see #MenuItem_android_alphabeticShortcut + * @see #MenuItem_android_numericShortcut + * @see #MenuItem_android_checkable + * @see #MenuItem_android_onClick + * @see #MenuItem_actionLayout + * @see #MenuItem_actionProviderClass + * @see #MenuItem_actionViewClass + * @see #MenuItem_alphabeticModifiers + * @see #MenuItem_contentDescription + * @see #MenuItem_iconTint + * @see #MenuItem_iconTintMode + * @see #MenuItem_numericModifiers + * @see #MenuItem_showAsAction + * @see #MenuItem_tooltipText + */ + public static final int[] MenuItem={ + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, + 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, + 0x7f0300d3, 0x7f0300f8, 0x7f03014a + }; + /** + *

This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int MenuItem_android_icon=0; + /** + *

This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:enabled + */ + public static final int MenuItem_android_enabled=1; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int MenuItem_android_id=2; + /** + *

This symbol is the offset where the {@link android.R.attr#checked} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checked + */ + public static final int MenuItem_android_checked=3; + /** + *

This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuItem_android_visible=4; + /** + *

This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory=5; + /** + *

This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be an integer value, such as "100". + * + * @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory=6; + /** + *

This symbol is the offset where the {@link android.R.attr#title} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:title + */ + public static final int MenuItem_android_title=7; + /** + *

This symbol is the offset where the {@link android.R.attr#titleCondensed} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed=8; + /** + *

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut=9; + /** + *

This symbol is the offset where the {@link android.R.attr#numericShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut=10; + /** + *

This symbol is the offset where the {@link android.R.attr#checkable} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:checkable + */ + public static final int MenuItem_android_checkable=11; + /** + *

This symbol is the offset where the {@link android.R.attr#onClick} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:onClick + */ + public static final int MenuItem_android_onClick=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionLayout} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:actionLayout + */ + public static final int MenuItem_actionLayout=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionProviderClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#actionViewClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:actionViewClass + */ + public static final int MenuItem_actionViewClass=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#alphabeticModifiers} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.movies.info:alphabeticModifiers + */ + public static final int MenuItem_alphabeticModifiers=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentDescription} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:contentDescription + */ + public static final int MenuItem_contentDescription=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconTint} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:iconTint + */ + public static final int MenuItem_iconTint=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconTintMode} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:iconTintMode + */ + public static final int MenuItem_iconTintMode=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#numericModifiers} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
ALT2
CTRL1000
FUNCTION8
META10000
SHIFT1
SYM4
+ * + * @attr name com.movies.info:numericModifiers + */ + public static final int MenuItem_numericModifiers=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showAsAction} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
always2
collapseActionView8
ifRoom1
never0
withText4
+ * + * @attr name com.movies.info:showAsAction + */ + public static final int MenuItem_showAsAction=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tooltipText} + * attribute's value can be found in the {@link #MenuItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:tooltipText + */ + public static final int MenuItem_tooltipText=22; + /** + * Attributes that can be used with a MenuView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_preserveIconSpacing com.movies.info:preserveIconSpacing}
{@link #MenuView_subMenuArrow com.movies.info:subMenuArrow}
+ * @see #MenuView_android_windowAnimationStyle + * @see #MenuView_android_itemTextAppearance + * @see #MenuView_android_horizontalDivider + * @see #MenuView_android_verticalDivider + * @see #MenuView_android_headerBackground + * @see #MenuView_android_itemBackground + * @see #MenuView_android_itemIconDisabledAlpha + * @see #MenuView_preserveIconSpacing + * @see #MenuView_subMenuArrow + */ + public static final int[] MenuView={ + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0300e4, + 0x7f030109 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle=0; + /** + *

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance=1; + /** + *

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider=2; + /** + *

This symbol is the offset where the {@link android.R.attr#verticalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider=3; + /** + *

This symbol is the offset where the {@link android.R.attr#headerBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground=4; + /** + *

This symbol is the offset where the {@link android.R.attr#itemBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground=5; + /** + *

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#preserveIconSpacing} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subMenuArrow} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subMenuArrow + */ + public static final int MenuView_subMenuArrow=8; + /** + * Attributes that can be used with a NavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation com.movies.info:elevation}
{@link #NavigationView_headerLayout com.movies.info:headerLayout}
{@link #NavigationView_itemBackground com.movies.info:itemBackground}
{@link #NavigationView_itemIconTint com.movies.info:itemIconTint}
{@link #NavigationView_itemTextAppearance com.movies.info:itemTextAppearance}
{@link #NavigationView_itemTextColor com.movies.info:itemTextColor}
{@link #NavigationView_menu com.movies.info:menu}
+ * @see #NavigationView_android_background + * @see #NavigationView_android_fitsSystemWindows + * @see #NavigationView_android_maxWidth + * @see #NavigationView_elevation + * @see #NavigationView_headerLayout + * @see #NavigationView_itemBackground + * @see #NavigationView_itemIconTint + * @see #NavigationView_itemTextAppearance + * @see #NavigationView_itemTextColor + * @see #NavigationView_menu + */ + public static final int[] NavigationView={ + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f03007c, + 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, + 0x7f0300b0, 0x7f0300ce + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int NavigationView_android_background=0; + /** + *

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:fitsSystemWindows + */ + public static final int NavigationView_android_fitsSystemWindows=1; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int NavigationView_android_maxWidth=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int NavigationView_elevation=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#headerLayout} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:headerLayout + */ + public static final int NavigationView_headerLayout=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemBackground} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemBackground + */ + public static final int NavigationView_itemBackground=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemIconTint} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemIconTint + */ + public static final int NavigationView_itemIconTint=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:itemTextAppearance + */ + public static final int NavigationView_itemTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#itemTextColor} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:itemTextColor + */ + public static final int NavigationView_itemTextColor=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#menu} + * attribute's value can be found in the {@link #NavigationView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:menu + */ + public static final int NavigationView_menu=9; + /** + * Attributes that can be used with a PopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_overlapAnchor com.movies.info:overlapAnchor}
+ * @see #PopupWindow_android_popupBackground + * @see #PopupWindow_android_popupAnimationStyle + * @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow={ + 0x01010176, 0x010102c9, 0x7f0300d4 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:popupAnimationStyle + */ + public static final int PopupWindow_android_popupAnimationStyle=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#overlapAnchor} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor=2; + /** + * Attributes that can be used with a PopupWindowBackgroundState. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.movies.info:state_above_anchor}
+ * @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState={ + 0x7f030104 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#state_above_anchor} + * attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor=0; + /** + * Attributes that can be used with a RecycleListView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons com.movies.info:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle com.movies.info:paddingTopNoTitle}
+ * @see #RecycleListView_paddingBottomNoButtons + * @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView={ + 0x7f0300d5, 0x7f0300d8 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingBottomNoButtons} + * attribute's value can be found in the {@link #RecycleListView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingBottomNoButtons + */ + public static final int RecycleListView_paddingBottomNoButtons=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingTopNoTitle} + * attribute's value can be found in the {@link #RecycleListView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingTopNoTitle + */ + public static final int RecycleListView_paddingTopNoTitle=1; + /** + * Attributes that can be used with a RecyclerView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_fastScrollEnabled com.movies.info:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.movies.info:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.movies.info:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable com.movies.info:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable com.movies.info:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager com.movies.info:layoutManager}
{@link #RecyclerView_reverseLayout com.movies.info:reverseLayout}
{@link #RecyclerView_spanCount com.movies.info:spanCount}
{@link #RecyclerView_stackFromEnd com.movies.info:stackFromEnd}
+ * @see #RecyclerView_android_orientation + * @see #RecyclerView_android_descendantFocusability + * @see #RecyclerView_fastScrollEnabled + * @see #RecyclerView_fastScrollHorizontalThumbDrawable + * @see #RecyclerView_fastScrollHorizontalTrackDrawable + * @see #RecyclerView_fastScrollVerticalThumbDrawable + * @see #RecyclerView_fastScrollVerticalTrackDrawable + * @see #RecyclerView_layoutManager + * @see #RecyclerView_reverseLayout + * @see #RecyclerView_spanCount + * @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView={ + 0x010100c4, 0x010100f1, 0x7f030089, 0x7f03008a, + 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, + 0x7f0300ee, 0x7f0300fd, 0x7f030103 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @attr name android:orientation + */ + public static final int RecyclerView_android_orientation=0; + /** + *

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
afterDescendants1
beforeDescendants0
blocksDescendants2
+ * + * @attr name android:descendantFocusability + */ + public static final int RecyclerView_android_descendantFocusability=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollEnabled} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:fastScrollEnabled + */ + public static final int RecyclerView_fastScrollEnabled=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollHorizontalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollHorizontalThumbDrawable + */ + public static final int RecyclerView_fastScrollHorizontalThumbDrawable=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollHorizontalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollHorizontalTrackDrawable + */ + public static final int RecyclerView_fastScrollHorizontalTrackDrawable=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollVerticalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollVerticalThumbDrawable + */ + public static final int RecyclerView_fastScrollVerticalThumbDrawable=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fastScrollVerticalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:fastScrollVerticalTrackDrawable + */ + public static final int RecyclerView_fastScrollVerticalTrackDrawable=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layoutManager} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:layoutManager + */ + public static final int RecyclerView_layoutManager=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#reverseLayout} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:reverseLayout + */ + public static final int RecyclerView_reverseLayout=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#spanCount} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:spanCount + */ + public static final int RecyclerView_spanCount=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#stackFromEnd} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd=10; + /** + * Attributes that can be used with a ScrimInsetsFrameLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground com.movies.info:insetForeground}
+ * @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout={ + 0x7f0300aa + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#insetForeground} + * attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:insetForeground + */ + public static final int ScrimInsetsFrameLayout_insetForeground=0; + /** + * Attributes that can be used with a ScrollingViewBehavior_Layout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.movies.info:behavior_overlapTop}
+ * @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout={ + 0x7f030039 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#behavior_overlapTop} + * attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:behavior_overlapTop + */ + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop=0; + /** + * Attributes that can be used with a SearchView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_closeIcon com.movies.info:closeIcon}
{@link #SearchView_commitIcon com.movies.info:commitIcon}
{@link #SearchView_defaultQueryHint com.movies.info:defaultQueryHint}
{@link #SearchView_goIcon com.movies.info:goIcon}
{@link #SearchView_iconifiedByDefault com.movies.info:iconifiedByDefault}
{@link #SearchView_layout com.movies.info:layout}
{@link #SearchView_queryBackground com.movies.info:queryBackground}
{@link #SearchView_queryHint com.movies.info:queryHint}
{@link #SearchView_searchHintIcon com.movies.info:searchHintIcon}
{@link #SearchView_searchIcon com.movies.info:searchIcon}
{@link #SearchView_submitBackground com.movies.info:submitBackground}
{@link #SearchView_suggestionRowLayout com.movies.info:suggestionRowLayout}
{@link #SearchView_voiceIcon com.movies.info:voiceIcon}
+ * @see #SearchView_android_focusable + * @see #SearchView_android_maxWidth + * @see #SearchView_android_inputType + * @see #SearchView_android_imeOptions + * @see #SearchView_closeIcon + * @see #SearchView_commitIcon + * @see #SearchView_defaultQueryHint + * @see #SearchView_goIcon + * @see #SearchView_iconifiedByDefault + * @see #SearchView_layout + * @see #SearchView_queryBackground + * @see #SearchView_queryHint + * @see #SearchView_searchHintIcon + * @see #SearchView_searchIcon + * @see #SearchView_submitBackground + * @see #SearchView_suggestionRowLayout + * @see #SearchView_voiceIcon + */ + public static final int[] SearchView={ + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, + 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, + 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, + 0x7f03014f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int SearchView_android_focusable=0; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth=1; + /** + *

This symbol is the offset where the {@link android.R.attr#inputType} + * attribute's value can be found in the {@link #SearchView} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
date14
datetime4
none0
number2
numberDecimal2002
numberPassword12
numberSigned1002
phone3
text1
textAutoComplete10001
textAutoCorrect8001
textCapCharacters1001
textCapSentences4001
textCapWords2001
textEmailAddress21
textEmailSubject31
textFilterb1
textImeMultiLine40001
textLongMessage51
textMultiLine20001
textNoSuggestions80001
textPassword81
textPersonName61
textPhoneticc1
textPostalAddress71
textShortMessage41
textUri11
textVisiblePassword91
textWebEditTexta1
textWebEmailAddressd1
textWebPassworde1
time24
+ * + * @attr name android:inputType + */ + public static final int SearchView_android_inputType=2; + /** + *

This symbol is the offset where the {@link android.R.attr#imeOptions} + * attribute's value can be found in the {@link #SearchView} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
actionDone6
actionGo2
actionNext5
actionNone1
actionPrevious7
actionSearch3
actionSend4
actionUnspecified0
flagForceAscii80000000
flagNavigateNext8000000
flagNavigatePrevious4000000
flagNoAccessoryAction20000000
flagNoEnterAction40000000
flagNoExtractUi10000000
flagNoFullscreen2000000
flagNoPersonalizedLearning1000000
normal0
+ * + * @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#closeIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:closeIcon + */ + public static final int SearchView_closeIcon=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#commitIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:commitIcon + */ + public static final int SearchView_commitIcon=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#defaultQueryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#goIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:goIcon + */ + public static final int SearchView_goIcon=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#iconifiedByDefault} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#layout} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:layout + */ + public static final int SearchView_layout=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#queryBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:queryBackground + */ + public static final int SearchView_queryBackground=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#queryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchHintIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchHintIcon + */ + public static final int SearchView_searchHintIcon=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#searchIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:searchIcon + */ + public static final int SearchView_searchIcon=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#submitBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:submitBackground + */ + public static final int SearchView_submitBackground=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#suggestionRowLayout} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#voiceIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:voiceIcon + */ + public static final int SearchView_voiceIcon=16; + /** + * Attributes that can be used with a SnackbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation com.movies.info:elevation}
{@link #SnackbarLayout_maxActionInlineWidth com.movies.info:maxActionInlineWidth}
+ * @see #SnackbarLayout_android_maxWidth + * @see #SnackbarLayout_elevation + * @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout={ + 0x0101011f, 0x7f03007c, 0x7f0300cb + }; + /** + *

This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SnackbarLayout_android_maxWidth=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#elevation} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:elevation + */ + public static final int SnackbarLayout_elevation=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#maxActionInlineWidth} + * attribute's value can be found in the {@link #SnackbarLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:maxActionInlineWidth + */ + public static final int SnackbarLayout_maxActionInlineWidth=2; + /** + * Attributes that can be used with a Spinner. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_popupTheme com.movies.info:popupTheme}
+ * @see #Spinner_android_entries + * @see #Spinner_android_popupBackground + * @see #Spinner_android_prompt + * @see #Spinner_android_dropDownWidth + * @see #Spinner_popupTheme + */ + public static final int[] Spinner={ + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f0300e2 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#entries} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:entries + */ + public static final int Spinner_android_entries=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground=1; + /** + *

This symbol is the offset where the {@link android.R.attr#prompt} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:prompt + */ + public static final int Spinner_android_prompt=2; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
fill_parentffffffff
match_parentffffffff
wrap_contentfffffffe
+ * + * @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int Spinner_popupTheme=4; + /** + * Attributes that can be used with a SwitchCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.movies.info:showText}
{@link #SwitchCompat_splitTrack com.movies.info:splitTrack}
{@link #SwitchCompat_switchMinWidth com.movies.info:switchMinWidth}
{@link #SwitchCompat_switchPadding com.movies.info:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.movies.info:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.movies.info:thumbTextPadding}
{@link #SwitchCompat_thumbTint com.movies.info:thumbTint}
{@link #SwitchCompat_thumbTintMode com.movies.info:thumbTintMode}
{@link #SwitchCompat_track com.movies.info:track}
{@link #SwitchCompat_trackTint com.movies.info:trackTint}
{@link #SwitchCompat_trackTintMode com.movies.info:trackTintMode}
+ * @see #SwitchCompat_android_textOn + * @see #SwitchCompat_android_textOff + * @see #SwitchCompat_android_thumb + * @see #SwitchCompat_showText + * @see #SwitchCompat_splitTrack + * @see #SwitchCompat_switchMinWidth + * @see #SwitchCompat_switchPadding + * @see #SwitchCompat_switchTextAppearance + * @see #SwitchCompat_thumbTextPadding + * @see #SwitchCompat_thumbTint + * @see #SwitchCompat_thumbTintMode + * @see #SwitchCompat_track + * @see #SwitchCompat_trackTint + * @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat={ + 0x01010124, 0x01010125, 0x01010142, 0x7f0300fa, + 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, + 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, + 0x7f03014c, 0x7f03014d + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textOn} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn=0; + /** + *

This symbol is the offset where the {@link android.R.attr#textOff} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff=1; + /** + *

This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#showText} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:showText + */ + public static final int SwitchCompat_showText=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#splitTrack} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchMinWidth} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#switchTextAppearance} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTextPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTint} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:thumbTint + */ + public static final int SwitchCompat_thumbTint=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#thumbTintMode} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:thumbTintMode + */ + public static final int SwitchCompat_thumbTintMode=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#track} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:track + */ + public static final int SwitchCompat_track=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#trackTint} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:trackTint + */ + public static final int SwitchCompat_trackTint=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#trackTintMode} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
add10
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:trackTintMode + */ + public static final int SwitchCompat_trackTintMode=13; + /** + * Attributes that can be used with a TabItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ * @see #TabItem_android_icon + * @see #TabItem_android_layout + * @see #TabItem_android_text + */ + public static final int[] TabItem={ + 0x01010002, 0x010100f2, 0x0101014f + }; + /** + *

This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:icon + */ + public static final int TabItem_android_icon=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int TabItem_android_layout=1; + /** + *

This symbol is the offset where the {@link android.R.attr#text} + * attribute's value can be found in the {@link #TabItem} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:text + */ + public static final int TabItem_android_text=2; + /** + * Attributes that can be used with a TabLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TabLayout_tabBackground com.movies.info:tabBackground}
{@link #TabLayout_tabContentStart com.movies.info:tabContentStart}
{@link #TabLayout_tabGravity com.movies.info:tabGravity}
{@link #TabLayout_tabIndicatorColor com.movies.info:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight com.movies.info:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth com.movies.info:tabMaxWidth}
{@link #TabLayout_tabMinWidth com.movies.info:tabMinWidth}
{@link #TabLayout_tabMode com.movies.info:tabMode}
{@link #TabLayout_tabPadding com.movies.info:tabPadding}
{@link #TabLayout_tabPaddingBottom com.movies.info:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd com.movies.info:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart com.movies.info:tabPaddingStart}
{@link #TabLayout_tabPaddingTop com.movies.info:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor com.movies.info:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance com.movies.info:tabTextAppearance}
{@link #TabLayout_tabTextColor com.movies.info:tabTextColor}
+ * @see #TabLayout_tabBackground + * @see #TabLayout_tabContentStart + * @see #TabLayout_tabGravity + * @see #TabLayout_tabIndicatorColor + * @see #TabLayout_tabIndicatorHeight + * @see #TabLayout_tabMaxWidth + * @see #TabLayout_tabMinWidth + * @see #TabLayout_tabMode + * @see #TabLayout_tabPadding + * @see #TabLayout_tabPaddingBottom + * @see #TabLayout_tabPaddingEnd + * @see #TabLayout_tabPaddingStart + * @see #TabLayout_tabPaddingTop + * @see #TabLayout_tabSelectedTextColor + * @see #TabLayout_tabTextAppearance + * @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout={ + 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, + 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, + 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, + 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 + }; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabBackground} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tabBackground + */ + public static final int TabLayout_tabBackground=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabContentStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabContentStart + */ + public static final int TabLayout_tabContentStart=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabGravity} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
center1
fill0
+ * + * @attr name com.movies.info:tabGravity + */ + public static final int TabLayout_tabGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabIndicatorColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabIndicatorColor + */ + public static final int TabLayout_tabIndicatorColor=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabIndicatorHeight} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabIndicatorHeight + */ + public static final int TabLayout_tabIndicatorHeight=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMaxWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabMaxWidth + */ + public static final int TabLayout_tabMaxWidth=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMinWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabMinWidth + */ + public static final int TabLayout_tabMinWidth=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabMode} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
fixed1
scrollable0
+ * + * @attr name com.movies.info:tabMode + */ + public static final int TabLayout_tabMode=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPadding} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPadding + */ + public static final int TabLayout_tabPadding=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingBottom} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingBottom + */ + public static final int TabLayout_tabPaddingBottom=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingEnd} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingEnd + */ + public static final int TabLayout_tabPaddingEnd=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingStart} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingStart + */ + public static final int TabLayout_tabPaddingStart=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabPaddingTop} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:tabPaddingTop + */ + public static final int TabLayout_tabPaddingTop=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabSelectedTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabSelectedTextColor + */ + public static final int TabLayout_tabSelectedTextColor=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabTextAppearance} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:tabTextAppearance + */ + public static final int TabLayout_tabTextAppearance=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#tabTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:tabTextColor + */ + public static final int TabLayout_tabTextColor=15; + /** + * Attributes that can be used with a TextAppearance. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_fontFamily com.movies.info:fontFamily}
{@link #TextAppearance_textAllCaps com.movies.info:textAllCaps}
+ * @see #TextAppearance_android_textSize + * @see #TextAppearance_android_typeface + * @see #TextAppearance_android_textStyle + * @see #TextAppearance_android_textColor + * @see #TextAppearance_android_textColorHint + * @see #TextAppearance_android_textColorLink + * @see #TextAppearance_android_shadowColor + * @see #TextAppearance_android_shadowDx + * @see #TextAppearance_android_shadowDy + * @see #TextAppearance_android_shadowRadius + * @see #TextAppearance_android_fontFamily + * @see #TextAppearance_fontFamily + * @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance={ + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f03008f, + 0x7f030124 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textSize} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:textSize + */ + public static final int TextAppearance_android_textSize=0; + /** + *

This symbol is the offset where the {@link android.R.attr#typeface} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
monospace3
normal0
sans1
serif2
+ * + * @attr name android:typeface + */ + public static final int TextAppearance_android_typeface=1; + /** + *

This symbol is the offset where the {@link android.R.attr#textStyle} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
bold1
italic2
normal0
+ * + * @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle=2; + /** + *

This symbol is the offset where the {@link android.R.attr#textColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColor + */ + public static final int TextAppearance_android_textColor=3; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextAppearance_android_textColorHint=4; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorLink} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorLink + */ + public static final int TextAppearance_android_textColorLink=5; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor=6; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDx} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx=7; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowDy} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy=8; + /** + *

This symbol is the offset where the {@link android.R.attr#shadowRadius} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius=9; + /** + *

This symbol is the offset where the {@link android.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:fontFamily + */ + public static final int TextAppearance_android_fontFamily=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:fontFamily + */ + public static final int TextAppearance_fontFamily=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#textAllCaps} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:textAllCaps + */ + public static final int TextAppearance_textAllCaps=12; + /** + * Attributes that can be used with a TextInputLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_counterEnabled com.movies.info:counterEnabled}
{@link #TextInputLayout_counterMaxLength com.movies.info:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance com.movies.info:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance com.movies.info:counterTextAppearance}
{@link #TextInputLayout_errorEnabled com.movies.info:errorEnabled}
{@link #TextInputLayout_errorTextAppearance com.movies.info:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled com.movies.info:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled com.movies.info:hintEnabled}
{@link #TextInputLayout_hintTextAppearance com.movies.info:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription com.movies.info:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable com.movies.info:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled com.movies.info:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint com.movies.info:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode com.movies.info:passwordToggleTintMode}
+ * @see #TextInputLayout_android_textColorHint + * @see #TextInputLayout_android_hint + * @see #TextInputLayout_counterEnabled + * @see #TextInputLayout_counterMaxLength + * @see #TextInputLayout_counterOverflowTextAppearance + * @see #TextInputLayout_counterTextAppearance + * @see #TextInputLayout_errorEnabled + * @see #TextInputLayout_errorTextAppearance + * @see #TextInputLayout_hintAnimationEnabled + * @see #TextInputLayout_hintEnabled + * @see #TextInputLayout_hintTextAppearance + * @see #TextInputLayout_passwordToggleContentDescription + * @see #TextInputLayout_passwordToggleDrawable + * @see #TextInputLayout_passwordToggleEnabled + * @see #TextInputLayout_passwordToggleTint + * @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout={ + 0x0101009a, 0x01010150, 0x7f030068, 0x7f030069, + 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, + 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, + 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:textColorHint + */ + public static final int TextInputLayout_android_textColorHint=0; + /** + *

This symbol is the offset where the {@link android.R.attr#hint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:hint + */ + public static final int TextInputLayout_android_hint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:counterEnabled + */ + public static final int TextInputLayout_counterEnabled=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterMaxLength} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name com.movies.info:counterMaxLength + */ + public static final int TextInputLayout_counterMaxLength=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterOverflowTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:counterOverflowTextAppearance + */ + public static final int TextInputLayout_counterOverflowTextAppearance=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#counterTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:counterTextAppearance + */ + public static final int TextInputLayout_counterTextAppearance=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#errorEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:errorEnabled + */ + public static final int TextInputLayout_errorEnabled=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#errorTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:errorTextAppearance + */ + public static final int TextInputLayout_errorTextAppearance=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintAnimationEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hintAnimationEnabled + */ + public static final int TextInputLayout_hintAnimationEnabled=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:hintEnabled + */ + public static final int TextInputLayout_hintEnabled=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#hintTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:hintTextAppearance + */ + public static final int TextInputLayout_hintTextAppearance=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleContentDescription} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleDrawable} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:passwordToggleDrawable + */ + public static final int TextInputLayout_passwordToggleDrawable=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.movies.info:passwordToggleEnabled + */ + public static final int TextInputLayout_passwordToggleEnabled=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleTint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:passwordToggleTint + */ + public static final int TextInputLayout_passwordToggleTint=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#passwordToggleTintMode} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:passwordToggleTintMode + */ + public static final int TextInputLayout_passwordToggleTintMode=15; + /** + * Attributes that can be used with a Toolbar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity com.movies.info:buttonGravity}
{@link #Toolbar_collapseContentDescription com.movies.info:collapseContentDescription}
{@link #Toolbar_collapseIcon com.movies.info:collapseIcon}
{@link #Toolbar_contentInsetEnd com.movies.info:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions com.movies.info:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft com.movies.info:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.movies.info:contentInsetRight}
{@link #Toolbar_contentInsetStart com.movies.info:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation com.movies.info:contentInsetStartWithNavigation}
{@link #Toolbar_logo com.movies.info:logo}
{@link #Toolbar_logoDescription com.movies.info:logoDescription}
{@link #Toolbar_maxButtonHeight com.movies.info:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.movies.info:navigationContentDescription}
{@link #Toolbar_navigationIcon com.movies.info:navigationIcon}
{@link #Toolbar_popupTheme com.movies.info:popupTheme}
{@link #Toolbar_subtitle com.movies.info:subtitle}
{@link #Toolbar_subtitleTextAppearance com.movies.info:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.movies.info:subtitleTextColor}
{@link #Toolbar_title com.movies.info:title}
{@link #Toolbar_titleMargin com.movies.info:titleMargin}
{@link #Toolbar_titleMarginBottom com.movies.info:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.movies.info:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.movies.info:titleMarginStart}
{@link #Toolbar_titleMarginTop com.movies.info:titleMarginTop}
{@link #Toolbar_titleMargins com.movies.info:titleMargins}
{@link #Toolbar_titleTextAppearance com.movies.info:titleTextAppearance}
{@link #Toolbar_titleTextColor com.movies.info:titleTextColor}
+ * @see #Toolbar_android_gravity + * @see #Toolbar_android_minHeight + * @see #Toolbar_buttonGravity + * @see #Toolbar_collapseContentDescription + * @see #Toolbar_collapseIcon + * @see #Toolbar_contentInsetEnd + * @see #Toolbar_contentInsetEndWithActions + * @see #Toolbar_contentInsetLeft + * @see #Toolbar_contentInsetRight + * @see #Toolbar_contentInsetStart + * @see #Toolbar_contentInsetStartWithNavigation + * @see #Toolbar_logo + * @see #Toolbar_logoDescription + * @see #Toolbar_maxButtonHeight + * @see #Toolbar_navigationContentDescription + * @see #Toolbar_navigationIcon + * @see #Toolbar_popupTheme + * @see #Toolbar_subtitle + * @see #Toolbar_subtitleTextAppearance + * @see #Toolbar_subtitleTextColor + * @see #Toolbar_title + * @see #Toolbar_titleMargin + * @see #Toolbar_titleMarginBottom + * @see #Toolbar_titleMarginEnd + * @see #Toolbar_titleMarginStart + * @see #Toolbar_titleMarginTop + * @see #Toolbar_titleMargins + * @see #Toolbar_titleTextAppearance + * @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar={ + 0x010100af, 0x01010140, 0x7f030045, 0x7f03004f, + 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, + 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, + 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, + 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, + 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, + 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, + 0x7f030143 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
end800005
fill77
fill_horizontal7
fill_vertical70
left3
right5
start800003
top30
+ * + * @attr name android:gravity + */ + public static final int Toolbar_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#buttonGravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

Must be one or more (separated by '|') of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
bottom50
top30
+ * + * @attr name com.movies.info:buttonGravity + */ + public static final int Toolbar_buttonGravity=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapseContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#collapseIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:collapseIcon + */ + public static final int Toolbar_collapseIcon=4; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=5; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetEndWithActions} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetEndWithActions + */ + public static final int Toolbar_contentInsetEndWithActions=6; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=7; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=8; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=9; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#contentInsetStartWithNavigation} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:contentInsetStartWithNavigation + */ + public static final int Toolbar_contentInsetStartWithNavigation=10; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logo} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:logo + */ + public static final int Toolbar_logo=11; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#logoDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:logoDescription + */ + public static final int Toolbar_logoDescription=12; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#maxButtonHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=13; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=14; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#navigationIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:navigationIcon + */ + public static final int Toolbar_navigationIcon=15; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#popupTheme} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:popupTheme + */ + public static final int Toolbar_popupTheme=16; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitle} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:subtitle + */ + public static final int Toolbar_subtitle=17; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=18; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#subtitleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor=19; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#title} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.movies.info:title + */ + public static final int Toolbar_title=20; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMargin} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMargin + */ + public static final int Toolbar_titleMargin=21; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginBottom} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=22; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=23; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=24; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMarginTop} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=25; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleMargins} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:titleMargins + */ + public static final int Toolbar_titleMargins=26; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=27; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#titleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:titleTextColor + */ + public static final int Toolbar_titleTextColor=28; + /** + * Attributes that can be used with a View. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #View_android_theme android:theme}
{@link #View_android_focusable android:focusable}
{@link #View_paddingEnd com.movies.info:paddingEnd}
{@link #View_paddingStart com.movies.info:paddingStart}
{@link #View_theme com.movies.info:theme}
+ * @see #View_android_theme + * @see #View_android_focusable + * @see #View_paddingEnd + * @see #View_paddingStart + * @see #View_theme + */ + public static final int[] View={ + 0x01010000, 0x010100da, 0x7f0300d6, 0x7f0300d7, + 0x7f030130 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:theme + */ + public static final int View_android_theme=0; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #View} array. + * + *

May be a boolean value, such as "true" or + * "false". + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
auto10
+ * + * @attr name android:focusable + */ + public static final int View_android_focusable=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingEnd} + * attribute's value can be found in the {@link #View} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingEnd + */ + public static final int View_paddingEnd=2; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#paddingStart} + * attribute's value can be found in the {@link #View} array. + * + *

May be a dimension value, which is a floating point number appended with a + * unit such as "14.5sp". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name com.movies.info:paddingStart + */ + public static final int View_paddingStart=3; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.movies.info:theme + */ + public static final int View_theme=4; + /** + * Attributes that can be used with a ViewBackgroundHelper. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.movies.info:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.movies.info:backgroundTintMode}
+ * @see #ViewBackgroundHelper_android_background + * @see #ViewBackgroundHelper_backgroundTint + * @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper={ + 0x010100d4, 0x7f030034, 0x7f030035 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background=0; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTint} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.movies.info:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint=1; + /** + *

This symbol is the offset where the {@link com.movies.info.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.movies.info:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode=2; + /** + * Attributes that can be used with a ViewStubCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_layout android:layout}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
+ * @see #ViewStubCompat_android_id + * @see #ViewStubCompat_android_layout + * @see #ViewStubCompat_android_inflatedId + */ + public static final int[] ViewStubCompat={ + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:id + */ + public static final int ViewStubCompat_android_id=0; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:layout + */ + public static final int ViewStubCompat_android_layout=1; + /** + *

This symbol is the offset where the {@link android.R.attr#inflatedId} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId=2; + } +} \ No newline at end of file diff --git a/shopping/app/build/generated/source/buildConfig/debug/com/movies/info/BuildConfig.java b/shopping/app/build/generated/source/buildConfig/debug/com/movies/info/BuildConfig.java new file mode 100644 index 0000000..9e4c0a0 --- /dev/null +++ b/shopping/app/build/generated/source/buildConfig/debug/com/movies/info/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.movies.info; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.movies.info"; + 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/shopping/app/build/generated/source/buildConfig/release/com/movies/info/BuildConfig.java b/shopping/app/build/generated/source/buildConfig/release/com/movies/info/BuildConfig.java new file mode 100644 index 0000000..2d3abdd --- /dev/null +++ b/shopping/app/build/generated/source/buildConfig/release/com/movies/info/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.movies.info; + +public final class BuildConfig { + public static final boolean DEBUG = false; + public static final String APPLICATION_ID = "com.movies.info"; + public static final String BUILD_TYPE = "release"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/shopping/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/shopping/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/shopping/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/shopping/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json b/shopping/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/shopping/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/shopping/app/build/intermediates/annotation_processor_list/release/javaPreCompileRelease/annotationProcessors.json b/shopping/app/build/intermediates/annotation_processor_list/release/javaPreCompileRelease/annotationProcessors.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/shopping/app/build/intermediates/annotation_processor_list/release/javaPreCompileRelease/annotationProcessors.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/shopping/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson b/shopping/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson new file mode 100644 index 0000000..eaec468 --- /dev/null +++ b/shopping/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson @@ -0,0 +1 @@ +[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/apk_list/release/mainApkListPersistenceRelease/apk-list.gson b/shopping/app/build/intermediates/apk_list/release/mainApkListPersistenceRelease/apk-list.gson new file mode 100644 index 0000000..05e1f88 --- /dev/null +++ b/shopping/app/build/intermediates/apk_list/release/mainApkListPersistenceRelease/apk-list.gson @@ -0,0 +1 @@ +[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/debug.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/debug.json new file mode 100644 index 0000000..1bf02d0 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/debug.json @@ -0,0 +1,1886 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v12_values-v12.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v12\\values-v12.xml", + "from": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,279,479,598", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "274,474,593,688" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,490,602,687,793,913,992,1068,1147,1254,1359,1455,1562,1664,1772,1891,1989,2068", + "endColumns": "104,107,122,98,111,84,105,119,78,75,78,106,104,95,106,101,107,118,97,78,100", + "endOffsets": "155,263,386,485,597,682,788,908,987,1063,1142,1249,1354,1450,1557,1659,1767,1886,1984,2063,2164" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-es_values-es.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,516,624,709,810,938,1023,1105,1187,1294,1394,1493,1601,1708,1815,1937,2037,2119", + "endColumns": "116,107,122,112,107,84,100,127,84,81,81,106,99,98,107,106,106,121,99,81,100", + "endOffsets": "167,275,398,511,619,704,805,933,1018,1100,1182,1289,1389,1488,1596,1703,1810,1932,2032,2114,2215" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,507,616,698,799,913,992,1071,1150,1255,1356,1452,1560,1663,1766,1885,1982,2063", + "endColumns": "116,107,122,103,108,81,100,113,78,78,78,104,100,95,107,102,102,118,96,80,100", + "endOffsets": "167,275,398,502,611,693,794,908,987,1066,1145,1250,1351,1447,1555,1658,1761,1880,1977,2058,2159" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-da_values-da.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,488,600,683,783,896,973,1050,1129,1238,1346,1442,1556,1658,1759,1875,1972,2051", + "endColumns": "102,107,122,98,111,82,99,112,76,76,78,108,107,95,113,101,100,115,96,78,100", + "endOffsets": "153,261,384,483,595,678,778,891,968,1045,1124,1233,1341,1437,1551,1653,1754,1870,1967,2046,2147" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-si_values-si.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,503,610,698,803,919,1008,1095,1179,1288,1393,1491,1601,1700,1806,1927,2026,2108", + "endColumns": "109,107,122,106,106,87,104,115,88,86,83,108,104,97,109,98,105,120,98,81,100", + "endOffsets": "160,268,391,498,605,693,798,914,1003,1090,1174,1283,1388,1486,1596,1695,1801,1922,2021,2103,2204" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,485,604,688,795,912,990,1069,1150,1260,1367,1465,1571,1678,1779,1903,2006,2087", + "endColumns": "103,107,122,94,118,83,106,116,77,78,80,109,106,97,105,106,100,123,102,80,100", + "endOffsets": "154,262,385,480,599,683,790,907,985,1064,1145,1255,1362,1460,1566,1673,1774,1898,2001,2082,2183" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1667,1780,1874,1952", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,97,112,93,77,101", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1662,1775,1869,1947,2049" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,275,401,504,615,699,802,917,996,1074,1155,1267,1370,1468,1578,1682,1791,1916,2017,2098", + "endColumns": "109,109,125,102,110,83,102,114,78,77,80,111,102,97,109,103,108,124,100,80,100", + "endOffsets": "160,270,396,499,610,694,797,912,991,1069,1150,1262,1365,1463,1573,1677,1786,1911,2012,2093,2194" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-be_values-be.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,509,625,711,819,937,1016,1094,1177,1283,1389,1487,1595,1700,1805,1925,2025,2106", + "endColumns": "119,107,122,102,115,85,107,117,78,77,82,105,105,97,107,104,104,119,99,80,108", + "endOffsets": "170,278,401,504,620,706,814,932,1011,1089,1172,1278,1384,1482,1590,1695,1800,1920,2020,2101,2210" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,523,638,731,836,968,1045,1121,1203,1314,1420,1518,1632,1732,1843,1971,2072,2154", + "endColumns": "118,107,122,117,114,92,104,131,76,75,81,110,105,97,113,99,110,127,100,81,100", + "endOffsets": "169,277,400,518,633,726,831,963,1040,1116,1198,1309,1415,1513,1627,1727,1838,1966,2067,2149,2250" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,502,611,697,801,921,997,1073,1158,1266,1375,1477,1588,1688,1796,1925,2023,2103", + "endColumns": "109,107,122,105,108,85,103,119,75,75,84,107,108,101,110,99,107,128,97,79,102", + "endOffsets": "160,268,391,497,606,692,796,916,992,1068,1153,1261,1370,1472,1583,1683,1791,1920,2018,2098,2201" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-port_values-port.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,933,1017,1098,1185,1292,1404,1506,1614,1721,1828,1950,2049,2134", + "endColumns": "119,107,122,105,106,88,100,123,83,80,86,106,111,101,107,106,106,121,98,84,100", + "endOffsets": "170,278,401,507,614,703,804,928,1012,1093,1180,1287,1399,1501,1609,1716,1823,1945,2044,2129,2230" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-my_values-my.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,397,502,619,712,824,952,1030,1109,1195,1318,1430,1532,1658,1769,1879,2002,2102,2186", + "endColumns": "108,107,124,104,116,92,111,127,77,78,85,122,111,101,125,110,109,122,99,83,100", + "endOffsets": "159,267,392,497,614,707,819,947,1025,1104,1190,1313,1425,1527,1653,1764,1874,1997,2097,2181,2282" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,509,616,702,810,930,1007,1084,1166,1277,1381,1480,1595,1708,1811,1929,2032,2114", + "endColumns": "117,107,122,104,106,85,107,119,76,76,81,110,103,98,114,112,102,117,102,81,100", + "endOffsets": "168,276,399,504,611,697,805,925,1002,1079,1161,1272,1376,1475,1590,1703,1806,1924,2027,2109,2210" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5", + "startColumns": "4,4", + "startOffsets": "55,266", + "endLines": "4,5", + "endColumns": "12,96", + "endOffsets": "261,358" + }, + "to": { + "startLines": "164,228", + "startColumns": "4,4", + "startOffsets": "12577,17127", + "endLines": "166,228", + "endColumns": "12,96", + "endOffsets": "12783,17219" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247,259,260,261,264,267,268,271,272", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8800,11880,12078,12278,12401,12524,12637,12820,12951,13152,13241,13352,13585,13686,13781,13904,14033,14150,14327,14426,14561,14704,14839,14958,15159,15278,15371,15482,15538,15645,15840,15951,16084,16179,16270,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966,19085,19214,19385,19551,19680,19851,19982", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258,259,260,263,266,267,270,271,274", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8795,11875,12073,12273,12396,12519,12632,12815,12946,13147,13236,13347,13580,13681,13776,13899,14028,14145,14322,14421,14556,14699,14834,14953,15154,15273,15366,15477,15533,15640,15835,15946,16079,16174,16265,16356,16473,16612,16683,16766,17446,17503,17561,18255,18961,19080,19209,19380,19546,19675,19846,19977,20147" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,167,169,171,173,176,178,181,182,183,186,187,188,189,190,191,194,195,197,199,201,203,207,209,210,211,212,214,218,220,222,223,224,225,226,229,230,231,241,242,243,255,267,268,269,272,275,276,279,280", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9099,12179,12377,12788,12911,13034,13147,13330,13461,13662,13751,13862,14095,14196,14291,14414,14543,14660,14837,14936,15071,15214,15349,15468,15669,15788,15881,15992,16048,16155,16350,16461,16594,16689,16780,16871,16988,17224,17295,17378,18058,18115,18173,18867,19573,19692,19821,19992,20158,20287,20458,20589", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,168,170,172,175,177,180,181,182,185,186,187,188,189,190,193,194,196,198,200,202,206,208,209,210,211,213,217,219,221,222,223,224,225,227,229,230,240,241,242,254,266,267,268,271,274,275,278,279,282", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9094,12174,12372,12572,12906,13029,13142,13325,13456,13657,13746,13857,14090,14191,14286,14409,14538,14655,14832,14931,15066,15209,15344,15463,15664,15783,15876,15987,16043,16150,16345,16456,16589,16684,16775,16866,16983,17122,17290,17373,18053,18110,18168,18862,19568,19687,19816,19987,20153,20282,20453,20584,20754" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,283,284,291,295,299,302", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,20759,20875,21332,21626,21921,22093", + "endLines": "2,3,4,5,283,284,291,295,301,306", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,20870,20996,21453,21749,22088,22426" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5,8,11", + "startColumns": "4,4,4,4", + "startOffsets": "55,223,386,554", + "endLines": "4,7,10,13", + "endColumns": "12,12,12,12", + "endOffsets": "218,381,549,716" + }, + "to": { + "startLines": "285,288,292,296", + "startColumns": "4,4,4,4", + "startOffsets": "21001,21169,21458,21754", + "endLines": "287,290,294,298", + "endColumns": "12,12,12,12", + "endOffsets": "21164,21327,21621,21916" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,271,395,497,606,692,797,914,995,1076,1160,1264,1373,1472,1578,1688,1795,1917,2015,2097", + "endColumns": "106,108,123,101,108,85,104,116,80,80,83,103,108,98,105,109,106,121,97,81,100", + "endOffsets": "157,266,390,492,601,687,792,909,990,1071,1155,1259,1368,1467,1573,1683,1790,1912,2010,2092,2193" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,504,612,698,807,926,1004,1081,1163,1272,1381,1480,1589,1700,1808,1931,2027,2109", + "endColumns": "115,107,122,101,107,85,108,118,77,76,81,108,108,98,108,110,107,122,95,81,100", + "endOffsets": "166,274,397,499,607,693,802,921,999,1076,1158,1267,1376,1475,1584,1695,1803,1926,2022,2104,2205" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-te_values-te.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,509,620,710,815,940,1022,1104,1189,1302,1410,1510,1621,1723,1840,1967,2068,2151", + "endColumns": "113,107,122,108,110,89,104,124,81,81,84,112,107,99,110,101,116,126,100,82,100", + "endOffsets": "164,272,395,504,615,705,810,935,1017,1099,1184,1297,1405,1505,1616,1718,1835,1962,2063,2146,2247" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,507,613,707,812,941,1019,1097,1184,1294,1410,1517,1627,1733,1846,1974,2079,2169", + "endColumns": "108,107,122,111,105,93,104,128,77,77,86,109,115,106,109,105,112,127,104,89,100", + "endOffsets": "159,267,390,502,608,702,807,936,1014,1092,1179,1289,1405,1512,1622,1728,1841,1969,2074,2164,2265" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + }, + "to": { + "startLines": "2,3,4,8,12,20", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,1140", + "endLines": "2,3,7,11,15,20", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,1228" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,6", + "startColumns": "4,4", + "startOffsets": "55,299", + "endLines": "5,6", + "endColumns": "12,96", + "endOffsets": "294,391" + }, + "to": { + "startLines": "16,21", + "startColumns": "4,4", + "startOffsets": "896,1233", + "endLines": "19,21", + "endColumns": "12,96", + "endOffsets": "1135,1325" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-de_values-de.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,601,687,792,907,984,1060,1142,1253,1356,1455,1566,1668,1775,1897,1999,2081", + "endColumns": "104,107,122,97,111,85,104,114,76,75,81,110,102,98,110,101,106,121,101,81,100", + "endOffsets": "155,263,386,484,596,682,787,902,979,1055,1137,1248,1351,1450,1561,1663,1770,1892,1994,2076,2177" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,286,390,498,584,689,808,891,973,1060,1166,1273,1374,1481,1592,1696,1794,1878", + "endColumns": "107,122,103,107,85,104,118,82,81,86,105,106,100,106,110,103,97,83,100", + "endOffsets": "158,281,385,493,579,684,803,886,968,1055,1161,1268,1369,1476,1587,1691,1789,1873,1974" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-az_values-az.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,493,605,693,800,914,995,1074,1159,1266,1373,1473,1582,1686,1796,1893,1976", + "endColumns": "107,107,122,98,111,87,106,113,80,78,84,106,106,99,108,103,109,96,82,100", + "endOffsets": "158,266,389,488,600,688,795,909,990,1069,1154,1261,1368,1468,1577,1681,1791,1888,1971,2072" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,514,621,707,808,930,1012,1093,1179,1282,1387,1485,1590,1701,1806,1926,2023,2107", + "endColumns": "118,107,122,108,106,85,100,121,81,80,85,102,104,97,104,110,104,119,96,83,100", + "endOffsets": "169,277,400,509,616,702,803,925,1007,1088,1174,1277,1382,1480,1585,1696,1801,1921,2018,2102,2203" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,501,611,696,802,921,1002,1082,1163,1266,1371,1469,1576,1685,1785,1900,1999,2080", + "endColumns": "111,107,122,102,109,84,105,118,80,79,80,102,104,97,106,108,99,114,98,80,100", + "endOffsets": "162,270,393,496,606,691,797,916,997,1077,1158,1261,1366,1464,1571,1680,1780,1895,1994,2075,2176" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-it_values-it.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,495,604,688,797,922,999,1075,1156,1262,1370,1468,1572,1677,1784,1906,2006,2089", + "endColumns": "108,107,122,99,108,83,108,124,76,75,80,105,107,97,103,104,106,121,99,82,100", + "endOffsets": "159,267,390,490,599,683,792,917,994,1070,1151,1257,1365,1463,1567,1672,1779,1901,2001,2084,2185" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,495,606,691,793,906,982,1058,1138,1244,1344,1440,1545,1647,1749,1866,1968,2047", + "endColumns": "105,107,122,102,110,84,101,112,75,75,79,105,99,95,104,101,101,116,101,78,100", + "endOffsets": "156,264,387,490,601,686,788,901,977,1053,1133,1239,1339,1435,1540,1642,1744,1861,1963,2042,2143" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,500,612,699,809,932,1013,1092,1175,1281,1386,1484,1590,1693,1809,1940,2039,2120", + "endColumns": "113,107,122,99,111,86,109,122,80,78,82,105,104,97,105,102,115,130,98,80,100", + "endOffsets": "164,272,395,495,607,694,804,927,1008,1087,1170,1276,1381,1479,1585,1688,1804,1935,2034,2115,2216" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-et_values-et.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,510,621,707,809,926,1006,1084,1167,1278,1383,1482,1592,1693,1796,1924,2026,2108", + "endColumns": "116,107,122,106,110,85,101,116,79,77,82,110,104,98,109,100,102,127,101,81,100", + "endOffsets": "167,275,398,505,616,702,804,921,1001,1079,1162,1273,1378,1477,1587,1688,1791,1919,2021,2103,2204" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,705,811,941,1024,1104,1190,1300,1412,1515,1626,1733,1840,1962,2061,2147", + "endColumns": "110,107,122,114,110,81,105,129,82,79,85,109,111,102,110,106,106,121,98,85,100", + "endOffsets": "161,269,392,507,618,700,806,936,1019,1099,1185,1295,1407,1510,1621,1728,1835,1957,2056,2142,2243" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,494,595,681,786,904,991,1073,1153,1260,1363,1460,1566,1665,1769,1888,1987,2067", + "endColumns": "107,107,122,99,100,85,104,117,86,81,79,106,102,96,105,98,103,118,98,79,100", + "endOffsets": "158,266,389,489,590,676,781,899,986,1068,1148,1255,1358,1455,1561,1660,1764,1883,1982,2062,2163" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,259,380,473,578,660,758,866,943,1019,1097,1199,1298,1393,1496,1591,1687,1798,1895,1973", + "endColumns": "96,106,120,92,104,81,97,107,76,75,77,101,98,94,102,94,95,110,96,77,100", + "endOffsets": "147,254,375,468,573,655,753,861,938,1014,1092,1194,1293,1388,1491,1586,1682,1793,1890,1968,2069" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,486,593,678,783,895,972,1050,1130,1237,1334,1432,1537,1640,1744,1866,1962,2043", + "endColumns": "102,107,122,96,106,84,104,111,76,77,79,106,96,97,104,102,103,121,95,80,100", + "endOffsets": "153,261,384,481,588,673,778,890,967,1045,1125,1232,1329,1427,1532,1635,1739,1861,1957,2038,2139" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,278,401,503,615,701,806,926,1005,1083,1163,1269,1377,1475,1584,1690,1798,1934,2034,2115", + "endColumns": "114,107,122,101,111,85,104,119,78,77,79,105,107,97,108,105,107,135,99,80,100", + "endOffsets": "165,273,396,498,610,696,801,921,1000,1078,1158,1264,1372,1470,1579,1685,1793,1929,2029,2110,2211" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,513,630,718,824,945,1024,1102,1186,1295,1406,1507,1617,1734,1842,1965,2067,2151", + "endColumns": "118,107,122,107,116,87,105,120,78,77,83,108,110,100,109,116,107,122,101,83,100", + "endOffsets": "169,277,400,508,625,713,819,940,1019,1097,1181,1290,1401,1502,1612,1729,1837,1960,2062,2146,2247" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-af_values-af.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,596,681,784,902,978,1055,1136,1243,1346,1443,1551,1653,1755,1872,1970,2050", + "endColumns": "103,107,122,99,105,84,102,117,75,76,80,106,102,96,107,101,101,116,97,79,100", + "endOffsets": "154,262,385,485,591,676,779,897,973,1050,1131,1238,1341,1438,1546,1648,1750,1867,1965,2045,2146" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,505,620,709,816,942,1023,1103,1185,1287,1391,1488,1598,1700,1807,1926,2026,2106", + "endColumns": "113,107,122,104,114,88,106,125,80,79,81,101,103,96,109,101,106,118,99,79,100", + "endOffsets": "164,272,395,500,615,704,811,937,1018,1098,1180,1282,1386,1483,1593,1695,1802,1921,2021,2101,2202" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,510,618,703,805,931,1015,1096,1178,1285,1394,1493,1601,1705,1812,1934,2034,2116", + "endColumns": "111,107,122,111,107,84,101,125,83,80,81,106,108,98,107,103,106,121,99,81,100", + "endOffsets": "162,270,393,505,613,698,800,926,1010,1091,1173,1280,1389,1488,1596,1700,1807,1929,2029,2111,2212" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,508,615,700,802,924,1001,1079,1169,1278,1380,1478,1588,1688,1803,1928,2034,2113", + "endColumns": "116,107,122,104,106,84,101,121,76,77,89,108,101,97,109,99,114,124,105,78,100", + "endOffsets": "167,275,398,503,610,695,797,919,996,1074,1164,1273,1375,1473,1583,1683,1798,1923,2029,2108,2209" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,503,616,703,812,933,1015,1096,1181,1290,1399,1499,1609,1713,1826,1956,2057,2140", + "endColumns": "115,107,122,100,112,86,108,120,81,80,84,108,108,99,109,103,112,129,100,82,100", + "endOffsets": "166,274,397,498,611,698,807,928,1010,1091,1176,1285,1394,1494,1604,1708,1821,1951,2052,2135,2236" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,498,604,690,794,912,993,1073,1161,1266,1374,1475,1579,1687,1788,1916,2013,2097", + "endColumns": "108,107,122,102,105,85,103,117,80,79,87,104,107,100,103,107,100,127,96,83,100", + "endOffsets": "159,267,390,493,599,685,789,907,988,1068,1156,1261,1369,1470,1574,1682,1783,1911,2008,2092,2193" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,487,595,685,790,907,989,1072,1154,1255,1364,1463,1570,1679,1784,1903,2000,2082", + "endColumns": "102,107,122,97,107,89,104,116,81,82,81,100,108,98,106,108,104,118,96,81,100", + "endOffsets": "153,261,384,482,590,680,785,902,984,1067,1149,1250,1359,1458,1565,1674,1779,1898,1995,2077,2178" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "68,69,170,171,172,173,174,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,251,252,260,261,269,270,273,290,342,1626,1627,1632,1635,1640,1824,1825", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "4342,4411,11289,11359,11427,11499,11569,15182,15243,15304,15366,15430,15492,15553,15621,15721,15781,15847,15920,15989,16046,16098,16613,16685,17106,17141,17508,17542,17669,18598,22663,106333,106450,106717,107010,107277,120972,121044", + "endLines": "68,69,170,171,172,173,174,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,251,252,260,261,269,270,273,290,342,1626,1630,1632,1638,1640,1824,1825", + "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,33,34,34,69,70,116,12,109,12,128,71,66", + "endOffsets": "4406,4469,11354,11422,11494,11564,11625,15238,15299,15361,15425,15487,15548,15616,15716,15776,15842,15915,15984,16041,16093,16155,16680,16756,17136,17171,17537,17572,17699,18663,22729,106445,106646,106822,107206,107401,121039,121106" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "-1", + "startColumns": "-1", + "startOffsets": "-1" + }, + "to": { + "startLines": "352", + "startColumns": "4", + "startOffsets": "23463", + "endLines": "357", + "endColumns": "12", + "endOffsets": "23742" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "11,22,31,32,33,34,35,52,55,89,90,93", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,1418,2098,2144,2191,2242,2294,3458,3632,5848,5903,6079", + "endColumns": "39,38,45,46,50,51,51,38,37,54,54,39", + "endOffsets": "646,1452,2139,2186,2237,2289,2341,3492,3665,5898,5953,6114" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,213,214,218,219,220,221,222,223,224,243,244,245,246,247,248,249,250,253,254,255,256,258,263,264,268,279,281,282,285,286,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,341,343,344,345,346,347,358,365,366,370,374,378,383,389,396,400,404,409,413,417,421,425,429,433,437,441,445,449,453,457,462,466,469,473,477,481,485,489,493,496,500,504,508,512,516,517,518,519,522,525,528,531,535,536,537,538,539,542,544,546,548,553,554,558,564,568,569,571,582,583,587,593,597,598,599,603,630,634,635,639,670,835,857,1022,1044,1071,1078,1083,1097,1119,1124,1129,1139,1148,1157,1161,1168,1176,1183,1184,1193,1196,1199,1203,1207,1211,1214,1215,1219,1223,1233,1238,1245,1251,1252,1255,1259,1264,1266,1268,1271,1274,1276,1280,1283,1290,1293,1296,1300,1302,1306,1308,1314,1316,1320,1328,1336,1348,1354,1363,1366,1377,1380,1385,1386,1402,1444,1487,1488,1498,1507,1508,1510,1514,1517,1520,1523,1526,1530,1533,1536,1539,1543,1546,1550,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1579,1580,1581,1582,1583,1587,1588,1589,1590,1592,1594,1595,1596,1597,1598,1599,1600,1601,1603,1604,1606,1607,1609,1611,1612,1614,1615,1616,1617,1618,1619,1621,1622,1623,1624,1625,1664,1666,1668,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1684,1685,1686,1687,1688,1689,1691,1695,1723,1724,1725,1726,1727,1728,1729,1730,1732,1734,1736,1738,1740,1741,1742,1743,1745,1747,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1763,1764,1765,1766,1768,1770,1771,1773,1774,1776,1778,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1793,1794,1795,1796,1798,1799,1800,1801,1802,1804,1806,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "100,155,200,249,290,345,403,465,533,651,732,793,868,944,1021,1099,1184,1266,1342,1457,1534,1612,1718,1824,1903,1983,2040,2978,3052,3127,3192,3258,3313,3385,3497,3564,3670,3729,3788,3847,3906,3965,4019,4073,4126,4180,4234,4288,4563,4637,4716,4789,4863,4934,5006,5078,5151,5208,5266,5339,5413,5487,5562,5634,5707,5777,5958,6018,6119,6188,6257,6327,6401,6477,6541,6618,6694,6771,6835,6900,6969,7046,7121,7190,7258,7335,7401,7498,7563,7632,7731,7802,7861,7919,7976,8035,8106,8178,8250,8322,8394,8461,8529,8597,8656,8719,8783,8873,8964,9024,9090,9157,9223,9293,9357,9410,9523,9581,9644,9709,9774,9849,9922,9994,10043,10104,10165,10226,10288,10352,10416,10480,10545,10608,10668,10729,10795,10854,10914,10976,11047,11107,14012,14098,14348,14438,14525,14613,14695,14778,14868,16160,16212,16270,16315,16381,16445,16502,16559,16761,16818,16866,16915,17006,17219,17266,17462,17970,18050,18114,18304,18364,18668,18742,18820,18913,18983,19061,19115,19185,19270,19318,19364,19435,19513,19591,19663,19737,19811,19885,19965,20038,20107,20179,20256,20308,20381,20455,20524,20599,20673,20747,20836,22610,22734,22812,22902,22990,23086,23747,24248,24337,24584,24865,25109,25394,25787,26264,26486,26708,26976,27203,27433,27663,27893,28123,28350,28589,28815,29060,29290,29538,29757,30040,30248,30379,30606,30852,31077,31324,31545,31790,31910,32186,32487,32811,33102,33416,33553,33684,33789,34031,34198,34402,34610,34881,34993,35105,35210,35327,35541,35687,35827,35913,36261,36349,36579,36997,37230,37312,37410,38002,38102,38338,38762,39001,39095,39184,39421,41445,41687,41789,42026,44340,54285,55536,65578,66841,68333,68869,69199,70260,71525,71781,72017,72564,73058,73663,73861,74441,75005,75380,75498,76036,76193,76389,76662,76918,77088,77229,77293,77575,77861,78537,78801,79139,79492,79586,79772,80078,80340,80465,80592,80831,81042,81161,81354,81531,81986,82167,82289,82548,82661,82848,82950,83394,83518,83793,84301,84797,85674,85968,86538,86687,87419,87591,87927,88019,88985,92109,95376,95438,96016,96600,96686,96799,97028,97188,97340,97511,97678,97921,98091,98264,98435,98709,98908,99113,99443,99527,99623,99719,99817,99917,100019,100121,100223,100325,100427,100527,100623,100735,100864,100987,101118,101249,101347,101461,101555,101675,101879,101948,102064,102192,102256,102460,102529,102661,102731,102871,103005,103101,103213,103313,103429,103525,103637,103737,103877,104013,104177,104307,104465,104615,104756,104900,105035,105147,105297,105425,105553,105689,105821,105951,106081,106193,108832,108978,109122,109260,109326,109416,109492,109596,109686,109788,109896,110004,110104,110184,110276,110374,110484,110562,110668,110760,110864,110974,111096,111259,112730,112810,112910,113000,113110,113204,113310,113402,113502,113614,113728,113844,113960,114054,114168,114280,114382,114502,114624,114706,114810,114930,115056,115154,115248,115336,115448,115564,115686,115798,115973,116089,116175,116267,116379,116503,116570,116696,116764,116892,117036,117164,117233,117328,117443,117556,117655,117764,117875,117986,118087,118192,118292,118422,118513,118636,118730,118842,118928,119032,119128,119216,119334,119438,119542,119668,119756,119864,119964,120054,120164,120248,120350,120434,120488,120552,120658,120768,120852", + "endLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,213,214,218,219,220,221,222,223,224,243,244,245,246,247,248,249,250,253,254,255,256,258,263,264,268,279,281,282,285,286,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,341,343,344,345,346,347,364,365,369,373,377,382,388,395,399,403,408,412,416,420,424,428,432,436,440,444,448,452,456,461,465,468,472,476,480,484,488,492,495,499,503,507,511,515,516,517,518,521,524,527,530,534,535,536,537,538,541,543,545,547,552,553,557,563,567,568,570,581,582,586,592,596,597,598,602,629,633,634,638,666,834,856,1021,1043,1070,1077,1082,1096,1118,1123,1128,1138,1147,1156,1160,1167,1175,1182,1183,1192,1195,1198,1202,1206,1210,1213,1214,1218,1222,1232,1237,1244,1250,1251,1254,1258,1263,1265,1267,1270,1273,1275,1279,1282,1289,1292,1295,1299,1301,1305,1307,1313,1315,1319,1327,1335,1347,1353,1362,1365,1376,1379,1384,1385,1390,1443,1486,1487,1497,1506,1507,1509,1513,1516,1519,1522,1525,1529,1532,1535,1538,1542,1545,1549,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1578,1579,1580,1581,1582,1586,1587,1588,1589,1591,1593,1594,1595,1596,1597,1598,1599,1600,1602,1603,1605,1606,1608,1610,1611,1613,1614,1615,1616,1617,1618,1620,1621,1622,1623,1624,1625,1665,1667,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1683,1684,1685,1686,1687,1688,1690,1694,1698,1723,1724,1725,1726,1727,1728,1729,1731,1733,1735,1737,1739,1740,1741,1742,1744,1746,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1762,1763,1764,1765,1767,1769,1770,1772,1773,1775,1777,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1792,1793,1794,1795,1797,1798,1799,1800,1801,1803,1805,1807,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823", + "endColumns": "54,44,48,40,54,57,61,67,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,77,92,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,88,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,85,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,119,12,68,115,127,63,12,68,131,69,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", + "endOffsets": "150,195,244,285,340,398,460,528,606,727,788,863,939,1016,1094,1179,1261,1337,1413,1529,1607,1713,1819,1898,1978,2035,2093,3047,3122,3187,3253,3308,3380,3453,3559,3627,3724,3783,3842,3901,3960,4014,4068,4121,4175,4229,4283,4337,4632,4711,4784,4858,4929,5001,5073,5146,5203,5261,5334,5408,5482,5557,5629,5702,5772,5843,6013,6074,6183,6252,6322,6396,6472,6536,6613,6689,6766,6830,6895,6964,7041,7116,7185,7253,7330,7396,7493,7558,7627,7726,7797,7856,7914,7971,8030,8101,8173,8245,8317,8389,8456,8524,8592,8651,8714,8778,8868,8959,9019,9085,9152,9218,9288,9352,9405,9518,9576,9639,9704,9769,9844,9917,9989,10038,10099,10160,10221,10283,10347,10411,10475,10540,10603,10663,10724,10790,10849,10909,10971,11042,11102,11170,14093,14180,14433,14520,14608,14690,14773,14863,14954,16207,16265,16310,16376,16440,16497,16554,16608,16813,16861,16910,16961,17035,17261,17310,17503,17997,18109,18171,18359,18416,18737,18815,18908,18978,19056,19110,19180,19265,19313,19359,19430,19508,19586,19658,19732,19806,19880,19960,20033,20102,20174,20251,20303,20376,20450,20519,20594,20668,20742,20831,20901,22658,22807,22897,22985,23081,23171,24243,24332,24579,24860,25104,25389,25782,26259,26481,26703,26971,27198,27428,27658,27888,28118,28345,28584,28810,29055,29285,29533,29752,30035,30243,30374,30601,30847,31072,31319,31540,31785,31905,32181,32482,32806,33097,33411,33548,33679,33784,34026,34193,34397,34605,34876,34988,35100,35205,35322,35536,35682,35822,35908,36256,36344,36574,36992,37225,37307,37405,37997,38097,38333,38757,38996,39090,39179,39416,41440,41682,41784,42021,44177,54280,55531,65573,66836,68328,68864,69194,70255,71520,71776,72012,72559,73053,73658,73856,74436,75000,75375,75493,76031,76188,76384,76657,76913,77083,77224,77288,77570,77856,78532,78796,79134,79487,79581,79767,80073,80335,80460,80587,80826,81037,81156,81349,81526,81981,82162,82284,82543,82656,82843,82945,83389,83513,83788,84296,84792,85669,85963,86533,86682,87414,87586,87922,88014,88292,92104,95371,95433,96011,96595,96681,96794,97023,97183,97335,97506,97673,97916,98086,98259,98430,98704,98903,99108,99438,99522,99618,99714,99812,99912,100014,100116,100218,100320,100422,100522,100618,100730,100859,100982,101113,101244,101342,101456,101550,101670,101874,101943,102059,102187,102251,102455,102524,102656,102726,102866,103000,103096,103208,103308,103424,103520,103632,103732,103872,104008,104172,104302,104460,104610,104751,104895,105030,105142,105292,105420,105548,105684,105816,105946,106076,106188,106328,108973,109117,109255,109321,109411,109487,109591,109681,109783,109891,109999,110099,110179,110271,110369,110479,110557,110663,110755,110859,110969,111091,111254,111411,112805,112905,112995,113105,113199,113305,113397,113497,113609,113723,113839,113955,114049,114163,114275,114377,114497,114619,114701,114805,114925,115051,115149,115243,115331,115443,115559,115681,115793,115968,116084,116170,116262,116374,116498,116565,116691,116759,116887,117031,117159,117228,117323,117438,117551,117650,117759,117870,117981,118082,118187,118287,118417,118508,118631,118725,118837,118923,119027,119123,119211,119329,119433,119537,119663,119751,119859,119959,120049,120159,120243,120345,120429,120483,120547,120653,120763,120847,120967" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "70,1631,1633,1634,1639,1641", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "4474,106651,106827,106949,107211,107406", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "4558,106712,106944,107005,107272,107468" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\8322cf9af32f65600c7efa78f6346140\\transition-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "257,262,265,266,267,274,275,276,277,278", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "16966,17176,17315,17362,17417,17704,17758,17810,17859,17920", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "17001,17214,17357,17412,17457,17753,17805,17854,17915,17965" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,17,-1,-1,-1,-1,-1", + "endColumns": "-1,-1,-1,-1,-1,44,-1,-1,-1,-1,-1", + "endOffsets": "-1,-1,-1,-1,-1,57,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "322,323,324,325,326,327,336,337,338,339,340", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "20906,20951,20998,21046,21092,21144,22357,22404,22453,22508,22560", + "endColumns": "44,46,47,45,51,44,46,48,54,51,49", + "endOffsets": "20946,20993,21041,21087,21139,21184,22399,22448,22503,22555,22605" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "-1,-1", + "startColumns": "-1,-1", + "startOffsets": "-1,-1" + }, + "to": { + "startLines": "168,169", + "startColumns": "4,4", + "startOffsets": "11175,11233", + "endColumns": "57,55", + "endOffsets": "11228,11284" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\0c0dd377aec827ca3874d547d79d8d13\\recyclerview-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "215,216,217,225,226,227,259", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "14185,14244,14292,14959,15034,15110,17040", + "endColumns": "58,47,55,74,75,71,65", + "endOffsets": "14239,14287,14343,15029,15105,15177,17101" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "36,37,38,39,40,41,42,43,44,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,271,272,280,283,284,287,288,289,328,329,330,331,332,333,334,335,348,667,1391,1392,1642,1645,1646,1649,1652,1655,1659,1699,1702,1707,1710,1715,1719,1826,1828,1832,1839,1843,1846,1855,1861,1864,1873,1877", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "2346,2420,2501,2565,2631,2701,2771,2841,2911,11630,11684,11763,11836,11901,11964,12035,12106,12168,12237,12303,12370,12437,12493,12544,12597,12649,12703,12766,12825,12887,12946,13006,13069,13144,13216,13287,13343,13414,13471,13528,13594,13658,13729,13786,13839,13902,13954,17577,17624,18002,18176,18242,18421,18484,18541,21189,21334,21455,21542,21633,21934,22100,22255,23176,44182,88297,88394,107473,107674,107766,107945,108113,108288,108541,111416,111546,111904,112046,112416,112576,121111,121211,121452,121887,122094,122253,122818,123179,123308,123975,124155", + "endLines": "36,37,38,39,40,41,42,43,44,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,271,272,280,283,284,287,288,289,328,329,330,331,332,333,334,335,351,669,1391,1401,1644,1645,1648,1651,1654,1658,1663,1701,1706,1709,1714,1718,1722,1827,1831,1838,1842,1845,1854,1860,1863,1872,1876,1885", + "endColumns": "73,80,63,65,69,69,69,69,66,53,78,72,64,62,70,70,61,68,65,66,66,55,50,52,51,53,62,58,61,58,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,46,44,47,65,61,62,56,56,144,120,86,90,300,165,154,101,12,12,96,12,12,91,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "2415,2496,2560,2626,2696,2766,2836,2906,2973,11679,11758,11831,11896,11959,12030,12101,12163,12232,12298,12365,12432,12488,12539,12592,12644,12698,12761,12820,12882,12941,13001,13064,13139,13211,13282,13338,13409,13466,13523,13589,13653,13724,13781,13834,13897,13949,14007,17619,17664,18045,18237,18299,18479,18536,18593,21329,21450,21537,21628,21929,22095,22250,22352,23458,44335,88389,88980,107669,107761,107940,108108,108283,108536,108827,111541,111899,112041,112411,112571,112725,121206,121447,121882,122089,122248,122813,123174,123303,123970,124150,124859" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,710,826,956,1039,1119,1215,1325,1437,1540,1651,1758,1860,1982,2081,2167", + "endColumns": "110,107,122,114,110,86,115,129,82,79,95,109,111,102,110,106,101,121,98,85,100", + "endOffsets": "161,269,392,507,618,705,821,951,1034,1114,1210,1320,1432,1535,1646,1753,1855,1977,2076,2162,2263" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,700,808,934,1018,1099,1182,1293,1402,1500,1610,1714,1822,1945,2044,2125", + "endColumns": "117,107,122,105,106,82,107,125,83,80,82,110,108,97,109,103,107,122,98,80,100", + "endOffsets": "168,276,399,505,612,695,803,929,1013,1094,1177,1288,1397,1495,1605,1709,1817,1940,2039,2120,2221" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,606,693,794,917,994,1072,1152,1258,1360,1457,1566,1665,1775,1896,1999,2079", + "endColumns": "108,107,122,103,106,86,100,122,76,77,79,105,101,96,108,98,109,120,102,79,100", + "endOffsets": "159,267,390,494,601,688,789,912,989,1067,1147,1253,1355,1452,1561,1660,1770,1891,1994,2074,2175" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,497,602,688,788,901,978,1054,1133,1234,1335,1432,1541,1640,1750,1872,1972,2051", + "endColumns": "105,107,122,104,104,85,99,112,76,75,78,100,100,96,108,98,109,121,99,78,100", + "endOffsets": "156,264,387,492,597,683,783,896,973,1049,1128,1229,1330,1427,1536,1635,1745,1867,1967,2046,2147" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,493,604,690,798,916,997,1078,1162,1267,1376,1475,1581,1692,1801,1925,2023,2111", + "endColumns": "106,107,122,99,110,85,107,117,80,80,83,104,108,98,105,110,108,123,97,87,100", + "endOffsets": "157,265,388,488,599,685,793,911,992,1073,1157,1262,1371,1470,1576,1687,1796,1920,2018,2106,2207" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,281,409,516,621,707,812,933,1012,1090,1173,1287,1396,1496,1610,1716,1824,1947,2046,2129", + "endColumns": "114,110,127,106,104,85,104,120,78,77,82,113,108,99,113,105,107,122,98,82,100", + "endOffsets": "165,276,404,511,616,702,807,928,1007,1085,1168,1282,1391,1491,1605,1711,1819,1942,2041,2124,2225" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1669,1782,1876,1954", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,99,112,93,77,100", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1664,1777,1871,1949,2050" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,493,603,689,795,919,1006,1090,1172,1281,1391,1490,1599,1712,1823,1960,2059,2141", + "endColumns": "108,107,122,97,109,85,105,123,86,83,81,108,109,98,108,112,110,136,98,81,100", + "endOffsets": "159,267,390,488,598,684,790,914,1001,1085,1167,1276,1386,1485,1594,1707,1818,1955,2054,2136,2237" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,276,399,499,612,699,805,917,999,1081,1163,1272,1376,1473,1581,1682,1785,1907,2004,2085", + "endColumns": "112,107,122,99,112,86,105,111,81,81,81,108,103,96,107,100,102,121,96,80,100", + "endOffsets": "163,271,394,494,607,694,800,912,994,1076,1158,1267,1371,1468,1576,1677,1780,1902,1999,2080,2181" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-el_values-el.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,515,632,717,822,948,1036,1122,1207,1318,1428,1530,1641,1750,1858,1981,2081,2166", + "endColumns": "117,107,122,110,116,84,104,125,87,85,84,110,109,101,110,108,107,122,99,84,100", + "endOffsets": "168,276,399,510,627,712,817,943,1031,1117,1202,1313,1423,1525,1636,1745,1853,1976,2076,2161,2262" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v14_values-v14.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v14\\values-v14.xml", + "from": { + "startLines": "2,7,8,9,15", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,331,402,485,895", + "endLines": "6,7,8,14,20", + "endColumns": "12,70,82,12,12", + "endOffsets": "326,397,480,890,1312" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,284,407,511,624,712,824,945,1030,1111,1194,1306,1419,1519,1633,1738,1844,1965,2068,2151", + "endColumns": "120,107,122,103,112,87,111,120,84,80,82,111,112,99,113,104,105,120,102,82,100", + "endOffsets": "171,279,402,506,619,707,819,940,1025,1106,1189,1301,1414,1514,1628,1733,1839,1960,2063,2146,2247" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,603,694,801,928,1022,1112,1200,1310,1426,1529,1644,1746,1861,1992,2104,2190", + "endColumns": "104,107,122,103,107,90,106,126,93,89,87,109,115,102,114,101,114,130,111,85,100", + "endOffsets": "155,263,386,490,598,689,796,923,1017,1107,1195,1305,1421,1524,1639,1741,1856,1987,2099,2185,2286" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,516,629,717,824,951,1028,1105,1187,1303,1414,1513,1626,1730,1844,1970,2070,2152", + "endColumns": "117,107,122,111,112,87,106,126,76,76,81,115,110,98,112,103,113,125,99,81,100", + "endOffsets": "168,276,399,511,624,712,819,946,1023,1100,1182,1298,1409,1508,1621,1725,1839,1965,2065,2147,2248" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,502,610,697,801,912,990,1069,1149,1261,1370,1467,1576,1679,1786,1908,2009,2089", + "endColumns": "110,107,122,104,107,86,103,110,77,78,79,111,108,96,108,102,106,121,100,79,100", + "endOffsets": "161,269,392,497,605,692,796,907,985,1064,1144,1256,1365,1462,1571,1674,1781,1903,2004,2084,2185" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,515,623,708,809,932,1017,1099,1181,1293,1393,1494,1602,1709,1816,1938,2038,2120", + "endColumns": "119,107,122,108,107,84,100,122,84,81,81,111,99,100,107,106,106,121,99,81,100", + "endOffsets": "170,278,401,510,618,703,804,927,1012,1094,1176,1288,1388,1489,1597,1704,1811,1933,2033,2115,2216" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,501,615,703,806,933,1013,1093,1179,1283,1389,1487,1594,1700,1806,1926,2022,2103", + "endColumns": "107,107,122,106,113,87,102,126,79,79,85,103,105,97,106,105,105,119,95,80,100", + "endOffsets": "158,266,389,496,610,698,801,928,1008,1088,1174,1278,1384,1482,1589,1695,1801,1921,2017,2098,2199" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,488,598,684,788,907,991,1074,1160,1264,1377,1483,1588,1701,1808,1931,2028,2117", + "endColumns": "104,107,122,96,109,85,103,118,83,82,85,103,112,105,104,112,106,122,96,88,100", + "endOffsets": "155,263,386,483,593,679,783,902,986,1069,1155,1259,1372,1478,1583,1696,1803,1926,2023,2112,2213" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,707,808,923,1000,1078,1158,1270,1372,1468,1577,1678,1793,1916,2021,2101", + "endColumns": "117,107,122,105,106,89,100,114,76,77,79,111,101,95,108,100,114,122,104,79,100", + "endOffsets": "168,276,399,505,612,702,803,918,995,1073,1153,1265,1367,1463,1572,1673,1788,1911,2016,2096,2197" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,19,32,33,34,35,36", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", + "endLines": "2,3,4,5,18,31,32,33,34,35,36", + "endColumns": "134,134,74,86,12,12,126,104,114,106,112", + "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,212,347,416,480,549", + "endColumns": "156,134,68,63,68,69", + "endOffsets": "207,342,411,475,544,614" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,121,182,248", + "endColumns": "65,60,65,66", + "endOffsets": "116,177,243,310" + }, + "to": { + "startLines": "8,9,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "619,685,746,812", + "endColumns": "65,60,65,66", + "endOffsets": "680,741,807,874" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-land_values-land.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "232" + }, + "to": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "328", + "endLines": "9", + "endColumns": "12", + "endOffsets": "505" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,125,189,260", + "endColumns": "69,63,70,67", + "endOffsets": "120,184,255,323" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,610,698,803,916,1000,1082,1165,1278,1385,1483,1596,1700,1804,1926,2024,2105", + "endColumns": "108,107,122,103,110,87,104,112,83,81,82,112,106,97,112,103,103,121,97,80,100", + "endOffsets": "159,267,390,494,605,693,798,911,995,1077,1160,1273,1380,1478,1591,1695,1799,1921,2019,2100,2201" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-km_values-km.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,489,601,688,792,910,987,1064,1147,1251,1356,1456,1566,1673,1781,1904,2002,2085", + "endColumns": "102,107,122,99,111,86,103,117,76,76,82,103,104,99,109,106,107,122,97,82,100", + "endOffsets": "153,261,384,484,596,683,787,905,982,1059,1142,1246,1351,1451,1561,1668,1776,1899,1997,2080,2181" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593", + "endColumns": "69,83,83,95,101,101,93", + "endOffsets": "120,204,288,384,486,588,682" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,258,381,476,576,658,755,861,937,1013,1091,1187,1283,1378,1475,1570,1668,1780,1874,1952", + "endColumns": "95,106,122,94,99,81,96,105,75,75,77,95,95,94,96,94,97,111,93,77,100", + "endOffsets": "146,253,376,471,571,653,750,856,932,1008,1086,1182,1278,1373,1470,1565,1663,1775,1869,1947,2048" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v13_values-v13.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v13\\values-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "58", + "endOffsets": "109" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v11_values-v11.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v11\\values-v11.xml", + "from": { + "startLines": "2,8,14,20,26,32,38,39,43,47,48,52,56,57,61,66,71,76,78,80,81,82,136,191", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,474,899,1327,1753,2180,2605,2694,2940,3189,3290,3542,3797,3900,4153,4561,4981,5403,5510,5639,5710,5793,9818,13986", + "endLines": "7,13,19,25,31,37,38,42,46,47,51,55,56,60,65,70,75,77,79,80,81,135,190,191", + "endColumns": "12,12,12,12,12,12,88,12,12,100,12,12,102,12,12,12,12,12,12,70,82,12,12,90", + "endOffsets": "469,894,1322,1748,2175,2600,2689,2935,3184,3285,3537,3792,3895,4148,4556,4976,5398,5505,5634,5705,5788,9813,13981,14072" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,605,691,795,913,995,1076,1164,1270,1378,1479,1584,1692,1793,1921,2018,2102", + "endColumns": "108,107,122,103,105,85,103,117,81,80,87,105,107,100,104,107,100,127,96,83,100", + "endOffsets": "159,267,390,494,600,686,790,908,990,1071,1159,1265,1373,1474,1579,1687,1788,1916,2013,2097,2198" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,609,695,806,922,1002,1081,1165,1274,1381,1482,1590,1695,1802,1926,2025,2109", + "endColumns": "104,107,122,103,113,85,110,115,79,78,83,108,106,100,107,104,106,123,98,83,100", + "endOffsets": "155,263,386,490,604,690,801,917,997,1076,1160,1269,1376,1477,1585,1690,1797,1921,2020,2104,2205" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,272,397,492,606,692,792,905,981,1057,1137,1240,1339,1435,1539,1637,1738,1854,1951,2030", + "endColumns": "107,108,124,94,113,85,99,112,75,75,79,102,98,95,103,97,100,115,96,78,100", + "endOffsets": "158,267,392,487,601,687,787,900,976,1052,1132,1235,1334,1430,1534,1632,1733,1849,1946,2025,2126" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,490,600,689,795,910,992,1073,1158,1265,1372,1471,1581,1688,1788,1913,2012,2094", + "endColumns": "102,107,122,100,109,88,105,114,81,80,84,106,106,98,109,106,99,124,98,81,100", + "endOffsets": "153,261,384,485,595,684,790,905,987,1068,1153,1260,1367,1466,1576,1683,1783,1908,2007,2089,2190" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,500,608,695,798,917,1002,1086,1170,1278,1387,1487,1600,1707,1811,1928,2025,2108", + "endColumns": "106,107,122,106,107,86,102,118,84,83,83,107,108,99,112,106,103,116,96,82,100", + "endOffsets": "157,265,388,495,603,690,793,912,997,1081,1165,1273,1382,1482,1595,1702,1806,1923,2020,2103,2204" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-th_values-th.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,597,686,788,898,975,1053,1134,1242,1346,1444,1552,1657,1758,1874,1969,2050", + "endColumns": "104,107,122,97,107,88,101,109,76,77,80,107,103,97,107,104,100,115,94,80,100", + "endOffsets": "155,263,386,484,592,681,783,893,970,1048,1129,1237,1341,1439,1547,1652,1753,1869,1964,2045,2146" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,26,29,32,35,39,42,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1164,1406,1577,1751,1920,2193,2393,2597", + "endLines": "4,8,11,14,17,21,25,28,31,34,38,41,45,49", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1159,1401,1572,1746,1915,2188,2388,2592,2921" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,258,381,475,577,659,757,863,942,1018,1098,1196,1291,1386,1486,1582,1681,1796,1890,1968", + "endColumns": "94,107,122,93,101,81,97,105,78,75,79,97,94,94,99,95,98,114,93,77,100", + "endOffsets": "145,253,376,470,572,654,752,858,937,1013,1093,1191,1286,1381,1481,1577,1676,1791,1885,1963,2064" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,269,395,494,602,686,786,900,978,1056,1135,1237,1341,1437,1540,1641,1741,1857,1953,2032", + "endColumns": "103,109,125,98,107,83,99,113,77,77,78,101,103,95,102,100,99,115,95,78,102", + "endOffsets": "154,264,390,489,597,681,781,895,973,1051,1130,1232,1336,1432,1535,1636,1736,1852,1948,2027,2130" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,550,614,677", + "endLines": "2,3,4,5,6,7,8,9,10,14", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "110,180,251,323,381,439,545,609,672,854" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,17,18,19", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1106,1170,1233", + "endLines": "10,11,12,13,14,15,16,17,18,22", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "666,736,807,879,937,995,1101,1165,1228,1410" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,604,690,798,916,995,1075,1156,1262,1369,1467,1575,1681,1790,1914,2014,2095", + "endColumns": "109,107,122,101,105,85,107,117,78,79,80,105,106,97,107,105,108,123,99,80,100", + "endOffsets": "160,268,391,493,599,685,793,911,990,1070,1151,1257,1364,1462,1570,1676,1785,1909,2009,2090,2191" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,508,617,701,804,923,1000,1077,1161,1265,1374,1475,1580,1694,1799,1919,2018,2102", + "endColumns": "113,107,122,107,108,83,102,118,76,76,83,103,108,100,104,113,104,119,98,83,100", + "endOffsets": "164,272,395,503,612,696,799,918,995,1072,1156,1260,1369,1470,1575,1689,1794,1914,2013,2097,2198" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-am_values-am.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,388,487,593,679,782,895,973,1051,1130,1230,1330,1426,1529,1628,1735,1851,1947,2026", + "endColumns": "101,107,122,98,105,85,102,112,77,77,78,99,99,95,102,98,106,115,95,78,100", + "endOffsets": "152,260,383,482,588,674,777,890,968,1046,1125,1225,1325,1421,1524,1623,1730,1846,1942,2021,2122" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-is_values-is.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,263,386,483,595,680,781,895,975,1055,1136,1246,1354,1452,1561,1660,1763,1881,1979,2060", + "endColumns": "99,107,122,96,111,84,100,113,79,79,80,109,107,97,108,98,102,117,97,80,100", + "endOffsets": "150,258,381,478,590,675,776,890,970,1050,1131,1241,1349,1447,1556,1655,1758,1876,1974,2055,2156" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,514,623,709,813,935,1017,1099,1184,1293,1405,1504,1615,1724,1829,1948,2047,2129", + "endColumns": "119,107,122,107,108,85,103,121,81,81,84,108,111,98,110,108,104,118,98,81,100", + "endOffsets": "170,278,401,509,618,704,808,930,1012,1094,1179,1288,1400,1499,1610,1719,1824,1943,2042,2124,2225" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,499,614,698,810,940,1016,1092,1175,1285,1396,1496,1607,1715,1834,1968,2071,2154", + "endColumns": "107,107,122,104,114,83,111,129,75,75,82,109,110,99,110,107,118,133,102,82,100", + "endOffsets": "158,266,389,494,609,693,805,935,1011,1087,1170,1280,1391,1491,1602,1710,1829,1963,2066,2149,2250" + } + } + ] + }, + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\values-in_values-in.arsc.flat", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,603,690,794,910,992,1071,1157,1260,1369,1470,1574,1682,1790,1913,2012,2096", + "endColumns": "109,107,122,101,104,86,103,115,81,78,85,102,108,100,103,107,107,122,98,83,100", + "endOffsets": "160,268,391,493,598,685,789,905,987,1066,1152,1255,1364,1465,1569,1677,1785,1908,2007,2091,2192" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-af.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-af.json new file mode 100644 index 0000000..620054c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-af.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,596,681,784,902,978,1055,1136,1243,1346,1443,1551,1653,1755,1872,1970,2050", + "endColumns": "103,107,122,99,105,84,102,117,75,76,80,106,102,96,107,101,101,116,97,79,100", + "endOffsets": "154,262,385,485,591,676,779,897,973,1050,1131,1238,1341,1438,1546,1648,1750,1867,1965,2045,2146" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-am.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-am.json new file mode 100644 index 0000000..8b0de1e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-am.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,388,487,593,679,782,895,973,1051,1130,1230,1330,1426,1529,1628,1735,1851,1947,2026", + "endColumns": "101,107,122,98,105,85,102,112,77,77,78,99,99,95,102,98,106,115,95,78,100", + "endOffsets": "152,260,383,482,588,674,777,890,968,1046,1125,1225,1325,1421,1524,1623,1730,1846,1942,2021,2122" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json new file mode 100644 index 0000000..b573823 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,507,616,698,799,913,992,1071,1150,1255,1356,1452,1560,1663,1766,1885,1982,2063", + "endColumns": "116,107,122,103,108,81,100,113,78,78,78,104,100,95,107,102,102,118,96,80,100", + "endOffsets": "167,275,398,502,611,693,794,908,987,1066,1145,1250,1351,1447,1555,1658,1761,1880,1977,2058,2159" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-az.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-az.json new file mode 100644 index 0000000..36c717d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-az.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,493,605,693,800,914,995,1074,1159,1266,1373,1473,1582,1686,1796,1893,1976", + "endColumns": "107,107,122,98,111,87,106,113,80,78,84,106,106,99,108,103,109,96,82,100", + "endOffsets": "158,266,389,488,600,688,795,909,990,1069,1154,1261,1368,1468,1577,1681,1791,1888,1971,2072" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..cc68b1c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,605,691,795,913,995,1076,1164,1270,1378,1479,1584,1692,1793,1921,2018,2102", + "endColumns": "108,107,122,103,105,85,103,117,81,80,87,105,107,100,104,107,100,127,96,83,100", + "endOffsets": "159,267,390,494,600,686,790,908,990,1071,1159,1265,1373,1474,1579,1687,1788,1916,2013,2097,2198" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-be.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-be.json new file mode 100644 index 0000000..1c640f5 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-be.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,509,625,711,819,937,1016,1094,1177,1283,1389,1487,1595,1700,1805,1925,2025,2106", + "endColumns": "119,107,122,102,115,85,107,117,78,77,82,105,105,97,107,104,104,119,99,80,108", + "endOffsets": "170,278,401,504,620,706,814,932,1011,1089,1172,1278,1384,1482,1590,1695,1800,1920,2020,2101,2210" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json new file mode 100644 index 0000000..1dede1e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,281,409,516,621,707,812,933,1012,1090,1173,1287,1396,1496,1610,1716,1824,1947,2046,2129", + "endColumns": "114,110,127,106,104,85,104,120,78,77,82,113,108,99,113,105,107,122,98,82,100", + "endOffsets": "165,276,404,511,616,702,807,928,1007,1085,1168,1282,1391,1491,1605,1711,1819,1942,2041,2124,2225" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json new file mode 100644 index 0000000..1844fb1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,507,613,707,812,941,1019,1097,1184,1294,1410,1517,1627,1733,1846,1974,2079,2169", + "endColumns": "108,107,122,111,105,93,104,128,77,77,86,109,115,106,109,105,112,127,104,89,100", + "endOffsets": "159,267,390,502,608,702,807,936,1014,1092,1179,1289,1405,1512,1622,1728,1841,1969,2074,2164,2265" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json new file mode 100644 index 0000000..7455f17 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,514,621,707,808,930,1012,1093,1179,1282,1387,1485,1590,1701,1806,1926,2023,2107", + "endColumns": "118,107,122,108,106,85,100,121,81,80,85,102,104,97,104,110,104,119,96,83,100", + "endOffsets": "169,277,400,509,616,702,803,925,1007,1088,1174,1277,1382,1480,1585,1696,1801,1921,2018,2102,2203" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json new file mode 100644 index 0000000..95f2e4e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,700,808,934,1018,1099,1182,1293,1402,1500,1610,1714,1822,1945,2044,2125", + "endColumns": "117,107,122,105,106,82,107,125,83,80,82,110,108,97,109,103,107,122,98,80,100", + "endOffsets": "168,276,399,505,612,695,803,929,1013,1094,1177,1288,1397,1495,1605,1709,1817,1940,2039,2120,2221" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json new file mode 100644 index 0000000..60095a8 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,271,395,497,606,692,797,914,995,1076,1160,1264,1373,1472,1578,1688,1795,1917,2015,2097", + "endColumns": "106,108,123,101,108,85,104,116,80,80,83,103,108,98,105,109,106,121,97,81,100", + "endOffsets": "157,266,390,492,601,687,792,909,990,1071,1155,1259,1368,1467,1573,1683,1790,1912,2010,2092,2193" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-da.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-da.json new file mode 100644 index 0000000..834af85 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-da.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,488,600,683,783,896,973,1050,1129,1238,1346,1442,1556,1658,1759,1875,1972,2051", + "endColumns": "102,107,122,98,111,82,99,112,76,76,78,108,107,95,113,101,100,115,96,78,100", + "endOffsets": "153,261,384,483,595,678,778,891,968,1045,1124,1233,1341,1437,1551,1653,1754,1870,1967,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-de.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-de.json new file mode 100644 index 0000000..e9d37f5 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-de.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,601,687,792,907,984,1060,1142,1253,1356,1455,1566,1668,1775,1897,1999,2081", + "endColumns": "104,107,122,97,111,85,104,114,76,75,81,110,102,98,110,101,106,121,101,81,100", + "endOffsets": "155,263,386,484,596,682,787,902,979,1055,1137,1248,1351,1450,1561,1663,1770,1892,1994,2076,2177" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-el.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-el.json new file mode 100644 index 0000000..13eeceb --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-el.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,515,632,717,822,948,1036,1122,1207,1318,1428,1530,1641,1750,1858,1981,2081,2166", + "endColumns": "117,107,122,110,116,84,104,125,87,85,84,110,109,101,110,108,107,122,99,84,100", + "endOffsets": "168,276,399,510,627,712,817,943,1031,1117,1202,1313,1423,1525,1636,1745,1853,1976,2076,2161,2262" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..fa05ad1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..c9ece9f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..10e1948 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..5dacd3a --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,515,623,708,809,932,1017,1099,1181,1293,1393,1494,1602,1709,1816,1938,2038,2120", + "endColumns": "119,107,122,108,107,84,100,122,84,81,81,111,99,100,107,106,106,121,99,81,100", + "endOffsets": "170,278,401,510,618,703,804,927,1012,1094,1176,1288,1388,1489,1597,1704,1811,1933,2033,2115,2216" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-es.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-es.json new file mode 100644 index 0000000..1ed6a0f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-es.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es\\values-es.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,516,624,709,810,938,1023,1105,1187,1294,1394,1493,1601,1708,1815,1937,2037,2119", + "endColumns": "116,107,122,112,107,84,100,127,84,81,81,106,99,98,107,106,106,121,99,81,100", + "endOffsets": "167,275,398,511,619,704,805,933,1018,1100,1182,1289,1389,1488,1596,1703,1810,1932,2032,2114,2215" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-et.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-et.json new file mode 100644 index 0000000..eb86859 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-et.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-et\\values-et.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,510,621,707,809,926,1006,1084,1167,1278,1383,1482,1592,1693,1796,1924,2026,2108", + "endColumns": "116,107,122,106,110,85,101,116,79,77,82,110,104,98,109,100,102,127,101,81,100", + "endOffsets": "167,275,398,505,616,702,804,921,1001,1079,1162,1273,1378,1477,1587,1688,1791,1919,2021,2103,2204" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json new file mode 100644 index 0000000..54eb412 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-eu\\values-eu.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,493,603,689,795,919,1006,1090,1172,1281,1391,1490,1599,1712,1823,1960,2059,2141", + "endColumns": "108,107,122,97,109,85,105,123,86,83,81,108,109,98,108,112,110,136,98,81,100", + "endOffsets": "159,267,390,488,598,684,790,914,1001,1085,1167,1276,1386,1485,1594,1707,1818,1955,2054,2136,2237" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json new file mode 100644 index 0000000..1c75687 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fa\\values-fa.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,275,401,504,615,699,802,917,996,1074,1155,1267,1370,1468,1578,1682,1791,1916,2017,2098", + "endColumns": "109,109,125,102,110,83,102,114,78,77,80,111,102,97,109,103,108,124,100,80,100", + "endOffsets": "160,270,396,499,610,694,797,912,991,1069,1150,1262,1365,1463,1573,1677,1786,1911,2012,2093,2194" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json new file mode 100644 index 0000000..dc8f7ab --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fi\\values-fi.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,494,595,681,786,904,991,1073,1153,1260,1363,1460,1566,1665,1769,1888,1987,2067", + "endColumns": "107,107,122,99,100,85,104,117,86,81,79,106,102,96,105,98,103,118,98,79,100", + "endOffsets": "158,266,389,489,590,676,781,899,986,1068,1148,1255,1358,1455,1561,1660,1764,1883,1982,2062,2163" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..334012e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,710,826,956,1039,1119,1215,1325,1437,1540,1651,1758,1860,1982,2081,2167", + "endColumns": "110,107,122,114,110,86,115,129,82,79,95,109,111,102,110,106,101,121,98,85,100", + "endOffsets": "161,269,392,507,618,705,821,951,1034,1114,1210,1320,1432,1535,1646,1753,1855,1977,2076,2162,2263" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json new file mode 100644 index 0000000..1e4c2ec --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr\\values-fr.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,705,811,941,1024,1104,1190,1300,1412,1515,1626,1733,1840,1962,2061,2147", + "endColumns": "110,107,122,114,110,81,105,129,82,79,85,109,111,102,110,106,106,121,98,85,100", + "endOffsets": "161,269,392,507,618,700,806,936,1019,1099,1185,1295,1407,1510,1621,1728,1835,1957,2056,2142,2243" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json new file mode 100644 index 0000000..5f85e7b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gl\\values-gl.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,510,618,703,805,931,1015,1096,1178,1285,1394,1493,1601,1705,1812,1934,2034,2116", + "endColumns": "111,107,122,111,107,84,101,125,83,80,81,106,108,98,107,103,106,121,99,81,100", + "endOffsets": "162,270,393,505,613,698,800,926,1010,1091,1173,1280,1389,1488,1596,1700,1807,1929,2029,2111,2212" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json new file mode 100644 index 0000000..2b39e0f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gu\\values-gu.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,606,693,794,917,994,1072,1152,1258,1360,1457,1566,1665,1775,1896,1999,2079", + "endColumns": "108,107,122,103,106,86,100,122,76,77,79,105,101,96,108,98,109,120,102,79,100", + "endOffsets": "159,267,390,494,601,688,789,912,989,1067,1147,1253,1355,1452,1561,1660,1770,1891,1994,2074,2175" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..b96fff1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..811fb6e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json new file mode 100644 index 0000000..339fae7 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hi\\values-hi.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,508,615,700,802,924,1001,1079,1169,1278,1380,1478,1588,1688,1803,1928,2034,2113", + "endColumns": "116,107,122,104,106,84,101,121,76,77,89,108,101,97,109,99,114,124,105,78,100", + "endOffsets": "167,275,398,503,610,695,797,919,996,1074,1164,1273,1375,1473,1583,1683,1798,1923,2029,2108,2209" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json new file mode 100644 index 0000000..e0331d1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hr\\values-hr.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,488,598,684,788,907,991,1074,1160,1264,1377,1483,1588,1701,1808,1931,2028,2117", + "endColumns": "104,107,122,96,109,85,103,118,83,82,85,103,112,105,104,112,106,122,96,88,100", + "endOffsets": "155,263,386,483,593,679,783,902,986,1069,1155,1259,1372,1478,1583,1696,1803,1926,2023,2112,2213" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json new file mode 100644 index 0000000..339950b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hu\\values-hu.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,499,614,698,810,940,1016,1092,1175,1285,1396,1496,1607,1715,1834,1968,2071,2154", + "endColumns": "107,107,122,104,114,83,111,129,75,75,82,109,110,99,110,107,118,133,102,82,100", + "endOffsets": "158,266,389,494,609,693,805,935,1011,1087,1170,1280,1391,1491,1602,1710,1829,1963,2066,2149,2250" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json new file mode 100644 index 0000000..f6194a4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hy\\values-hy.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,490,600,689,795,910,992,1073,1158,1265,1372,1471,1581,1688,1788,1913,2012,2094", + "endColumns": "102,107,122,100,109,88,105,114,81,80,84,106,106,98,109,106,99,124,98,81,100", + "endOffsets": "153,261,384,485,595,684,790,905,987,1068,1153,1260,1367,1466,1576,1683,1783,1908,2007,2089,2190" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-in.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-in.json new file mode 100644 index 0000000..1363160 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-in.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-in\\values-in.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,603,690,794,910,992,1071,1157,1260,1369,1470,1574,1682,1790,1913,2012,2096", + "endColumns": "109,107,122,101,104,86,103,115,81,78,85,102,108,100,103,107,107,122,98,83,100", + "endOffsets": "160,268,391,493,598,685,789,905,987,1066,1152,1255,1364,1465,1569,1677,1785,1908,2007,2091,2192" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-is.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-is.json new file mode 100644 index 0000000..fa967ce --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-is.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-is\\values-is.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,263,386,483,595,680,781,895,975,1055,1136,1246,1354,1452,1561,1660,1763,1881,1979,2060", + "endColumns": "99,107,122,96,111,84,100,113,79,79,80,109,107,97,108,98,102,117,97,80,100", + "endOffsets": "150,258,381,478,590,675,776,890,970,1050,1131,1241,1349,1447,1556,1655,1758,1876,1974,2055,2156" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-it.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-it.json new file mode 100644 index 0000000..0de8b30 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-it.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-it\\values-it.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,495,604,688,797,922,999,1075,1156,1262,1370,1468,1572,1677,1784,1906,2006,2089", + "endColumns": "108,107,122,99,108,83,108,124,76,75,80,105,107,97,103,104,106,121,99,82,100", + "endOffsets": "159,267,390,490,599,683,792,917,994,1070,1151,1257,1365,1463,1567,1672,1779,1901,2001,2084,2185" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json new file mode 100644 index 0000000..844dfea --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-iw\\values-iw.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,269,395,494,602,686,786,900,978,1056,1135,1237,1341,1437,1540,1641,1741,1857,1953,2032", + "endColumns": "103,109,125,98,107,83,99,113,77,77,78,101,103,95,102,100,99,115,95,78,102", + "endOffsets": "154,264,390,489,597,681,781,895,973,1051,1130,1232,1336,1432,1535,1636,1736,1852,1948,2027,2130" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json new file mode 100644 index 0000000..adbb70f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ja\\values-ja.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,259,380,473,578,660,758,866,943,1019,1097,1199,1298,1393,1496,1591,1687,1798,1895,1973", + "endColumns": "96,106,120,92,104,81,97,107,76,75,77,101,98,94,102,94,95,110,96,77,100", + "endOffsets": "147,254,375,468,573,655,753,861,938,1014,1092,1194,1293,1388,1491,1586,1682,1793,1890,1968,2069" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json new file mode 100644 index 0000000..3287297 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ka\\values-ka.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,610,698,803,916,1000,1082,1165,1278,1385,1483,1596,1700,1804,1926,2024,2105", + "endColumns": "108,107,122,103,110,87,104,112,83,81,82,112,106,97,112,103,103,121,97,80,100", + "endOffsets": "159,267,390,494,605,693,798,911,995,1077,1160,1273,1380,1478,1591,1695,1799,1921,2019,2100,2201" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json new file mode 100644 index 0000000..d073f9c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kk\\values-kk.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,501,611,696,802,921,1002,1082,1163,1266,1371,1469,1576,1685,1785,1900,1999,2080", + "endColumns": "111,107,122,102,109,84,105,118,80,79,80,102,104,97,106,108,99,114,98,80,100", + "endOffsets": "162,270,393,496,606,691,797,916,997,1077,1158,1261,1366,1464,1571,1680,1780,1895,1994,2075,2176" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-km.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-km.json new file mode 100644 index 0000000..1728436 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-km.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-km\\values-km.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,489,601,688,792,910,987,1064,1147,1251,1356,1456,1566,1673,1781,1904,2002,2085", + "endColumns": "102,107,122,99,111,86,103,117,76,76,82,103,104,99,109,106,107,122,97,82,100", + "endOffsets": "153,261,384,484,596,683,787,905,982,1059,1142,1246,1351,1451,1561,1668,1776,1899,1997,2080,2181" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json new file mode 100644 index 0000000..1a1d946 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn\\values-kn.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,516,629,717,824,951,1028,1105,1187,1303,1414,1513,1626,1730,1844,1970,2070,2152", + "endColumns": "117,107,122,111,112,87,106,126,76,76,81,115,110,98,112,103,113,125,99,81,100", + "endOffsets": "168,276,399,511,624,712,819,946,1023,1100,1182,1298,1409,1508,1621,1725,1839,1965,2065,2147,2248" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json new file mode 100644 index 0000000..7375c29 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ko\\values-ko.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,258,381,475,577,659,757,863,942,1018,1098,1196,1291,1386,1486,1582,1681,1796,1890,1968", + "endColumns": "94,107,122,93,101,81,97,105,78,75,79,97,94,94,99,95,98,114,93,77,100", + "endOffsets": "145,253,376,470,572,654,752,858,937,1013,1093,1191,1286,1381,1481,1577,1676,1791,1885,1963,2064" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json new file mode 100644 index 0000000..fc278dc --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ky\\values-ky.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,485,604,688,795,912,990,1069,1150,1260,1367,1465,1571,1678,1779,1903,2006,2087", + "endColumns": "103,107,122,94,118,83,106,116,77,78,80,109,106,97,105,106,100,123,102,80,100", + "endOffsets": "154,262,385,480,599,683,790,907,985,1064,1145,1255,1362,1460,1566,1673,1774,1898,2001,2082,2183" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-land.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-land.json new file mode 100644 index 0000000..859b708 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "232" + }, + "to": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "328", + "endLines": "9", + "endColumns": "12", + "endOffsets": "505" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,125,189,260", + "endColumns": "69,63,70,67", + "endOffsets": "120,184,255,323" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json new file mode 100644 index 0000000..853970d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..d6ee991 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json new file mode 100644 index 0000000..81947fa --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lo\\values-lo.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,486,593,678,783,895,972,1050,1130,1237,1334,1432,1537,1640,1744,1866,1962,2043", + "endColumns": "102,107,122,96,106,84,104,111,76,77,79,106,96,97,104,102,103,121,95,80,100", + "endOffsets": "153,261,384,481,588,673,778,890,967,1045,1125,1232,1329,1427,1532,1635,1739,1861,1957,2038,2139" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json new file mode 100644 index 0000000..b79c44f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lt\\values-lt.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,503,616,703,812,933,1015,1096,1181,1290,1399,1499,1609,1713,1826,1956,2057,2140", + "endColumns": "115,107,122,100,112,86,108,120,81,80,84,108,108,99,109,103,112,129,100,82,100", + "endOffsets": "166,274,397,498,611,698,807,928,1010,1091,1176,1285,1394,1494,1604,1708,1821,1951,2052,2135,2236" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json new file mode 100644 index 0000000..e236ecc --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lv\\values-lv.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,514,623,709,813,935,1017,1099,1184,1293,1405,1504,1615,1724,1829,1948,2047,2129", + "endColumns": "119,107,122,107,108,85,103,121,81,81,84,108,111,98,110,108,104,118,98,81,100", + "endOffsets": "170,278,401,509,618,704,808,930,1012,1094,1179,1288,1400,1499,1610,1719,1824,1943,2042,2124,2225" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json new file mode 100644 index 0000000..8985d7a --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mk\\values-mk.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,286,390,498,584,689,808,891,973,1060,1166,1273,1374,1481,1592,1696,1794,1878", + "endColumns": "107,122,103,107,85,104,118,82,81,86,105,106,100,106,110,103,97,83,100", + "endOffsets": "158,281,385,493,579,684,803,886,968,1055,1161,1268,1369,1476,1587,1691,1789,1873,1974" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json new file mode 100644 index 0000000..19fa7e7 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ml\\values-ml.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,523,638,731,836,968,1045,1121,1203,1314,1420,1518,1632,1732,1843,1971,2072,2154", + "endColumns": "118,107,122,117,114,92,104,131,76,75,81,110,105,97,113,99,110,127,100,81,100", + "endOffsets": "169,277,400,518,633,726,831,963,1040,1116,1198,1309,1415,1513,1627,1727,1838,1966,2067,2149,2250" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json new file mode 100644 index 0000000..207ef7d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mn\\values-mn.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,276,399,499,612,699,805,917,999,1081,1163,1272,1376,1473,1581,1682,1785,1907,2004,2085", + "endColumns": "112,107,122,99,112,86,105,111,81,81,81,108,103,96,107,100,102,121,96,80,100", + "endOffsets": "163,271,394,494,607,694,800,912,994,1076,1158,1267,1371,1468,1576,1677,1780,1902,1999,2080,2181" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json new file mode 100644 index 0000000..4fd7b49 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mr\\values-mr.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,707,808,923,1000,1078,1158,1270,1372,1468,1577,1678,1793,1916,2021,2101", + "endColumns": "117,107,122,105,106,89,100,114,76,77,79,111,101,95,108,100,114,122,104,79,100", + "endOffsets": "168,276,399,505,612,702,803,918,995,1073,1153,1265,1367,1463,1572,1673,1788,1911,2016,2096,2197" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json new file mode 100644 index 0000000..4110c20 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ms\\values-ms.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,502,610,697,801,912,990,1069,1149,1261,1370,1467,1576,1679,1786,1908,2009,2089", + "endColumns": "110,107,122,104,107,86,103,110,77,78,79,111,108,96,108,102,106,121,100,79,100", + "endOffsets": "161,269,392,497,605,692,796,907,985,1064,1144,1256,1365,1462,1571,1674,1781,1903,2004,2084,2185" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-my.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-my.json new file mode 100644 index 0000000..848e27b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-my.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-my\\values-my.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,397,502,619,712,824,952,1030,1109,1195,1318,1430,1532,1658,1769,1879,2002,2102,2186", + "endColumns": "108,107,124,104,116,92,111,127,77,78,85,122,111,101,125,110,109,122,99,83,100", + "endOffsets": "159,267,392,497,614,707,819,947,1025,1104,1190,1313,1425,1527,1653,1764,1874,1997,2097,2181,2282" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json new file mode 100644 index 0000000..0549170 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nb\\values-nb.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,272,397,492,606,692,792,905,981,1057,1137,1240,1339,1435,1539,1637,1738,1854,1951,2030", + "endColumns": "107,108,124,94,113,85,99,112,75,75,79,102,98,95,103,97,100,115,96,78,100", + "endOffsets": "158,267,392,487,601,687,787,900,976,1052,1132,1235,1334,1430,1534,1632,1733,1849,1946,2025,2126" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json new file mode 100644 index 0000000..aecbe1f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ne\\values-ne.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,603,694,801,928,1022,1112,1200,1310,1426,1529,1644,1746,1861,1992,2104,2190", + "endColumns": "104,107,122,103,107,90,106,126,93,89,87,109,115,102,114,101,114,130,111,85,100", + "endOffsets": "155,263,386,490,598,689,796,923,1017,1107,1195,1305,1421,1524,1639,1741,1856,1987,2099,2185,2286" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json new file mode 100644 index 0000000..e29c0d2 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593", + "endColumns": "69,83,83,95,101,101,93", + "endOffsets": "120,204,288,384,486,588,682" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json new file mode 100644 index 0000000..b620623 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nl\\values-nl.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,509,616,702,810,930,1007,1084,1166,1277,1381,1480,1595,1708,1811,1929,2032,2114", + "endColumns": "117,107,122,104,106,85,107,119,76,76,81,110,103,98,114,112,102,117,102,81,100", + "endOffsets": "168,276,399,504,611,697,805,925,1002,1079,1161,1272,1376,1475,1590,1703,1806,1924,2027,2109,2210" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json new file mode 100644 index 0000000..c3b4df4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,497,602,688,788,901,978,1054,1133,1234,1335,1432,1541,1640,1750,1872,1972,2051", + "endColumns": "105,107,122,104,104,85,99,112,76,75,78,100,100,96,108,98,109,121,99,78,100", + "endOffsets": "156,264,387,492,597,683,783,896,973,1049,1128,1229,1330,1427,1536,1635,1745,1867,1967,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json new file mode 100644 index 0000000..9f877c0 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pl\\values-pl.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,504,612,698,807,926,1004,1081,1163,1272,1381,1480,1589,1700,1808,1931,2027,2109", + "endColumns": "115,107,122,101,107,85,108,118,77,76,81,108,108,98,108,110,107,122,95,81,100", + "endOffsets": "166,274,397,499,607,693,802,921,999,1076,1158,1267,1376,1475,1584,1695,1803,1926,2022,2104,2205" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-port.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-port.json new file mode 100644 index 0000000..ff48e6a --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..6bc5d90 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..5372353 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,933,1017,1098,1185,1292,1404,1506,1614,1721,1828,1950,2049,2134", + "endColumns": "119,107,122,105,106,88,100,123,83,80,86,106,111,101,107,106,106,121,98,84,100", + "endOffsets": "170,278,401,507,614,703,804,928,1012,1093,1180,1287,1399,1501,1609,1716,1823,1945,2044,2129,2230" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json new file mode 100644 index 0000000..4b3ce3d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt\\values-pt.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json new file mode 100644 index 0000000..3c40105 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ro\\values-ro.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,284,407,511,624,712,824,945,1030,1111,1194,1306,1419,1519,1633,1738,1844,1965,2068,2151", + "endColumns": "120,107,122,103,112,87,111,120,84,80,82,111,112,99,113,104,105,120,102,82,100", + "endOffsets": "171,279,402,506,619,707,819,940,1025,1106,1189,1301,1414,1514,1628,1733,1839,1960,2063,2146,2247" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json new file mode 100644 index 0000000..81357e1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ru\\values-ru.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,278,401,503,615,701,806,926,1005,1083,1163,1269,1377,1475,1584,1690,1798,1934,2034,2115", + "endColumns": "114,107,122,101,111,85,104,119,78,77,79,105,107,97,108,105,107,135,99,80,100", + "endOffsets": "165,273,396,498,610,696,801,921,1000,1078,1158,1264,1372,1470,1579,1685,1793,1929,2029,2110,2211" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-si.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-si.json new file mode 100644 index 0000000..91b244d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-si.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si\\values-si.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,503,610,698,803,919,1008,1095,1179,1288,1393,1491,1601,1700,1806,1927,2026,2108", + "endColumns": "109,107,122,106,106,87,104,115,88,86,83,108,104,97,109,98,105,120,98,81,100", + "endOffsets": "160,268,391,498,605,693,798,914,1003,1090,1174,1283,1388,1486,1596,1695,1801,1922,2021,2103,2204" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json new file mode 100644 index 0000000..9a9d8b9 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sk\\values-sk.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,493,604,690,798,916,997,1078,1162,1267,1376,1475,1581,1692,1801,1925,2023,2111", + "endColumns": "106,107,122,99,110,85,107,117,80,80,83,104,108,98,105,110,108,123,97,87,100", + "endOffsets": "157,265,388,488,599,685,793,911,992,1073,1157,1262,1371,1470,1576,1687,1796,1920,2018,2106,2207" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json new file mode 100644 index 0000000..edfb4d9 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sl\\values-sl.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,500,608,695,798,917,1002,1086,1170,1278,1387,1487,1600,1707,1811,1928,2025,2108", + "endColumns": "106,107,122,106,107,86,102,118,84,83,83,107,108,99,112,106,103,116,96,82,100", + "endOffsets": "157,265,388,495,603,690,793,912,997,1081,1165,1273,1382,1482,1595,1702,1806,1923,2020,2103,2204" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json new file mode 100644 index 0000000..065a779 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sq\\values-sq.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,500,612,699,809,932,1013,1092,1175,1281,1386,1484,1590,1693,1809,1940,2039,2120", + "endColumns": "113,107,122,99,111,86,109,122,80,78,82,105,104,97,105,102,115,130,98,80,100", + "endOffsets": "164,272,395,495,607,694,804,927,1008,1087,1170,1276,1381,1479,1585,1688,1804,1935,2034,2115,2216" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json new file mode 100644 index 0000000..754f4fa --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sr\\values-sr.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,498,604,690,794,912,993,1073,1161,1266,1374,1475,1579,1687,1788,1916,2013,2097", + "endColumns": "108,107,122,102,105,85,103,117,80,79,87,104,107,100,103,107,100,127,96,83,100", + "endOffsets": "159,267,390,493,599,685,789,907,988,1068,1156,1261,1369,1470,1574,1682,1783,1911,2008,2092,2193" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json new file mode 100644 index 0000000..6daa1b6 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sv\\values-sv.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,495,606,691,793,906,982,1058,1138,1244,1344,1440,1545,1647,1749,1866,1968,2047", + "endColumns": "105,107,122,102,110,84,101,112,75,75,79,105,99,95,104,101,101,116,101,78,100", + "endOffsets": "156,264,387,490,601,686,788,901,977,1053,1133,1239,1339,1435,1540,1642,1744,1861,1963,2042,2143" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json new file mode 100644 index 0000000..2863291 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,487,595,685,790,907,989,1072,1154,1255,1364,1463,1570,1679,1784,1903,2000,2082", + "endColumns": "102,107,122,97,107,89,104,116,81,82,81,100,108,98,106,108,104,118,96,81,100", + "endOffsets": "153,261,384,482,590,680,785,902,984,1067,1149,1250,1359,1458,1565,1674,1779,1898,1995,2077,2178" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..57fe4dd --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,550,614,677", + "endLines": "2,3,4,5,6,7,8,9,10,14", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "110,180,251,323,381,439,545,609,672,854" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,17,18,19", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1106,1170,1233", + "endLines": "10,11,12,13,14,15,16,17,18,22", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "666,736,807,879,937,995,1101,1165,1228,1410" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json new file mode 100644 index 0000000..d3d9ed1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ta\\values-ta.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,505,620,709,816,942,1023,1103,1185,1287,1391,1488,1598,1700,1807,1926,2026,2106", + "endColumns": "113,107,122,104,114,88,106,125,80,79,81,101,103,96,109,101,106,118,99,79,100", + "endOffsets": "164,272,395,500,615,704,811,937,1018,1098,1180,1282,1386,1483,1593,1695,1802,1921,2021,2101,2202" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-te.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-te.json new file mode 100644 index 0000000..c94713e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-te.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-te\\values-te.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,509,620,710,815,940,1022,1104,1189,1302,1410,1510,1621,1723,1840,1967,2068,2151", + "endColumns": "113,107,122,108,110,89,104,124,81,81,84,112,107,99,110,101,116,126,100,82,100", + "endOffsets": "164,272,395,504,615,705,810,935,1017,1099,1184,1297,1405,1505,1616,1718,1835,1962,2063,2146,2247" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-th.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-th.json new file mode 100644 index 0000000..942d171 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-th.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-th\\values-th.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,597,686,788,898,975,1053,1134,1242,1346,1444,1552,1657,1758,1874,1969,2050", + "endColumns": "104,107,122,97,107,88,101,109,76,77,80,107,103,97,107,104,100,115,94,80,100", + "endOffsets": "155,263,386,484,592,681,783,893,970,1048,1129,1237,1341,1439,1547,1652,1753,1869,1964,2045,2146" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json new file mode 100644 index 0000000..139299a --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tl\\values-tl.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,513,630,718,824,945,1024,1102,1186,1295,1406,1507,1617,1734,1842,1965,2067,2151", + "endColumns": "118,107,122,107,116,87,105,120,78,77,83,108,110,100,109,116,107,122,101,83,100", + "endOffsets": "169,277,400,508,625,713,819,940,1019,1097,1181,1290,1401,1502,1612,1729,1837,1960,2062,2146,2247" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json new file mode 100644 index 0000000..096b662 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tr\\values-tr.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,490,602,687,793,913,992,1068,1147,1254,1359,1455,1562,1664,1772,1891,1989,2068", + "endColumns": "104,107,122,98,111,84,105,119,78,75,78,106,104,95,106,101,107,118,97,78,100", + "endOffsets": "155,263,386,485,597,682,788,908,987,1063,1142,1249,1354,1450,1557,1659,1767,1886,1984,2063,2164" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json new file mode 100644 index 0000000..8a951e6 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uk\\values-uk.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,604,690,798,916,995,1075,1156,1262,1369,1467,1575,1681,1790,1914,2014,2095", + "endColumns": "109,107,122,101,105,85,107,117,78,79,80,105,106,97,107,105,108,123,99,80,100", + "endOffsets": "160,268,391,493,599,685,793,911,990,1070,1151,1257,1364,1462,1570,1676,1785,1909,2009,2090,2191" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json new file mode 100644 index 0000000..6daad8f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ur\\values-ur.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,502,611,697,801,921,997,1073,1158,1266,1375,1477,1588,1688,1796,1925,2023,2103", + "endColumns": "109,107,122,105,108,85,103,119,75,75,84,107,108,101,110,99,107,128,97,79,102", + "endOffsets": "160,268,391,497,606,692,796,916,992,1068,1153,1261,1370,1472,1583,1683,1791,1920,2018,2098,2201" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json new file mode 100644 index 0000000..9edc5bc --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uz\\values-uz.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,609,695,806,922,1002,1081,1165,1274,1381,1482,1590,1695,1802,1926,2025,2109", + "endColumns": "104,107,122,103,113,85,110,115,79,78,83,108,106,100,107,104,106,123,98,83,100", + "endOffsets": "155,263,386,490,604,690,801,917,997,1076,1160,1269,1376,1477,1585,1690,1797,1921,2020,2104,2205" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json new file mode 100644 index 0000000..4646b9b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v11\\values-v11.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v11\\values-v11.xml", + "from": { + "startLines": "2,8,14,20,26,32,38,39,43,47,48,52,56,57,61,66,71,76,78,80,81,82,136,191", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,474,899,1327,1753,2180,2605,2694,2940,3189,3290,3542,3797,3900,4153,4561,4981,5403,5510,5639,5710,5793,9818,13986", + "endLines": "7,13,19,25,31,37,38,42,46,47,51,55,56,60,65,70,75,77,79,80,81,135,190,191", + "endColumns": "12,12,12,12,12,12,88,12,12,100,12,12,102,12,12,12,12,12,12,70,82,12,12,90", + "endOffsets": "469,894,1322,1748,2175,2600,2689,2935,3184,3285,3537,3792,3895,4148,4556,4976,5398,5505,5634,5705,5788,9813,13981,14072" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json new file mode 100644 index 0000000..328446a --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v12\\values-v12.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v12\\values-v12.xml", + "from": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,279,479,598", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "274,474,593,688" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v13.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v13.json new file mode 100644 index 0000000..8c7b2c5 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v13\\values-v13.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v13\\values-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "58", + "endOffsets": "109" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json new file mode 100644 index 0000000..eaca6fe --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v14\\values-v14.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v14\\values-v14.xml", + "from": { + "startLines": "2,7,8,9,15", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,331,402,485,895", + "endLines": "6,7,8,14,20", + "endColumns": "12,70,82,12,12", + "endOffsets": "326,397,480,890,1312" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json new file mode 100644 index 0000000..53609c9 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v16\\values-v16.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json new file mode 100644 index 0000000..189e059 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,26,29,32,35,39,42,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1164,1406,1577,1751,1920,2193,2393,2597", + "endLines": "4,8,11,14,17,21,25,28,31,34,38,41,45,49", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1159,1401,1572,1746,1915,2188,2388,2592,2921" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json new file mode 100644 index 0000000..32e2b12 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json new file mode 100644 index 0000000..abd1e3b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json @@ -0,0 +1,85 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5", + "startColumns": "4,4", + "startOffsets": "55,266", + "endLines": "4,5", + "endColumns": "12,96", + "endOffsets": "261,358" + }, + "to": { + "startLines": "164,228", + "startColumns": "4,4", + "startOffsets": "12577,17127", + "endLines": "166,228", + "endColumns": "12,96", + "endOffsets": "12783,17219" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247,259,260,261,264,267,268,271,272", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8800,11880,12078,12278,12401,12524,12637,12820,12951,13152,13241,13352,13585,13686,13781,13904,14033,14150,14327,14426,14561,14704,14839,14958,15159,15278,15371,15482,15538,15645,15840,15951,16084,16179,16270,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966,19085,19214,19385,19551,19680,19851,19982", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258,259,260,263,266,267,270,271,274", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8795,11875,12073,12273,12396,12519,12632,12815,12946,13147,13236,13347,13580,13681,13776,13899,14028,14145,14322,14421,14556,14699,14834,14953,15154,15273,15366,15477,15533,15640,15835,15946,16079,16174,16265,16356,16473,16612,16683,16766,17446,17503,17561,18255,18961,19080,19209,19380,19546,19675,19846,19977,20147" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,167,169,171,173,176,178,181,182,183,186,187,188,189,190,191,194,195,197,199,201,203,207,209,210,211,212,214,218,220,222,223,224,225,226,229,230,231,241,242,243,255,267,268,269,272,275,276,279,280", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9099,12179,12377,12788,12911,13034,13147,13330,13461,13662,13751,13862,14095,14196,14291,14414,14543,14660,14837,14936,15071,15214,15349,15468,15669,15788,15881,15992,16048,16155,16350,16461,16594,16689,16780,16871,16988,17224,17295,17378,18058,18115,18173,18867,19573,19692,19821,19992,20158,20287,20458,20589", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,168,170,172,175,177,180,181,182,185,186,187,188,189,190,193,194,196,198,200,202,206,208,209,210,211,213,217,219,221,222,223,224,225,227,229,230,240,241,242,254,266,267,268,271,274,275,278,279,282", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9094,12174,12372,12572,12906,13029,13142,13325,13456,13657,13746,13857,14090,14191,14286,14409,14538,14655,14832,14931,15066,15209,15344,15463,15664,15783,15876,15987,16043,16150,16345,16456,16589,16684,16775,16866,16983,17122,17290,17373,18053,18110,18168,18862,19568,19687,19816,19987,20153,20282,20453,20584,20754" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,283,284,291,295,299,302", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,20759,20875,21332,21626,21921,22093", + "endLines": "2,3,4,5,283,284,291,295,301,306", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,20870,20996,21453,21749,22088,22426" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5,8,11", + "startColumns": "4,4,4,4", + "startOffsets": "55,223,386,554", + "endLines": "4,7,10,13", + "endColumns": "12,12,12,12", + "endOffsets": "218,381,549,716" + }, + "to": { + "startLines": "285,288,292,296", + "startColumns": "4,4,4,4", + "startOffsets": "21001,21169,21458,21754", + "endLines": "287,290,294,298", + "endColumns": "12,12,12,12", + "endOffsets": "21164,21327,21621,21916" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json new file mode 100644 index 0000000..c8672aa --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json new file mode 100644 index 0000000..afb3321 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v23\\values-v23.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,19,32,33,34,35,36", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", + "endLines": "2,3,4,5,18,31,32,33,34,35,36", + "endColumns": "134,134,74,86,12,12,126,104,114,106,112", + "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json new file mode 100644 index 0000000..3486edd --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,212,347,416,480,549", + "endColumns": "156,134,68,63,68,69", + "endOffsets": "207,342,411,475,544,614" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,121,182,248", + "endColumns": "65,60,65,66", + "endOffsets": "116,177,243,310" + }, + "to": { + "startLines": "8,9,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "619,685,746,812", + "endColumns": "65,60,65,66", + "endOffsets": "680,741,807,874" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json new file mode 100644 index 0000000..30658a9 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json new file mode 100644 index 0000000..63d85db --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + }, + "to": { + "startLines": "2,3,4,8,12,20", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,1140", + "endLines": "2,3,7,11,15,20", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,1228" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,6", + "startColumns": "4,4", + "startOffsets": "55,299", + "endLines": "5,6", + "endColumns": "12,96", + "endOffsets": "294,391" + }, + "to": { + "startLines": "16,21", + "startColumns": "4,4", + "startOffsets": "896,1233", + "endLines": "19,21", + "endColumns": "12,96", + "endOffsets": "1135,1325" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json new file mode 100644 index 0000000..90a2589 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-vi\\values-vi.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,508,617,701,804,923,1000,1077,1161,1265,1374,1475,1580,1694,1799,1919,2018,2102", + "endColumns": "113,107,122,107,108,83,102,118,76,76,83,103,108,100,104,113,104,119,98,83,100", + "endOffsets": "164,272,395,503,612,696,799,918,995,1072,1156,1260,1369,1470,1575,1689,1794,1914,2013,2097,2198" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..6d270ec --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..7bb46e4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,258,381,476,576,658,755,861,937,1013,1091,1187,1283,1378,1475,1570,1668,1780,1874,1952", + "endColumns": "95,106,122,94,99,81,96,105,75,75,77,95,95,94,96,94,97,111,93,77,100", + "endOffsets": "146,253,376,471,571,653,750,856,932,1008,1086,1182,1278,1373,1470,1565,1663,1775,1869,1947,2048" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..8151b3b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1667,1780,1874,1952", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,97,112,93,77,101", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1662,1775,1869,1947,2049" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..0925ec9 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1669,1782,1876,1954", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,99,112,93,77,100", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1664,1777,1871,1949,2050" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json new file mode 100644 index 0000000..b8d9380 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zu\\values-zu.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,501,615,703,806,933,1013,1093,1179,1283,1389,1487,1594,1700,1806,1926,2022,2103", + "endColumns": "107,107,122,106,113,87,102,126,79,79,85,103,105,97,106,105,105,119,95,80,100", + "endOffsets": "158,266,389,496,610,698,801,928,1008,1088,1174,1278,1384,1482,1589,1695,1801,1921,2017,2098,2199" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/multi-v2/values.json b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values.json new file mode 100644 index 0000000..52b6e71 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/multi-v2/values.json @@ -0,0 +1,165 @@ +{ + "logs": [ + { + "outputFile": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml", + "map": [ + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "68,69,170,171,172,173,174,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,251,252,260,261,269,270,273,290,342,1626,1627,1632,1635,1640,1824,1825", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "4342,4411,11289,11359,11427,11499,11569,15182,15243,15304,15366,15430,15492,15553,15621,15721,15781,15847,15920,15989,16046,16098,16613,16685,17106,17141,17508,17542,17669,18598,22663,106333,106450,106717,107010,107277,120972,121044", + "endLines": "68,69,170,171,172,173,174,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,251,252,260,261,269,270,273,290,342,1626,1630,1632,1638,1640,1824,1825", + "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,33,34,34,69,70,116,12,109,12,128,71,66", + "endOffsets": "4406,4469,11354,11422,11494,11564,11625,15238,15299,15361,15425,15487,15548,15616,15716,15776,15842,15915,15984,16041,16093,16155,16680,16756,17136,17171,17537,17572,17699,18663,22729,106445,106646,106822,107206,107401,121039,121106" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "-1", + "startColumns": "-1", + "startOffsets": "-1" + }, + "to": { + "startLines": "352", + "startColumns": "4", + "startOffsets": "23463", + "endLines": "357", + "endColumns": "12", + "endOffsets": "23742" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "11,22,31,32,33,34,35,52,55,89,90,93", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,1418,2098,2144,2191,2242,2294,3458,3632,5848,5903,6079", + "endColumns": "39,38,45,46,50,51,51,38,37,54,54,39", + "endOffsets": "646,1452,2139,2186,2237,2289,2341,3492,3665,5898,5953,6114" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,213,214,218,219,220,221,222,223,224,243,244,245,246,247,248,249,250,253,254,255,256,258,263,264,268,279,281,282,285,286,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,341,343,344,345,346,347,358,365,366,370,374,378,383,389,396,400,404,409,413,417,421,425,429,433,437,441,445,449,453,457,462,466,469,473,477,481,485,489,493,496,500,504,508,512,516,517,518,519,522,525,528,531,535,536,537,538,539,542,544,546,548,553,554,558,564,568,569,571,582,583,587,593,597,598,599,603,630,634,635,639,670,835,857,1022,1044,1071,1078,1083,1097,1119,1124,1129,1139,1148,1157,1161,1168,1176,1183,1184,1193,1196,1199,1203,1207,1211,1214,1215,1219,1223,1233,1238,1245,1251,1252,1255,1259,1264,1266,1268,1271,1274,1276,1280,1283,1290,1293,1296,1300,1302,1306,1308,1314,1316,1320,1328,1336,1348,1354,1363,1366,1377,1380,1385,1386,1402,1444,1487,1488,1498,1507,1508,1510,1514,1517,1520,1523,1526,1530,1533,1536,1539,1543,1546,1550,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1579,1580,1581,1582,1583,1587,1588,1589,1590,1592,1594,1595,1596,1597,1598,1599,1600,1601,1603,1604,1606,1607,1609,1611,1612,1614,1615,1616,1617,1618,1619,1621,1622,1623,1624,1625,1664,1666,1668,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1684,1685,1686,1687,1688,1689,1691,1695,1723,1724,1725,1726,1727,1728,1729,1730,1732,1734,1736,1738,1740,1741,1742,1743,1745,1747,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1763,1764,1765,1766,1768,1770,1771,1773,1774,1776,1778,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1793,1794,1795,1796,1798,1799,1800,1801,1802,1804,1806,1808,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "100,155,200,249,290,345,403,465,533,651,732,793,868,944,1021,1099,1184,1266,1342,1457,1534,1612,1718,1824,1903,1983,2040,2978,3052,3127,3192,3258,3313,3385,3497,3564,3670,3729,3788,3847,3906,3965,4019,4073,4126,4180,4234,4288,4563,4637,4716,4789,4863,4934,5006,5078,5151,5208,5266,5339,5413,5487,5562,5634,5707,5777,5958,6018,6119,6188,6257,6327,6401,6477,6541,6618,6694,6771,6835,6900,6969,7046,7121,7190,7258,7335,7401,7498,7563,7632,7731,7802,7861,7919,7976,8035,8106,8178,8250,8322,8394,8461,8529,8597,8656,8719,8783,8873,8964,9024,9090,9157,9223,9293,9357,9410,9523,9581,9644,9709,9774,9849,9922,9994,10043,10104,10165,10226,10288,10352,10416,10480,10545,10608,10668,10729,10795,10854,10914,10976,11047,11107,14012,14098,14348,14438,14525,14613,14695,14778,14868,16160,16212,16270,16315,16381,16445,16502,16559,16761,16818,16866,16915,17006,17219,17266,17462,17970,18050,18114,18304,18364,18668,18742,18820,18913,18983,19061,19115,19185,19270,19318,19364,19435,19513,19591,19663,19737,19811,19885,19965,20038,20107,20179,20256,20308,20381,20455,20524,20599,20673,20747,20836,22610,22734,22812,22902,22990,23086,23747,24248,24337,24584,24865,25109,25394,25787,26264,26486,26708,26976,27203,27433,27663,27893,28123,28350,28589,28815,29060,29290,29538,29757,30040,30248,30379,30606,30852,31077,31324,31545,31790,31910,32186,32487,32811,33102,33416,33553,33684,33789,34031,34198,34402,34610,34881,34993,35105,35210,35327,35541,35687,35827,35913,36261,36349,36579,36997,37230,37312,37410,38002,38102,38338,38762,39001,39095,39184,39421,41445,41687,41789,42026,44340,54285,55536,65578,66841,68333,68869,69199,70260,71525,71781,72017,72564,73058,73663,73861,74441,75005,75380,75498,76036,76193,76389,76662,76918,77088,77229,77293,77575,77861,78537,78801,79139,79492,79586,79772,80078,80340,80465,80592,80831,81042,81161,81354,81531,81986,82167,82289,82548,82661,82848,82950,83394,83518,83793,84301,84797,85674,85968,86538,86687,87419,87591,87927,88019,88985,92109,95376,95438,96016,96600,96686,96799,97028,97188,97340,97511,97678,97921,98091,98264,98435,98709,98908,99113,99443,99527,99623,99719,99817,99917,100019,100121,100223,100325,100427,100527,100623,100735,100864,100987,101118,101249,101347,101461,101555,101675,101879,101948,102064,102192,102256,102460,102529,102661,102731,102871,103005,103101,103213,103313,103429,103525,103637,103737,103877,104013,104177,104307,104465,104615,104756,104900,105035,105147,105297,105425,105553,105689,105821,105951,106081,106193,108832,108978,109122,109260,109326,109416,109492,109596,109686,109788,109896,110004,110104,110184,110276,110374,110484,110562,110668,110760,110864,110974,111096,111259,112730,112810,112910,113000,113110,113204,113310,113402,113502,113614,113728,113844,113960,114054,114168,114280,114382,114502,114624,114706,114810,114930,115056,115154,115248,115336,115448,115564,115686,115798,115973,116089,116175,116267,116379,116503,116570,116696,116764,116892,117036,117164,117233,117328,117443,117556,117655,117764,117875,117986,118087,118192,118292,118422,118513,118636,118730,118842,118928,119032,119128,119216,119334,119438,119542,119668,119756,119864,119964,120054,120164,120248,120350,120434,120488,120552,120658,120768,120852", + "endLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,213,214,218,219,220,221,222,223,224,243,244,245,246,247,248,249,250,253,254,255,256,258,263,264,268,279,281,282,285,286,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,341,343,344,345,346,347,364,365,369,373,377,382,388,395,399,403,408,412,416,420,424,428,432,436,440,444,448,452,456,461,465,468,472,476,480,484,488,492,495,499,503,507,511,515,516,517,518,521,524,527,530,534,535,536,537,538,541,543,545,547,552,553,557,563,567,568,570,581,582,586,592,596,597,598,602,629,633,634,638,666,834,856,1021,1043,1070,1077,1082,1096,1118,1123,1128,1138,1147,1156,1160,1167,1175,1182,1183,1192,1195,1198,1202,1206,1210,1213,1214,1218,1222,1232,1237,1244,1250,1251,1254,1258,1263,1265,1267,1270,1273,1275,1279,1282,1289,1292,1295,1299,1301,1305,1307,1313,1315,1319,1327,1335,1347,1353,1362,1365,1376,1379,1384,1385,1390,1443,1486,1487,1497,1506,1507,1509,1513,1516,1519,1522,1525,1529,1532,1535,1538,1542,1545,1549,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1578,1579,1580,1581,1582,1586,1587,1588,1589,1591,1593,1594,1595,1596,1597,1598,1599,1600,1602,1603,1605,1606,1608,1610,1611,1613,1614,1615,1616,1617,1618,1620,1621,1622,1623,1624,1625,1665,1667,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1683,1684,1685,1686,1687,1688,1690,1694,1698,1723,1724,1725,1726,1727,1728,1729,1731,1733,1735,1737,1739,1740,1741,1742,1744,1746,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1762,1763,1764,1765,1767,1769,1770,1772,1773,1775,1777,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1792,1793,1794,1795,1797,1798,1799,1800,1801,1803,1805,1807,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823", + "endColumns": "54,44,48,40,54,57,61,67,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,77,92,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,88,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,85,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,119,12,68,115,127,63,12,68,131,69,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", + "endOffsets": "150,195,244,285,340,398,460,528,606,727,788,863,939,1016,1094,1179,1261,1337,1413,1529,1607,1713,1819,1898,1978,2035,2093,3047,3122,3187,3253,3308,3380,3453,3559,3627,3724,3783,3842,3901,3960,4014,4068,4121,4175,4229,4283,4337,4632,4711,4784,4858,4929,5001,5073,5146,5203,5261,5334,5408,5482,5557,5629,5702,5772,5843,6013,6074,6183,6252,6322,6396,6472,6536,6613,6689,6766,6830,6895,6964,7041,7116,7185,7253,7330,7396,7493,7558,7627,7726,7797,7856,7914,7971,8030,8101,8173,8245,8317,8389,8456,8524,8592,8651,8714,8778,8868,8959,9019,9085,9152,9218,9288,9352,9405,9518,9576,9639,9704,9769,9844,9917,9989,10038,10099,10160,10221,10283,10347,10411,10475,10540,10603,10663,10724,10790,10849,10909,10971,11042,11102,11170,14093,14180,14433,14520,14608,14690,14773,14863,14954,16207,16265,16310,16376,16440,16497,16554,16608,16813,16861,16910,16961,17035,17261,17310,17503,17997,18109,18171,18359,18416,18737,18815,18908,18978,19056,19110,19180,19265,19313,19359,19430,19508,19586,19658,19732,19806,19880,19960,20033,20102,20174,20251,20303,20376,20450,20519,20594,20668,20742,20831,20901,22658,22807,22897,22985,23081,23171,24243,24332,24579,24860,25104,25389,25782,26259,26481,26703,26971,27198,27428,27658,27888,28118,28345,28584,28810,29055,29285,29533,29752,30035,30243,30374,30601,30847,31072,31319,31540,31785,31905,32181,32482,32806,33097,33411,33548,33679,33784,34026,34193,34397,34605,34876,34988,35100,35205,35322,35536,35682,35822,35908,36256,36344,36574,36992,37225,37307,37405,37997,38097,38333,38757,38996,39090,39179,39416,41440,41682,41784,42021,44177,54280,55531,65573,66836,68328,68864,69194,70255,71520,71776,72012,72559,73053,73658,73856,74436,75000,75375,75493,76031,76188,76384,76657,76913,77083,77224,77288,77570,77856,78532,78796,79134,79487,79581,79767,80073,80335,80460,80587,80826,81037,81156,81349,81526,81981,82162,82284,82543,82656,82843,82945,83389,83513,83788,84296,84792,85669,85963,86533,86682,87414,87586,87922,88014,88292,92104,95371,95433,96011,96595,96681,96794,97023,97183,97335,97506,97673,97916,98086,98259,98430,98704,98903,99108,99438,99522,99618,99714,99812,99912,100014,100116,100218,100320,100422,100522,100618,100730,100859,100982,101113,101244,101342,101456,101550,101670,101874,101943,102059,102187,102251,102455,102524,102656,102726,102866,103000,103096,103208,103308,103424,103520,103632,103732,103872,104008,104172,104302,104460,104610,104751,104895,105030,105142,105292,105420,105548,105684,105816,105946,106076,106188,106328,108973,109117,109255,109321,109411,109487,109591,109681,109783,109891,109999,110099,110179,110271,110369,110479,110557,110663,110755,110859,110969,111091,111254,111411,112805,112905,112995,113105,113199,113305,113397,113497,113609,113723,113839,113955,114049,114163,114275,114377,114497,114619,114701,114805,114925,115051,115149,115243,115331,115443,115559,115681,115793,115968,116084,116170,116262,116374,116498,116565,116691,116759,116887,117031,117159,117228,117323,117438,117551,117650,117759,117870,117981,118082,118187,118287,118417,118508,118631,118725,118837,118923,119027,119123,119211,119329,119433,119537,119663,119751,119859,119959,120049,120159,120243,120345,120429,120483,120547,120653,120763,120847,120967" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "70,1631,1633,1634,1639,1641", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "4474,106651,106827,106949,107211,107406", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "4558,106712,106944,107005,107272,107468" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\8322cf9af32f65600c7efa78f6346140\\transition-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "257,262,265,266,267,274,275,276,277,278", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "16966,17176,17315,17362,17417,17704,17758,17810,17859,17920", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "17001,17214,17357,17412,17457,17753,17805,17854,17915,17965" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,17,-1,-1,-1,-1,-1", + "endColumns": "-1,-1,-1,-1,-1,44,-1,-1,-1,-1,-1", + "endOffsets": "-1,-1,-1,-1,-1,57,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "322,323,324,325,326,327,336,337,338,339,340", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "20906,20951,20998,21046,21092,21144,22357,22404,22453,22508,22560", + "endColumns": "44,46,47,45,51,44,46,48,54,51,49", + "endOffsets": "20946,20993,21041,21087,21139,21184,22399,22448,22503,22555,22605" + } + }, + { + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "-1,-1", + "startColumns": "-1,-1", + "startOffsets": "-1,-1" + }, + "to": { + "startLines": "168,169", + "startColumns": "4,4", + "startOffsets": "11175,11233", + "endColumns": "57,55", + "endOffsets": "11228,11284" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\0c0dd377aec827ca3874d547d79d8d13\\recyclerview-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "215,216,217,225,226,227,259", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "14185,14244,14292,14959,15034,15110,17040", + "endColumns": "58,47,55,74,75,71,65", + "endOffsets": "14239,14287,14343,15029,15105,15177,17101" + } + }, + { + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "36,37,38,39,40,41,42,43,44,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,271,272,280,283,284,287,288,289,328,329,330,331,332,333,334,335,348,667,1391,1392,1642,1645,1646,1649,1652,1655,1659,1699,1702,1707,1710,1715,1719,1826,1828,1832,1839,1843,1846,1855,1861,1864,1873,1877", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "2346,2420,2501,2565,2631,2701,2771,2841,2911,11630,11684,11763,11836,11901,11964,12035,12106,12168,12237,12303,12370,12437,12493,12544,12597,12649,12703,12766,12825,12887,12946,13006,13069,13144,13216,13287,13343,13414,13471,13528,13594,13658,13729,13786,13839,13902,13954,17577,17624,18002,18176,18242,18421,18484,18541,21189,21334,21455,21542,21633,21934,22100,22255,23176,44182,88297,88394,107473,107674,107766,107945,108113,108288,108541,111416,111546,111904,112046,112416,112576,121111,121211,121452,121887,122094,122253,122818,123179,123308,123975,124155", + "endLines": "36,37,38,39,40,41,42,43,44,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,271,272,280,283,284,287,288,289,328,329,330,331,332,333,334,335,351,669,1391,1401,1644,1645,1648,1651,1654,1658,1663,1701,1706,1709,1714,1718,1722,1827,1831,1838,1842,1845,1854,1860,1863,1872,1876,1885", + "endColumns": "73,80,63,65,69,69,69,69,66,53,78,72,64,62,70,70,61,68,65,66,66,55,50,52,51,53,62,58,61,58,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,46,44,47,65,61,62,56,56,144,120,86,90,300,165,154,101,12,12,96,12,12,91,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "2415,2496,2560,2626,2696,2766,2836,2906,2973,11679,11758,11831,11896,11959,12030,12101,12163,12232,12298,12365,12432,12488,12539,12592,12644,12698,12761,12820,12882,12941,13001,13064,13139,13211,13282,13338,13409,13466,13523,13589,13653,13724,13781,13834,13897,13949,14007,17619,17664,18045,18237,18299,18479,18536,18593,21329,21450,21537,21628,21929,22095,22250,22352,23458,44335,88389,88980,107669,107761,107940,108108,108283,108536,108827,111541,111899,112041,112411,112571,112725,121206,121447,121882,122089,122248,122813,123174,123303,123970,124150,124859" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/debug/single/debug.json b/shopping/app/build/intermediates/blame/res/debug/single/debug.json new file mode 100644 index 0000000..39be2b4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/debug/single/debug.json @@ -0,0 +1,1962 @@ +[ + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_tick_mark_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_xizhilang.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\xizhilang.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_radio_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_1.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_1.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_dialog_material_background.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_dialog_material_background.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_btn_colored_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_content_include.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_btn_checkable.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_btn_checkable.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_password_eye.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_password_eye.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_icon.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_tab_icon.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_btn_checkable.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_checkbox.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_bg_low.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_bottom_navigation_item_background.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_bottom_navigation_item_background.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_view_list_nav_layout.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_in.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_snackbar_in.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_template_part_chronometer.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v23\\abc_control_background_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_money.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_money.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_design_error.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\color\\design_error.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_shape_fragment_toolbar.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\drawable\\shape_fragment_toolbar.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_select_dialog_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_default.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_text_cursor_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_tooltip.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\tooltip.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_spinner_textfield_background_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_snackbar.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_share.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_share.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_template_part_time.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_title_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_cancel_action.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_media_cancel_action.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_layout.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_fab_background.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_fab_background.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_icon_group.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_template_icon_group.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_baomihua.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_two_normal.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_normal.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_search_api_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_dianduji.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\dianduji.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_bottom.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_close_item_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_switch_thumb_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_in.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_in.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_a1.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a1.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_header_item_layout.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_bg.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_search_view.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_up_container.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_arrow.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_arrow.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_logout.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logout.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_header.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item_header.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_out.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_action_tombstone.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_shape_bg.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\drawable\\shape_bg.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_tile_bg.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_one_pressed.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_pressed.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow_custom.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow_custom.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_one.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_one.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_text.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_tab_text.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_textfield_search_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_menu_item_action_area.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_menu_item_action_area.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_two_pressed.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_pressed.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_subheader.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item_subheader.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_top.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_three_normal.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_normal.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_snackbar_background.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_snackbar_background.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_tab_indicator_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_tab.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\activity_tab.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_shop.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_shop.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_triangle.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_triangle.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_item_layout.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_menu.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_text_input_password_icon.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_text_input_password_icon.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_small_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_menu_overflow_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_borderless_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_layout.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_item_movie_list.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\item_movie_list.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_default.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_default.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_register.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\activity_register.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_toolbar.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_toolbar.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_internal_bg.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_four_pressed.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_pressed.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_in.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_looked.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_looked.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_p1.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\p1.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_logo2.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logo2.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_edit_text_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility_off.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu_item.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_menu_item.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_bar.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_vector_test.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_navigation_empty_icon.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\navigation_empty_icon.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_singlechoice_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_top_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_colored_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_colored_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_navigation_item.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_bottom_navigation_item.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_search_url_text.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_dialog_title_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_borderless_text_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_borderless_text_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_track_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_out.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_snackbar_out.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_baomihua_small.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua_small.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_out.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_out.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_design_layout_snackbar.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_indicator_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_search.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\search.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_enter.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\tooltip_enter.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_action.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_media_action.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_check_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_hide_password.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\avd_hide_password.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_action.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_card.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_card.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_two.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_two.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-v21\\notification_action_background.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_text_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_text_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_out.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_color_highlight_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_add.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\add.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action_tombstone.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_action_tombstone.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_a2.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a2.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_seek_thumb.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_spinner.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_sheet_dialog.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_bottom_sheet_dialog.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_show_password.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\avd_show_password.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_template_icon_group.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_exit.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\tooltip_exit.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_sign.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_sign.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_vip.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_vip.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_top.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_seek_thumb.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_seek_thumb.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_edit_text_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_edit_text_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_hxek.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\hxek.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_exit.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_bottom.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_switch_track.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout-v26\\abc_screen_toolbar.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_item_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_icon_background.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_one_normal.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_normal.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_voice_search_api_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media_custom.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_media_custom.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_multichoice_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_design_tint_password_toggle.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\color-v23\\design_tint_password_toggle.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_ab_back_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_separator.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item_separator.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_four_normal.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_normal.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_bottom_navigation_item_background.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\design_bottom_navigation_item_background.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_expanded_menu_layout.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_go_search_api_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_action.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_three.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_three.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_web_detail.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\activity_web_detail.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_movie.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_movie.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_toolbar.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_toolbar.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_in.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_mhls.jpeg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\mhls.jpeg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v16_notification_template_custom_big.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v16\\notification_template_custom_big.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility_off.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_design_tint_password_toggle.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\color\\design_tint_password_toggle.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_text_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_media.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_edittext.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_edittext.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_four.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_four.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_title_item.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar_include.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_snackbar_include.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_love.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_love.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_light.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_switch_track.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_switch_track.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_login.xml.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\login.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_a3.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a3.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_icon.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_item_layout.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_free.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_free.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_lines_media.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_lines_media.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_kele.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\kele.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_enter.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_radio.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_clear_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_spinner.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_spinner.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_food.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_food.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_edittext.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_dark.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_bg3.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\drawable\\bg3.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_template_custom_big.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_bg.jpg.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\bg.jpg" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_thumb_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_three_pressed.png.flat", + "source": "D:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_pressed.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_password_eye.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\design_password_eye.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_custom.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_custom.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\animator-v21_design_appbar_state_list_animator.xml.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\animator-v21\\design_appbar_state_list_animator.xml" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "D:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "D:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png" + } +] \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/release.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/release.json new file mode 100644 index 0000000..f34beb4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/release.json @@ -0,0 +1,1886 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,516,629,717,824,951,1028,1105,1187,1303,1414,1513,1626,1730,1844,1970,2070,2152", + "endColumns": "117,107,122,111,112,87,106,126,76,76,81,115,110,98,112,103,113,125,99,81,100", + "endOffsets": "168,276,399,511,624,712,819,946,1023,1100,1182,1298,1409,1508,1621,1725,1839,1965,2065,2147,2248" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,502,610,697,801,912,990,1069,1149,1261,1370,1467,1576,1679,1786,1908,2009,2089", + "endColumns": "110,107,122,104,107,86,103,110,77,78,79,111,108,96,108,102,106,121,100,79,100", + "endOffsets": "161,269,392,497,605,692,796,907,985,1064,1144,1256,1365,1462,1571,1674,1781,1903,2004,2084,2185" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values_values.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\recyclerview-v7-26.1.0.aar\\7705d3aa4503b38f042c8b0fb8c92778\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "576,577,578,586,587,588,620", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "48383,48442,48490,49157,49232,49308,51238", + "endColumns": "58,47,55,74,75,71,65", + "endOffsets": "48437,48485,48541,49227,49303,49375,51299" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,574,575,579,580,581,582,583,584,585,604,605,606,607,608,609,610,611,614,615,616,617,619,624,625,629,640,642,643,646,647,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,702,704,705,706,707,708,719,726,727,731,735,739,744,750,757,761,765,770,774,778,782,786,790,794,798,802,806,810,814,818,823,827,830,834,838,842,846,850,854,857,861,865,869,873,877,878,879,880,883,886,889,892,896,897,898,899,900,903,905,907,909,914,915,919,925,929,930,932,943,944,948,954,958,959,960,964,991,995,996,1000,1031,1196,1218,1383,1405,1432,1439,1444,1458,1480,1485,1490,1500,1509,1518,1522,1529,1537,1544,1545,1554,1557,1560,1564,1568,1572,1575,1576,1580,1584,1594,1599,1606,1612,1613,1616,1620,1625,1627,1629,1632,1635,1637,1641,1644,1651,1654,1657,1661,1663,1667,1669,1675,1677,1681,1689,1697,1709,1715,1724,1727,1738,1741,1746,1747,1763,1805,1848,1849,1859,1868,1869,1871,1875,1878,1881,1884,1887,1891,1894,1897,1900,1904,1907,1911,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1940,1941,1942,1943,1944,1948,1949,1950,1951,1953,1955,1956,1957,1958,1959,1960,1961,1962,1964,1965,1967,1968,1970,1972,1973,1975,1976,1977,1978,1979,1980,1982,1983,1984,1985,1986,2025,2027,2029,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2045,2046,2047,2048,2049,2050,2052,2056,2084,2085,2086,2087,2088,2089,2090,2091,2093,2095,2097,2099,2101,2102,2103,2104,2106,2108,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2124,2125,2126,2127,2129,2131,2132,2134,2135,2137,2139,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2154,2155,2156,2157,2159,2160,2161,2162,2163,2165,2167,2169,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "100,155,200,249,290,345,403,465,533,651,732,793,868,944,1021,1099,1184,1266,1342,1457,1534,1612,1718,1824,1903,1983,2040,2978,3052,3127,3192,3258,3313,3385,3497,3564,3670,3729,3788,3847,3906,3965,4019,4073,4126,4180,4234,4288,4563,4637,4716,4789,4863,4934,5006,5078,5151,5208,5266,5339,5413,5487,5562,5634,5707,5777,5958,6018,40317,40386,40455,40525,40599,40675,40739,40816,40892,40969,41033,41098,41167,41244,41319,41388,41456,41533,41599,41696,41761,41830,41929,42000,42059,42117,42174,42233,42304,42376,42448,42520,42592,42659,42727,42795,42854,42917,42981,43071,43162,43222,43288,43355,43421,43491,43555,43608,43721,43779,43842,43907,43972,44047,44120,44192,44241,44302,44363,44424,44486,44550,44614,44678,44743,44806,44866,44927,44993,45052,45112,45174,45245,45305,48210,48296,48546,48636,48723,48811,48893,48976,49066,50358,50410,50468,50513,50579,50643,50700,50757,50959,51016,51064,51113,51204,51417,51464,51660,52168,52248,52312,52502,52562,52866,52940,53018,53111,53181,53259,53313,53383,53468,53516,53562,53633,53711,53789,53861,53935,54009,54083,54163,54236,54305,54377,54454,54506,54579,54653,54722,54797,54871,54945,55034,56808,56932,57010,57100,57188,57284,57945,58446,58535,58782,59063,59307,59592,59985,60462,60684,60906,61174,61401,61631,61861,62091,62321,62548,62787,63013,63258,63488,63736,63955,64238,64446,64577,64804,65050,65275,65522,65743,65988,66108,66384,66685,67009,67300,67614,67751,67882,67987,68229,68396,68600,68808,69079,69191,69303,69408,69525,69739,69885,70025,70111,70459,70547,70777,71195,71428,71510,71608,72200,72300,72536,72960,73199,73293,73382,73619,75643,75885,75987,76224,78538,88483,89734,99776,101039,102531,103067,103397,104458,105723,105979,106215,106762,107256,107861,108059,108639,109203,109578,109696,110234,110391,110587,110860,111116,111286,111427,111491,111773,112059,112735,112999,113337,113690,113784,113970,114276,114538,114663,114790,115029,115240,115359,115552,115729,116184,116365,116487,116746,116859,117046,117148,117592,117716,117991,118499,118995,119872,120166,120736,120885,121617,121789,122125,122217,123183,126307,129574,129636,130214,130798,130884,130997,131226,131386,131538,131709,131876,132119,132289,132462,132633,132907,133106,133311,133641,133725,133821,133917,134015,134115,134217,134319,134421,134523,134625,134725,134821,134933,135062,135185,135316,135447,135545,135659,135753,135873,136077,136146,136262,136390,136454,136658,136727,136859,136929,137069,137203,137299,137411,137511,137627,137723,137835,137935,138075,138211,138375,138505,138663,138813,138954,139098,139233,139345,139495,139623,139751,139887,140019,140149,140279,140391,143030,143176,143320,143458,143524,143614,143690,143794,143884,143986,144094,144202,144302,144382,144474,144572,144682,144760,144866,144958,145062,145172,145294,145457,146928,147008,147108,147198,147308,147402,147508,147600,147700,147812,147926,148042,148158,148252,148366,148478,148580,148700,148822,148904,149008,149128,149254,149352,149446,149534,149646,149762,149884,149996,150171,150287,150373,150465,150577,150701,150768,150894,150962,151090,151234,151362,151431,151526,151641,151754,151853,151962,152073,152184,152285,152390,152490,152620,152711,152834,152928,153040,153126,153230,153326,153414,153532,153636,153740,153866,153954,154062,154162,154252,154362,154446,154548,154632,154686,154750,154856,154966,155050", + "endLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,574,575,579,580,581,582,583,584,585,604,605,606,607,608,609,610,611,614,615,616,617,619,624,625,629,640,642,643,646,647,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,702,704,705,706,707,708,725,726,730,734,738,743,749,756,760,764,769,773,777,781,785,789,793,797,801,805,809,813,817,822,826,829,833,837,841,845,849,853,856,860,864,868,872,876,877,878,879,882,885,888,891,895,896,897,898,899,902,904,906,908,913,914,918,924,928,929,931,942,943,947,953,957,958,959,963,990,994,995,999,1027,1195,1217,1382,1404,1431,1438,1443,1457,1479,1484,1489,1499,1508,1517,1521,1528,1536,1543,1544,1553,1556,1559,1563,1567,1571,1574,1575,1579,1583,1593,1598,1605,1611,1612,1615,1619,1624,1626,1628,1631,1634,1636,1640,1643,1650,1653,1656,1660,1662,1666,1668,1674,1676,1680,1688,1696,1708,1714,1723,1726,1737,1740,1745,1746,1751,1804,1847,1848,1858,1867,1868,1870,1874,1877,1880,1883,1886,1890,1893,1896,1899,1903,1906,1910,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1939,1940,1941,1942,1943,1947,1948,1949,1950,1952,1954,1955,1956,1957,1958,1959,1960,1961,1963,1964,1966,1967,1969,1971,1972,1974,1975,1976,1977,1978,1979,1981,1982,1983,1984,1985,1986,2026,2028,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2044,2045,2046,2047,2048,2049,2051,2055,2059,2084,2085,2086,2087,2088,2089,2090,2092,2094,2096,2098,2100,2101,2102,2103,2105,2107,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2123,2124,2125,2126,2128,2130,2131,2133,2134,2136,2138,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2153,2154,2155,2156,2158,2159,2160,2161,2162,2164,2166,2168,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184", + "endColumns": "54,44,48,40,54,57,61,67,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,77,92,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,88,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,85,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,119,12,68,115,127,63,12,68,131,69,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", + "endOffsets": "150,195,244,285,340,398,460,528,606,727,788,863,939,1016,1094,1179,1261,1337,1413,1529,1607,1713,1819,1898,1978,2035,2093,3047,3122,3187,3253,3308,3380,3453,3559,3627,3724,3783,3842,3901,3960,4014,4068,4121,4175,4229,4283,4337,4632,4711,4784,4858,4929,5001,5073,5146,5203,5261,5334,5408,5482,5557,5629,5702,5772,5843,6013,6074,40381,40450,40520,40594,40670,40734,40811,40887,40964,41028,41093,41162,41239,41314,41383,41451,41528,41594,41691,41756,41825,41924,41995,42054,42112,42169,42228,42299,42371,42443,42515,42587,42654,42722,42790,42849,42912,42976,43066,43157,43217,43283,43350,43416,43486,43550,43603,43716,43774,43837,43902,43967,44042,44115,44187,44236,44297,44358,44419,44481,44545,44609,44673,44738,44801,44861,44922,44988,45047,45107,45169,45240,45300,45368,48291,48378,48631,48718,48806,48888,48971,49061,49152,50405,50463,50508,50574,50638,50695,50752,50806,51011,51059,51108,51159,51233,51459,51508,51701,52195,52307,52369,52557,52614,52935,53013,53106,53176,53254,53308,53378,53463,53511,53557,53628,53706,53784,53856,53930,54004,54078,54158,54231,54300,54372,54449,54501,54574,54648,54717,54792,54866,54940,55029,55099,56856,57005,57095,57183,57279,57369,58441,58530,58777,59058,59302,59587,59980,60457,60679,60901,61169,61396,61626,61856,62086,62316,62543,62782,63008,63253,63483,63731,63950,64233,64441,64572,64799,65045,65270,65517,65738,65983,66103,66379,66680,67004,67295,67609,67746,67877,67982,68224,68391,68595,68803,69074,69186,69298,69403,69520,69734,69880,70020,70106,70454,70542,70772,71190,71423,71505,71603,72195,72295,72531,72955,73194,73288,73377,73614,75638,75880,75982,76219,78375,88478,89729,99771,101034,102526,103062,103392,104453,105718,105974,106210,106757,107251,107856,108054,108634,109198,109573,109691,110229,110386,110582,110855,111111,111281,111422,111486,111768,112054,112730,112994,113332,113685,113779,113965,114271,114533,114658,114785,115024,115235,115354,115547,115724,116179,116360,116482,116741,116854,117041,117143,117587,117711,117986,118494,118990,119867,120161,120731,120880,121612,121784,122120,122212,122490,126302,129569,129631,130209,130793,130879,130992,131221,131381,131533,131704,131871,132114,132284,132457,132628,132902,133101,133306,133636,133720,133816,133912,134010,134110,134212,134314,134416,134518,134620,134720,134816,134928,135057,135180,135311,135442,135540,135654,135748,135868,136072,136141,136257,136385,136449,136653,136722,136854,136924,137064,137198,137294,137406,137506,137622,137718,137830,137930,138070,138206,138370,138500,138658,138808,138949,139093,139228,139340,139490,139618,139746,139882,140014,140144,140274,140386,140526,143171,143315,143453,143519,143609,143685,143789,143879,143981,144089,144197,144297,144377,144469,144567,144677,144755,144861,144953,145057,145167,145289,145452,145609,147003,147103,147193,147303,147397,147503,147595,147695,147807,147921,148037,148153,148247,148361,148473,148575,148695,148817,148899,149003,149123,149249,149347,149441,149529,149641,149757,149879,149991,150166,150282,150368,150460,150572,150696,150763,150889,150957,151085,151229,151357,151426,151521,151636,151749,151848,151957,152068,152179,152280,152385,152485,152615,152706,152829,152923,153035,153121,153225,153321,153409,153527,153631,153735,153861,153949,154057,154157,154247,154357,154441,154543,154627,154681,154745,154851,154961,155045,155165" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "36,37,38,39,40,41,42,43,44,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,632,633,641,644,645,648,649,650,689,690,691,692,693,694,695,696,709,1028,1752,1753,2003,2006,2007,2010,2013,2016,2020,2060,2063,2068,2071,2076,2080,2187,2189,2193,2200,2204,2207,2216,2222,2225,2234,2238", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "2346,2420,2501,2565,2631,2701,2771,2841,2911,45828,45882,45961,46034,46099,46162,46233,46304,46366,46435,46501,46568,46635,46691,46742,46795,46847,46901,46964,47023,47085,47144,47204,47267,47342,47414,47485,47541,47612,47669,47726,47792,47856,47927,47984,48037,48100,48152,51775,51822,52200,52374,52440,52619,52682,52739,55387,55532,55653,55740,55831,56132,56298,56453,57374,78380,122495,122592,141671,141872,141964,142143,142311,142486,142739,145614,145744,146102,146244,146614,146774,155309,155409,155650,156085,156292,156451,157016,157377,157506,158173,158353", + "endLines": "36,37,38,39,40,41,42,43,44,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,632,633,641,644,645,648,649,650,689,690,691,692,693,694,695,696,712,1030,1752,1762,2005,2006,2009,2012,2015,2019,2024,2062,2067,2070,2075,2079,2083,2188,2192,2199,2203,2206,2215,2221,2224,2233,2237,2246", + "endColumns": "73,80,63,65,69,69,69,69,66,53,78,72,64,62,70,70,61,68,65,66,66,55,50,52,51,53,62,58,61,58,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,46,44,47,65,61,62,56,56,144,120,86,90,300,165,154,101,12,12,96,12,12,91,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "2415,2496,2560,2626,2696,2766,2836,2906,2973,45877,45956,46029,46094,46157,46228,46299,46361,46430,46496,46563,46630,46686,46737,46790,46842,46896,46959,47018,47080,47139,47199,47262,47337,47409,47480,47536,47607,47664,47721,47787,47851,47922,47979,48032,48095,48147,48205,51817,51862,52243,52435,52497,52677,52734,52791,55527,55648,55735,55826,56127,56293,56448,56550,57656,78533,122587,123178,141867,141959,142138,142306,142481,142734,143025,145739,146097,146239,146609,146769,146923,155404,155645,156080,156287,156446,157011,157372,157501,158168,158348,159057" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "70,1992,1994,1995,2000,2002", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "4474,140849,141025,141147,141409,141604", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "4558,140910,141142,141203,141470,141666" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "11,22,31,32,33,34,35,52,55,89,90,93", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,1418,2098,2144,2191,2242,2294,3458,3632,5848,5903,6079", + "endColumns": "39,38,45,46,50,51,51,38,37,54,54,39", + "endOffsets": "646,1452,2139,2186,2237,2289,2341,3492,3665,5898,5953,6114" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\transition-26.1.0.aar\\0068c6a3a9b549cc509f267617ab5afc\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "618,623,626,627,628,635,636,637,638,639", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "51164,51374,51513,51560,51615,51902,51956,52008,52057,52118", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "51199,51412,51555,51610,51655,51951,52003,52052,52113,52163" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "-1", + "startColumns": "-1", + "startOffsets": "-1" + }, + "to": { + "startLines": "713", + "startColumns": "4", + "startOffsets": "57661", + "endLines": "718", + "endColumns": "12", + "endOffsets": "57940" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "68,69,531,532,533,534,535,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,612,613,621,622,630,631,634,651,703,1987,1988,1993,1996,2001,2185,2186", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "4342,4411,45487,45557,45625,45697,45767,49380,49441,49502,49564,49628,49690,49751,49819,49919,49979,50045,50118,50187,50244,50296,50811,50883,51304,51339,51706,51740,51867,52796,56861,140531,140648,140915,141208,141475,155170,155242", + "endLines": "68,69,531,532,533,534,535,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,612,613,621,622,630,631,634,651,703,1987,1991,1993,1999,2001,2185,2186", + "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,33,34,34,69,70,116,12,109,12,128,71,66", + "endOffsets": "4406,4469,45552,45620,45692,45762,45823,49436,49497,49559,49623,49685,49746,49814,49914,49974,50040,50113,50182,50239,50291,50353,50878,50954,51334,51369,51735,51770,51897,52861,56927,140643,140844,141020,141404,141599,155237,155304" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "-1,-1", + "startColumns": "-1,-1", + "startOffsets": "-1,-1" + }, + "to": { + "startLines": "529,530", + "startColumns": "4,4", + "startOffsets": "45373,45431", + "endColumns": "57,55", + "endOffsets": "45426,45482" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,17,-1,-1,-1,-1,-1", + "endColumns": "-1,-1,-1,-1,-1,44,-1,-1,-1,-1,-1", + "endOffsets": "-1,-1,-1,-1,-1,57,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "683,684,685,686,687,688,697,698,699,700,701", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55104,55149,55196,55244,55290,55342,56555,56602,56651,56706,56758", + "endColumns": "44,46,47,45,51,44,46,48,54,51,49", + "endOffsets": "55144,55191,55239,55285,55337,55382,56597,56646,56701,56753,56803" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,710,826,956,1039,1119,1215,1325,1437,1540,1651,1758,1860,1982,2081,2167", + "endColumns": "110,107,122,114,110,86,115,129,82,79,95,109,111,102,110,106,101,121,98,85,100", + "endOffsets": "161,269,392,507,618,705,821,951,1034,1114,1210,1320,1432,1535,1646,1753,1855,1977,2076,2162,2263" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,488,598,684,788,907,991,1074,1160,1264,1377,1483,1588,1701,1808,1931,2028,2117", + "endColumns": "104,107,122,96,109,85,103,118,83,82,85,103,112,105,104,112,106,122,96,88,100", + "endOffsets": "155,263,386,483,593,679,783,902,986,1069,1155,1259,1372,1478,1583,1696,1803,1926,2023,2112,2213" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,508,615,700,802,924,1001,1079,1169,1278,1380,1478,1588,1688,1803,1928,2034,2113", + "endColumns": "116,107,122,104,106,84,101,121,76,77,89,108,101,97,109,99,114,124,105,78,100", + "endOffsets": "167,275,398,503,610,695,797,919,996,1074,1164,1273,1375,1473,1583,1683,1798,1923,2029,2108,2209" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,933,1017,1098,1185,1292,1404,1506,1614,1721,1828,1950,2049,2134", + "endColumns": "119,107,122,105,106,88,100,123,83,80,86,106,111,101,107,106,106,121,98,84,100", + "endOffsets": "170,278,401,507,614,703,804,928,1012,1093,1180,1287,1399,1501,1609,1716,1823,1945,2044,2129,2230" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,121,182,248", + "endColumns": "65,60,65,66", + "endOffsets": "116,177,243,310" + }, + "to": { + "startLines": "8,9,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "619,685,746,812", + "endColumns": "65,60,65,66", + "endOffsets": "680,741,807,874" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,212,347,416,480,549", + "endColumns": "156,134,68,63,68,69", + "endOffsets": "207,342,411,475,544,614" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,281,409,516,621,707,812,933,1012,1090,1173,1287,1396,1496,1610,1716,1824,1947,2046,2129", + "endColumns": "114,110,127,106,104,85,104,120,78,77,82,113,108,99,113,105,107,122,98,82,100", + "endOffsets": "165,276,404,511,616,702,807,928,1007,1085,1168,1282,1391,1491,1605,1711,1819,1942,2041,2124,2225" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-el_values-el.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,515,632,717,822,948,1036,1122,1207,1318,1428,1530,1641,1750,1858,1981,2081,2166", + "endColumns": "117,107,122,110,116,84,104,125,87,85,84,110,109,101,110,108,107,122,99,84,100", + "endOffsets": "168,276,399,510,627,712,817,943,1031,1117,1202,1313,1423,1525,1636,1745,1853,1976,2076,2161,2262" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,493,603,689,795,919,1006,1090,1172,1281,1391,1490,1599,1712,1823,1960,2059,2141", + "endColumns": "108,107,122,97,109,85,105,123,86,83,81,108,109,98,108,112,110,136,98,81,100", + "endOffsets": "159,267,390,488,598,684,790,914,1001,1085,1167,1276,1386,1485,1594,1707,1818,1955,2054,2136,2237" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,500,608,695,798,917,1002,1086,1170,1278,1387,1487,1600,1707,1811,1928,2025,2108", + "endColumns": "106,107,122,106,107,86,102,118,84,83,83,107,108,99,112,106,103,116,96,82,100", + "endOffsets": "157,265,388,495,603,690,793,912,997,1081,1165,1273,1382,1482,1595,1702,1806,1923,2020,2103,2204" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,259,380,473,578,660,758,866,943,1019,1097,1199,1298,1393,1496,1591,1687,1798,1895,1973", + "endColumns": "96,106,120,92,104,81,97,107,76,75,77,101,98,94,102,94,95,110,96,77,100", + "endOffsets": "147,254,375,468,573,655,753,861,938,1014,1092,1194,1293,1388,1491,1586,1682,1793,1890,1968,2069" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v14_values-v14.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v14\\values-v14.xml", + "from": { + "startLines": "2,7,8,9,15", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,331,402,485,895", + "endLines": "6,7,8,14,20", + "endColumns": "12,70,82,12,12", + "endOffsets": "326,397,480,890,1312" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,610,698,803,916,1000,1082,1165,1278,1385,1483,1596,1700,1804,1926,2024,2105", + "endColumns": "108,107,122,103,110,87,104,112,83,81,82,112,106,97,112,103,103,121,97,80,100", + "endOffsets": "159,267,390,494,605,693,798,911,995,1077,1160,1273,1380,1478,1591,1695,1799,1921,2019,2100,2201" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v11_values-v11.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v11\\values-v11.xml", + "from": { + "startLines": "2,8,14,20,26,32,38,39,43,47,48,52,56,57,61,66,71,76,78,80,81,82,136,191", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,474,899,1327,1753,2180,2605,2694,2940,3189,3290,3542,3797,3900,4153,4561,4981,5403,5510,5639,5710,5793,9818,13986", + "endLines": "7,13,19,25,31,37,38,42,46,47,51,55,56,60,65,70,75,77,79,80,81,135,190,191", + "endColumns": "12,12,12,12,12,12,88,12,12,100,12,12,102,12,12,12,12,12,12,70,82,12,12,90", + "endOffsets": "469,894,1322,1748,2175,2600,2689,2935,3184,3285,3537,3792,3895,4148,4556,4976,5398,5505,5634,5705,5788,9813,13981,14072" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,513,630,718,824,945,1024,1102,1186,1295,1406,1507,1617,1734,1842,1965,2067,2151", + "endColumns": "118,107,122,107,116,87,105,120,78,77,83,108,110,100,109,116,107,122,101,83,100", + "endOffsets": "169,277,400,508,625,713,819,940,1019,1097,1181,1290,1401,1502,1612,1729,1837,1960,2062,2146,2247" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,707,808,923,1000,1078,1158,1270,1372,1468,1577,1678,1793,1916,2021,2101", + "endColumns": "117,107,122,105,106,89,100,114,76,77,79,111,101,95,108,100,114,122,104,79,100", + "endOffsets": "168,276,399,505,612,702,803,918,995,1073,1153,1265,1367,1463,1572,1673,1788,1911,2016,2096,2197" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-km_values-km.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,489,601,688,792,910,987,1064,1147,1251,1356,1456,1566,1673,1781,1904,2002,2085", + "endColumns": "102,107,122,99,111,86,103,117,76,76,82,103,104,99,109,106,107,122,97,82,100", + "endOffsets": "153,261,384,484,596,683,787,905,982,1059,1142,1246,1351,1451,1561,1668,1776,1899,1997,2080,2181" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,258,381,475,577,659,757,863,942,1018,1098,1196,1291,1386,1486,1582,1681,1796,1890,1968", + "endColumns": "94,107,122,93,101,81,97,105,78,75,79,97,94,94,99,95,98,114,93,77,100", + "endOffsets": "145,253,376,470,572,654,752,858,937,1013,1093,1191,1286,1381,1481,1577,1676,1791,1885,1963,2064" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,499,614,698,810,940,1016,1092,1175,1285,1396,1496,1607,1715,1834,1968,2071,2154", + "endColumns": "107,107,122,104,114,83,111,129,75,75,82,109,110,99,110,107,118,133,102,82,100", + "endOffsets": "158,266,389,494,609,693,805,935,1011,1087,1170,1280,1391,1491,1602,1710,1829,1963,2066,2149,2250" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-th_values-th.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,597,686,788,898,975,1053,1134,1242,1346,1444,1552,1657,1758,1874,1969,2050", + "endColumns": "104,107,122,97,107,88,101,109,76,77,80,107,103,97,107,104,100,115,94,80,100", + "endOffsets": "155,263,386,484,592,681,783,893,970,1048,1129,1237,1341,1439,1547,1652,1753,1869,1964,2045,2146" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-am_values-am.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,388,487,593,679,782,895,973,1051,1130,1230,1330,1426,1529,1628,1735,1851,1947,2026", + "endColumns": "101,107,122,98,105,85,102,112,77,77,78,99,99,95,102,98,106,115,95,78,100", + "endOffsets": "152,260,383,482,588,674,777,890,968,1046,1125,1225,1325,1421,1524,1623,1730,1846,1942,2021,2122" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,272,397,492,606,692,792,905,981,1057,1137,1240,1339,1435,1539,1637,1738,1854,1951,2030", + "endColumns": "107,108,124,94,113,85,99,112,75,75,79,102,98,95,103,97,100,115,96,78,100", + "endOffsets": "158,267,392,487,601,687,787,900,976,1052,1132,1235,1334,1430,1534,1632,1733,1849,1946,2025,2126" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-is_values-is.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,263,386,483,595,680,781,895,975,1055,1136,1246,1354,1452,1561,1660,1763,1881,1979,2060", + "endColumns": "99,107,122,96,111,84,100,113,79,79,80,109,107,97,108,98,102,117,97,80,100", + "endOffsets": "150,258,381,478,590,675,776,890,970,1050,1131,1241,1349,1447,1556,1655,1758,1876,1974,2055,2156" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-az_values-az.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,493,605,693,800,914,995,1074,1159,1266,1373,1473,1582,1686,1796,1893,1976", + "endColumns": "107,107,122,98,111,87,106,113,80,78,84,106,106,99,108,103,109,96,82,100", + "endOffsets": "158,266,389,488,600,688,795,909,990,1069,1154,1261,1368,1468,1577,1681,1791,1888,1971,2072" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,504,612,698,807,926,1004,1081,1163,1272,1381,1480,1589,1700,1808,1931,2027,2109", + "endColumns": "115,107,122,101,107,85,108,118,77,76,81,108,108,98,108,110,107,122,95,81,100", + "endOffsets": "166,274,397,499,607,693,802,921,999,1076,1158,1267,1376,1475,1584,1695,1803,1926,2022,2104,2205" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,605,691,795,913,995,1076,1164,1270,1378,1479,1584,1692,1793,1921,2018,2102", + "endColumns": "108,107,122,103,105,85,103,117,81,80,87,105,107,100,104,107,100,127,96,83,100", + "endOffsets": "159,267,390,494,600,686,790,908,990,1071,1159,1265,1373,1474,1579,1687,1788,1916,2013,2097,2198" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-de_values-de.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,601,687,792,907,984,1060,1142,1253,1356,1455,1566,1668,1775,1897,1999,2081", + "endColumns": "104,107,122,97,111,85,104,114,76,75,81,110,102,98,110,101,106,121,101,81,100", + "endOffsets": "155,263,386,484,596,682,787,902,979,1055,1137,1248,1351,1450,1561,1663,1770,1892,1994,2076,2177" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,514,623,709,813,935,1017,1099,1184,1293,1405,1504,1615,1724,1829,1948,2047,2129", + "endColumns": "119,107,122,107,108,85,103,121,81,81,84,108,111,98,110,108,104,118,98,81,100", + "endOffsets": "170,278,401,509,618,704,808,930,1012,1094,1179,1288,1400,1499,1610,1719,1824,1943,2042,2124,2225" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,609,695,806,922,1002,1081,1165,1274,1381,1482,1590,1695,1802,1926,2025,2109", + "endColumns": "104,107,122,103,113,85,110,115,79,78,83,108,106,100,107,104,106,123,98,83,100", + "endOffsets": "155,263,386,490,604,690,801,917,997,1076,1160,1269,1376,1477,1585,1690,1797,1921,2020,2104,2205" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,490,600,689,795,910,992,1073,1158,1265,1372,1471,1581,1688,1788,1913,2012,2094", + "endColumns": "102,107,122,100,109,88,105,114,81,80,84,106,106,98,109,106,99,124,98,81,100", + "endOffsets": "153,261,384,485,595,684,790,905,987,1068,1153,1260,1367,1466,1576,1683,1783,1908,2007,2089,2190" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,509,616,702,810,930,1007,1084,1166,1277,1381,1480,1595,1708,1811,1929,2032,2114", + "endColumns": "117,107,122,104,106,85,107,119,76,76,81,110,103,98,114,112,102,117,102,81,100", + "endOffsets": "168,276,399,504,611,697,805,925,1002,1079,1161,1272,1376,1475,1590,1703,1806,1924,2027,2109,2210" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,275,401,504,615,699,802,917,996,1074,1155,1267,1370,1468,1578,1682,1791,1916,2017,2098", + "endColumns": "109,109,125,102,110,83,102,114,78,77,80,111,102,97,109,103,108,124,100,80,100", + "endOffsets": "160,270,396,499,610,694,797,912,991,1069,1150,1262,1365,1463,1573,1677,1786,1911,2012,2093,2194" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,493,604,690,798,916,997,1078,1162,1267,1376,1475,1581,1692,1801,1925,2023,2111", + "endColumns": "106,107,122,99,110,85,107,117,80,80,83,104,108,98,105,110,108,123,97,87,100", + "endOffsets": "157,265,388,488,599,685,793,911,992,1073,1157,1262,1371,1470,1576,1687,1796,1920,2018,2106,2207" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,276,399,499,612,699,805,917,999,1081,1163,1272,1376,1473,1581,1682,1785,1907,2004,2085", + "endColumns": "112,107,122,99,112,86,105,111,81,81,81,108,103,96,107,100,102,121,96,80,100", + "endOffsets": "163,271,394,494,607,694,800,912,994,1076,1158,1267,1371,1468,1576,1677,1780,1902,1999,2080,2181" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-in_values-in.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,603,690,794,910,992,1071,1157,1260,1369,1470,1574,1682,1790,1913,2012,2096", + "endColumns": "109,107,122,101,104,86,103,115,81,78,85,102,108,100,103,107,107,122,98,83,100", + "endOffsets": "160,268,391,493,598,685,789,905,987,1066,1152,1255,1364,1465,1569,1677,1785,1908,2007,2091,2192" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,269,395,494,602,686,786,900,978,1056,1135,1237,1341,1437,1540,1641,1741,1857,1953,2032", + "endColumns": "103,109,125,98,107,83,99,113,77,77,78,101,103,95,102,100,99,115,95,78,102", + "endOffsets": "154,264,390,489,597,681,781,895,973,1051,1130,1232,1336,1432,1535,1636,1736,1852,1948,2027,2130" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,508,617,701,804,923,1000,1077,1161,1265,1374,1475,1580,1694,1799,1919,2018,2102", + "endColumns": "113,107,122,107,108,83,102,118,76,76,83,103,108,100,104,113,104,119,98,83,100", + "endOffsets": "164,272,395,503,612,696,799,918,995,1072,1156,1260,1369,1470,1575,1689,1794,1914,2013,2097,2198" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-da_values-da.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,488,600,683,783,896,973,1050,1129,1238,1346,1442,1556,1658,1759,1875,1972,2051", + "endColumns": "102,107,122,98,111,82,99,112,76,76,78,108,107,95,113,101,100,115,96,78,100", + "endOffsets": "153,261,384,483,595,678,778,891,968,1045,1124,1233,1341,1437,1551,1653,1754,1870,1967,2046,2147" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,490,602,687,793,913,992,1068,1147,1254,1359,1455,1562,1664,1772,1891,1989,2068", + "endColumns": "104,107,122,98,111,84,105,119,78,75,78,106,104,95,106,101,107,118,97,78,100", + "endOffsets": "155,263,386,485,597,682,788,908,987,1063,1142,1249,1354,1450,1557,1659,1767,1886,1984,2063,2164" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,604,690,798,916,995,1075,1156,1262,1369,1467,1575,1681,1790,1914,2014,2095", + "endColumns": "109,107,122,101,105,85,107,117,78,79,80,105,106,97,107,105,108,123,99,80,100", + "endOffsets": "160,268,391,493,599,685,793,911,990,1070,1151,1257,1364,1462,1570,1676,1785,1909,2009,2090,2191" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,700,808,934,1018,1099,1182,1293,1402,1500,1610,1714,1822,1945,2044,2125", + "endColumns": "117,107,122,105,106,82,107,125,83,80,82,110,108,97,109,103,107,122,98,80,100", + "endOffsets": "168,276,399,505,612,695,803,929,1013,1094,1177,1288,1397,1495,1605,1709,1817,1940,2039,2120,2221" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-te_values-te.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,509,620,710,815,940,1022,1104,1189,1302,1410,1510,1621,1723,1840,1967,2068,2151", + "endColumns": "113,107,122,108,110,89,104,124,81,81,84,112,107,99,110,101,116,126,100,82,100", + "endOffsets": "164,272,395,504,615,705,810,935,1017,1099,1184,1297,1405,1505,1616,1718,1835,1962,2063,2146,2247" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,498,604,690,794,912,993,1073,1161,1266,1374,1475,1579,1687,1788,1916,2013,2097", + "endColumns": "108,107,122,102,105,85,103,117,80,79,87,104,107,100,103,107,100,127,96,83,100", + "endOffsets": "159,267,390,493,599,685,789,907,988,1068,1156,1261,1369,1470,1574,1682,1783,1911,2008,2092,2193" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,6", + "startColumns": "4,4", + "startOffsets": "55,299", + "endLines": "5,6", + "endColumns": "12,96", + "endOffsets": "294,391" + }, + "to": { + "startLines": "16,21", + "startColumns": "4,4", + "startOffsets": "896,1233", + "endLines": "19,21", + "endColumns": "12,96", + "endOffsets": "1135,1325" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + }, + "to": { + "startLines": "2,3,4,8,12,20", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,1140", + "endLines": "2,3,7,11,15,20", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,1228" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,258,381,476,576,658,755,861,937,1013,1091,1187,1283,1378,1475,1570,1668,1780,1874,1952", + "endColumns": "95,106,122,94,99,81,96,105,75,75,77,95,95,94,96,94,97,111,93,77,100", + "endOffsets": "146,253,376,471,571,653,750,856,932,1008,1086,1182,1278,1373,1470,1565,1663,1775,1869,1947,2048" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,507,613,707,812,941,1019,1097,1184,1294,1410,1517,1627,1733,1846,1974,2079,2169", + "endColumns": "108,107,122,111,105,93,104,128,77,77,86,109,115,106,109,105,112,127,104,89,100", + "endOffsets": "159,267,390,502,608,702,807,936,1014,1092,1179,1289,1405,1512,1622,1728,1841,1969,2074,2164,2265" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,271,395,497,606,692,797,914,995,1076,1160,1264,1373,1472,1578,1688,1795,1917,2015,2097", + "endColumns": "106,108,123,101,108,85,104,116,80,80,83,103,108,98,105,109,106,121,97,81,100", + "endOffsets": "157,266,390,492,601,687,792,909,990,1071,1155,1259,1368,1467,1573,1683,1790,1912,2010,2092,2193" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-be_values-be.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,509,625,711,819,937,1016,1094,1177,1283,1389,1487,1595,1700,1805,1925,2025,2106", + "endColumns": "119,107,122,102,115,85,107,117,78,77,82,105,105,97,107,104,104,119,99,80,108", + "endOffsets": "170,278,401,504,620,706,814,932,1011,1089,1172,1278,1384,1482,1590,1695,1800,1920,2020,2101,2210" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-it_values-it.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,495,604,688,797,922,999,1075,1156,1262,1370,1468,1572,1677,1784,1906,2006,2089", + "endColumns": "108,107,122,99,108,83,108,124,76,75,80,105,107,97,103,104,106,121,99,82,100", + "endOffsets": "159,267,390,490,599,683,792,917,994,1070,1151,1257,1365,1463,1567,1672,1779,1901,2001,2084,2185" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,550,614,677", + "endLines": "2,3,4,5,6,7,8,9,10,14", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "110,180,251,323,381,439,545,609,672,854" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,17,18,19", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1106,1170,1233", + "endLines": "10,11,12,13,14,15,16,17,18,22", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "666,736,807,879,937,995,1101,1165,1228,1410" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-si_values-si.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,503,610,698,803,919,1008,1095,1179,1288,1393,1491,1601,1700,1806,1927,2026,2108", + "endColumns": "109,107,122,106,106,87,104,115,88,86,83,108,104,97,109,98,105,120,98,81,100", + "endOffsets": "160,268,391,498,605,693,798,914,1003,1090,1174,1283,1388,1486,1596,1695,1801,1922,2021,2103,2204" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,514,621,707,808,930,1012,1093,1179,1282,1387,1485,1590,1701,1806,1926,2023,2107", + "endColumns": "118,107,122,108,106,85,100,121,81,80,85,102,104,97,104,110,104,119,96,83,100", + "endOffsets": "169,277,400,509,616,702,803,925,1007,1088,1174,1277,1382,1480,1585,1696,1801,1921,2018,2102,2203" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,495,606,691,793,906,982,1058,1138,1244,1344,1440,1545,1647,1749,1866,1968,2047", + "endColumns": "105,107,122,102,110,84,101,112,75,75,79,105,99,95,104,101,101,116,101,78,100", + "endOffsets": "156,264,387,490,601,686,788,901,977,1053,1133,1239,1339,1435,1540,1642,1744,1861,1963,2042,2143" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1669,1782,1876,1954", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,99,112,93,77,100", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1664,1777,1871,1949,2050" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-my_values-my.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,397,502,619,712,824,952,1030,1109,1195,1318,1430,1532,1658,1769,1879,2002,2102,2186", + "endColumns": "108,107,124,104,116,92,111,127,77,78,85,122,111,101,125,110,109,122,99,83,100", + "endOffsets": "159,267,392,497,614,707,819,947,1025,1104,1190,1313,1425,1527,1653,1764,1874,1997,2097,2181,2282" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,507,616,698,799,913,992,1071,1150,1255,1356,1452,1560,1663,1766,1885,1982,2063", + "endColumns": "116,107,122,103,108,81,100,113,78,78,78,104,100,95,107,102,102,118,96,80,100", + "endOffsets": "167,275,398,502,611,693,794,908,987,1066,1145,1250,1351,1447,1555,1658,1761,1880,1977,2058,2159" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,26,29,32,35,39,42,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1164,1406,1577,1751,1920,2193,2393,2597", + "endLines": "4,8,11,14,17,21,25,28,31,34,38,41,45,49", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1159,1401,1572,1746,1915,2188,2388,2592,2921" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-es_values-es.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,516,624,709,810,938,1023,1105,1187,1294,1394,1493,1601,1708,1815,1937,2037,2119", + "endColumns": "116,107,122,112,107,84,100,127,84,81,81,106,99,98,107,106,106,121,99,81,100", + "endOffsets": "167,275,398,511,619,704,805,933,1018,1100,1182,1289,1389,1488,1596,1703,1810,1932,2032,2114,2215" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,485,604,688,795,912,990,1069,1150,1260,1367,1465,1571,1678,1779,1903,2006,2087", + "endColumns": "103,107,122,94,118,83,106,116,77,78,80,109,106,97,105,106,100,123,102,80,100", + "endOffsets": "154,262,385,480,599,683,790,907,985,1064,1145,1255,1362,1460,1566,1673,1774,1898,2001,2082,2183" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v13_values-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v13\\values-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "58", + "endOffsets": "109" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v12_values-v12.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v12\\values-v12.xml", + "from": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,279,479,598", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "274,474,593,688" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,500,612,699,809,932,1013,1092,1175,1281,1386,1484,1590,1693,1809,1940,2039,2120", + "endColumns": "113,107,122,99,111,86,109,122,80,78,82,105,104,97,105,102,115,130,98,80,100", + "endOffsets": "164,272,395,495,607,694,804,927,1008,1087,1170,1276,1381,1479,1585,1688,1804,1935,2034,2115,2216" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593", + "endColumns": "69,83,83,95,101,101,93", + "endOffsets": "120,204,288,384,486,588,682" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,510,618,703,805,931,1015,1096,1178,1285,1394,1493,1601,1705,1812,1934,2034,2116", + "endColumns": "111,107,122,111,107,84,101,125,83,80,81,106,108,98,107,103,106,121,99,81,100", + "endOffsets": "162,270,393,505,613,698,800,926,1010,1091,1173,1280,1389,1488,1596,1700,1807,1929,2029,2111,2212" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,606,693,794,917,994,1072,1152,1258,1360,1457,1566,1665,1775,1896,1999,2079", + "endColumns": "108,107,122,103,106,86,100,122,76,77,79,105,101,96,108,98,109,120,102,79,100", + "endOffsets": "159,267,390,494,601,688,789,912,989,1067,1147,1253,1355,1452,1561,1660,1770,1891,1994,2074,2175" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,286,390,498,584,689,808,891,973,1060,1166,1273,1374,1481,1592,1696,1794,1878", + "endColumns": "107,122,103,107,85,104,118,82,81,86,105,106,100,106,110,103,97,83,100", + "endOffsets": "158,281,385,493,579,684,803,886,968,1055,1161,1268,1369,1476,1587,1691,1789,1873,1974" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,503,616,703,812,933,1015,1096,1181,1290,1399,1499,1609,1713,1826,1956,2057,2140", + "endColumns": "115,107,122,100,112,86,108,120,81,80,84,108,108,99,109,103,112,129,100,82,100", + "endOffsets": "166,274,397,498,611,698,807,928,1010,1091,1176,1285,1394,1494,1604,1708,1821,1951,2052,2135,2236" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,278,401,503,615,701,806,926,1005,1083,1163,1269,1377,1475,1584,1690,1798,1934,2034,2115", + "endColumns": "114,107,122,101,111,85,104,119,78,77,79,105,107,97,108,105,107,135,99,80,100", + "endOffsets": "165,273,396,498,610,696,801,921,1000,1078,1158,1264,1372,1470,1579,1685,1793,1929,2029,2110,2211" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-af_values-af.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,596,681,784,902,978,1055,1136,1243,1346,1443,1551,1653,1755,1872,1970,2050", + "endColumns": "103,107,122,99,105,84,102,117,75,76,80,106,102,96,107,101,101,116,97,79,100", + "endOffsets": "154,262,385,485,591,676,779,897,973,1050,1131,1238,1341,1438,1546,1648,1750,1867,1965,2045,2146" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,486,593,678,783,895,972,1050,1130,1237,1334,1432,1537,1640,1744,1866,1962,2043", + "endColumns": "102,107,122,96,106,84,104,111,76,77,79,106,96,97,104,102,103,121,95,80,100", + "endOffsets": "153,261,384,481,588,673,778,890,967,1045,1125,1232,1329,1427,1532,1635,1739,1861,1957,2038,2139" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,497,602,688,788,901,978,1054,1133,1234,1335,1432,1541,1640,1750,1872,1972,2051", + "endColumns": "105,107,122,104,104,85,99,112,76,75,78,100,100,96,108,98,109,121,99,78,100", + "endOffsets": "156,264,387,492,597,683,783,896,973,1049,1128,1229,1330,1427,1536,1635,1745,1867,1967,2046,2147" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,19,32,33,34,35,36", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", + "endLines": "2,3,4,5,18,31,32,33,34,35,36", + "endColumns": "134,134,74,86,12,12,126,104,114,106,112", + "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,283,284,291,295,299,302", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,20759,20875,21332,21626,21921,22093", + "endLines": "2,3,4,5,283,284,291,295,301,306", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,20870,20996,21453,21749,22088,22426" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5,8,11", + "startColumns": "4,4,4,4", + "startOffsets": "55,223,386,554", + "endLines": "4,7,10,13", + "endColumns": "12,12,12,12", + "endOffsets": "218,381,549,716" + }, + "to": { + "startLines": "285,288,292,296", + "startColumns": "4,4,4,4", + "startOffsets": "21001,21169,21458,21754", + "endLines": "287,290,294,298", + "endColumns": "12,12,12,12", + "endOffsets": "21164,21327,21621,21916" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247,259,260,261,264,267,268,271,272", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8800,11880,12078,12278,12401,12524,12637,12820,12951,13152,13241,13352,13585,13686,13781,13904,14033,14150,14327,14426,14561,14704,14839,14958,15159,15278,15371,15482,15538,15645,15840,15951,16084,16179,16270,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966,19085,19214,19385,19551,19680,19851,19982", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258,259,260,263,266,267,270,271,274", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8795,11875,12073,12273,12396,12519,12632,12815,12946,13147,13236,13347,13580,13681,13776,13899,14028,14145,14322,14421,14556,14699,14834,14953,15154,15273,15366,15477,15533,15640,15835,15946,16079,16174,16265,16356,16473,16612,16683,16766,17446,17503,17561,18255,18961,19080,19209,19380,19546,19675,19846,19977,20147" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,167,169,171,173,176,178,181,182,183,186,187,188,189,190,191,194,195,197,199,201,203,207,209,210,211,212,214,218,220,222,223,224,225,226,229,230,231,241,242,243,255,267,268,269,272,275,276,279,280", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9099,12179,12377,12788,12911,13034,13147,13330,13461,13662,13751,13862,14095,14196,14291,14414,14543,14660,14837,14936,15071,15214,15349,15468,15669,15788,15881,15992,16048,16155,16350,16461,16594,16689,16780,16871,16988,17224,17295,17378,18058,18115,18173,18867,19573,19692,19821,19992,20158,20287,20458,20589", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,168,170,172,175,177,180,181,182,185,186,187,188,189,190,193,194,196,198,200,202,206,208,209,210,211,213,217,219,221,222,223,224,225,227,229,230,240,241,242,254,266,267,268,271,274,275,278,279,282", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9094,12174,12372,12572,12906,13029,13142,13325,13456,13657,13746,13857,14090,14191,14286,14409,14538,14655,14832,14931,15066,15209,15344,15463,15664,15783,15876,15987,16043,16150,16345,16456,16589,16684,16775,16866,16983,17122,17290,17373,18053,18110,18168,18862,19568,19687,19816,19987,20153,20282,20453,20584,20754" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5", + "startColumns": "4,4", + "startOffsets": "55,266", + "endLines": "4,5", + "endColumns": "12,96", + "endOffsets": "261,358" + }, + "to": { + "startLines": "164,228", + "startColumns": "4,4", + "startOffsets": "12577,17127", + "endLines": "166,228", + "endColumns": "12,96", + "endOffsets": "12783,17219" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,501,615,703,806,933,1013,1093,1179,1283,1389,1487,1594,1700,1806,1926,2022,2103", + "endColumns": "107,107,122,106,113,87,102,126,79,79,85,103,105,97,106,105,105,119,95,80,100", + "endOffsets": "158,266,389,496,610,698,801,928,1008,1088,1174,1278,1384,1482,1589,1695,1801,1921,2017,2098,2199" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1667,1780,1874,1952", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,97,112,93,77,101", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1662,1775,1869,1947,2049" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,501,611,696,802,921,1002,1082,1163,1266,1371,1469,1576,1685,1785,1900,1999,2080", + "endColumns": "111,107,122,102,109,84,105,118,80,79,80,102,104,97,106,108,99,114,98,80,100", + "endOffsets": "162,270,393,496,606,691,797,916,997,1077,1158,1261,1366,1464,1571,1680,1780,1895,1994,2075,2176" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,494,595,681,786,904,991,1073,1153,1260,1363,1460,1566,1665,1769,1888,1987,2067", + "endColumns": "107,107,122,99,100,85,104,117,86,81,79,106,102,96,105,98,103,118,98,79,100", + "endOffsets": "158,266,389,489,590,676,781,899,986,1068,1148,1255,1358,1455,1561,1660,1764,1883,1982,2062,2163" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,502,611,697,801,921,997,1073,1158,1266,1375,1477,1588,1688,1796,1925,2023,2103", + "endColumns": "109,107,122,105,108,85,103,119,75,75,84,107,108,101,110,99,107,128,97,79,102", + "endOffsets": "160,268,391,497,606,692,796,916,992,1068,1153,1261,1370,1472,1583,1683,1791,1920,2018,2098,2201" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,505,620,709,816,942,1023,1103,1185,1287,1391,1488,1598,1700,1807,1926,2026,2106", + "endColumns": "113,107,122,104,114,88,106,125,80,79,81,101,103,96,109,101,106,118,99,79,100", + "endOffsets": "164,272,395,500,615,704,811,937,1018,1098,1180,1282,1386,1483,1593,1695,1802,1921,2021,2101,2202" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-et_values-et.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,510,621,707,809,926,1006,1084,1167,1278,1383,1482,1592,1693,1796,1924,2026,2108", + "endColumns": "116,107,122,106,110,85,101,116,79,77,82,110,104,98,109,100,102,127,101,81,100", + "endOffsets": "167,275,398,505,616,702,804,921,1001,1079,1162,1273,1378,1477,1587,1688,1791,1919,2021,2103,2204" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,487,595,685,790,907,989,1072,1154,1255,1364,1463,1570,1679,1784,1903,2000,2082", + "endColumns": "102,107,122,97,107,89,104,116,81,82,81,100,108,98,106,108,104,118,96,81,100", + "endOffsets": "153,261,384,482,590,680,785,902,984,1067,1149,1250,1359,1458,1565,1674,1779,1898,1995,2077,2178" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,515,623,708,809,932,1017,1099,1181,1293,1393,1494,1602,1709,1816,1938,2038,2120", + "endColumns": "119,107,122,108,107,84,100,122,84,81,81,111,99,100,107,106,106,121,99,81,100", + "endOffsets": "170,278,401,510,618,703,804,927,1012,1094,1176,1288,1388,1489,1597,1704,1811,1933,2033,2115,2216" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,284,407,511,624,712,824,945,1030,1111,1194,1306,1419,1519,1633,1738,1844,1965,2068,2151", + "endColumns": "120,107,122,103,112,87,111,120,84,80,82,111,112,99,113,104,105,120,102,82,100", + "endOffsets": "171,279,402,506,619,707,819,940,1025,1106,1189,1301,1414,1514,1628,1733,1839,1960,2063,2146,2247" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-land_values-land.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,125,189,260", + "endColumns": "69,63,70,67", + "endOffsets": "120,184,255,323" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "232" + }, + "to": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "328", + "endLines": "9", + "endColumns": "12", + "endOffsets": "505" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-port_values-port.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,705,811,941,1024,1104,1190,1300,1412,1515,1626,1733,1840,1962,2061,2147", + "endColumns": "110,107,122,114,110,81,105,129,82,79,85,109,111,102,110,106,106,121,98,85,100", + "endOffsets": "161,269,392,507,618,700,806,936,1019,1099,1185,1295,1407,1510,1621,1728,1835,1957,2056,2142,2243" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,603,694,801,928,1022,1112,1200,1310,1426,1529,1644,1746,1861,1992,2104,2190", + "endColumns": "104,107,122,103,107,90,106,126,93,89,87,109,115,102,114,101,114,130,111,85,100", + "endOffsets": "155,263,386,490,598,689,796,923,1017,1107,1195,1305,1421,1524,1639,1741,1856,1987,2099,2185,2286" + } + } + ] + }, + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,523,638,731,836,968,1045,1121,1203,1314,1420,1518,1632,1732,1843,1971,2072,2154", + "endColumns": "118,107,122,117,114,92,104,131,76,75,81,110,105,97,113,99,110,127,100,81,100", + "endOffsets": "169,277,400,518,633,726,831,963,1040,1116,1198,1309,1415,1513,1627,1727,1838,1966,2067,2149,2250" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-af.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-af.json new file mode 100644 index 0000000..eefebc5 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-af.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-af\\values-af.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,596,681,784,902,978,1055,1136,1243,1346,1443,1551,1653,1755,1872,1970,2050", + "endColumns": "103,107,122,99,105,84,102,117,75,76,80,106,102,96,107,101,101,116,97,79,100", + "endOffsets": "154,262,385,485,591,676,779,897,973,1050,1131,1238,1341,1438,1546,1648,1750,1867,1965,2045,2146" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-am.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-am.json new file mode 100644 index 0000000..4d4cbe6 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-am.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-am\\values-am.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,388,487,593,679,782,895,973,1051,1130,1230,1330,1426,1529,1628,1735,1851,1947,2026", + "endColumns": "101,107,122,98,105,85,102,112,77,77,78,99,99,95,102,98,106,115,95,78,100", + "endOffsets": "152,260,383,482,588,674,777,890,968,1046,1125,1225,1325,1421,1524,1623,1730,1846,1942,2021,2122" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ar.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ar.json new file mode 100644 index 0000000..5ea502e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ar.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ar\\values-ar.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,507,616,698,799,913,992,1071,1150,1255,1356,1452,1560,1663,1766,1885,1982,2063", + "endColumns": "116,107,122,103,108,81,100,113,78,78,78,104,100,95,107,102,102,118,96,80,100", + "endOffsets": "167,275,398,502,611,693,794,908,987,1066,1145,1250,1351,1447,1555,1658,1761,1880,1977,2058,2159" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-az.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-az.json new file mode 100644 index 0000000..9f893f4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-az.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-az\\values-az.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,493,605,693,800,914,995,1074,1159,1266,1373,1473,1582,1686,1796,1893,1976", + "endColumns": "107,107,122,98,111,87,106,113,80,78,84,106,106,99,108,103,109,96,82,100", + "endOffsets": "158,266,389,488,600,688,795,909,990,1069,1154,1261,1368,1468,1577,1681,1791,1888,1971,2072" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-b+sr+Latn.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..4247373 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,605,691,795,913,995,1076,1164,1270,1378,1479,1584,1692,1793,1921,2018,2102", + "endColumns": "108,107,122,103,105,85,103,117,81,80,87,105,107,100,104,107,100,127,96,83,100", + "endOffsets": "159,267,390,494,600,686,790,908,990,1071,1159,1265,1373,1474,1579,1687,1788,1916,2013,2097,2198" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-be.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-be.json new file mode 100644 index 0000000..60c27b1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-be.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-be\\values-be.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,509,625,711,819,937,1016,1094,1177,1283,1389,1487,1595,1700,1805,1925,2025,2106", + "endColumns": "119,107,122,102,115,85,107,117,78,77,82,105,105,97,107,104,104,119,99,80,108", + "endOffsets": "170,278,401,504,620,706,814,932,1011,1089,1172,1278,1384,1482,1590,1695,1800,1920,2020,2101,2210" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bg.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bg.json new file mode 100644 index 0000000..6495945 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bg.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-bg\\values-bg.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,281,409,516,621,707,812,933,1012,1090,1173,1287,1396,1496,1610,1716,1824,1947,2046,2129", + "endColumns": "114,110,127,106,104,85,104,120,78,77,82,113,108,99,113,105,107,122,98,82,100", + "endOffsets": "165,276,404,511,616,702,807,928,1007,1085,1168,1282,1391,1491,1605,1711,1819,1942,2041,2124,2225" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bn.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bn.json new file mode 100644 index 0000000..386620b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-bn\\values-bn.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,507,613,707,812,941,1019,1097,1184,1294,1410,1517,1627,1733,1846,1974,2079,2169", + "endColumns": "108,107,122,111,105,93,104,128,77,77,86,109,115,106,109,105,112,127,104,89,100", + "endOffsets": "159,267,390,502,608,702,807,936,1014,1092,1179,1289,1405,1512,1622,1728,1841,1969,2074,2164,2265" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bs.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bs.json new file mode 100644 index 0000000..1af901a --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-bs.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-bs\\values-bs.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,514,621,707,808,930,1012,1093,1179,1282,1387,1485,1590,1701,1806,1926,2023,2107", + "endColumns": "118,107,122,108,106,85,100,121,81,80,85,102,104,97,104,110,104,119,96,83,100", + "endOffsets": "169,277,400,509,616,702,803,925,1007,1088,1174,1277,1382,1480,1585,1696,1801,1921,2018,2102,2203" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ca.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ca.json new file mode 100644 index 0000000..21e69c5 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ca.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ca\\values-ca.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,700,808,934,1018,1099,1182,1293,1402,1500,1610,1714,1822,1945,2044,2125", + "endColumns": "117,107,122,105,106,82,107,125,83,80,82,110,108,97,109,103,107,122,98,80,100", + "endOffsets": "168,276,399,505,612,695,803,929,1013,1094,1177,1288,1397,1495,1605,1709,1817,1940,2039,2120,2221" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-cs.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-cs.json new file mode 100644 index 0000000..0bfb3e7 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-cs.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-cs\\values-cs.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,271,395,497,606,692,797,914,995,1076,1160,1264,1373,1472,1578,1688,1795,1917,2015,2097", + "endColumns": "106,108,123,101,108,85,104,116,80,80,83,103,108,98,105,109,106,121,97,81,100", + "endOffsets": "157,266,390,492,601,687,792,909,990,1071,1155,1259,1368,1467,1573,1683,1790,1912,2010,2092,2193" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-da.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-da.json new file mode 100644 index 0000000..30452e0 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-da.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-da\\values-da.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,488,600,683,783,896,973,1050,1129,1238,1346,1442,1556,1658,1759,1875,1972,2051", + "endColumns": "102,107,122,98,111,82,99,112,76,76,78,108,107,95,113,101,100,115,96,78,100", + "endOffsets": "153,261,384,483,595,678,778,891,968,1045,1124,1233,1341,1437,1551,1653,1754,1870,1967,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-de.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-de.json new file mode 100644 index 0000000..23230e0 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-de.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-de\\values-de.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,601,687,792,907,984,1060,1142,1253,1356,1455,1566,1668,1775,1897,1999,2081", + "endColumns": "104,107,122,97,111,85,104,114,76,75,81,110,102,98,110,101,106,121,101,81,100", + "endOffsets": "155,263,386,484,596,682,787,902,979,1055,1137,1248,1351,1450,1561,1663,1770,1892,1994,2076,2177" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-el.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-el.json new file mode 100644 index 0000000..be7fb0c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-el.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-el\\values-el.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,515,632,717,822,948,1036,1122,1207,1318,1428,1530,1641,1750,1858,1981,2081,2166", + "endColumns": "117,107,122,110,116,84,104,125,87,85,84,110,109,101,110,108,107,122,99,84,100", + "endOffsets": "168,276,399,510,627,712,817,943,1031,1117,1202,1313,1423,1525,1636,1745,1853,1976,2076,2161,2262" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rAU.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..286df8d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rAU.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rGB.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..07cff23 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rGB.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rIN.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..59c744e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-en-rIN.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,490,598,682,782,897,974,1050,1132,1235,1339,1438,1543,1646,1750,1869,1969,2051", + "endColumns": "103,107,122,99,107,83,99,114,76,75,81,102,103,98,104,102,103,118,99,81,100", + "endOffsets": "154,262,385,485,593,677,777,892,969,1045,1127,1230,1334,1433,1538,1641,1745,1864,1964,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-es-rUS.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..cf9fe80 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-es-rUS.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,515,623,708,809,932,1017,1099,1181,1293,1393,1494,1602,1709,1816,1938,2038,2120", + "endColumns": "119,107,122,108,107,84,100,122,84,81,81,111,99,100,107,106,106,121,99,81,100", + "endOffsets": "170,278,401,510,618,703,804,927,1012,1094,1176,1288,1388,1489,1597,1704,1811,1933,2033,2115,2216" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-es.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-es.json new file mode 100644 index 0000000..8701de0 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-es.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-es\\values-es.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,516,624,709,810,938,1023,1105,1187,1294,1394,1493,1601,1708,1815,1937,2037,2119", + "endColumns": "116,107,122,112,107,84,100,127,84,81,81,106,99,98,107,106,106,121,99,81,100", + "endOffsets": "167,275,398,511,619,704,805,933,1018,1100,1182,1289,1389,1488,1596,1703,1810,1932,2032,2114,2215" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-et.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-et.json new file mode 100644 index 0000000..ae390c6 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-et.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-et\\values-et.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,510,621,707,809,926,1006,1084,1167,1278,1383,1482,1592,1693,1796,1924,2026,2108", + "endColumns": "116,107,122,106,110,85,101,116,79,77,82,110,104,98,109,100,102,127,101,81,100", + "endOffsets": "167,275,398,505,616,702,804,921,1001,1079,1162,1273,1378,1477,1587,1688,1791,1919,2021,2103,2204" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-eu.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-eu.json new file mode 100644 index 0000000..bde2329 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-eu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-eu\\values-eu.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,493,603,689,795,919,1006,1090,1172,1281,1391,1490,1599,1712,1823,1960,2059,2141", + "endColumns": "108,107,122,97,109,85,105,123,86,83,81,108,109,98,108,112,110,136,98,81,100", + "endOffsets": "159,267,390,488,598,684,790,914,1001,1085,1167,1276,1386,1485,1594,1707,1818,1955,2054,2136,2237" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fa.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fa.json new file mode 100644 index 0000000..9bc3a05 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fa.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-fa\\values-fa.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,275,401,504,615,699,802,917,996,1074,1155,1267,1370,1468,1578,1682,1791,1916,2017,2098", + "endColumns": "109,109,125,102,110,83,102,114,78,77,80,111,102,97,109,103,108,124,100,80,100", + "endOffsets": "160,270,396,499,610,694,797,912,991,1069,1150,1262,1365,1463,1573,1677,1786,1911,2012,2093,2194" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fi.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fi.json new file mode 100644 index 0000000..b77a5b4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-fi\\values-fi.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,494,595,681,786,904,991,1073,1153,1260,1363,1460,1566,1665,1769,1888,1987,2067", + "endColumns": "107,107,122,99,100,85,104,117,86,81,79,106,102,96,105,98,103,118,98,79,100", + "endOffsets": "158,266,389,489,590,676,781,899,986,1068,1148,1255,1358,1455,1561,1660,1764,1883,1982,2062,2163" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fr-rCA.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..c938556 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fr-rCA.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,710,826,956,1039,1119,1215,1325,1437,1540,1651,1758,1860,1982,2081,2167", + "endColumns": "110,107,122,114,110,86,115,129,82,79,95,109,111,102,110,106,101,121,98,85,100", + "endOffsets": "161,269,392,507,618,705,821,951,1034,1114,1210,1320,1432,1535,1646,1753,1855,1977,2076,2162,2263" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fr.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fr.json new file mode 100644 index 0000000..c9eb51d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-fr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-fr\\values-fr.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,512,623,705,811,941,1024,1104,1190,1300,1412,1515,1626,1733,1840,1962,2061,2147", + "endColumns": "110,107,122,114,110,81,105,129,82,79,85,109,111,102,110,106,106,121,98,85,100", + "endOffsets": "161,269,392,507,618,700,806,936,1019,1099,1185,1295,1407,1510,1621,1728,1835,1957,2056,2142,2243" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-gl.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-gl.json new file mode 100644 index 0000000..d55b4d4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-gl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-gl\\values-gl.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,510,618,703,805,931,1015,1096,1178,1285,1394,1493,1601,1705,1812,1934,2034,2116", + "endColumns": "111,107,122,111,107,84,101,125,83,80,81,106,108,98,107,103,106,121,99,81,100", + "endOffsets": "162,270,393,505,613,698,800,926,1010,1091,1173,1280,1389,1488,1596,1700,1807,1929,2029,2111,2212" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-gu.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-gu.json new file mode 100644 index 0000000..98f6707 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-gu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-gu\\values-gu.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,606,693,794,917,994,1072,1152,1258,1360,1457,1566,1665,1775,1896,1999,2079", + "endColumns": "108,107,122,103,106,86,100,122,76,77,79,105,101,96,108,98,109,120,102,79,100", + "endOffsets": "159,267,390,494,601,688,789,912,989,1067,1147,1253,1355,1452,1561,1660,1770,1891,1994,2074,2175" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-h720dp-v13.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..da1735d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hdpi-v4.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..ff901b2 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hi.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hi.json new file mode 100644 index 0000000..6f0d26d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-hi\\values-hi.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,280,403,508,615,700,802,924,1001,1079,1169,1278,1380,1478,1588,1688,1803,1928,2034,2113", + "endColumns": "116,107,122,104,106,84,101,121,76,77,89,108,101,97,109,99,114,124,105,78,100", + "endOffsets": "167,275,398,503,610,695,797,919,996,1074,1164,1273,1375,1473,1583,1683,1798,1923,2029,2108,2209" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hr.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hr.json new file mode 100644 index 0000000..ec57746 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-hr\\values-hr.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,488,598,684,788,907,991,1074,1160,1264,1377,1483,1588,1701,1808,1931,2028,2117", + "endColumns": "104,107,122,96,109,85,103,118,83,82,85,103,112,105,104,112,106,122,96,88,100", + "endOffsets": "155,263,386,483,593,679,783,902,986,1069,1155,1259,1372,1478,1583,1696,1803,1926,2023,2112,2213" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hu.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hu.json new file mode 100644 index 0000000..4b16228 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-hu\\values-hu.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,499,614,698,810,940,1016,1092,1175,1285,1396,1496,1607,1715,1834,1968,2071,2154", + "endColumns": "107,107,122,104,114,83,111,129,75,75,82,109,110,99,110,107,118,133,102,82,100", + "endOffsets": "158,266,389,494,609,693,805,935,1011,1087,1170,1280,1391,1491,1602,1710,1829,1963,2066,2149,2250" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hy.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hy.json new file mode 100644 index 0000000..0ae983f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-hy.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-hy\\values-hy.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,490,600,689,795,910,992,1073,1158,1265,1372,1471,1581,1688,1788,1913,2012,2094", + "endColumns": "102,107,122,100,109,88,105,114,81,80,84,106,106,98,109,106,99,124,98,81,100", + "endOffsets": "153,261,384,485,595,684,790,905,987,1068,1153,1260,1367,1466,1576,1683,1783,1908,2007,2089,2190" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-in.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-in.json new file mode 100644 index 0000000..1f770ab --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-in.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-in\\values-in.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,603,690,794,910,992,1071,1157,1260,1369,1470,1574,1682,1790,1913,2012,2096", + "endColumns": "109,107,122,101,104,86,103,115,81,78,85,102,108,100,103,107,107,122,98,83,100", + "endOffsets": "160,268,391,493,598,685,789,905,987,1066,1152,1255,1364,1465,1569,1677,1785,1908,2007,2091,2192" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-is.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-is.json new file mode 100644 index 0000000..e1e06c3 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-is.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-is\\values-is.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,263,386,483,595,680,781,895,975,1055,1136,1246,1354,1452,1561,1660,1763,1881,1979,2060", + "endColumns": "99,107,122,96,111,84,100,113,79,79,80,109,107,97,108,98,102,117,97,80,100", + "endOffsets": "150,258,381,478,590,675,776,890,970,1050,1131,1241,1349,1447,1556,1655,1758,1876,1974,2055,2156" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-it.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-it.json new file mode 100644 index 0000000..ab0dc63 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-it.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-it\\values-it.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,495,604,688,797,922,999,1075,1156,1262,1370,1468,1572,1677,1784,1906,2006,2089", + "endColumns": "108,107,122,99,108,83,108,124,76,75,80,105,107,97,103,104,106,121,99,82,100", + "endOffsets": "159,267,390,490,599,683,792,917,994,1070,1151,1257,1365,1463,1567,1672,1779,1901,2001,2084,2185" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-iw.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-iw.json new file mode 100644 index 0000000..d9f0620 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-iw.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-iw\\values-iw.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,269,395,494,602,686,786,900,978,1056,1135,1237,1341,1437,1540,1641,1741,1857,1953,2032", + "endColumns": "103,109,125,98,107,83,99,113,77,77,78,101,103,95,102,100,99,115,95,78,102", + "endOffsets": "154,264,390,489,597,681,781,895,973,1051,1130,1232,1336,1432,1535,1636,1736,1852,1948,2027,2130" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ja.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ja.json new file mode 100644 index 0000000..fc06c4e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ja.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ja\\values-ja.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,259,380,473,578,660,758,866,943,1019,1097,1199,1298,1393,1496,1591,1687,1798,1895,1973", + "endColumns": "96,106,120,92,104,81,97,107,76,75,77,101,98,94,102,94,95,110,96,77,100", + "endOffsets": "147,254,375,468,573,655,753,861,938,1014,1092,1194,1293,1388,1491,1586,1682,1793,1890,1968,2069" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ka.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ka.json new file mode 100644 index 0000000..0c0f5b9 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ka.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ka\\values-ka.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,499,610,698,803,916,1000,1082,1165,1278,1385,1483,1596,1700,1804,1926,2024,2105", + "endColumns": "108,107,122,103,110,87,104,112,83,81,82,112,106,97,112,103,103,121,97,80,100", + "endOffsets": "159,267,390,494,605,693,798,911,995,1077,1160,1273,1380,1478,1591,1695,1799,1921,2019,2100,2201" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-kk.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-kk.json new file mode 100644 index 0000000..e73037f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-kk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-kk\\values-kk.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,275,398,501,611,696,802,921,1002,1082,1163,1266,1371,1469,1576,1685,1785,1900,1999,2080", + "endColumns": "111,107,122,102,109,84,105,118,80,79,80,102,104,97,106,108,99,114,98,80,100", + "endOffsets": "162,270,393,496,606,691,797,916,997,1077,1158,1261,1366,1464,1571,1680,1780,1895,1994,2075,2176" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-km.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-km.json new file mode 100644 index 0000000..4009968 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-km.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-km\\values-km.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,489,601,688,792,910,987,1064,1147,1251,1356,1456,1566,1673,1781,1904,2002,2085", + "endColumns": "102,107,122,99,111,86,103,117,76,76,82,103,104,99,109,106,107,122,97,82,100", + "endOffsets": "153,261,384,484,596,683,787,905,982,1059,1142,1246,1351,1451,1561,1668,1776,1899,1997,2080,2181" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-kn.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-kn.json new file mode 100644 index 0000000..1739e22 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-kn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-kn\\values-kn.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,516,629,717,824,951,1028,1105,1187,1303,1414,1513,1626,1730,1844,1970,2070,2152", + "endColumns": "117,107,122,111,112,87,106,126,76,76,81,115,110,98,112,103,113,125,99,81,100", + "endOffsets": "168,276,399,511,624,712,819,946,1023,1100,1182,1298,1409,1508,1621,1725,1839,1965,2065,2147,2248" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ko.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ko.json new file mode 100644 index 0000000..c6b71ea --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ko.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ko\\values-ko.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,258,381,475,577,659,757,863,942,1018,1098,1196,1291,1386,1486,1582,1681,1796,1890,1968", + "endColumns": "94,107,122,93,101,81,97,105,78,75,79,97,94,94,99,95,98,114,93,77,100", + "endOffsets": "145,253,376,470,572,654,752,858,937,1013,1093,1191,1286,1381,1481,1577,1676,1791,1885,1963,2064" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ky.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ky.json new file mode 100644 index 0000000..967bb55 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ky.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ky\\values-ky.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,267,390,485,604,688,795,912,990,1069,1150,1260,1367,1465,1571,1678,1779,1903,2006,2087", + "endColumns": "103,107,122,94,118,83,106,116,77,78,80,109,106,97,105,106,100,123,102,80,100", + "endOffsets": "154,262,385,480,599,683,790,907,985,1064,1145,1255,1362,1460,1566,1673,1774,1898,2001,2082,2183" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-land.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-land.json new file mode 100644 index 0000000..e88c3ff --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-land\\values-land.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,125,189,260", + "endColumns": "69,63,70,67", + "endOffsets": "120,184,255,323" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "232" + }, + "to": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "328", + "endLines": "9", + "endColumns": "12", + "endOffsets": "505" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-large-v4.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-large-v4.json new file mode 100644 index 0000000..5e04942 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-large-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-large-v4\\values-large-v4.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ldltr-v21.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..4360982 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lo.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lo.json new file mode 100644 index 0000000..a6d7f07 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lo.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-lo\\values-lo.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,486,593,678,783,895,972,1050,1130,1237,1334,1432,1537,1640,1744,1866,1962,2043", + "endColumns": "102,107,122,96,106,84,104,111,76,77,79,106,96,97,104,102,103,121,95,80,100", + "endOffsets": "153,261,384,481,588,673,778,890,967,1045,1125,1232,1329,1427,1532,1635,1739,1861,1957,2038,2139" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lt.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lt.json new file mode 100644 index 0000000..9b0f131 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lt.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-lt\\values-lt.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,503,616,703,812,933,1015,1096,1181,1290,1399,1499,1609,1713,1826,1956,2057,2140", + "endColumns": "115,107,122,100,112,86,108,120,81,80,84,108,108,99,109,103,112,129,100,82,100", + "endOffsets": "166,274,397,498,611,698,807,928,1010,1091,1176,1285,1394,1494,1604,1708,1821,1951,2052,2135,2236" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lv.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lv.json new file mode 100644 index 0000000..a041dd8 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-lv.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-lv\\values-lv.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,514,623,709,813,935,1017,1099,1184,1293,1405,1504,1615,1724,1829,1948,2047,2129", + "endColumns": "119,107,122,107,108,85,103,121,81,81,84,108,111,98,110,108,104,118,98,81,100", + "endOffsets": "170,278,401,509,618,704,808,930,1012,1094,1179,1288,1400,1499,1610,1719,1824,1943,2042,2124,2225" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mk.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mk.json new file mode 100644 index 0000000..14b62da --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-mk\\values-mk.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,286,390,498,584,689,808,891,973,1060,1166,1273,1374,1481,1592,1696,1794,1878", + "endColumns": "107,122,103,107,85,104,118,82,81,86,105,106,100,106,110,103,97,83,100", + "endOffsets": "158,281,385,493,579,684,803,886,968,1055,1161,1268,1369,1476,1587,1691,1789,1873,1974" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ml.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ml.json new file mode 100644 index 0000000..3b6f9aa --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ml.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ml\\values-ml.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,523,638,731,836,968,1045,1121,1203,1314,1420,1518,1632,1732,1843,1971,2072,2154", + "endColumns": "118,107,122,117,114,92,104,131,76,75,81,110,105,97,113,99,110,127,100,81,100", + "endOffsets": "169,277,400,518,633,726,831,963,1040,1116,1198,1309,1415,1513,1627,1727,1838,1966,2067,2149,2250" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mn.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mn.json new file mode 100644 index 0000000..6bf7e02 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-mn\\values-mn.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,276,399,499,612,699,805,917,999,1081,1163,1272,1376,1473,1581,1682,1785,1907,2004,2085", + "endColumns": "112,107,122,99,112,86,105,111,81,81,81,108,103,96,107,100,102,121,96,80,100", + "endOffsets": "163,271,394,494,607,694,800,912,994,1076,1158,1267,1371,1468,1576,1677,1780,1902,1999,2080,2181" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mr.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mr.json new file mode 100644 index 0000000..56b16c1 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-mr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-mr\\values-mr.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,510,617,707,808,923,1000,1078,1158,1270,1372,1468,1577,1678,1793,1916,2021,2101", + "endColumns": "117,107,122,105,106,89,100,114,76,77,79,111,101,95,108,100,114,122,104,79,100", + "endOffsets": "168,276,399,505,612,702,803,918,995,1073,1153,1265,1367,1463,1572,1673,1788,1911,2016,2096,2197" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ms.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ms.json new file mode 100644 index 0000000..e00dafc --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ms.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ms\\values-ms.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,274,397,502,610,697,801,912,990,1069,1149,1261,1370,1467,1576,1679,1786,1908,2009,2089", + "endColumns": "110,107,122,104,107,86,103,110,77,78,79,111,108,96,108,102,106,121,100,79,100", + "endOffsets": "161,269,392,497,605,692,796,907,985,1064,1144,1256,1365,1462,1571,1674,1781,1903,2004,2084,2185" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-my.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-my.json new file mode 100644 index 0000000..ce6cd0e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-my.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-my\\values-my.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,397,502,619,712,824,952,1030,1109,1195,1318,1430,1532,1658,1769,1879,2002,2102,2186", + "endColumns": "108,107,124,104,116,92,111,127,77,78,85,122,111,101,125,110,109,122,99,83,100", + "endOffsets": "159,267,392,497,614,707,819,947,1025,1104,1190,1313,1425,1527,1653,1764,1874,1997,2097,2181,2282" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-nb.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-nb.json new file mode 100644 index 0000000..5a3695c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-nb.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-nb\\values-nb.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,272,397,492,606,692,792,905,981,1057,1137,1240,1339,1435,1539,1637,1738,1854,1951,2030", + "endColumns": "107,108,124,94,113,85,99,112,75,75,79,102,98,95,103,97,100,115,96,78,100", + "endOffsets": "158,267,392,487,601,687,787,900,976,1052,1132,1235,1334,1430,1534,1632,1733,1849,1946,2025,2126" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ne.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ne.json new file mode 100644 index 0000000..fdce8d0 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ne.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ne\\values-ne.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,603,694,801,928,1022,1112,1200,1310,1426,1529,1644,1746,1861,1992,2104,2190", + "endColumns": "104,107,122,103,107,90,106,126,93,89,87,109,115,102,114,101,114,130,111,85,100", + "endOffsets": "155,263,386,490,598,689,796,923,1017,1107,1195,1305,1421,1524,1639,1741,1856,1987,2099,2185,2286" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-night-v8.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-night-v8.json new file mode 100644 index 0000000..5df1c79 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-night-v8.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-night-v8\\values-night-v8.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593", + "endColumns": "69,83,83,95,101,101,93", + "endOffsets": "120,204,288,384,486,588,682" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-nl.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-nl.json new file mode 100644 index 0000000..b547c9e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-nl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-nl\\values-nl.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,281,404,509,616,702,810,930,1007,1084,1166,1277,1381,1480,1595,1708,1811,1929,2032,2114", + "endColumns": "117,107,122,104,106,85,107,119,76,76,81,110,103,98,114,112,102,117,102,81,100", + "endOffsets": "168,276,399,504,611,697,805,925,1002,1079,1161,1272,1376,1475,1590,1703,1806,1924,2027,2109,2210" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pa.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pa.json new file mode 100644 index 0000000..7c1e97c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pa.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-pa\\values-pa.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,497,602,688,788,901,978,1054,1133,1234,1335,1432,1541,1640,1750,1872,1972,2051", + "endColumns": "105,107,122,104,104,85,99,112,76,75,78,100,100,96,108,98,109,121,99,78,100", + "endOffsets": "156,264,387,492,597,683,783,896,973,1049,1128,1229,1330,1427,1536,1635,1745,1867,1967,2046,2147" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pl.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pl.json new file mode 100644 index 0000000..00006cd --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-pl\\values-pl.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,279,402,504,612,698,807,926,1004,1081,1163,1272,1381,1480,1589,1700,1808,1931,2027,2109", + "endColumns": "115,107,122,101,107,85,108,118,77,76,81,108,108,98,108,110,107,122,95,81,100", + "endOffsets": "166,274,397,499,607,693,802,921,999,1076,1158,1267,1376,1475,1584,1695,1803,1926,2022,2104,2205" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-port.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-port.json new file mode 100644 index 0000000..8004387 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-port\\values-port.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt-rBR.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..5a1ce35 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt-rBR.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt-rPT.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..6490edd --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt-rPT.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,933,1017,1098,1185,1292,1404,1506,1614,1721,1828,1950,2049,2134", + "endColumns": "119,107,122,105,106,88,100,123,83,80,86,106,111,101,107,106,106,121,98,84,100", + "endOffsets": "170,278,401,507,614,703,804,928,1012,1093,1180,1287,1399,1501,1609,1716,1823,1945,2044,2129,2230" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt.json new file mode 100644 index 0000000..9d88711 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-pt.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-pt\\values-pt.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,406,512,619,708,809,927,1010,1090,1177,1284,1396,1498,1606,1713,1823,1948,2048,2133", + "endColumns": "119,107,122,105,106,88,100,117,82,79,86,106,111,101,107,106,109,124,99,84,100", + "endOffsets": "170,278,401,507,614,703,804,922,1005,1085,1172,1279,1391,1493,1601,1708,1818,1943,2043,2128,2229" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ro.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ro.json new file mode 100644 index 0000000..48e9750 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ro.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ro\\values-ro.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,284,407,511,624,712,824,945,1030,1111,1194,1306,1419,1519,1633,1738,1844,1965,2068,2151", + "endColumns": "120,107,122,103,112,87,111,120,84,80,82,111,112,99,113,104,105,120,102,82,100", + "endOffsets": "171,279,402,506,619,707,819,940,1025,1106,1189,1301,1414,1514,1628,1733,1839,1960,2063,2146,2247" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ru.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ru.json new file mode 100644 index 0000000..1f50fee --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ru.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ru\\values-ru.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,278,401,503,615,701,806,926,1005,1083,1163,1269,1377,1475,1584,1690,1798,1934,2034,2115", + "endColumns": "114,107,122,101,111,85,104,119,78,77,79,105,107,97,108,105,107,135,99,80,100", + "endOffsets": "165,273,396,498,610,696,801,921,1000,1078,1158,1264,1372,1470,1579,1685,1793,1929,2029,2110,2211" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-si.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-si.json new file mode 100644 index 0000000..88154f8 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-si.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-si\\values-si.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,503,610,698,803,919,1008,1095,1179,1288,1393,1491,1601,1700,1806,1927,2026,2108", + "endColumns": "109,107,122,106,106,87,104,115,88,86,83,108,104,97,109,98,105,120,98,81,100", + "endOffsets": "160,268,391,498,605,693,798,914,1003,1090,1174,1283,1388,1486,1596,1695,1801,1922,2021,2103,2204" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sk.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sk.json new file mode 100644 index 0000000..5801dc6 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sk\\values-sk.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,493,604,690,798,916,997,1078,1162,1267,1376,1475,1581,1692,1801,1925,2023,2111", + "endColumns": "106,107,122,99,110,85,107,117,80,80,83,104,108,98,105,110,108,123,97,87,100", + "endOffsets": "157,265,388,488,599,685,793,911,992,1073,1157,1262,1371,1470,1576,1687,1796,1920,2018,2106,2207" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sl.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sl.json new file mode 100644 index 0000000..11ae0bf --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sl\\values-sl.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,270,393,500,608,695,798,917,1002,1086,1170,1278,1387,1487,1600,1707,1811,1928,2025,2108", + "endColumns": "106,107,122,106,107,86,102,118,84,83,83,107,108,99,112,106,103,116,96,82,100", + "endOffsets": "157,265,388,495,603,690,793,912,997,1081,1165,1273,1382,1482,1595,1702,1806,1923,2020,2103,2204" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sq.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sq.json new file mode 100644 index 0000000..9aadb9c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sq.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sq\\values-sq.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,500,612,699,809,932,1013,1092,1175,1281,1386,1484,1590,1693,1809,1940,2039,2120", + "endColumns": "113,107,122,99,111,86,109,122,80,78,82,105,104,97,105,102,115,130,98,80,100", + "endOffsets": "164,272,395,495,607,694,804,927,1008,1087,1170,1276,1381,1479,1585,1688,1804,1935,2034,2115,2216" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sr.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sr.json new file mode 100644 index 0000000..0050d40 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sr\\values-sr.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,272,395,498,604,690,794,912,993,1073,1161,1266,1374,1475,1579,1687,1788,1916,2013,2097", + "endColumns": "108,107,122,102,105,85,103,117,80,79,87,104,107,100,103,107,100,127,96,83,100", + "endOffsets": "159,267,390,493,599,685,789,907,988,1068,1156,1261,1369,1470,1574,1682,1783,1911,2008,2092,2193" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sv.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sv.json new file mode 100644 index 0000000..4deae4c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sv.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sv\\values-sv.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,269,392,495,606,691,793,906,982,1058,1138,1244,1344,1440,1545,1647,1749,1866,1968,2047", + "endColumns": "105,107,122,102,110,84,101,112,75,75,79,105,99,95,104,101,101,116,101,78,100", + "endOffsets": "156,264,387,490,601,686,788,901,977,1053,1133,1239,1339,1435,1540,1642,1744,1861,1963,2042,2143" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sw.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sw.json new file mode 100644 index 0000000..4b375a2 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sw.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sw\\values-sw.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,266,389,487,595,685,790,907,989,1072,1154,1255,1364,1463,1570,1679,1784,1903,2000,2082", + "endColumns": "102,107,122,97,107,89,104,116,81,82,81,100,108,98,106,108,104,118,96,81,100", + "endOffsets": "153,261,384,482,590,680,785,902,984,1067,1149,1250,1359,1458,1565,1674,1779,1898,1995,2077,2178" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sw600dp-v13.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..ebee9c6 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,550,614,677", + "endLines": "2,3,4,5,6,7,8,9,10,14", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "110,180,251,323,381,439,545,609,672,854" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,17,18,19", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1106,1170,1233", + "endLines": "10,11,12,13,14,15,16,17,18,22", + "endColumns": "59,69,70,71,57,57,105,63,62,12", + "endOffsets": "666,736,807,879,937,995,1101,1165,1228,1410" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ta.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ta.json new file mode 100644 index 0000000..1665b0d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ta.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ta\\values-ta.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,505,620,709,816,942,1023,1103,1185,1287,1391,1488,1598,1700,1807,1926,2026,2106", + "endColumns": "113,107,122,104,114,88,106,125,80,79,81,101,103,96,109,101,106,118,99,79,100", + "endOffsets": "164,272,395,500,615,704,811,937,1018,1098,1180,1282,1386,1483,1593,1695,1802,1921,2021,2101,2202" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-te.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-te.json new file mode 100644 index 0000000..7e39762 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-te.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-te\\values-te.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,509,620,710,815,940,1022,1104,1189,1302,1410,1510,1621,1723,1840,1967,2068,2151", + "endColumns": "113,107,122,108,110,89,104,124,81,81,84,112,107,99,110,101,116,126,100,82,100", + "endOffsets": "164,272,395,504,615,705,810,935,1017,1099,1184,1297,1405,1505,1616,1718,1835,1962,2063,2146,2247" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-th.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-th.json new file mode 100644 index 0000000..4b14e6a --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-th.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-th\\values-th.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,489,597,686,788,898,975,1053,1134,1242,1346,1444,1552,1657,1758,1874,1969,2050", + "endColumns": "104,107,122,97,107,88,101,109,76,77,80,107,103,97,107,104,100,115,94,80,100", + "endOffsets": "155,263,386,484,592,681,783,893,970,1048,1129,1237,1341,1439,1547,1652,1753,1869,1964,2045,2146" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-tl.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-tl.json new file mode 100644 index 0000000..94f118e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-tl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-tl\\values-tl.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,405,513,630,718,824,945,1024,1102,1186,1295,1406,1507,1617,1734,1842,1965,2067,2151", + "endColumns": "118,107,122,107,116,87,105,120,78,77,83,108,110,100,109,116,107,122,101,83,100", + "endOffsets": "169,277,400,508,625,713,819,940,1019,1097,1181,1290,1401,1502,1612,1729,1837,1960,2062,2146,2247" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-tr.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-tr.json new file mode 100644 index 0000000..cbcabf8 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-tr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-tr\\values-tr.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,490,602,687,793,913,992,1068,1147,1254,1359,1455,1562,1664,1772,1891,1989,2068", + "endColumns": "104,107,122,98,111,84,105,119,78,75,78,106,104,95,106,101,107,118,97,78,100", + "endOffsets": "155,263,386,485,597,682,788,908,987,1063,1142,1249,1354,1450,1557,1659,1767,1886,1984,2063,2164" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-uk.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-uk.json new file mode 100644 index 0000000..8511c0e --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-uk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-uk\\values-uk.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,498,604,690,798,916,995,1075,1156,1262,1369,1467,1575,1681,1790,1914,2014,2095", + "endColumns": "109,107,122,101,105,85,107,117,78,79,80,105,106,97,107,105,108,123,99,80,100", + "endOffsets": "160,268,391,493,599,685,793,911,990,1070,1151,1257,1364,1462,1570,1676,1785,1909,2009,2090,2191" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ur.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ur.json new file mode 100644 index 0000000..95d9523 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-ur.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-ur\\values-ur.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,273,396,502,611,697,801,921,997,1073,1158,1266,1375,1477,1588,1688,1796,1925,2023,2103", + "endColumns": "109,107,122,105,108,85,103,119,75,75,84,107,108,101,110,99,107,128,97,79,102", + "endOffsets": "160,268,391,497,606,692,796,916,992,1068,1153,1261,1370,1472,1583,1683,1791,1920,2018,2098,2201" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-uz.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-uz.json new file mode 100644 index 0000000..b57086d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-uz.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-uz\\values-uz.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,268,391,495,609,695,806,922,1002,1081,1165,1274,1381,1482,1590,1695,1802,1926,2025,2109", + "endColumns": "104,107,122,103,113,85,110,115,79,78,83,108,106,100,107,104,106,123,98,83,100", + "endOffsets": "155,263,386,490,604,690,801,917,997,1076,1160,1269,1376,1477,1585,1690,1797,1921,2020,2104,2205" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v11.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v11.json new file mode 100644 index 0000000..bd4182d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v11.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v11\\values-v11.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v11\\values-v11.xml", + "from": { + "startLines": "2,8,14,20,26,32,38,39,43,47,48,52,56,57,61,66,71,76,78,80,81,82,136,191", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,474,899,1327,1753,2180,2605,2694,2940,3189,3290,3542,3797,3900,4153,4561,4981,5403,5510,5639,5710,5793,9818,13986", + "endLines": "7,13,19,25,31,37,38,42,46,47,51,55,56,60,65,70,75,77,79,80,81,135,190,191", + "endColumns": "12,12,12,12,12,12,88,12,12,100,12,12,102,12,12,12,12,12,12,70,82,12,12,90", + "endOffsets": "469,894,1322,1748,2175,2600,2689,2935,3184,3285,3537,3792,3895,4148,4556,4976,5398,5505,5634,5705,5788,9813,13981,14072" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v12.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v12.json new file mode 100644 index 0000000..46d73c9 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v12.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v12\\values-v12.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v12\\values-v12.xml", + "from": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,279,479,598", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "274,474,593,688" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v13.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v13.json new file mode 100644 index 0000000..e6b8ae4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v13\\values-v13.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v13\\values-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "58", + "endOffsets": "109" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v14.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v14.json new file mode 100644 index 0000000..3e6daf3 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v14.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v14\\values-v14.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v14\\values-v14.xml", + "from": { + "startLines": "2,7,8,9,15", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,331,402,485,895", + "endLines": "6,7,8,14,20", + "endColumns": "12,70,82,12,12", + "endOffsets": "326,397,480,890,1312" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v16.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v16.json new file mode 100644 index 0000000..c98a53c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v16\\values-v16.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v17.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v17.json new file mode 100644 index 0000000..0467db8 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v17\\values-v17.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,26,29,32,35,39,42,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1164,1406,1577,1751,1920,2193,2393,2597", + "endLines": "4,8,11,14,17,21,25,28,31,34,38,41,45,49", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1159,1401,1572,1746,1915,2188,2388,2592,2921" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v18.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v18.json new file mode 100644 index 0000000..4b82fca --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v18\\values-v18.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v21.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v21.json new file mode 100644 index 0000000..a0accf7 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v21.json @@ -0,0 +1,85 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v21\\values-v21.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,283,284,291,295,299,302", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,20759,20875,21332,21626,21921,22093", + "endLines": "2,3,4,5,283,284,291,295,301,306", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,20870,20996,21453,21749,22088,22426" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5,8,11", + "startColumns": "4,4,4,4", + "startOffsets": "55,223,386,554", + "endLines": "4,7,10,13", + "endColumns": "12,12,12,12", + "endOffsets": "218,381,549,716" + }, + "to": { + "startLines": "285,288,292,296", + "startColumns": "4,4,4,4", + "startOffsets": "21001,21169,21458,21754", + "endLines": "287,290,294,298", + "endColumns": "12,12,12,12", + "endOffsets": "21164,21327,21621,21916" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247,259,260,261,264,267,268,271,272", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8800,11880,12078,12278,12401,12524,12637,12820,12951,13152,13241,13352,13585,13686,13781,13904,14033,14150,14327,14426,14561,14704,14839,14958,15159,15278,15371,15482,15538,15645,15840,15951,16084,16179,16270,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966,19085,19214,19385,19551,19680,19851,19982", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258,259,260,263,266,267,270,271,274", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8795,11875,12073,12273,12396,12519,12632,12815,12946,13147,13236,13347,13580,13681,13776,13899,14028,14145,14322,14421,14556,14699,14834,14953,15154,15273,15366,15477,15533,15640,15835,15946,16079,16174,16265,16356,16473,16612,16683,16766,17446,17503,17561,18255,18961,19080,19209,19380,19546,19675,19846,19977,20147" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,167,169,171,173,176,178,181,182,183,186,187,188,189,190,191,194,195,197,199,201,203,207,209,210,211,212,214,218,220,222,223,224,225,226,229,230,231,241,242,243,255,267,268,269,272,275,276,279,280", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9099,12179,12377,12788,12911,13034,13147,13330,13461,13662,13751,13862,14095,14196,14291,14414,14543,14660,14837,14936,15071,15214,15349,15468,15669,15788,15881,15992,16048,16155,16350,16461,16594,16689,16780,16871,16988,17224,17295,17378,18058,18115,18173,18867,19573,19692,19821,19992,20158,20287,20458,20589", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,168,170,172,175,177,180,181,182,185,186,187,188,189,190,193,194,196,198,200,202,206,208,209,210,211,213,217,219,221,222,223,224,225,227,229,230,240,241,242,254,266,267,268,271,274,275,278,279,282", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12,118,128,12,12,128,12,130,12", + "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9094,12174,12372,12572,12906,13029,13142,13325,13456,13657,13746,13857,14090,14191,14286,14409,14538,14655,14832,14931,15066,15209,15344,15463,15664,15783,15876,15987,16043,16150,16345,16456,16589,16684,16775,16866,16983,17122,17290,17373,18053,18110,18168,18862,19568,19687,19816,19987,20153,20282,20453,20584,20754" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,5", + "startColumns": "4,4", + "startOffsets": "55,266", + "endLines": "4,5", + "endColumns": "12,96", + "endOffsets": "261,358" + }, + "to": { + "startLines": "164,228", + "startColumns": "4,4", + "startOffsets": "12577,17127", + "endLines": "166,228", + "endColumns": "12,96", + "endOffsets": "12783,17219" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v22.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v22.json new file mode 100644 index 0000000..5d23549 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v22\\values-v22.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v23.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v23.json new file mode 100644 index 0000000..2b7fae4 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v23.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v23\\values-v23.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,19,32,33,34,35,36", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", + "endLines": "2,3,4,5,18,31,32,33,34,35,36", + "endColumns": "134,134,74,86,12,12,126,104,114,106,112", + "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v24.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v24.json new file mode 100644 index 0000000..d44f547 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v24.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v24\\values-v24.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,121,182,248", + "endColumns": "65,60,65,66", + "endOffsets": "116,177,243,310" + }, + "to": { + "startLines": "8,9,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "619,685,746,812", + "endColumns": "65,60,65,66", + "endOffsets": "680,741,807,874" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,212,347,416,480,549", + "endColumns": "156,134,68,63,68,69", + "endOffsets": "207,342,411,475,544,614" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v25.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v25.json new file mode 100644 index 0000000..1e7a86f --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v25\\values-v25.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v26.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v26.json new file mode 100644 index 0000000..690b1b0 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-v26.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-v26\\values-v26.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,6", + "startColumns": "4,4", + "startOffsets": "55,299", + "endLines": "5,6", + "endColumns": "12,96", + "endOffsets": "294,391" + }, + "to": { + "startLines": "16,21", + "startColumns": "4,4", + "startOffsets": "896,1233", + "endLines": "19,21", + "endColumns": "12,96", + "endOffsets": "1135,1325" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + }, + "to": { + "startLines": "2,3,4,8,12,20", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,1140", + "endLines": "2,3,7,11,15,20", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,1228" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-vi.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-vi.json new file mode 100644 index 0000000..5977bff --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-vi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-vi\\values-vi.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,400,508,617,701,804,923,1000,1077,1161,1265,1374,1475,1580,1694,1799,1919,2018,2102", + "endColumns": "113,107,122,107,108,83,102,118,76,76,83,103,108,100,104,113,104,119,98,83,100", + "endOffsets": "164,272,395,503,612,696,799,918,995,1072,1156,1260,1369,1470,1575,1689,1794,1914,2013,2097,2198" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-xlarge-v4.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..1739dc5 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rCN.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..df7d938 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rCN.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,258,381,476,576,658,755,861,937,1013,1091,1187,1283,1378,1475,1570,1668,1780,1874,1952", + "endColumns": "95,106,122,94,99,81,96,105,75,75,77,95,95,94,96,94,97,111,93,77,100", + "endOffsets": "146,253,376,471,571,653,750,856,932,1008,1086,1182,1278,1373,1470,1565,1663,1775,1869,1947,2048" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rHK.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..743584b --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rHK.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1667,1780,1874,1952", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,97,112,93,77,101", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1662,1775,1869,1947,2049" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rTW.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..56a8f2d --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zh-rTW.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,380,473,573,655,752,860,936,1012,1090,1186,1282,1377,1474,1569,1669,1782,1876,1954", + "endColumns": "94,106,122,92,99,81,96,107,75,75,77,95,95,94,96,94,99,112,93,77,100", + "endOffsets": "145,252,375,468,568,650,747,855,931,1007,1085,1181,1277,1372,1469,1564,1664,1777,1871,1949,2050" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zu.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zu.json new file mode 100644 index 0000000..05041b7 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values-zu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-zu\\values-zu.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,271,394,501,615,703,806,933,1013,1093,1179,1283,1389,1487,1594,1700,1806,1926,2022,2103", + "endColumns": "107,107,122,106,113,87,102,126,79,79,85,103,105,97,106,105,105,119,95,80,100", + "endOffsets": "158,266,389,496,610,698,801,928,1008,1088,1174,1278,1384,1482,1589,1695,1801,1921,2017,2098,2199" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/multi-v2/values.json b/shopping/app/build/intermediates/blame/res/release/multi-v2/values.json new file mode 100644 index 0000000..faa225c --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/multi-v2/values.json @@ -0,0 +1,165 @@ +{ + "logs": [ + { + "outputFile": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values\\values.xml", + "map": [ + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\recyclerview-v7-26.1.0.aar\\7705d3aa4503b38f042c8b0fb8c92778\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "576,577,578,586,587,588,620", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "48383,48442,48490,49157,49232,49308,51238", + "endColumns": "58,47,55,74,75,71,65", + "endOffsets": "48437,48485,48541,49227,49303,49375,51299" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,574,575,579,580,581,582,583,584,585,604,605,606,607,608,609,610,611,614,615,616,617,619,624,625,629,640,642,643,646,647,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,702,704,705,706,707,708,719,726,727,731,735,739,744,750,757,761,765,770,774,778,782,786,790,794,798,802,806,810,814,818,823,827,830,834,838,842,846,850,854,857,861,865,869,873,877,878,879,880,883,886,889,892,896,897,898,899,900,903,905,907,909,914,915,919,925,929,930,932,943,944,948,954,958,959,960,964,991,995,996,1000,1031,1196,1218,1383,1405,1432,1439,1444,1458,1480,1485,1490,1500,1509,1518,1522,1529,1537,1544,1545,1554,1557,1560,1564,1568,1572,1575,1576,1580,1584,1594,1599,1606,1612,1613,1616,1620,1625,1627,1629,1632,1635,1637,1641,1644,1651,1654,1657,1661,1663,1667,1669,1675,1677,1681,1689,1697,1709,1715,1724,1727,1738,1741,1746,1747,1763,1805,1848,1849,1859,1868,1869,1871,1875,1878,1881,1884,1887,1891,1894,1897,1900,1904,1907,1911,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1940,1941,1942,1943,1944,1948,1949,1950,1951,1953,1955,1956,1957,1958,1959,1960,1961,1962,1964,1965,1967,1968,1970,1972,1973,1975,1976,1977,1978,1979,1980,1982,1983,1984,1985,1986,2025,2027,2029,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2045,2046,2047,2048,2049,2050,2052,2056,2084,2085,2086,2087,2088,2089,2090,2091,2093,2095,2097,2099,2101,2102,2103,2104,2106,2108,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2124,2125,2126,2127,2129,2131,2132,2134,2135,2137,2139,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2154,2155,2156,2157,2159,2160,2161,2162,2163,2165,2167,2169,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "100,155,200,249,290,345,403,465,533,651,732,793,868,944,1021,1099,1184,1266,1342,1457,1534,1612,1718,1824,1903,1983,2040,2978,3052,3127,3192,3258,3313,3385,3497,3564,3670,3729,3788,3847,3906,3965,4019,4073,4126,4180,4234,4288,4563,4637,4716,4789,4863,4934,5006,5078,5151,5208,5266,5339,5413,5487,5562,5634,5707,5777,5958,6018,40317,40386,40455,40525,40599,40675,40739,40816,40892,40969,41033,41098,41167,41244,41319,41388,41456,41533,41599,41696,41761,41830,41929,42000,42059,42117,42174,42233,42304,42376,42448,42520,42592,42659,42727,42795,42854,42917,42981,43071,43162,43222,43288,43355,43421,43491,43555,43608,43721,43779,43842,43907,43972,44047,44120,44192,44241,44302,44363,44424,44486,44550,44614,44678,44743,44806,44866,44927,44993,45052,45112,45174,45245,45305,48210,48296,48546,48636,48723,48811,48893,48976,49066,50358,50410,50468,50513,50579,50643,50700,50757,50959,51016,51064,51113,51204,51417,51464,51660,52168,52248,52312,52502,52562,52866,52940,53018,53111,53181,53259,53313,53383,53468,53516,53562,53633,53711,53789,53861,53935,54009,54083,54163,54236,54305,54377,54454,54506,54579,54653,54722,54797,54871,54945,55034,56808,56932,57010,57100,57188,57284,57945,58446,58535,58782,59063,59307,59592,59985,60462,60684,60906,61174,61401,61631,61861,62091,62321,62548,62787,63013,63258,63488,63736,63955,64238,64446,64577,64804,65050,65275,65522,65743,65988,66108,66384,66685,67009,67300,67614,67751,67882,67987,68229,68396,68600,68808,69079,69191,69303,69408,69525,69739,69885,70025,70111,70459,70547,70777,71195,71428,71510,71608,72200,72300,72536,72960,73199,73293,73382,73619,75643,75885,75987,76224,78538,88483,89734,99776,101039,102531,103067,103397,104458,105723,105979,106215,106762,107256,107861,108059,108639,109203,109578,109696,110234,110391,110587,110860,111116,111286,111427,111491,111773,112059,112735,112999,113337,113690,113784,113970,114276,114538,114663,114790,115029,115240,115359,115552,115729,116184,116365,116487,116746,116859,117046,117148,117592,117716,117991,118499,118995,119872,120166,120736,120885,121617,121789,122125,122217,123183,126307,129574,129636,130214,130798,130884,130997,131226,131386,131538,131709,131876,132119,132289,132462,132633,132907,133106,133311,133641,133725,133821,133917,134015,134115,134217,134319,134421,134523,134625,134725,134821,134933,135062,135185,135316,135447,135545,135659,135753,135873,136077,136146,136262,136390,136454,136658,136727,136859,136929,137069,137203,137299,137411,137511,137627,137723,137835,137935,138075,138211,138375,138505,138663,138813,138954,139098,139233,139345,139495,139623,139751,139887,140019,140149,140279,140391,143030,143176,143320,143458,143524,143614,143690,143794,143884,143986,144094,144202,144302,144382,144474,144572,144682,144760,144866,144958,145062,145172,145294,145457,146928,147008,147108,147198,147308,147402,147508,147600,147700,147812,147926,148042,148158,148252,148366,148478,148580,148700,148822,148904,149008,149128,149254,149352,149446,149534,149646,149762,149884,149996,150171,150287,150373,150465,150577,150701,150768,150894,150962,151090,151234,151362,151431,151526,151641,151754,151853,151962,152073,152184,152285,152390,152490,152620,152711,152834,152928,153040,153126,153230,153326,153414,153532,153636,153740,153866,153954,154062,154162,154252,154362,154446,154548,154632,154686,154750,154856,154966,155050", + "endLines": "2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,45,46,47,48,49,50,51,53,54,56,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,91,92,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,574,575,579,580,581,582,583,584,585,604,605,606,607,608,609,610,611,614,615,616,617,619,624,625,629,640,642,643,646,647,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,702,704,705,706,707,708,725,726,730,734,738,743,749,756,760,764,769,773,777,781,785,789,793,797,801,805,809,813,817,822,826,829,833,837,841,845,849,853,856,860,864,868,872,876,877,878,879,882,885,888,891,895,896,897,898,899,902,904,906,908,913,914,918,924,928,929,931,942,943,947,953,957,958,959,963,990,994,995,999,1027,1195,1217,1382,1404,1431,1438,1443,1457,1479,1484,1489,1499,1508,1517,1521,1528,1536,1543,1544,1553,1556,1559,1563,1567,1571,1574,1575,1579,1583,1593,1598,1605,1611,1612,1615,1619,1624,1626,1628,1631,1634,1636,1640,1643,1650,1653,1656,1660,1662,1666,1668,1674,1676,1680,1688,1696,1708,1714,1723,1726,1737,1740,1745,1746,1751,1804,1847,1848,1858,1867,1868,1870,1874,1877,1880,1883,1886,1890,1893,1896,1899,1903,1906,1910,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1939,1940,1941,1942,1943,1947,1948,1949,1950,1952,1954,1955,1956,1957,1958,1959,1960,1961,1963,1964,1966,1967,1969,1971,1972,1974,1975,1976,1977,1978,1979,1981,1982,1983,1984,1985,1986,2026,2028,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2044,2045,2046,2047,2048,2049,2051,2055,2059,2084,2085,2086,2087,2088,2089,2090,2092,2094,2096,2098,2100,2101,2102,2103,2105,2107,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2123,2124,2125,2126,2128,2130,2131,2133,2134,2136,2138,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2153,2154,2155,2156,2158,2159,2160,2161,2162,2164,2166,2168,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184", + "endColumns": "54,44,48,40,54,57,61,67,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,77,92,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,88,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,85,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,119,12,68,115,127,63,12,68,131,69,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", + "endOffsets": "150,195,244,285,340,398,460,528,606,727,788,863,939,1016,1094,1179,1261,1337,1413,1529,1607,1713,1819,1898,1978,2035,2093,3047,3122,3187,3253,3308,3380,3453,3559,3627,3724,3783,3842,3901,3960,4014,4068,4121,4175,4229,4283,4337,4632,4711,4784,4858,4929,5001,5073,5146,5203,5261,5334,5408,5482,5557,5629,5702,5772,5843,6013,6074,40381,40450,40520,40594,40670,40734,40811,40887,40964,41028,41093,41162,41239,41314,41383,41451,41528,41594,41691,41756,41825,41924,41995,42054,42112,42169,42228,42299,42371,42443,42515,42587,42654,42722,42790,42849,42912,42976,43066,43157,43217,43283,43350,43416,43486,43550,43603,43716,43774,43837,43902,43967,44042,44115,44187,44236,44297,44358,44419,44481,44545,44609,44673,44738,44801,44861,44922,44988,45047,45107,45169,45240,45300,45368,48291,48378,48631,48718,48806,48888,48971,49061,49152,50405,50463,50508,50574,50638,50695,50752,50806,51011,51059,51108,51159,51233,51459,51508,51701,52195,52307,52369,52557,52614,52935,53013,53106,53176,53254,53308,53378,53463,53511,53557,53628,53706,53784,53856,53930,54004,54078,54158,54231,54300,54372,54449,54501,54574,54648,54717,54792,54866,54940,55029,55099,56856,57005,57095,57183,57279,57369,58441,58530,58777,59058,59302,59587,59980,60457,60679,60901,61169,61396,61626,61856,62086,62316,62543,62782,63008,63253,63483,63731,63950,64233,64441,64572,64799,65045,65270,65517,65738,65983,66103,66379,66680,67004,67295,67609,67746,67877,67982,68224,68391,68595,68803,69074,69186,69298,69403,69520,69734,69880,70020,70106,70454,70542,70772,71190,71423,71505,71603,72195,72295,72531,72955,73194,73288,73377,73614,75638,75880,75982,76219,78375,88478,89729,99771,101034,102526,103062,103392,104453,105718,105974,106210,106757,107251,107856,108054,108634,109198,109573,109691,110229,110386,110582,110855,111111,111281,111422,111486,111768,112054,112730,112994,113332,113685,113779,113965,114271,114533,114658,114785,115024,115235,115354,115547,115724,116179,116360,116482,116741,116854,117041,117143,117587,117711,117986,118494,118990,119867,120161,120731,120880,121612,121784,122120,122212,122490,126302,129569,129631,130209,130793,130879,130992,131221,131381,131533,131704,131871,132114,132284,132457,132628,132902,133101,133306,133636,133720,133816,133912,134010,134110,134212,134314,134416,134518,134620,134720,134816,134928,135057,135180,135311,135442,135540,135654,135748,135868,136072,136141,136257,136385,136449,136653,136722,136854,136924,137064,137198,137294,137406,137506,137622,137718,137830,137930,138070,138206,138370,138500,138658,138808,138949,139093,139228,139340,139490,139618,139746,139882,140014,140144,140274,140386,140526,143171,143315,143453,143519,143609,143685,143789,143879,143981,144089,144197,144297,144377,144469,144567,144677,144755,144861,144953,145057,145167,145289,145452,145609,147003,147103,147193,147303,147397,147503,147595,147695,147807,147921,148037,148153,148247,148361,148473,148575,148695,148817,148899,149003,149123,149249,149347,149441,149529,149641,149757,149879,149991,150166,150282,150368,150460,150572,150696,150763,150889,150957,151085,151229,151357,151426,151521,151636,151749,151848,151957,152068,152179,152280,152385,152485,152615,152706,152829,152923,153035,153121,153225,153321,153409,153527,153631,153735,153861,153949,154057,154157,154247,154357,154441,154543,154627,154681,154745,154851,154961,155045,155165" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "36,37,38,39,40,41,42,43,44,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,632,633,641,644,645,648,649,650,689,690,691,692,693,694,695,696,709,1028,1752,1753,2003,2006,2007,2010,2013,2016,2020,2060,2063,2068,2071,2076,2080,2187,2189,2193,2200,2204,2207,2216,2222,2225,2234,2238", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "2346,2420,2501,2565,2631,2701,2771,2841,2911,45828,45882,45961,46034,46099,46162,46233,46304,46366,46435,46501,46568,46635,46691,46742,46795,46847,46901,46964,47023,47085,47144,47204,47267,47342,47414,47485,47541,47612,47669,47726,47792,47856,47927,47984,48037,48100,48152,51775,51822,52200,52374,52440,52619,52682,52739,55387,55532,55653,55740,55831,56132,56298,56453,57374,78380,122495,122592,141671,141872,141964,142143,142311,142486,142739,145614,145744,146102,146244,146614,146774,155309,155409,155650,156085,156292,156451,157016,157377,157506,158173,158353", + "endLines": "36,37,38,39,40,41,42,43,44,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,632,633,641,644,645,648,649,650,689,690,691,692,693,694,695,696,712,1030,1752,1762,2005,2006,2009,2012,2015,2019,2024,2062,2067,2070,2075,2079,2083,2188,2192,2199,2203,2206,2215,2221,2224,2233,2237,2246", + "endColumns": "73,80,63,65,69,69,69,69,66,53,78,72,64,62,70,70,61,68,65,66,66,55,50,52,51,53,62,58,61,58,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,46,44,47,65,61,62,56,56,144,120,86,90,300,165,154,101,12,12,96,12,12,91,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "2415,2496,2560,2626,2696,2766,2836,2906,2973,45877,45956,46029,46094,46157,46228,46299,46361,46430,46496,46563,46630,46686,46737,46790,46842,46896,46959,47018,47080,47139,47199,47262,47337,47409,47480,47536,47607,47664,47721,47787,47851,47922,47979,48032,48095,48147,48205,51817,51862,52243,52435,52497,52677,52734,52791,55527,55648,55735,55826,56127,56293,56448,56550,57656,78533,122587,123178,141867,141959,142138,142306,142481,142734,143025,145739,146097,146239,146609,146769,146923,155404,155645,156080,156287,156446,157011,157372,157501,158168,158348,159057" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "70,1992,1994,1995,2000,2002", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "4474,140849,141025,141147,141409,141604", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "4558,140910,141142,141203,141470,141666" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "11,22,31,32,33,34,35,52,55,89,90,93", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,1418,2098,2144,2191,2242,2294,3458,3632,5848,5903,6079", + "endColumns": "39,38,45,46,50,51,51,38,37,54,54,39", + "endOffsets": "646,1452,2139,2186,2237,2289,2341,3492,3665,5898,5953,6114" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\transition-26.1.0.aar\\0068c6a3a9b549cc509f267617ab5afc\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "618,623,626,627,628,635,636,637,638,639", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "51164,51374,51513,51560,51615,51902,51956,52008,52057,52118", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "51199,51412,51555,51610,51655,51951,52003,52052,52113,52163" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "-1", + "startColumns": "-1", + "startOffsets": "-1" + }, + "to": { + "startLines": "713", + "startColumns": "4", + "startOffsets": "57661", + "endLines": "718", + "endColumns": "12", + "endOffsets": "57940" + } + }, + { + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\values\\values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "68,69,531,532,533,534,535,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,612,613,621,622,630,631,634,651,703,1987,1988,1993,1996,2001,2185,2186", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "4342,4411,45487,45557,45625,45697,45767,49380,49441,49502,49564,49628,49690,49751,49819,49919,49979,50045,50118,50187,50244,50296,50811,50883,51304,51339,51706,51740,51867,52796,56861,140531,140648,140915,141208,141475,155170,155242", + "endLines": "68,69,531,532,533,534,535,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,612,613,621,622,630,631,634,651,703,1987,1991,1993,1999,2001,2185,2186", + "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,33,34,34,69,70,116,12,109,12,128,71,66", + "endOffsets": "4406,4469,45552,45620,45692,45762,45823,49436,49497,49559,49623,49685,49746,49814,49914,49974,50040,50113,50182,50239,50291,50353,50878,50954,51334,51369,51735,51770,51897,52861,56927,140643,140844,141020,141404,141599,155237,155304" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "-1,-1", + "startColumns": "-1,-1", + "startOffsets": "-1,-1" + }, + "to": { + "startLines": "529,530", + "startColumns": "4,4", + "startOffsets": "45373,45431", + "endColumns": "57,55", + "endOffsets": "45426,45482" + } + }, + { + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,17,-1,-1,-1,-1,-1", + "endColumns": "-1,-1,-1,-1,-1,44,-1,-1,-1,-1,-1", + "endOffsets": "-1,-1,-1,-1,-1,57,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "683,684,685,686,687,688,697,698,699,700,701", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55104,55149,55196,55244,55290,55342,56555,56602,56651,56706,56758", + "endColumns": "44,46,47,45,51,44,46,48,54,51,49", + "endOffsets": "55144,55191,55239,55285,55337,55382,56597,56646,56701,56753,56803" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/shopping/app/build/intermediates/blame/res/release/single/release.json b/shopping/app/build/intermediates/blame/res/release/single/release.json new file mode 100644 index 0000000..de0a4c5 --- /dev/null +++ b/shopping/app/build/intermediates/blame/res/release/single/release.json @@ -0,0 +1,1962 @@ +[ + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_two_pressed.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_pressed.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_menu_item_layout.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_menu_item_layout.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_part_chronometer.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_template_part_chronometer.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_default.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_default.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_baomihua_small.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua_small.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_looked.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_looked.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_layout.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_layout.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_borderless_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_borderless_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_add.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\add.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_p1.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\p1.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_switch_thumb_material_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\switch_thumb_material_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_popup_menu_item_layout.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_popup_menu_item_layout.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_select_dialog_multichoice_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\select_dialog_multichoice_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_vip.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_vip.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_sign.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_sign.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_menu_overflow_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_menu_overflow_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_in_bottom.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_in_bottom.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_design_password_eye.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\design_password_eye.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_seek_thumb.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_seek_thumb.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_disable_only_material_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_icon.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_icon.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_share.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_share.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_activity_web_detail.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\activity_web_detail.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ratingbar_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ratingbar_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_activity_chooser_view.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_activity_chooser_view.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_alert_dialog_title_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_alert_dialog_title_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_tile_bg.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_tile_bg.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_spinner.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_spinner.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_switch_thumb_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_switch_thumb_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_menu_item_action_area.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_menu_item_action_area.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_bar_view_list_nav_layout.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_shrink_fade_out_from_bottom.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_fab_background.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_fab_background.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ratingbar_indicator_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ratingbar_indicator_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_checkbox.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_checkbox.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_edit_text_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_edit_text_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media_narrow.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media_narrow.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_design_tint_password_toggle.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\color\\design_tint_password_toggle.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_switch_track.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_switch_track.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_textfield_search_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_textfield_search_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_three.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_three.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxxhdpi_ic_launcher.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-mdpi_ic_launcher.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_abc_btn_colored_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v21\\abc_btn_colored_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_four_normal.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_normal.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_seek_thumb.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_seek_thumb.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_abc_edit_text_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v21\\abc_edit_text_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_grow_fade_in_from_bottom.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_mode_close_item_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_mode_close_item_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_btn_checkable.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_btn_checkable.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_zhuilong.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\zhuilong.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_popup_enter.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_popup_enter.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxxhdpi_ic_launcher_round.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-hdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_material_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_material_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_snackbar.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_snackbar.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_menu_item.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_menu_item.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_abc_action_bar_item_background_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v21\\abc_action_bar_item_background_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_switch_track.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_switch_track.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ratingbar_small_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ratingbar_small_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_text_cursor_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_text_cursor_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_ic_launcher_round.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_search_api_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_search_api_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_out_bottom.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_out_bottom.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_menu.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_menu.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_avd_hide_password.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\avd_hide_password.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_in_top.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_in_top.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_alert_dialog_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_alert_dialog_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_bg.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\bg.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_voice_search_api_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_voice_search_api_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_design_error.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\color\\design_error.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v11_abc_background_cache_hint_selector_material_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_select_dialog_item_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\select_dialog_item_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_activity_register.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\activity_register.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_free.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_free.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_shape_fragment_toolbar.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\drawable\\shape_fragment_toolbar.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_four.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_four.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_colored_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_colored_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_activity_tab.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\activity_tab.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_one.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_one.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_toolbar.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_toolbar.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_mode_bar.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_mode_bar.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_template_custom_big.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_template_custom_big.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_radio.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_radio.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_alert_dialog_button_bar_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_alert_dialog_button_bar_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_text_input_password_icon.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_text_input_password_icon.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media_narrow_custom.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media_narrow_custom.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-sw600dp-v13_design_layout_snackbar.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v11_abc_background_cache_hint_selector_material_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item_separator.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item_separator.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_bar_up_container.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_bar_up_container.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_bg.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_bg.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_tooltip_frame_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\tooltip_frame_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_icon_group.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_template_icon_group.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_toolbar.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_toolbar.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_edittext.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_edittext.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_edittext.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_edittext.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_design_tint_password_toggle.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\color-v23\\design_tint_password_toggle.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_item_default.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\item_default.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_three_pressed.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_pressed.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_four_pressed.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_pressed.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_password_eye.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_password_eye.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_menu_layout.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_menu_layout.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_tooltip_frame_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\tooltip_frame_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_logo2.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logo2.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_navigation_empty_icon.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\navigation_empty_icon.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_ic_launcher.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item_header.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item_header.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_radio_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_radio_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_media_action.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_media_action.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_tooltip_exit.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\tooltip_exit.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_lines_media.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_lines_media.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_action.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_action.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_cab_background_top_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_cab_background_top_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-anydpi-v21_design_ic_visibility.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-anydpi-v21\\design_ic_visibility.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_tab_text.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_tab_text.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim-v21_design_bottom_sheet_slide_out.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim-v21\\design_bottom_sheet_slide_out.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-mdpi_ic_launcher_round.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_action_tombstone.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_action_tombstone.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_triangle.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_triangle.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_action_tombstone.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_action_tombstone.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_dialog_material_background.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_dialog_material_background.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_popup_menu_header_item_layout.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_popup_menu_header_item_layout.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_seekbar_tick_mark_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_seekbar_tick_mark_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_simple.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_simple.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media_custom.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media_custom.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_bottom_sheet_slide_in.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_bottom_sheet_slide_in.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_color_highlight_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_color_highlight_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_one_pressed.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_pressed.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_support_simple_spinner_dropdown_item.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_snackbar_include.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_snackbar_include.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_bg_low.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_bg_low.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_seekbar_track_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_seekbar_track_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_select_dialog_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_select_dialog_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_three_normal.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_normal.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_material_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_material_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_food.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_food.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_snackbar_background.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_snackbar_background.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_btn_colored_borderless_text_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_btn_colored_borderless_text_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_media_cancel_action.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_media_cancel_action.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_notification_action_background.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-v21\\notification_action_background.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_search_dropdown_item_icons_2line.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v16_notification_template_custom_big.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v16\\notification_template_custom_big.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_btn_colored_text_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_btn_colored_text_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_love.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_love.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_bottom_navigation_item.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_bottom_navigation_item.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_vector_test.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_vector_test.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_spinner.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_spinner.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_design_bottom_navigation_item_background.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\design_bottom_navigation_item_background.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_bottom_navigation_item_background.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_bottom_navigation_item_background.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_ab_back_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_ab_back_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_switch_thumb_material_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\switch_thumb_material_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_1.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_1.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_baomihua.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_bottom_sheet_slide_out.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_bottom_sheet_slide_out.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_popup_exit.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_popup_exit.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_holo_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_holo_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_default_mtrl_shape.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_avd_show_password.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\avd_show_password.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_tab_icon.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_tab_icon.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_content_include.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_content_include.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item_subheader.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item_subheader.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_login.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\login.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_bottom_sheet_dialog.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_bottom_sheet_dialog.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_holo_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_holo_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_media_custom.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_media_custom.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_ic_launcher_round.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_cab_background_internal_bg.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_cab_background_internal_bg.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_my.jpeg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_my.jpeg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_snackbar_in.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_snackbar_in.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_seekbar_thumb_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_seekbar_thumb_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\animator-v21_design_appbar_state_list_animator.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\animator-v21\\design_appbar_state_list_animator.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_btn_colored_borderless_text_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_expanded_menu_layout.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_expanded_menu_layout.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_hint_foreground_material_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_hint_foreground_material_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_btn_checkable.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_btn_checkable.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_dialog_title_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_dialog_title_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_arrow.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_arrow.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_action.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_action.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-hdpi_ic_launcher.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_secondary_text_material_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_secondary_text_material_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v26_abc_screen_toolbar.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout-v26\\abc_screen_toolbar.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_media.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_media.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_template_icon_group.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_template_icon_group.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_item_movie_list.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\item_movie_list.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_secondary_text_material_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_secondary_text_material_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_item_background_holo_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_item_background_holo_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_fade_out.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_fade_out.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_bg3.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\drawable\\bg3.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_a3.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a3.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_tooltip.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\tooltip.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_go_search_api_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_go_search_api_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_bar_title_item.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_bar_title_item.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_disable_only_material_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_tooltip_enter.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\tooltip_enter.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_clear_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_clear_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_one_normal.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_normal.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_a1.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a1.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_two.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_two.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_btn_colored_text_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_btn_colored_text_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_tab_indicator_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_tab_indicator_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_money.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_money.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_shop.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_shop.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_shape_bg.xml.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\drawable\\shape_bg.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_check_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_check_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_simple_overlay_action_mode.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_spinner_textfield_background_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_spinner_textfield_background_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_part_time.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_template_part_time.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_select_dialog_singlechoice_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\select_dialog_singlechoice_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_search_url_text.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_search_url_text.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_kele.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\kele.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_movie.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_movie.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim-v21_design_bottom_sheet_slide_in.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim-v21\\design_bottom_sheet_slide_in.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_background_transition_holo_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_item_background_holo_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_item_background_holo_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-mdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_out_top.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_out_top.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_ic_launcher.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_default.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_default.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-hdpi_ic_launcher_round.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_snackbar_out.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_snackbar_out.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_two_normal.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_normal.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v23_abc_control_background_material.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v23\\abc_control_background_material.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_fade_in.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_fade_in.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_icon_background.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_icon_background.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_activity_chooser_view_list_item.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_huamulan.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\huamulan.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_hint_foreground_material_light.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_hint_foreground_material_light.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_search_view.xml.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_search_view.xml" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_card.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_card.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_logout.png.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logout.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_a2.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a2.jpg" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\镇希\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "E:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_search.jpg.flat", + "source": "E:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\search.jpg" + } +] \ No newline at end of file diff --git a/shopping/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml b/shopping/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml new file mode 100644 index 0000000..b6c9885 --- /dev/null +++ b/shopping/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json b/shopping/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json new file mode 100644 index 0000000..86aaa31 --- /dev/null +++ b/shopping/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"BUNDLE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json b/shopping/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/shopping/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/shopping/app/build/intermediates/compatible_screen_manifest/release/createReleaseCompatibleScreenManifests/out/output.json b/shopping/app/build/intermediates/compatible_screen_manifest/release/createReleaseCompatibleScreenManifests/out/output.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/shopping/app/build/intermediates/compatible_screen_manifest/release/createReleaseCompatibleScreenManifests/out/output.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/shopping/app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex b/shopping/app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex new file mode 100644 index 0000000..8005715 Binary files /dev/null and b/shopping/app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex differ diff --git a/shopping/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/out/classes.dex b/shopping/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/out/classes.dex new file mode 100644 index 0000000..47ec25c Binary files /dev/null and b/shopping/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/out/classes.dex differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000..fe7a0aa Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+iAcMUuBl9orKZqYT_p2AJEYDec= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+iAcMUuBl9orKZqYT_p2AJEYDec= new file mode 100644 index 0000000..6cfa522 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+iAcMUuBl9orKZqYT_p2AJEYDec= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+w2CoRKr3j4rBYeugWc6rUnNErQ= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+w2CoRKr3j4rBYeugWc6rUnNErQ= new file mode 100644 index 0000000..bee6cf7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+w2CoRKr3j4rBYeugWc6rUnNErQ= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1bgji8Ia5OOcePV0fQr7U11HtwM= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1bgji8Ia5OOcePV0fQr7U11HtwM= new file mode 100644 index 0000000..ad290b1 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1bgji8Ia5OOcePV0fQr7U11HtwM= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B2gdBplYGTozLqvPphpZO6O2s7w= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B2gdBplYGTozLqvPphpZO6O2s7w= new file mode 100644 index 0000000..054e4ef Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B2gdBplYGTozLqvPphpZO6O2s7w= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DVYnAjmD4AM0abqiCOhqBIZx4KY= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DVYnAjmD4AM0abqiCOhqBIZx4KY= new file mode 100644 index 0000000..6de739a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DVYnAjmD4AM0abqiCOhqBIZx4KY= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E+wd1RuOeO4vEATL_SdIi4JX82w= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E+wd1RuOeO4vEATL_SdIi4JX82w= new file mode 100644 index 0000000..39cf746 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E+wd1RuOeO4vEATL_SdIi4JX82w= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P6h641ht45Z4VMlX5gC5ML7nOUM= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P6h641ht45Z4VMlX5gC5ML7nOUM= new file mode 100644 index 0000000..f267458 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P6h641ht45Z4VMlX5gC5ML7nOUM= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QRa1EMvOIxnHvG0QitCoC9XERFw= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QRa1EMvOIxnHvG0QitCoC9XERFw= new file mode 100644 index 0000000..89e055b Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QRa1EMvOIxnHvG0QitCoC9XERFw= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RDsEUefYHm5xW5FvZomc53rq6Ks= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RDsEUefYHm5xW5FvZomc53rq6Ks= new file mode 100644 index 0000000..d03e85a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RDsEUefYHm5xW5FvZomc53rq6Ks= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UN5yyETbnOFl4864hO2QyoO_N+s= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UN5yyETbnOFl4864hO2QyoO_N+s= new file mode 100644 index 0000000..681c56d Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UN5yyETbnOFl4864hO2QyoO_N+s= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VHlhzFt5sZM56acgmi4dPIlOXGI= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VHlhzFt5sZM56acgmi4dPIlOXGI= new file mode 100644 index 0000000..3e41f72 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VHlhzFt5sZM56acgmi4dPIlOXGI= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fZ2q1g07Ca_NW0WVVSspf9rJXkY= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fZ2q1g07Ca_NW0WVVSspf9rJXkY= new file mode 100644 index 0000000..10ff45a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fZ2q1g07Ca_NW0WVVSspf9rJXkY= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k7t3zI26Yxj0PKAOZqC7TCjDlRE= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k7t3zI26Yxj0PKAOZqC7TCjDlRE= new file mode 100644 index 0000000..3553759 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k7t3zI26Yxj0PKAOZqC7TCjDlRE= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kiapn6fnAP5rj6V_kguAIcoqaHw= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kiapn6fnAP5rj6V_kguAIcoqaHw= new file mode 100644 index 0000000..3f7a7d7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kiapn6fnAP5rj6V_kguAIcoqaHw= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/njTTd+f7hSO7LIsz4cdu6pgmhP8= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/njTTd+f7hSO7LIsz4cdu6pgmhP8= new file mode 100644 index 0000000..4e196db Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/njTTd+f7hSO7LIsz4cdu6pgmhP8= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ttLWC0MvczEnU3bRRIWfGF1Ztog= b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ttLWC0MvczEnU3bRRIWfGF1Ztog= new file mode 100644 index 0000000..0821412 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ttLWC0MvczEnU3bRRIWfGF1Ztog= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/merge-state b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/merge-state new file mode 100644 index 0000000..0494eac Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/merge-state differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= new file mode 100644 index 0000000..3553759 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= new file mode 100644 index 0000000..89e055b Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= new file mode 100644 index 0000000..0821412 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= new file mode 100644 index 0000000..6de739a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= new file mode 100644 index 0000000..d03e85a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= new file mode 100644 index 0000000..10ff45a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= new file mode 100644 index 0000000..4e196db Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= new file mode 100644 index 0000000..f267458 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= new file mode 100644 index 0000000..ad290b1 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= new file mode 100644 index 0000000..6cfa522 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= new file mode 100644 index 0000000..39cf746 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= new file mode 100644 index 0000000..681c56d Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= new file mode 100644 index 0000000..bee6cf7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= new file mode 100644 index 0000000..3e41f72 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= new file mode 100644 index 0000000..3f7a7d7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= new file mode 100644 index 0000000..054e4ef Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state new file mode 100644 index 0000000..ef29b98 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+iAcMUuBl9orKZqYT_p2AJEYDec= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+iAcMUuBl9orKZqYT_p2AJEYDec= new file mode 100644 index 0000000..6cfa522 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+iAcMUuBl9orKZqYT_p2AJEYDec= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+w2CoRKr3j4rBYeugWc6rUnNErQ= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+w2CoRKr3j4rBYeugWc6rUnNErQ= new file mode 100644 index 0000000..bee6cf7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+w2CoRKr3j4rBYeugWc6rUnNErQ= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1bgji8Ia5OOcePV0fQr7U11HtwM= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1bgji8Ia5OOcePV0fQr7U11HtwM= new file mode 100644 index 0000000..ad290b1 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1bgji8Ia5OOcePV0fQr7U11HtwM= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B2gdBplYGTozLqvPphpZO6O2s7w= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B2gdBplYGTozLqvPphpZO6O2s7w= new file mode 100644 index 0000000..054e4ef Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B2gdBplYGTozLqvPphpZO6O2s7w= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/DVYnAjmD4AM0abqiCOhqBIZx4KY= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/DVYnAjmD4AM0abqiCOhqBIZx4KY= new file mode 100644 index 0000000..6de739a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/DVYnAjmD4AM0abqiCOhqBIZx4KY= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/E+wd1RuOeO4vEATL_SdIi4JX82w= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/E+wd1RuOeO4vEATL_SdIi4JX82w= new file mode 100644 index 0000000..39cf746 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/E+wd1RuOeO4vEATL_SdIi4JX82w= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/P6h641ht45Z4VMlX5gC5ML7nOUM= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/P6h641ht45Z4VMlX5gC5ML7nOUM= new file mode 100644 index 0000000..f267458 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/P6h641ht45Z4VMlX5gC5ML7nOUM= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QRa1EMvOIxnHvG0QitCoC9XERFw= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QRa1EMvOIxnHvG0QitCoC9XERFw= new file mode 100644 index 0000000..89e055b Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QRa1EMvOIxnHvG0QitCoC9XERFw= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RDsEUefYHm5xW5FvZomc53rq6Ks= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RDsEUefYHm5xW5FvZomc53rq6Ks= new file mode 100644 index 0000000..d03e85a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RDsEUefYHm5xW5FvZomc53rq6Ks= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/UN5yyETbnOFl4864hO2QyoO_N+s= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/UN5yyETbnOFl4864hO2QyoO_N+s= new file mode 100644 index 0000000..681c56d Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/UN5yyETbnOFl4864hO2QyoO_N+s= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/VHlhzFt5sZM56acgmi4dPIlOXGI= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/VHlhzFt5sZM56acgmi4dPIlOXGI= new file mode 100644 index 0000000..3e41f72 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/VHlhzFt5sZM56acgmi4dPIlOXGI= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/fZ2q1g07Ca_NW0WVVSspf9rJXkY= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/fZ2q1g07Ca_NW0WVVSspf9rJXkY= new file mode 100644 index 0000000..10ff45a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/fZ2q1g07Ca_NW0WVVSspf9rJXkY= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/k7t3zI26Yxj0PKAOZqC7TCjDlRE= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/k7t3zI26Yxj0PKAOZqC7TCjDlRE= new file mode 100644 index 0000000..3553759 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/k7t3zI26Yxj0PKAOZqC7TCjDlRE= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kiapn6fnAP5rj6V_kguAIcoqaHw= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kiapn6fnAP5rj6V_kguAIcoqaHw= new file mode 100644 index 0000000..3f7a7d7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kiapn6fnAP5rj6V_kguAIcoqaHw= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/njTTd+f7hSO7LIsz4cdu6pgmhP8= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/njTTd+f7hSO7LIsz4cdu6pgmhP8= new file mode 100644 index 0000000..4e196db Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/njTTd+f7hSO7LIsz4cdu6pgmhP8= differ diff --git a/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ttLWC0MvczEnU3bRRIWfGF1Ztog= b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ttLWC0MvczEnU3bRRIWfGF1Ztog= new file mode 100644 index 0000000..0821412 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ttLWC0MvczEnU3bRRIWfGF1Ztog= differ diff --git a/shopping/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/shopping/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000..69cd71f --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/shopping/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000..8321f19 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/shopping/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000..32226a7 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,495 @@ +#Thu May 25 22:10:12 CST 2023 +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a3.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_a3.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_indicator_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_colored_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_colored_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_in.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\activity_tab.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_tab.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua_small.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_baomihua_small.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_color_highlight_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_two.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_two.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_menu_item.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu_item.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\add.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_add.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_text_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_text_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_singlechoice_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_arrow.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_arrow.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_design_layout_snackbar.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_pressed.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_one_pressed.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_sign.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_sign.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\avd_hide_password.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_hide_password.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_edittext.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_edittext.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_view_list_nav_layout.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_view_list_nav_layout.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_1.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_1.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_multichoice_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\item_default.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_item_default.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_switch_thumb_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_lines_media.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_lines_media.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_toolbar.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_toolbar.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_spinner_textfield_background_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_item_layout.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a2.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_a2.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_movie.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_movie.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item_subheader.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_subheader.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_btn_colored_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_out.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_out.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\kele.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_kele.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_default.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_default.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\navigation_empty_icon.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_navigation_empty_icon.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_edit_text_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_edit_text_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_bar.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_looked.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_looked.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_menu.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_bottom.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_template_custom_big.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_title_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_pressed.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_three_pressed.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logo2.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_logo2.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_radio.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\tooltip.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_tooltip.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_track_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility_off.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_menu_item_action_area.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_menu_item_action_area.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_shop.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_shop.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_in.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_normal.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_one_normal.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_media_cancel_action.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_cancel_action.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_radio_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\bg.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_bg.jpg.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\search.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_search.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_search_view.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_text_cursor_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_tab_icon.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_icon.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_checkbox.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_icon.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_close_item_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_action_tombstone.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action_tombstone.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_switch_track.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\activity_register.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_register.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_pressed.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_four_pressed.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_edit_text_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_vip.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_vip.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_text_input_password_icon.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_text_input_password_icon.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_top_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_seek_thumb.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_seek_thumb.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\color\\design_error.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_design_error.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_ab_back_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\p1.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_p1.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_four.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_four.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_layout.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v23\\abc_control_background_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_fab_background.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_fab_background.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_title_item.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_vector_test.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\item_movie_list.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_item_movie_list.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_header_item_layout.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_menu_overflow_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility_off.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\color-v23\\design_tint_password_toggle.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_design_tint_password_toggle.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_switch_track.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_switch_track.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_voice_search_api_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_card.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_card.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_snackbar_out.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_out.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v16\\notification_template_custom_big.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v16_notification_template_custom_big.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_check_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_spinner.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item_header.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_header.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\xizhilang.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_xizhilang.jpg.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_icon_background.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_borderless_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\dianduji.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_dianduji.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_baomihua.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\tooltip_exit.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_exit.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_internal_bg.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_spinner.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_spinner.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_money.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_money.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_snackbar_in.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_in.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\design_bottom_navigation_item_background.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_bottom_navigation_item_background.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_item_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_action.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_food.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_food.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_content_include.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_tab_text.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_text.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_toolbar.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_toolbar.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_media.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\drawable\\shape_fragment_toolbar.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_shape_fragment_toolbar.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_three.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_three.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_edittext.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\color\\design_tint_password_toggle.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_design_tint_password_toggle.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_top.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_custom.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_custom.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\tooltip_enter.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_enter.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_my.jpeg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_my.jpeg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_tint_btn_checkable.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_btn_checkable.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_template_part_chronometer.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\animator-v21\\design_appbar_state_list_animator.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\animator-v21_design_appbar_state_list_animator.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_bottom_sheet_dialog.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_sheet_dialog.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_action.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_go_search_api_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\hxek.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_hxek.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\drawable\\shape_bg.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_shape_bg.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_normal.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_three_normal.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\zhuilong.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_zhuilong.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_text_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_share.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_share.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_dark.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_bg.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_tile_bg.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\huamulan.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_huamulan.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_action_tombstone.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_textfield_search_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-v21\\notification_action_background.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_small_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_template_icon_group.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_icon_group.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_borderless_text_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_borderless_text_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_thumb_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a1.jpg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_a1.jpg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_bottom_navigation_item.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_navigation_item.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_enter.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_default.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\activity_web_detail.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_web_detail.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_tick_mark_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_dialog_title_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\mhls.jpeg=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_mhls.jpeg.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_tab_indicator_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_media_custom.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media_custom.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_light.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logout.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_logout.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_out.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_item_layout.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow_custom.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow_custom.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_bottom_navigation_item_background.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_bottom_navigation_item_background.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_bottom.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_password_eye.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_password_eye.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view_list_item.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_free.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_free.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_select_dialog_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout-v21\\notification_template_icon_group.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\support_simple_spinner_dropdown_item.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color\\abc_search_url_text.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout-v26\\abc_screen_toolbar.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_triangle.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_triangle.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_navigation_item_separator.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_separator.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_in.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_in.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\971a5b69b89846008f16f9726686958d\\support-media-compat-26.1.0\\res\\layout\\notification_media_action.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_action.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable\\notification_bg_low.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_up_container.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable\\design_snackbar_background.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_snackbar_background.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_pressed.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_two_pressed.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_seek_thumb.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\fragment_one.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_one.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\avd_show_password.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_show_password.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_snackbar_include.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar_include.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_exit.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-v21\\design_password_eye.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_password_eye.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_btn_checkable.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_out.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_dialog_material_background.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_dialog_material_background.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_normal.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_four_normal.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_normal.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_tab_two_normal.png.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\layout\\login.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_login.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_dark.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\layout\\notification_template_part_time.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_layout.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_search_api_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_top.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_clear_material.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\layout\\abc_expanded_menu_layout.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_love.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_icon_love.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\b28c3dfacec283a46c3ce58afd169202\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\acedb5a439482afea3702661a6a2cc74\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat +D\:\\development\\Android\\gradle\\caches\\transforms-2\\files-2.1\\fa761254aaa8e1689e6752d7e2f87c59\\design-26.1.0\\res\\layout\\design_layout_snackbar.xml=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar.xml.flat +D\:\\AndroidProject\\Movie\\app\\src\\main\\res\\drawable\\bg3.png=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\res\\merged\\debug\\drawable_bg3.png.flat diff --git a/shopping/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/shopping/app/build/intermediates/incremental/mergeDebugResources/merger.xml new file mode 100644 index 0000000..6f166af --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeDebugResources/merger.xml @@ -0,0 +1,2258 @@ + +#ffffffff#ff9e9e9e#1f000000#8a000000 + + + + + + + + + + + 4dp6dp8dp4dp2dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+"999+""999+""999 +""999+""999+"#ff424242#ffffffff#b3ffffff127"मुख्यपृष्ठ पर नेविगेट करें""%1$s, %2$s""%1$s, %2$s, %3$s""ऊपर नेविगेट करें""अधिक विकल्प""पूर्ण""सभी देखें""कोई एप्‍लिकेशन चुनें""बंद""चालू""खोजा जा रहा है…""क्‍वेरी साफ़ करें""खोज क्वेरी""खोजें""क्वेरी सबमिट करें""ध्वनि खोज""इसके द्वारा साझा करें""%s के साथ साझा करें""संक्षिप्त करें""खोज""999+""Idi na početnu""%1$s, %2$s""%1$s, %2$s, %3$s""Idi gore""Dodatne opcije""Gotovo""Prikaži sve""Odabir aplikacije""ISKLJUČENO""UKLJUČENO""Pretražite…""Izbriši upit""Upit za pretraživanje""Pretraživanje""Pošalji upit""Glasovno pretraživanje""Dijeljenje sa""Dijeljenje sa: %s""Sažmi""Pretraživanje""999+""Ugrás a főoldalra""%1$s, %2$s""%1$s, %2$s, %3$s""Felfelé mozgatás""További lehetőségek""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""KI""BE""Keresés…""Lekérdezés törlése""Keresési lekérdezés""Keresés""Lekérdezés küldése""Hangalapú keresés""Megosztás a következővel:""Megosztás a következővel: %s""Összecsukás""Keresés""999+""Ուղղվել տուն""%1$s, %2$s""%1$s, %2$s, %3$s""Ուղղվել վերև""Այլ ընտրանքներ""Պատրաստ է""Տեսնել բոլորը""Ընտրել ծրագիր""ԱՆՋԱՏՎԱԾ""ՄԻԱՑՎԱԾ""Որոնում...""Մաքրել հարցումը""Որոնման հարցում""Որոնել""Ուղարկել հարցումը""Ձայնային որոնում""Կիսվել""Կիսվել %s-ի միջոցով""Թաքցնել""Որոնել""999+""Navigasi ke beranda""%1$s, %2$s""%1$s, %2$s, %3$s""Navigasi naik""Opsi lain""Selesai""Lihat semua""Pilih aplikasi""NONAKTIF""AKTIF""Telusuri...""Hapus kueri""Kueri penelusuran""Telusuri""Kirim kueri""Penelusuran suara""Bagikan dengan""Bagikan dengan %s""Ciutkan""Telusuri""999+""Fara heim""%1$s, %2$s""%1$s, %2$s, %3$s""Fara upp""Fleiri valkostir""Lokið""Sjá allt""Veldu forrit""SLÖKKT""KVEIKT""Leita…""Hreinsa fyrirspurn""Leitarfyrirspurn""Leita""Senda fyrirspurn""Raddleit""Deila með""Deila með %s""Minnka""Leita""999+""Vai alla home page""%1$s, %2$s""%1$s, %2$s, %3$s""Vai in alto""Altre opzioni""Fine""Visualizza tutte""Scegli un\'applicazione""OFF""ON""Cerca…""Cancella query""Query di ricerca""Cerca""Invia query""Ricerca vocale""Condividi con""Condividi con %s""Comprimi""Ricerca""999+""נווט לדף הבית""‏%1$s‏, %2$s""‏%1$s‏, %2$s‏, %3$s""נווט למעלה""עוד אפשרויות""בוצע""ראה הכל""בחר אפליקציה""כבוי""פועל""חפש…""מחק שאילתה""שאילתת חיפוש""חפש""שלח שאילתה""חיפוש קולי""שתף עם""‏שתף עם %s""כווץ""חפש""‎999+‎""ホームへ移動""%1$s、%2$s""%1$s、%2$s、%3$s""上へ移動""その他のオプション""完了""すべて表示""アプリの選択""OFF""ON""検索…""検索キーワードを削除""検索キーワード""検索""検索キーワードを送信""音声検索""共有""%sと共有""折りたたむ""検索""999+""მთავარზე ნავიგაცია""%1$s, %2$s""%1$s, %2$s, %3$s""ზემოთ ნავიგაცია""მეტი ვარიანტები""დასრულდა""ყველას ნახვა""აპის არჩევა""გამორთულია""ჩართულია""ძიება...""მოთხოვნის გასუფთავება""ძიების მოთხოვნა""ძიება""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""გაზიარება:""%s-თან გაზიარება""აკეცვა""ძიება""999+""Негізгі бетте қозғалу""%1$s, %2$s""%1$s, %2$s, %3$s""Жоғары қозғалу""Басқа опциялар""Дайын""Барлығын көру""Қолданбаны таңдау""ӨШІРУЛІ""ҚОСУЛЫ""Іздеу…""Сұрақты жою""Сұрақты іздеу""Іздеу""Сұрақты жіберу""Дауыс арқылы іздеу""Бөлісу""%s бөлісу""Тасалау""Іздеу""999+""រកមើល​ទៅ​ដើម""%1$s, %2$s""%1$s, %2$s, %3$s""រកមើល​ឡើងលើ""ជម្រើស​ច្រើន​ទៀត""រួចរាល់""មើល​ទាំងអស់""ជ្រើស​កម្មវិធី​​""បិទ""បើក""ស្វែងរក…""សម្អាត​សំណួរ""ស្វែងរក​សំណួរ""ស្វែងរក""ដាក់​​​ស្នើ​សំណួរ""ការស្វែងរក​សំឡេង""ចែករំលែក​ជាមួយ""ចែករំលែក​ជាមួយ %s""បង្រួម""ស្វែងរក""999+""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%1$s, %2$s""%1$s, %2$s, %3$s""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಆಫ್""ಆನ್""ಹುಡುಕಿ…""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಹುಡುಕಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಹುಡುಕಿ""999+""홈 탐색""%1$s, %2$s""%1$s, %2$s, %3$s""위로 탐색""옵션 더보기""완료""전체 보기""앱 선택""사용 안함""사용""검색...""검색어 삭제""검색어""검색""검색어 보내기""음성 검색""공유 대상""%s와(과) 공유""접기""검색""999+""Үйгө багыттоо""%1$s, %2$s""%1$s, %2$s, %3$s""Жогору""Көбүрөөк мүмкүнчүлүктөр""Даяр""Бардыгын көрүү""Колдонмо тандоо""ӨЧҮК""КҮЙҮК""Издөө…""Талаптарды тазалоо""Издөө талаптары""Издөө""Талап жөнөтүү""Үн аркылуу издөө""Бөлүшүү""%s аркылуу бөлүшүү""Жыйнап коюу""Издөө""999+"48dp32dp12dp14dp440dp60%90%60%90%55%80%0px320dp0dp2dp24dp576dp320dp@dimen/design_snackbar_padding_vertical160dp1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/shopping/app/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000..eecc88e --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeReleaseAssets/merger.xml b/shopping/app/build/intermediates/incremental/mergeReleaseAssets/merger.xml new file mode 100644 index 0000000..a1dd017 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeReleaseAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml b/shopping/app/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml new file mode 100644 index 0000000..62dfe7f --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeReleaseResources/compile-file-map.properties b/shopping/app/build/intermediates/incremental/mergeReleaseResources/compile-file-map.properties new file mode 100644 index 0000000..fe343b2 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeReleaseResources/compile-file-map.properties @@ -0,0 +1,491 @@ +#Thu Oct 29 18:30:52 CST 2020 +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_media.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_media.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_media_custom.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_media_custom.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\activity_register.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_activity_register.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_media_cancel_action.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_media_cancel_action.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\navigation_empty_icon.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_navigation_empty_icon.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_seekbar_tick_mark_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_seekbar_tick_mark_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_menu_item.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_menu_item.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_activity_chooser_view_list_item.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_activity_chooser_view_list_item.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_material_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_material_light.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_ic_launcher.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_mode_close_item_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_mode_close_item_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_popup_menu_header_item_layout.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_popup_menu_header_item_layout.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_cab_background_top_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_cab_background_top_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\color\\design_error.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_design_error.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\tooltip.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_tooltip.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\color-v23\\design_tint_password_toggle.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_design_tint_password_toggle.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_secondary_text_material_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_secondary_text_material_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_snackbar_in.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_snackbar_in.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\drawable\\bg3.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_bg3.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_action.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_action.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_lines_media.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_lines_media.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_normal.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_1.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_1.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\design_password_eye.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_design_password_eye.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\bg.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_bg.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_action.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_action.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v21\\abc_edit_text_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_abc_edit_text_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_template_custom_big.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_template_custom_big.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_search_view.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_search_view.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_bottom_navigation_item.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_bottom_navigation_item.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-anydpi-v21\\design_ic_visibility.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-anydpi-v21_design_ic_visibility.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_default.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_default.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_alert_dialog_button_bar_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_alert_dialog_button_bar_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_fab_background.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_fab_background.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_radio.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_radio.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_fade_in.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_fade_in.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_icon.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_icon.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_template_part_chronometer.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_part_chronometer.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim-v21\\design_bottom_sheet_slide_out.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim-v21_design_bottom_sheet_slide_out.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\tooltip_exit.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_tooltip_exit.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v16\\notification_template_custom_big.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v16_notification_template_custom_big.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_bottom_sheet_slide_out.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_bottom_sheet_slide_out.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_vector_test.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_vector_test.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_simple_overlay_action_mode.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_simple_overlay_action_mode.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_btn_checkable.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_btn_checkable.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\tooltip_frame_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_tooltip_frame_light.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_popup_enter.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_popup_enter.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_movie.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_movie.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\huamulan.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_huamulan.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\tooltip_enter.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_tooltip_enter.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_spinner.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_spinner.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_one.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_one.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-sw600dp-v13_design_layout_snackbar.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_radio_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_radio_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_design_ic_visibility.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_my.jpeg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_my.jpeg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\avd_hide_password.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_avd_hide_password.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_normal.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_two_normal.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\tooltip_frame_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_tooltip_frame_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_seekbar_track_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_seekbar_track_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\select_dialog_item_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_select_dialog_item_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_vip.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_vip.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_color_highlight_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_color_highlight_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_action_tombstone.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_action_tombstone.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_borderless_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_borderless_material.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_baomihua.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_normal.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_four_normal.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_checkbox.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_checkbox.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_mode_bar.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_mode_bar.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_card.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_card.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_normal.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_three_normal.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_four.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_four.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_four_pressed.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_four_pressed.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_menu_layout.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_menu_layout.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_simple.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_simple.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_toolbar.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_toolbar.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_seek_thumb.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_seek_thumb.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_pressed.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_one_pressed.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_tile_bg.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_tile_bg.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_check_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_check_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v11_abc_background_cache_hint_selector_material_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_spinner_textfield_background_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_spinner_textfield_background_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_template_icon_group.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_template_icon_group.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxxhdpi_ic_launcher.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_secondary_text_material_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_secondary_text_material_light.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_toolbar.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_toolbar.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\activity_tab.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_activity_tab.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-v21\\notification_action_background.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_notification_action_background.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_triangle.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_triangle.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_search_api_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_search_api_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_snackbar_include.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_snackbar_include.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_edit_text_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_edit_text_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_free.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_free.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_default.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_default.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_search_url_text.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_search_url_text.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item_separator.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item_separator.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_holo_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_holo_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_voice_search_api_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_voice_search_api_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_switch_track.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_switch_track.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_btn_colored_borderless_text_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_btn_colored_borderless_text_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_item_background_holo_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_item_background_holo_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_item_background_holo_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_item_background_holo_light.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_menu_overflow_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_menu_overflow_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a3.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_a3.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ratingbar_small_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ratingbar_small_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media_custom.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media_custom.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout-v26\\abc_screen_toolbar.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v26_abc_screen_toolbar.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-mdpi_ic_launcher.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\baomihua_small.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_baomihua_small.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\support_simple_spinner_dropdown_item.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_support_simple_spinner_dropdown_item.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxxhdpi_ic_launcher_round.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\drawable\\shape_fragment_toolbar.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_shape_fragment_toolbar.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_edittext.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_edittext.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_menu.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_menu.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_search_dropdown_item_icons_2line.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_search_dropdown_item_icons_2line.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_snackbar.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_snackbar.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_love.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_love.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_ic_launcher.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v21\\abc_action_bar_item_background_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_abc_action_bar_item_background_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_hint_foreground_material_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_hint_foreground_material_light.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logo2.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_logo2.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_spinner.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_spinner.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xhdpi-v4\\design_ic_visibility.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media_narrow.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media_narrow.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a2.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_a2.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_fade_out.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_fade_out.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_in_top.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_in_top.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_arrow.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_arrow.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_template_big_media_narrow_custom.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_big_media_narrow_custom.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_dialog_material_background.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_dialog_material_background.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-hdpi-v4\\design_ic_visibility.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_out_top.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_out_top.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_hint_foreground_material_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_hint_foreground_material_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v23\\abc_control_background_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v23_abc_control_background_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_btn_checkable.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_btn_checkable.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_two_pressed.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_two_pressed.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-hdpi_ic_launcher.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_three.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_three.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_ab_back_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_ab_back_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_go_search_api_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_go_search_api_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_btn_colored_text_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_btn_colored_text_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_switch_track.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_switch_track.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_tab_icon.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_tab_icon.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_tint_seek_thumb.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_tint_seek_thumb.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_ic_launcher_round.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\zhuilong.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_zhuilong.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_activity_chooser_view.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_activity_chooser_view.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xhdpi\\a1.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xhdpi_a1.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item_subheader.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item_subheader.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_textfield_search_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_textfield_search_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_share.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_share.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-v21\\abc_btn_colored_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_abc_btn_colored_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout-v21\\notification_action_tombstone.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout-v21_notification_action_tombstone.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v11_abc_background_cache_hint_selector_material_light.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_bar_view_list_nav_layout.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_bar_view_list_nav_layout.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_disable_only_material_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_disable_only_material_light.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_alert_dialog_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_alert_dialog_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_template_icon_group.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_icon_group.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_btn_colored_text_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_btn_colored_text_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_in_bottom.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_in_bottom.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_tab_indicator_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_tab_indicator_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_tint_edittext.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_tint_edittext.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_password_eye.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_password_eye.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_dialog_title_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_dialog_title_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_snackbar_out.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_snackbar_out.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_food.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_food.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\logout.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_logout.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_popup_menu_item_layout.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_popup_menu_item_layout.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_money.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_money.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\color\\design_tint_password_toggle.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_design_tint_password_toggle.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_bg_low.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_bg_low.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_three_pressed.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_three_pressed.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_shrink_fade_out_from_bottom.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_shrink_fade_out_from_bottom.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_list_menu_item_layout.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_list_menu_item_layout.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\add.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_add.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_material_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_material_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_slide_out_bottom.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_slide_out_bottom.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_layout_tab_text.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_layout_tab_text.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_snackbar_background.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_snackbar_background.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_expanded_menu_layout.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_expanded_menu_layout.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_ic_launcher_round.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_bar_title_item.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_bar_title_item.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_sign.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_sign.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\login.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_login.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\select_dialog_multichoice_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_select_dialog_multichoice_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_switch_thumb_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_switch_thumb_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_menu_item_action_area.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_menu_item_action_area.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\switch_thumb_material_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_switch_thumb_material_light.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\layout\\notification_template_part_time.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_template_part_time.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_background_transition_holo_light.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\kele.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_kele.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_navigation_item_header.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_navigation_item_header.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-mdpi_ic_launcher_round.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\animator-v21\\design_appbar_state_list_animator.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\animator-v21_design_appbar_state_list_animator.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_seekbar_thumb_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_seekbar_thumb_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\select_dialog_singlechoice_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_select_dialog_singlechoice_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_menu_item_layout.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_menu_item_layout.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_text_cursor_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_text_cursor_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_bottom_sheet_dialog.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_bottom_sheet_dialog.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\fragment_two.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_fragment_two.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_action_bar_up_container.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_action_bar_up_container.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color-v23_abc_btn_colored_borderless_text_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\avd_show_password.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_avd_show_password.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-media-compat-26.1.0.aar\\8670109b971b29d901d73d6cbd575913\\res\\layout\\notification_media_action.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_notification_media_action.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_select_dialog_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_select_dialog_material.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\item_movie_list.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_item_movie_list.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\p1.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_p1.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_holo_light.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_holo_light.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_cab_background_internal_bg.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_cab_background_internal_bg.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_icon_background.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_icon_background.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim-v21\\design_bottom_sheet_slide_in.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim-v21_design_bottom_sheet_slide_in.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_looked.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_looked.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\layout\\design_text_input_password_icon.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_design_text_input_password_icon.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\search.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_search.jpg.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\anim\\design_bottom_sheet_slide_in.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_design_bottom_sheet_slide_in.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\icon_shop.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_icon_shop.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ratingbar_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ratingbar_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-v21\\design_bottom_navigation_item_background.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-v21_design_bottom_navigation_item_background.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_screen_content_include.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_screen_content_include.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\abc_primary_text_disable_only_material_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_abc_primary_text_disable_only_material_dark.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\tab_one_normal.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_tab_one_normal.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\drawable\\shape_bg.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_shape_bg.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ic_clear_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ic_clear_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_colored_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_colored_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\layout\\abc_alert_dialog_title_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_abc_alert_dialog_title_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-xxhdpi\\item_default.jpg=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-xxhdpi_item_default.jpg.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\layout\\activity_web_detail.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\layout_activity_web_detail.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_popup_exit.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_popup_exit.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_btn_default_mtrl_shape.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_btn_default_mtrl_shape.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\color\\switch_thumb_material_dark.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\color_switch_thumb_material_dark.xml.flat +E\:\\ITshop\\Movie\\Movie\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\mipmap-hdpi_ic_launcher_round.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable-mdpi-v4\\design_ic_visibility.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-mdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\design-26.1.0.aar\\e7139bdb924c7f40d1a73566edce967c\\res\\drawable\\design_bottom_navigation_item_background.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_design_bottom_navigation_item_background.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\support-compat-26.1.0.aar\\7eecbc65bf685a38dab0bf29802d9dcf\\res\\drawable\\notification_bg.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_notification_bg.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable\\abc_ratingbar_indicator_material.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable_abc_ratingbar_indicator_material.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\anim\\abc_grow_fade_in_from_bottom.xml=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\anim_abc_grow_fade_in_from_bottom.xml.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\ϣ\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-26.1.0.aar\\22d30c1a816f27581fe7e1b93e2d644c\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\res\\merged\\release\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat diff --git a/shopping/app/build/intermediates/incremental/mergeReleaseResources/merged.dir/values/values.xml b/shopping/app/build/intermediates/incremental/mergeReleaseResources/merged.dir/values/values.xml new file mode 100644 index 0000000..9683166 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeReleaseResources/merged.dir/values/values.xml @@ -0,0 +1,2248 @@ + + + + + + + true + true + true + true + false + #000000 + @android:color/black + #7fa87f + @android:color/black + @android:color/black + @color/material_deep_teal_200 + @color/material_deep_teal_500 + @color/material_grey_800 + @android:color/white + @color/material_grey_850 + @color/material_grey_50 + #0000CD + #80ffffff + #80000000 + @color/bright_foreground_material_light + @color/bright_foreground_material_dark + @android:color/white + @android:color/black + #ff5a595b + #ffd6d7d7 + #03DAC5 + #6200EE + #3700B3 + #d9d9d9 + #888888 + #14000000 + @android:color/transparent + #14000000 + #44000000 + #0A000000 + #0F000000 + #1AFFFFFF + #2EFFFFFF + #323232 + #80bebebe + #80323232 + #ffbebebe + #ff323232 + #F4511E + @android:color/white + @android:color/black + #FDD500 + #6680cbc4 + #66009688 + #888888 + #ff37474f + #ff263238 + #ff21272b + #ff80cbc4 + #ff009688 + #fff5f5f5 + #ffe0e0e0 + #fffafafa + #ff757575 + #ff424242 + #ff303030 + #ff212121 + #ffffffff + #ff9e9e9e + #ff424242 + @android:color/black + @color/material_grey_600 + @color/material_grey_900 + @color/material_grey_100 + #ffffffff + #de000000 + #4Dffffff + #39000000 + #33ffffff + #1f000000 + #b3ffffff + #8a000000 + #36ffffff + #24000000 + #ff616161 + #ffbdbdbd + #ffbdbdbd + #fff1f1f1 + #777777 + #235BA6 + #e6616161 + #e6FFFFFF + #ffffff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16dp + 72dp + 56dp + 0dp + 0dp + 4dp + 16dp + 10dp + 6dp + 40dp + 48dp + 180dp + 5dp + -3dp + 48dp + 48dp + 36dp + 48dp + @dimen/abc_control_inset_material + 6dp + 8dp + @dimen/abc_control_padding_material + 720dp + 320dp + 2dp + 4dp + 4dp + 80% + 100% + 320dp + 320dp + 8dp + 8dp + 65% + 95% + 24dp + 18dp + 8dp + 0.30 + 0.26 + 32dip + 8dip + 8dip + 7dp + 4dp + 10dp + 16dp + @dimen/abc_action_bar_content_inset_material + 296dp + 4dp + 48dip + 320dip + 2dp + 2dp + 20dp + 3dp + 14sp + 14sp + 14sp + 12sp + 34sp + 45sp + 56sp + 112sp + 24sp + 22sp + 18sp + 14sp + 16sp + 14sp + 16sp + 16dp + 20sp + 20dp + 16dp + 16dp + 4dp + 6dp + 8dp + 4dp + 2dp + 4dp + 168dp + 14sp + 8dp + 56dp + 96dp + 56dp + 8dp + 1dp + 12sp + 16dp + 64dp + 0.5dp + 6dp + 24dp + 40dp + 56dp + 6dp + 16dp + 32dp + 24dp + 280dp + 8dp + 8dp + 128dp + 0dp + 6dp + 0dp + -1px + -1px + 12dp + 14dp + 24dp + 14sp + 264dp + 72dp + 14sp + 12sp + 0.30 + 0.26 + 8dp + 0dp + 50dp + 0.26 + 0.20 + 0.12 + 0.50 + 0.38 + 0.70 + 0.54 + 20dp + 800dp + 120dp + 32dp + 13sp + 12dp + 8dp + 64dp + 64dp + 10dp + @dimen/notification_content_margin_start + 16dp + 2dp + 3dp + 24dp + 13sp + 10dp + 5dp + 2dp + 16dp + 8dp + 8dp + 96dp + 6.5dp + 0dp + 16dp + #3333B5E5 + #0cffffff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 220 + 150 + 150 + 150 + 127 + 150 + 2 + 320 + 200 + 999 + Navigate home + %1$s, %2$s + %1$s, %2$s, %3$s + Navigate up + More options + Done + See all + Choose an app + OFF + ON + sans-serif + sans-serif-medium + sans-serif-medium + sans-serif + sans-serif + sans-serif + sans-serif + sans-serif-light + sans-serif + sans-serif + sans-serif + sans-serif-medium + Search… + Clear query + Search query + Search + Submit query + Voice search + Share with + Share with %s + Collapse + 取消 + 注册 + 重置 + 登录 + 登录 + 尽享商城APP + android.support.design.widget.AppBarLayout$ScrollingViewBehavior + android.support.design.widget.BottomSheetBehavior + %1$d / %2$d + Toggle password visibility + M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z + M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z + M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z + M3.27,4.27 L19.74,20.74 + 输入用户名 + 输入密码 + 确认密码 + 输入密码 + 输入用户名 + Search + 999+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeReleaseResources/merger.xml b/shopping/app/build/intermediates/incremental/mergeReleaseResources/merger.xml new file mode 100644 index 0000000..9592713 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeReleaseResources/merger.xml @@ -0,0 +1,2258 @@ + +#ffffffff#ff9e9e9e#1f000000#8a000000 + + + + + + + + + + + 4dp6dp8dp4dp2dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+"999+""999+""999 +""999+""999+"#ff424242#ffffffff#b3ffffff127"मुख्यपृष्ठ पर नेविगेट करें""%1$s, %2$s""%1$s, %2$s, %3$s""ऊपर नेविगेट करें""अधिक विकल्प""पूर्ण""सभी देखें""कोई एप्‍लिकेशन चुनें""बंद""चालू""खोजा जा रहा है…""क्‍वेरी साफ़ करें""खोज क्वेरी""खोजें""क्वेरी सबमिट करें""ध्वनि खोज""इसके द्वारा साझा करें""%s के साथ साझा करें""संक्षिप्त करें""खोज""999+""Idi na početnu""%1$s, %2$s""%1$s, %2$s, %3$s""Idi gore""Dodatne opcije""Gotovo""Prikaži sve""Odabir aplikacije""ISKLJUČENO""UKLJUČENO""Pretražite…""Izbriši upit""Upit za pretraživanje""Pretraživanje""Pošalji upit""Glasovno pretraživanje""Dijeljenje sa""Dijeljenje sa: %s""Sažmi""Pretraživanje""999+""Ugrás a főoldalra""%1$s, %2$s""%1$s, %2$s, %3$s""Felfelé mozgatás""További lehetőségek""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""KI""BE""Keresés…""Lekérdezés törlése""Keresési lekérdezés""Keresés""Lekérdezés küldése""Hangalapú keresés""Megosztás a következővel:""Megosztás a következővel: %s""Összecsukás""Keresés""999+""Ուղղվել տուն""%1$s, %2$s""%1$s, %2$s, %3$s""Ուղղվել վերև""Այլ ընտրանքներ""Պատրաստ է""Տեսնել բոլորը""Ընտրել ծրագիր""ԱՆՋԱՏՎԱԾ""ՄԻԱՑՎԱԾ""Որոնում...""Մաքրել հարցումը""Որոնման հարցում""Որոնել""Ուղարկել հարցումը""Ձայնային որոնում""Կիսվել""Կիսվել %s-ի միջոցով""Թաքցնել""Որոնել""999+""Navigasi ke beranda""%1$s, %2$s""%1$s, %2$s, %3$s""Navigasi naik""Opsi lain""Selesai""Lihat semua""Pilih aplikasi""NONAKTIF""AKTIF""Telusuri...""Hapus kueri""Kueri penelusuran""Telusuri""Kirim kueri""Penelusuran suara""Bagikan dengan""Bagikan dengan %s""Ciutkan""Telusuri""999+""Fara heim""%1$s, %2$s""%1$s, %2$s, %3$s""Fara upp""Fleiri valkostir""Lokið""Sjá allt""Veldu forrit""SLÖKKT""KVEIKT""Leita…""Hreinsa fyrirspurn""Leitarfyrirspurn""Leita""Senda fyrirspurn""Raddleit""Deila með""Deila með %s""Minnka""Leita""999+""Vai alla home page""%1$s, %2$s""%1$s, %2$s, %3$s""Vai in alto""Altre opzioni""Fine""Visualizza tutte""Scegli un\'applicazione""OFF""ON""Cerca…""Cancella query""Query di ricerca""Cerca""Invia query""Ricerca vocale""Condividi con""Condividi con %s""Comprimi""Ricerca""999+""נווט לדף הבית""‏%1$s‏, %2$s""‏%1$s‏, %2$s‏, %3$s""נווט למעלה""עוד אפשרויות""בוצע""ראה הכל""בחר אפליקציה""כבוי""פועל""חפש…""מחק שאילתה""שאילתת חיפוש""חפש""שלח שאילתה""חיפוש קולי""שתף עם""‏שתף עם %s""כווץ""חפש""‎999+‎""ホームへ移動""%1$s、%2$s""%1$s、%2$s、%3$s""上へ移動""その他のオプション""完了""すべて表示""アプリの選択""OFF""ON""検索…""検索キーワードを削除""検索キーワード""検索""検索キーワードを送信""音声検索""共有""%sと共有""折りたたむ""検索""999+""მთავარზე ნავიგაცია""%1$s, %2$s""%1$s, %2$s, %3$s""ზემოთ ნავიგაცია""მეტი ვარიანტები""დასრულდა""ყველას ნახვა""აპის არჩევა""გამორთულია""ჩართულია""ძიება...""მოთხოვნის გასუფთავება""ძიების მოთხოვნა""ძიება""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""გაზიარება:""%s-თან გაზიარება""აკეცვა""ძიება""999+""Негізгі бетте қозғалу""%1$s, %2$s""%1$s, %2$s, %3$s""Жоғары қозғалу""Басқа опциялар""Дайын""Барлығын көру""Қолданбаны таңдау""ӨШІРУЛІ""ҚОСУЛЫ""Іздеу…""Сұрақты жою""Сұрақты іздеу""Іздеу""Сұрақты жіберу""Дауыс арқылы іздеу""Бөлісу""%s бөлісу""Тасалау""Іздеу""999+""រកមើល​ទៅ​ដើម""%1$s, %2$s""%1$s, %2$s, %3$s""រកមើល​ឡើងលើ""ជម្រើស​ច្រើន​ទៀត""រួចរាល់""មើល​ទាំងអស់""ជ្រើស​កម្មវិធី​​""បិទ""បើក""ស្វែងរក…""សម្អាត​សំណួរ""ស្វែងរក​សំណួរ""ស្វែងរក""ដាក់​​​ស្នើ​សំណួរ""ការស្វែងរក​សំឡេង""ចែករំលែក​ជាមួយ""ចែករំលែក​ជាមួយ %s""បង្រួម""ស្វែងរក""999+""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%1$s, %2$s""%1$s, %2$s, %3$s""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಆಫ್""ಆನ್""ಹುಡುಕಿ…""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಹುಡುಕಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಹುಡುಕಿ""999+""홈 탐색""%1$s, %2$s""%1$s, %2$s, %3$s""위로 탐색""옵션 더보기""완료""전체 보기""앱 선택""사용 안함""사용""검색...""검색어 삭제""검색어""검색""검색어 보내기""음성 검색""공유 대상""%s와(과) 공유""접기""검색""999+""Үйгө багыттоо""%1$s, %2$s""%1$s, %2$s, %3$s""Жогору""Көбүрөөк мүмкүнчүлүктөр""Даяр""Бардыгын көрүү""Колдонмо тандоо""ӨЧҮК""КҮЙҮК""Издөө…""Талаптарды тазалоо""Издөө талаптары""Издөө""Талап жөнөтүү""Үн аркылуу издөө""Бөлүшүү""%s аркылуу бөлүшүү""Жыйнап коюу""Издөө""999+"48dp32dp12dp14dp440dp60%90%60%90%55%80%0px320dp0dp2dp24dp576dp320dp@dimen/design_snackbar_padding_vertical160dp1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/mergeReleaseShaders/merger.xml b/shopping/app/build/intermediates/incremental/mergeReleaseShaders/merger.xml new file mode 100644 index 0000000..d2d8e92 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/mergeReleaseShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/shopping/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt new file mode 100644 index 0000000..a5e2dc5 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,4 @@ +#Thu May 25 22:10:16 CST 2023 +base.0=D\:\\AndroidProject\\Movie\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\out\\classes.dex +renamed.0=classes.dex +path.0=classes.dex diff --git a/shopping/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/Q2fOZq2heg_y759EHGqLqmwTGhY= b/shopping/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/Q2fOZq2heg_y759EHGqLqmwTGhY= new file mode 100644 index 0000000..32a9fdf Binary files /dev/null and b/shopping/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/Q2fOZq2heg_y759EHGqLqmwTGhY= differ diff --git a/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/dex-renamer-state.txt b/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/dex-renamer-state.txt new file mode 100644 index 0000000..aef4467 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/dex-renamer-state.txt @@ -0,0 +1,4 @@ +#Thu Oct 29 18:31:03 CST 2020 +base.0=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\transforms\\dexMerger\\release\\0 +path.0=classes.dex +renamed.0=classes.dex diff --git a/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/file-input-save-data.txt b/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/file-input-save-data.txt new file mode 100644 index 0000000..f8f8652 --- /dev/null +++ b/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/file-input-save-data.txt @@ -0,0 +1,7 @@ +#Internal package file, do not edit. +#Thu Oct 29 18:31:04 CST 2020 +0.baseType=DIRECTORY +0.base=E\:\\ITshop\\Movie\\Movie\\app\\build\\intermediates\\transforms\\dexMerger\\release\\0 +0.path=classes.dex +0.set=DEX +count=1 diff --git a/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/zip-cache/Aa2xEnCKoquKNKvFjgsvFshBK+0= b/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/zip-cache/Aa2xEnCKoquKNKvFjgsvFshBK+0= new file mode 100644 index 0000000..1e41806 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/packageRelease/tmp/release/zip-cache/Aa2xEnCKoquKNKvFjgsvFshBK+0= differ diff --git a/shopping/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt b/shopping/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt new file mode 100644 index 0000000..e6cf1bf --- /dev/null +++ b/shopping/app/build/intermediates/incremental/processDebugResources/resources-list-for-resources-debug.ap_.txt @@ -0,0 +1 @@ +D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim-v21_design_bottom_sheet_slide_in.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim-v21_design_bottom_sheet_slide_out.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_fade_in.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_fade_out.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_grow_fade_in_from_bottom.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_popup_enter.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_popup_exit.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_shrink_fade_out_from_bottom.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_slide_in_bottom.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_slide_in_top.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_slide_out_bottom.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_abc_slide_out_top.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_design_bottom_sheet_slide_in.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_design_bottom_sheet_slide_out.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_design_snackbar_in.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_design_snackbar_out.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_tooltip_enter.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\anim_tooltip_exit.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\animator-v21_design_appbar_state_list_animator.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v11_abc_background_cache_hint_selector_material_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v11_abc_background_cache_hint_selector_material_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_btn_colored_borderless_text_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_btn_colored_text_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_color_highlight_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_tint_btn_checkable.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_tint_default.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_tint_edittext.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_tint_seek_thumb.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_tint_spinner.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_abc_tint_switch_track.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color-v23_design_tint_password_toggle.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_btn_colored_borderless_text_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_btn_colored_text_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_hint_foreground_material_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_hint_foreground_material_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_primary_text_disable_only_material_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_primary_text_disable_only_material_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_primary_text_material_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_primary_text_material_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_search_url_text.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_secondary_text_material_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_secondary_text_material_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_tint_btn_checkable.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_tint_default.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_tint_edittext.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_tint_seek_thumb.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_tint_spinner.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_abc_tint_switch_track.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_design_error.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_design_tint_password_toggle.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_switch_thumb_material_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\color_switch_thumb_material_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-anydpi-v21_design_ic_visibility.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-anydpi-v21_design_ic_visibility_off.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_design_ic_visibility.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_design_ic_visibility_off.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_notification_bg_normal.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_design_ic_visibility.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_design_ic_visibility_off.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_notification_bg_normal.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_abc_action_bar_item_background_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_abc_btn_colored_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_abc_edit_text_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_avd_hide_password.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_avd_show_password.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_design_bottom_navigation_item_background.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_design_password_eye.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v21_notification_action_background.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-v23_abc_control_background_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_design_ic_visibility.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_design_ic_visibility_off.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_notification_bg_normal.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_design_ic_visibility.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_design_ic_visibility.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_btn_borderless_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_btn_check_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_btn_colored_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_btn_default_mtrl_shape.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_btn_radio_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_cab_background_internal_bg.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_cab_background_top_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_dialog_material_background.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_edit_text_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ic_ab_back_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ic_clear_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ic_go_search_api_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ic_menu_overflow_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ic_search_api_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ic_voice_search_api_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_item_background_holo_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_item_background_holo_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_list_selector_background_transition_holo_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_list_selector_background_transition_holo_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_list_selector_holo_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_list_selector_holo_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ratingbar_indicator_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ratingbar_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_ratingbar_small_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_seekbar_thumb_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_seekbar_tick_mark_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_seekbar_track_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_spinner_textfield_background_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_switch_thumb_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_tab_indicator_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_text_cursor_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_textfield_search_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_abc_vector_test.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_bg3.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_design_bottom_navigation_item_background.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_design_fab_background.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_design_password_eye.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_design_snackbar_background.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_navigation_empty_icon.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_notification_bg.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_notification_bg_low.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_notification_icon_background.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_notification_tile_bg.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_shape_bg.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_shape_fragment_toolbar.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_tooltip_frame_dark.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\drawable_tooltip_frame_light.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout-sw600dp-v13_design_layout_snackbar.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout-v16_notification_template_custom_big.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout-v21_notification_action.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout-v21_notification_action_tombstone.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout-v21_notification_template_custom_big.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout-v21_notification_template_icon_group.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout-v26_abc_screen_toolbar.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_action_bar_title_item.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_action_bar_up_container.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_action_bar_view_list_nav_layout.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_action_menu_item_layout.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_action_menu_layout.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_action_mode_bar.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_action_mode_close_item_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_activity_chooser_view.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_activity_chooser_view_list_item.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_alert_dialog_button_bar_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_alert_dialog_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_alert_dialog_title_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_dialog_title_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_expanded_menu_layout.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_list_menu_item_checkbox.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_list_menu_item_icon.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_list_menu_item_layout.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_list_menu_item_radio.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_popup_menu_header_item_layout.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_popup_menu_item_layout.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_screen_content_include.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_screen_simple.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_screen_simple_overlay_action_mode.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_screen_toolbar.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_search_dropdown_item_icons_2line.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_search_view.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_abc_select_dialog_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_activity_register.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_activity_tab.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_activity_web_detail.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_bottom_navigation_item.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_bottom_sheet_dialog.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_layout_snackbar.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_layout_snackbar_include.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_layout_tab_icon.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_layout_tab_text.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_menu_item_action_area.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_navigation_item.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_navigation_item_header.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_navigation_item_separator.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_navigation_item_subheader.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_navigation_menu.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_navigation_menu_item.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_design_text_input_password_icon.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_fragment_four.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_fragment_one.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_fragment_three.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_fragment_toolbar.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_fragment_two.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_item_movie_list.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_login.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_action.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_action_tombstone.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_media_action.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_media_cancel_action.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_big_media.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_big_media_custom.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_big_media_narrow.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_big_media_narrow_custom.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_icon_group.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_lines_media.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_media.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_media_custom.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_part_chronometer.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_notification_template_part_time.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_select_dialog_item_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_select_dialog_multichoice_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_select_dialog_singlechoice_material.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_support_simple_spinner_dropdown_item.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\layout_tooltip.xml.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-hdpi_ic_launcher.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-hdpi_ic_launcher_round.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-mdpi_ic_launcher.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-mdpi_ic_launcher_round.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xhdpi_a1.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xhdpi_a2.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xhdpi_a3.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xhdpi_ic_launcher.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xhdpi_ic_launcher_round.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_add.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_baomihua.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_baomihua_small.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_bg.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_dianduji.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_hxek.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_ic_launcher.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_ic_launcher_round.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_1.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_arrow.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_card.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_food.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_free.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_looked.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_love.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_money.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_movie.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_my.jpeg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_share.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_shop.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_sign.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_triangle.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_icon_vip.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_kele.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_logo2.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_logout.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_p1.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_search.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_four_normal.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_four_pressed.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_one_normal.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_one_pressed.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_three_normal.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_three_pressed.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_two_normal.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_tab_two_pressed.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxhdpi_xizhilang.jpg.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxxhdpi_ic_launcher.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\mipmap-xxxhdpi_ic_launcher_round.png.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-af_values-af.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-am_values-am.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ar_values-ar.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-az_values-az.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-b+sr+Latn_values-b+sr+Latn.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-be_values-be.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-bg_values-bg.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-bn_values-bn.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-bs_values-bs.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ca_values-ca.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-cs_values-cs.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-da_values-da.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-de_values-de.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-el_values-el.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-en-rAU_values-en-rAU.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-en-rGB_values-en-rGB.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-en-rIN_values-en-rIN.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-es-rUS_values-es-rUS.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-es_values-es.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-et_values-et.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-eu_values-eu.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-fa_values-fa.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-fi_values-fi.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-fr-rCA_values-fr-rCA.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-fr_values-fr.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-gl_values-gl.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-gu_values-gu.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-h720dp-v13_values-h720dp-v13.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-hdpi-v4_values-hdpi-v4.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-hi_values-hi.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-hr_values-hr.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-hu_values-hu.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-hy_values-hy.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-in_values-in.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-is_values-is.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-it_values-it.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-iw_values-iw.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ja_values-ja.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ka_values-ka.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-kk_values-kk.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-km_values-km.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-kn_values-kn.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ko_values-ko.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ky_values-ky.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-land_values-land.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-large-v4_values-large-v4.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ldltr-v21_values-ldltr-v21.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-lo_values-lo.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-lt_values-lt.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-lv_values-lv.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-mk_values-mk.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ml_values-ml.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-mn_values-mn.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-mr_values-mr.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ms_values-ms.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-my_values-my.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-nb_values-nb.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ne_values-ne.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-night-v8_values-night-v8.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-nl_values-nl.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-pa_values-pa.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-pl_values-pl.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-port_values-port.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-pt-rBR_values-pt-rBR.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-pt-rPT_values-pt-rPT.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-pt_values-pt.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ro_values-ro.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ru_values-ru.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-si_values-si.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-sk_values-sk.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-sl_values-sl.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-sq_values-sq.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-sr_values-sr.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-sv_values-sv.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-sw600dp-v13_values-sw600dp-v13.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-sw_values-sw.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ta_values-ta.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-te_values-te.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-th_values-th.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-tl_values-tl.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-tr_values-tr.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-uk_values-uk.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-ur_values-ur.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-uz_values-uz.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v11_values-v11.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v12_values-v12.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v13_values-v13.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v14_values-v14.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v16_values-v16.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v17_values-v17.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v18_values-v18.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v21_values-v21.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v22_values-v22.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v23_values-v23.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v24_values-v24.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v25_values-v25.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-v26_values-v26.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-vi_values-vi.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-xlarge-v4_values-xlarge-v4.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-zh-rCN_values-zh-rCN.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-zh-rHK_values-zh-rHK.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-zh-rTW_values-zh-rTW.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values-zu_values-zu.arsc.flat D:\AndroidProject\Movie\app\build\intermediates\res\merged\debug\values_values.arsc.flat \ No newline at end of file diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/merge-state b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/merge-state new file mode 100644 index 0000000..952c965 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/merge-state differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= new file mode 100644 index 0000000..3553759 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= new file mode 100644 index 0000000..89e055b Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= new file mode 100644 index 0000000..0821412 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= new file mode 100644 index 0000000..6de739a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= new file mode 100644 index 0000000..d03e85a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= new file mode 100644 index 0000000..10ff45a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= new file mode 100644 index 0000000..4e196db Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= new file mode 100644 index 0000000..f267458 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= new file mode 100644 index 0000000..ad290b1 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= new file mode 100644 index 0000000..6cfa522 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= new file mode 100644 index 0000000..39cf746 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= new file mode 100644 index 0000000..681c56d Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= new file mode 100644 index 0000000..bee6cf7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= new file mode 100644 index 0000000..3e41f72 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= new file mode 100644 index 0000000..3f7a7d7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= new file mode 100644 index 0000000..054e4ef Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJavaRes/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/merge-state b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/merge-state new file mode 100644 index 0000000..5224e0d Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/merge-state differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= new file mode 100644 index 0000000..3553759 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/+7zOMT5PGzEkgMsHdQPaC5PEghk= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= new file mode 100644 index 0000000..89e055b Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/4AFBI8ub9DNWk3mRlB59Ayy113I= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= new file mode 100644 index 0000000..0821412 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/8++edL6PKyRjn+pjEryztxwm3gU= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= new file mode 100644 index 0000000..6de739a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/BMaViGXSyAfS1lyohukEeO2t9jg= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= new file mode 100644 index 0000000..d03e85a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/EG4RlrUjtogrgRadlSsQ638uMLw= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= new file mode 100644 index 0000000..10ff45a Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/HJ9CWCSbW_ABbgXF2o9YEIu7UVE= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= new file mode 100644 index 0000000..4e196db Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/K7SqlReO39NPVjdkbafudLv3ykw= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= new file mode 100644 index 0000000..f267458 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/OYUwXpkAedroR4iyuW6g8tuh1Xg= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= new file mode 100644 index 0000000..ad290b1 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/PIannz4wYXk4tkDbCNgwqDPxFWE= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= new file mode 100644 index 0000000..6cfa522 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/TBPCWISkeVJeyCHXVl+Yu65EYFo= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= new file mode 100644 index 0000000..39cf746 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/VC4Cv_5qoeFm3W0+2R9erzmcNns= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= new file mode 100644 index 0000000..681c56d Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/fM9Xty+kGB7CzDtifLul_7Ez4yo= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= new file mode 100644 index 0000000..bee6cf7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/iDf60JLkU1XqcVKZe69r5Vhp+gs= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= new file mode 100644 index 0000000..3e41f72 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/lIq5oamRke4BJlXybFnnlTX1DJQ= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= new file mode 100644 index 0000000..3f7a7d7 Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/oGtHZlLMAHFkKTn93wHGRMt3M54= differ diff --git a/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= new file mode 100644 index 0000000..054e4ef Binary files /dev/null and b/shopping/app/build/intermediates/incremental/release-mergeJniLibs/zip-cache/p3+zLQ_pz3s0LRLE6bmt36vQaAA= differ diff --git a/shopping/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml b/shopping/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000..2b75765 --- /dev/null +++ b/shopping/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/instant_app_manifest/debug/output.json b/shopping/app/build/intermediates/instant_app_manifest/debug/output.json new file mode 100644 index 0000000..b426d53 --- /dev/null +++ b/shopping/app/build/intermediates/instant_app_manifest/debug/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"INSTANT_APP_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/instant_run_merged_manifests/debug/processDebugManifest/instant-run/output.json b/shopping/app/build/intermediates/instant_run_merged_manifests/debug/processDebugManifest/instant-run/output.json new file mode 100644 index 0000000..baa007c --- /dev/null +++ b/shopping/app/build/intermediates/instant_run_merged_manifests/debug/processDebugManifest/instant-run/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"INSTANT_RUN_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/instant_run_merged_manifests/release/processReleaseManifest/instant-run/output.json b/shopping/app/build/intermediates/instant_run_merged_manifests/release/processReleaseManifest/instant-run/output.json new file mode 100644 index 0000000..d3b37fc --- /dev/null +++ b/shopping/app/build/intermediates/instant_run_merged_manifests/release/processReleaseManifest/instant-run/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"INSTANT_RUN_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class new file mode 100644 index 0000000..c52407b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class new file mode 100644 index 0000000..d1c0e7f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$bool.class new file mode 100644 index 0000000..f06b6bc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$color.class new file mode 100644 index 0000000..fba0237 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$dimen.class new file mode 100644 index 0000000..beb84eb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$drawable.class new file mode 100644 index 0000000..c5ae63e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class new file mode 100644 index 0000000..a0299cf Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$integer.class new file mode 100644 index 0000000..1f865bf Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$layout.class new file mode 100644 index 0000000..4c3c477 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$string.class new file mode 100644 index 0000000..af7469a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$style.class new file mode 100644 index 0000000..9dcf3af Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$styleable.class new file mode 100644 index 0000000..3938378 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R.class new file mode 100644 index 0000000..2cc664d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/compat/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class new file mode 100644 index 0000000..67891e4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$bool.class new file mode 100644 index 0000000..98b9de7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$color.class new file mode 100644 index 0000000..b90f2c6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$dimen.class new file mode 100644 index 0000000..457df8a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$drawable.class new file mode 100644 index 0000000..419c028 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class new file mode 100644 index 0000000..3d94fb8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$integer.class new file mode 100644 index 0000000..c442745 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$layout.class new file mode 100644 index 0000000..1e3058e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$string.class new file mode 100644 index 0000000..0b6131f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$style.class new file mode 100644 index 0000000..c7b3dfd Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$styleable.class new file mode 100644 index 0000000..a7b497b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R.class new file mode 100644 index 0000000..a3dbd0c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreui/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$attr.class new file mode 100644 index 0000000..db350d4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$bool.class new file mode 100644 index 0000000..d84a636 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$color.class new file mode 100644 index 0000000..44094f0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$dimen.class new file mode 100644 index 0000000..74f33a5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$drawable.class new file mode 100644 index 0000000..c29e178 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$id.class new file mode 100644 index 0000000..d3b6eca Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$integer.class new file mode 100644 index 0000000..28a3b83 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$layout.class new file mode 100644 index 0000000..61fba36 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$string.class new file mode 100644 index 0000000..26411d7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$style.class new file mode 100644 index 0000000..093a936 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$styleable.class new file mode 100644 index 0000000..55f83f0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class new file mode 100644 index 0000000..dd1f11b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class new file mode 100644 index 0000000..013ea9a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$animator.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$animator.class new file mode 100644 index 0000000..5b2aff6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$animator.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class new file mode 100644 index 0000000..ba8123d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class new file mode 100644 index 0000000..ebffc34 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$color.class new file mode 100644 index 0000000..fd26ab4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$dimen.class new file mode 100644 index 0000000..b2fe01e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$drawable.class new file mode 100644 index 0000000..3afcf6a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$id.class new file mode 100644 index 0000000..0ad9554 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$integer.class new file mode 100644 index 0000000..25d247e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$layout.class new file mode 100644 index 0000000..c2dff8a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$string.class new file mode 100644 index 0000000..26f12c7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$style.class new file mode 100644 index 0000000..b19dbbe Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$styleable.class new file mode 100644 index 0000000..22b6753 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R.class new file mode 100644 index 0000000..8ecd420 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/design/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$attr.class new file mode 100644 index 0000000..e5cdf07 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$bool.class new file mode 100644 index 0000000..e752b58 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$color.class new file mode 100644 index 0000000..190586a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$dimen.class new file mode 100644 index 0000000..cefb857 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$drawable.class new file mode 100644 index 0000000..fb6b8d9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class new file mode 100644 index 0000000..7c1892e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$integer.class new file mode 100644 index 0000000..f859d19 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$layout.class new file mode 100644 index 0000000..da6f71b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$string.class new file mode 100644 index 0000000..5b4f508 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$style.class new file mode 100644 index 0000000..e648bd9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$styleable.class new file mode 100644 index 0000000..67cf399 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R.class new file mode 100644 index 0000000..b09e405 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/fragment/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$attr.class new file mode 100644 index 0000000..221d4a5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$bool.class new file mode 100644 index 0000000..c3b3b5c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$color.class new file mode 100644 index 0000000..e52358f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$dimen.class new file mode 100644 index 0000000..b00239e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$drawable.class new file mode 100644 index 0000000..23ff4e5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$id.class new file mode 100644 index 0000000..af6b8fb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$integer.class new file mode 100644 index 0000000..389c492 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$layout.class new file mode 100644 index 0000000..f83cc52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$string.class new file mode 100644 index 0000000..ce027ef Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$style.class new file mode 100644 index 0000000..b9c20a3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$styleable.class new file mode 100644 index 0000000..8c0d8b5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R.class new file mode 100644 index 0000000..f880300 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$attr.class new file mode 100644 index 0000000..90bbc52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$bool.class new file mode 100644 index 0000000..d317285 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$color.class new file mode 100644 index 0000000..bec2086 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$dimen.class new file mode 100644 index 0000000..4192b8f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$drawable.class new file mode 100644 index 0000000..5edf441 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$id.class new file mode 100644 index 0000000..e92ab65 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$integer.class new file mode 100644 index 0000000..b55f7b2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$layout.class new file mode 100644 index 0000000..2b41fd9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$string.class new file mode 100644 index 0000000..f07ffa5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$style.class new file mode 100644 index 0000000..21ab23b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$styleable.class new file mode 100644 index 0000000..1dc0003 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R.class new file mode 100644 index 0000000..890fa88 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$attr.class new file mode 100644 index 0000000..b10659f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$bool.class new file mode 100644 index 0000000..7e0cdec Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$color.class new file mode 100644 index 0000000..70e8728 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$dimen.class new file mode 100644 index 0000000..1f45c37 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$drawable.class new file mode 100644 index 0000000..49b8d39 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$id.class new file mode 100644 index 0000000..786dea8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$integer.class new file mode 100644 index 0000000..29f4dc1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$layout.class new file mode 100644 index 0000000..0472571 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$string.class new file mode 100644 index 0000000..62d6638 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$style.class new file mode 100644 index 0000000..5ec490c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$styleable.class new file mode 100644 index 0000000..949430d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R.class new file mode 100644 index 0000000..165dadd Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$attr.class new file mode 100644 index 0000000..c2b9652 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$bool.class new file mode 100644 index 0000000..a75edb2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$color.class new file mode 100644 index 0000000..64a8478 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$dimen.class new file mode 100644 index 0000000..bfa4a41 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$drawable.class new file mode 100644 index 0000000..ca0347c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$id.class new file mode 100644 index 0000000..2dec914 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$integer.class new file mode 100644 index 0000000..23fcb48 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$layout.class new file mode 100644 index 0000000..cc4329f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$string.class new file mode 100644 index 0000000..29bcc87 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$style.class new file mode 100644 index 0000000..f6f5a17 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$styleable.class new file mode 100644 index 0000000..10aae4d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R.class new file mode 100644 index 0000000..901c74e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/transition/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$attr.class new file mode 100644 index 0000000..78ee10c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$bool.class new file mode 100644 index 0000000..26125d0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$color.class new file mode 100644 index 0000000..ba1e083 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$dimen.class new file mode 100644 index 0000000..9f11939 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$drawable.class new file mode 100644 index 0000000..0095ee0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$id.class new file mode 100644 index 0000000..8fd0238 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$integer.class new file mode 100644 index 0000000..c6d1802 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$layout.class new file mode 100644 index 0000000..0e5fffb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$string.class new file mode 100644 index 0000000..12bcbe6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$style.class new file mode 100644 index 0000000..b02e9ba Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$styleable.class new file mode 100644 index 0000000..3c16eeb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R.class new file mode 100644 index 0000000..1c87cfb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v4/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$anim.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$anim.class new file mode 100644 index 0000000..4c0beec Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$attr.class new file mode 100644 index 0000000..c3fd5f2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$bool.class new file mode 100644 index 0000000..cc8a8f6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$color.class new file mode 100644 index 0000000..b5f2bb6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$dimen.class new file mode 100644 index 0000000..d58e0be Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$drawable.class new file mode 100644 index 0000000..ace4a98 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$id.class new file mode 100644 index 0000000..95c82b7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$integer.class new file mode 100644 index 0000000..6c4237e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$layout.class new file mode 100644 index 0000000..c126010 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$string.class new file mode 100644 index 0000000..9106508 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$style.class new file mode 100644 index 0000000..4ac8fea Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$styleable.class new file mode 100644 index 0000000..93e4969 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R.class new file mode 100644 index 0000000..c2e3955 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$attr.class new file mode 100644 index 0000000..52e52e6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$bool.class new file mode 100644 index 0000000..225d789 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$color.class new file mode 100644 index 0000000..56315b0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$dimen.class new file mode 100644 index 0000000..adc0423 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$drawable.class new file mode 100644 index 0000000..63f82d7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$id.class new file mode 100644 index 0000000..d7ff9cc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$integer.class new file mode 100644 index 0000000..19c6334 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$layout.class new file mode 100644 index 0000000..51c345a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$string.class new file mode 100644 index 0000000..4bde3c1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$style.class new file mode 100644 index 0000000..acab493 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$styleable.class new file mode 100644 index 0000000..f8da983 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R.class b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R.class new file mode 100644 index 0000000..670a77e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BigApplication.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BigApplication.class new file mode 100644 index 0000000..fa3d745 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BigApplication.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BigContext.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BigContext.class new file mode 100644 index 0000000..a37bc3d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BigContext.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BuildConfig.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BuildConfig.class new file mode 100644 index 0000000..4540bb8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/BuildConfig.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$1.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$1.class new file mode 100644 index 0000000..691ae7b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$2.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$2.class new file mode 100644 index 0000000..b380df8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$3.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$3.class new file mode 100644 index 0000000..6dc1051 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$3.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$4.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$4.class new file mode 100644 index 0000000..631b08e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$4.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$5.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$5.class new file mode 100644 index 0000000..9fe96fb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$5.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$UserLoginTask.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$UserLoginTask.class new file mode 100644 index 0000000..706ad25 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity$UserLoginTask.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity.class new file mode 100644 index 0000000..f799333 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/LoginActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$anim.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$anim.class new file mode 100644 index 0000000..86965cb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$animator.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$animator.class new file mode 100644 index 0000000..77b7ddc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$animator.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$attr.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$attr.class new file mode 100644 index 0000000..7ada0ba Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$bool.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$bool.class new file mode 100644 index 0000000..b4ebd90 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$color.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$color.class new file mode 100644 index 0000000..f004211 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$dimen.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$dimen.class new file mode 100644 index 0000000..fec39f3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$drawable.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$drawable.class new file mode 100644 index 0000000..bb5ea96 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$id.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$id.class new file mode 100644 index 0000000..14f4ffd Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$integer.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$integer.class new file mode 100644 index 0000000..3b6f6a1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$layout.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$layout.class new file mode 100644 index 0000000..fb231de Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$mipmap.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$mipmap.class new file mode 100644 index 0000000..46d5246 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$mipmap.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$string.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$string.class new file mode 100644 index 0000000..e8e984e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$style.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$style.class new file mode 100644 index 0000000..87e2c48 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$styleable.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$styleable.class new file mode 100644 index 0000000..8d746c2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R.class new file mode 100644 index 0000000..9827561 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$1.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$1.class new file mode 100644 index 0000000..a0ad236 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$2.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$2.class new file mode 100644 index 0000000..f07e7dc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$3.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$3.class new file mode 100644 index 0000000..30281e8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1$3.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1.class new file mode 100644 index 0000000..049c519 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity.class new file mode 100644 index 0000000..7badccf Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/RegisterActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/TabActivity.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/TabActivity.class new file mode 100644 index 0000000..b05688c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/TabActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/WebDetailActivity$1.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/WebDetailActivity$1.class new file mode 100644 index 0000000..5bcd53b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/WebDetailActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/WebDetailActivity.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/WebDetailActivity.class new file mode 100644 index 0000000..a8f12c1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/WebDetailActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/constant/ServerConstant.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/constant/ServerConstant.class new file mode 100644 index 0000000..56d44e3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/constant/ServerConstant.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/database/DBHelper.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/database/DBHelper.class new file mode 100644 index 0000000..87c2db0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/database/DBHelper.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/database/DatabaseUtils.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/database/DatabaseUtils.class new file mode 100644 index 0000000..23f0416 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/common/database/DatabaseUtils.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/FourFragment$1.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/FourFragment$1.class new file mode 100644 index 0000000..55dadcc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/FourFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/FourFragment.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/FourFragment.class new file mode 100644 index 0000000..46e6957 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/FourFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment$1.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment$1.class new file mode 100644 index 0000000..2d6ec9c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment$2.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment$2.class new file mode 100644 index 0000000..ddaba68 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment.class new file mode 100644 index 0000000..8582b5b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/OneFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$1.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$1.class new file mode 100644 index 0000000..0f71887 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$2.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$2.class new file mode 100644 index 0000000..f3ea5d0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$3.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$3.class new file mode 100644 index 0000000..2fad286 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$3.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$4.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$4.class new file mode 100644 index 0000000..01a9c52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment$4.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment.class new file mode 100644 index 0000000..2b63f46 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TabsFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/ThreeFragment.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/ThreeFragment.class new file mode 100644 index 0000000..f1bc5f3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/ThreeFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TwoFragment.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TwoFragment.class new file mode 100644 index 0000000..27ef117 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/fragment/TwoFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/model/User.class b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/model/User.class new file mode 100644 index 0000000..cb72f73 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/classes/com/movies/info/model/User.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/arch/lifecycle/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/arch/lifecycle/R.class new file mode 100644 index 0000000..c52407b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/arch/lifecycle/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$attr.class new file mode 100644 index 0000000..d1c0e7f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$bool.class new file mode 100644 index 0000000..f06b6bc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$color.class new file mode 100644 index 0000000..fba0237 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$dimen.class new file mode 100644 index 0000000..beb84eb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$drawable.class new file mode 100644 index 0000000..c5ae63e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$id.class new file mode 100644 index 0000000..a0299cf Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$integer.class new file mode 100644 index 0000000..1f865bf Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$layout.class new file mode 100644 index 0000000..4c3c477 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$string.class new file mode 100644 index 0000000..af7469a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$style.class new file mode 100644 index 0000000..9dcf3af Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$styleable.class new file mode 100644 index 0000000..3938378 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R.class new file mode 100644 index 0000000..2cc664d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/compat/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$attr.class new file mode 100644 index 0000000..67891e4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$bool.class new file mode 100644 index 0000000..98b9de7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$color.class new file mode 100644 index 0000000..b90f2c6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$dimen.class new file mode 100644 index 0000000..457df8a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$drawable.class new file mode 100644 index 0000000..419c028 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$id.class new file mode 100644 index 0000000..3d94fb8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$integer.class new file mode 100644 index 0000000..c442745 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$layout.class new file mode 100644 index 0000000..1e3058e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$string.class new file mode 100644 index 0000000..0b6131f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$style.class new file mode 100644 index 0000000..c7b3dfd Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$styleable.class new file mode 100644 index 0000000..a7b497b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R.class new file mode 100644 index 0000000..a3dbd0c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreui/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$attr.class new file mode 100644 index 0000000..db350d4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$bool.class new file mode 100644 index 0000000..d84a636 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$color.class new file mode 100644 index 0000000..44094f0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$dimen.class new file mode 100644 index 0000000..74f33a5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$drawable.class new file mode 100644 index 0000000..c29e178 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$id.class new file mode 100644 index 0000000..d3b6eca Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$integer.class new file mode 100644 index 0000000..28a3b83 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$layout.class new file mode 100644 index 0000000..61fba36 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$string.class new file mode 100644 index 0000000..26411d7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$style.class new file mode 100644 index 0000000..093a936 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$styleable.class new file mode 100644 index 0000000..55f83f0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R.class new file mode 100644 index 0000000..dd1f11b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/coreutils/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$anim.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$anim.class new file mode 100644 index 0000000..013ea9a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$animator.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$animator.class new file mode 100644 index 0000000..5b2aff6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$animator.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$attr.class new file mode 100644 index 0000000..ba8123d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$bool.class new file mode 100644 index 0000000..ebffc34 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$color.class new file mode 100644 index 0000000..fd26ab4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$dimen.class new file mode 100644 index 0000000..b2fe01e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$drawable.class new file mode 100644 index 0000000..3afcf6a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$id.class new file mode 100644 index 0000000..0ad9554 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$integer.class new file mode 100644 index 0000000..25d247e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$layout.class new file mode 100644 index 0000000..c2dff8a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$string.class new file mode 100644 index 0000000..26f12c7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$style.class new file mode 100644 index 0000000..b19dbbe Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$styleable.class new file mode 100644 index 0000000..22b6753 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R.class new file mode 100644 index 0000000..8ecd420 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/design/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$attr.class new file mode 100644 index 0000000..e5cdf07 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$bool.class new file mode 100644 index 0000000..e752b58 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$color.class new file mode 100644 index 0000000..190586a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$dimen.class new file mode 100644 index 0000000..cefb857 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$drawable.class new file mode 100644 index 0000000..fb6b8d9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$id.class new file mode 100644 index 0000000..7c1892e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$integer.class new file mode 100644 index 0000000..f859d19 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$layout.class new file mode 100644 index 0000000..da6f71b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$string.class new file mode 100644 index 0000000..5b4f508 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$style.class new file mode 100644 index 0000000..e648bd9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$styleable.class new file mode 100644 index 0000000..67cf399 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R.class new file mode 100644 index 0000000..b09e405 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/fragment/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$attr.class new file mode 100644 index 0000000..221d4a5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$bool.class new file mode 100644 index 0000000..c3b3b5c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$color.class new file mode 100644 index 0000000..e52358f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$dimen.class new file mode 100644 index 0000000..b00239e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$drawable.class new file mode 100644 index 0000000..23ff4e5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$id.class new file mode 100644 index 0000000..af6b8fb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$integer.class new file mode 100644 index 0000000..389c492 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$layout.class new file mode 100644 index 0000000..f83cc52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$string.class new file mode 100644 index 0000000..ce027ef Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$style.class new file mode 100644 index 0000000..b9c20a3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$styleable.class new file mode 100644 index 0000000..8c0d8b5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R.class new file mode 100644 index 0000000..f880300 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$attr.class new file mode 100644 index 0000000..90bbc52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$bool.class new file mode 100644 index 0000000..d317285 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$color.class new file mode 100644 index 0000000..bec2086 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$dimen.class new file mode 100644 index 0000000..4192b8f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$drawable.class new file mode 100644 index 0000000..5edf441 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$id.class new file mode 100644 index 0000000..e92ab65 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$integer.class new file mode 100644 index 0000000..b55f7b2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$layout.class new file mode 100644 index 0000000..2b41fd9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$string.class new file mode 100644 index 0000000..f07ffa5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$style.class new file mode 100644 index 0000000..21ab23b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$styleable.class new file mode 100644 index 0000000..1dc0003 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R.class new file mode 100644 index 0000000..890fa88 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/graphics/drawable/animated/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$attr.class new file mode 100644 index 0000000..b10659f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$bool.class new file mode 100644 index 0000000..7e0cdec Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$color.class new file mode 100644 index 0000000..70e8728 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$dimen.class new file mode 100644 index 0000000..1f45c37 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$drawable.class new file mode 100644 index 0000000..49b8d39 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$id.class new file mode 100644 index 0000000..786dea8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$integer.class new file mode 100644 index 0000000..29f4dc1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$layout.class new file mode 100644 index 0000000..0472571 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$string.class new file mode 100644 index 0000000..62d6638 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$style.class new file mode 100644 index 0000000..5ec490c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$styleable.class new file mode 100644 index 0000000..949430d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R.class new file mode 100644 index 0000000..165dadd Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/mediacompat/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$attr.class new file mode 100644 index 0000000..c2b9652 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$bool.class new file mode 100644 index 0000000..a75edb2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$color.class new file mode 100644 index 0000000..64a8478 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$dimen.class new file mode 100644 index 0000000..bfa4a41 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$drawable.class new file mode 100644 index 0000000..ca0347c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$id.class new file mode 100644 index 0000000..2dec914 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$integer.class new file mode 100644 index 0000000..23fcb48 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$layout.class new file mode 100644 index 0000000..cc4329f Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$string.class new file mode 100644 index 0000000..29bcc87 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$style.class new file mode 100644 index 0000000..f6f5a17 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$styleable.class new file mode 100644 index 0000000..10aae4d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R.class new file mode 100644 index 0000000..901c74e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/transition/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$attr.class new file mode 100644 index 0000000..78ee10c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$bool.class new file mode 100644 index 0000000..26125d0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$color.class new file mode 100644 index 0000000..ba1e083 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$dimen.class new file mode 100644 index 0000000..9f11939 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$drawable.class new file mode 100644 index 0000000..0095ee0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$id.class new file mode 100644 index 0000000..8fd0238 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$integer.class new file mode 100644 index 0000000..c6d1802 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$layout.class new file mode 100644 index 0000000..0e5fffb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$string.class new file mode 100644 index 0000000..12bcbe6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$style.class new file mode 100644 index 0000000..b02e9ba Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$styleable.class new file mode 100644 index 0000000..3c16eeb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R.class new file mode 100644 index 0000000..1c87cfb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v4/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$anim.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$anim.class new file mode 100644 index 0000000..4c0beec Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$attr.class new file mode 100644 index 0000000..c3fd5f2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$bool.class new file mode 100644 index 0000000..cc8a8f6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$color.class new file mode 100644 index 0000000..b5f2bb6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$dimen.class new file mode 100644 index 0000000..d58e0be Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$drawable.class new file mode 100644 index 0000000..ace4a98 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$id.class new file mode 100644 index 0000000..95c82b7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$integer.class new file mode 100644 index 0000000..6c4237e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$layout.class new file mode 100644 index 0000000..c126010 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$string.class new file mode 100644 index 0000000..9106508 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$style.class new file mode 100644 index 0000000..4ac8fea Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$styleable.class new file mode 100644 index 0000000..93e4969 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R.class new file mode 100644 index 0000000..c2e3955 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/appcompat/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$attr.class new file mode 100644 index 0000000..52e52e6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$bool.class new file mode 100644 index 0000000..225d789 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$color.class new file mode 100644 index 0000000..56315b0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$dimen.class new file mode 100644 index 0000000..adc0423 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$drawable.class new file mode 100644 index 0000000..63f82d7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$id.class new file mode 100644 index 0000000..d7ff9cc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$integer.class new file mode 100644 index 0000000..19c6334 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$layout.class new file mode 100644 index 0000000..51c345a Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$string.class new file mode 100644 index 0000000..4bde3c1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$style.class new file mode 100644 index 0000000..acab493 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$styleable.class new file mode 100644 index 0000000..f8da983 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R.class new file mode 100644 index 0000000..670a77e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/android/support/v7/recyclerview/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BigApplication.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BigApplication.class new file mode 100644 index 0000000..7112590 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BigApplication.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BigContext.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BigContext.class new file mode 100644 index 0000000..a37bc3d Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BigContext.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BuildConfig.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BuildConfig.class new file mode 100644 index 0000000..4540bb8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/BuildConfig.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$1.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$1.class new file mode 100644 index 0000000..691ae7b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$2.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$2.class new file mode 100644 index 0000000..b380df8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$3.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$3.class new file mode 100644 index 0000000..6dc1051 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$3.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$4.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$4.class new file mode 100644 index 0000000..dc9ee25 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$4.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$5.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$5.class new file mode 100644 index 0000000..1090b88 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$5.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$UserLoginTask.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$UserLoginTask.class new file mode 100644 index 0000000..7a99cb3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity$UserLoginTask.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity.class new file mode 100644 index 0000000..5345699 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/LoginActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$anim.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$anim.class new file mode 100644 index 0000000..86965cb Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$animator.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$animator.class new file mode 100644 index 0000000..77b7ddc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$animator.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$attr.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$attr.class new file mode 100644 index 0000000..7ada0ba Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$bool.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$bool.class new file mode 100644 index 0000000..b4ebd90 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$color.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$color.class new file mode 100644 index 0000000..f004211 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$dimen.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$dimen.class new file mode 100644 index 0000000..fec39f3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$drawable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$drawable.class new file mode 100644 index 0000000..bb5ea96 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$id.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$id.class new file mode 100644 index 0000000..14f4ffd Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$integer.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$integer.class new file mode 100644 index 0000000..3b6f6a1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$layout.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$layout.class new file mode 100644 index 0000000..fb231de Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$mipmap.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$mipmap.class new file mode 100644 index 0000000..00dd060 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$mipmap.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$string.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$string.class new file mode 100644 index 0000000..e8e984e Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$style.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$style.class new file mode 100644 index 0000000..87e2c48 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$styleable.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$styleable.class new file mode 100644 index 0000000..8d746c2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R.class new file mode 100644 index 0000000..9827561 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/R.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$1.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$1.class new file mode 100644 index 0000000..a0ad236 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$2.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$2.class new file mode 100644 index 0000000..f07e7dc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$3.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$3.class new file mode 100644 index 0000000..30281e8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1$3.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1.class new file mode 100644 index 0000000..655d5f2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity.class new file mode 100644 index 0000000..7badccf Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/RegisterActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/TabActivity.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/TabActivity.class new file mode 100644 index 0000000..b05688c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/TabActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/WebDetailActivity$1.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/WebDetailActivity$1.class new file mode 100644 index 0000000..5bcd53b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/WebDetailActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/WebDetailActivity.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/WebDetailActivity.class new file mode 100644 index 0000000..a8f12c1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/WebDetailActivity.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/constant/ServerConstant.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/constant/ServerConstant.class new file mode 100644 index 0000000..56d44e3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/constant/ServerConstant.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/database/DBHelper.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/database/DBHelper.class new file mode 100644 index 0000000..87c2db0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/database/DBHelper.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/database/DatabaseUtils.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/database/DatabaseUtils.class new file mode 100644 index 0000000..0496e87 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/common/database/DatabaseUtils.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/FourFragment$1.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/FourFragment$1.class new file mode 100644 index 0000000..55dadcc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/FourFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/FourFragment.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/FourFragment.class new file mode 100644 index 0000000..46e6957 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/FourFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment$1.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment$1.class new file mode 100644 index 0000000..2d6ec9c Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment$2.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment$2.class new file mode 100644 index 0000000..ddaba68 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment.class new file mode 100644 index 0000000..8582b5b Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/OneFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$1.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$1.class new file mode 100644 index 0000000..0f71887 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$2.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$2.class new file mode 100644 index 0000000..f3ea5d0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$2.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$3.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$3.class new file mode 100644 index 0000000..2fad286 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$3.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$4.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$4.class new file mode 100644 index 0000000..01a9c52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$4.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment.class new file mode 100644 index 0000000..2dfdefc Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TabsFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/ThreeFragment.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/ThreeFragment.class new file mode 100644 index 0000000..f1bc5f3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/ThreeFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TwoFragment.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TwoFragment.class new file mode 100644 index 0000000..27ef117 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/fragment/TwoFragment.class differ diff --git a/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/model/User.class b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/model/User.class new file mode 100644 index 0000000..cb72f73 Binary files /dev/null and b/shopping/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/movies/info/model/User.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/arch/lifecycle/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/arch/lifecycle/R.class new file mode 100644 index 0000000..c52407b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/arch/lifecycle/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$attr.class new file mode 100644 index 0000000..d1c0e7f Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$bool.class new file mode 100644 index 0000000..f06b6bc Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$color.class new file mode 100644 index 0000000..fba0237 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$dimen.class new file mode 100644 index 0000000..beb84eb Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$drawable.class new file mode 100644 index 0000000..c5ae63e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$id.class new file mode 100644 index 0000000..a0299cf Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$integer.class new file mode 100644 index 0000000..1f865bf Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$layout.class new file mode 100644 index 0000000..4c3c477 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$string.class new file mode 100644 index 0000000..af7469a Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$style.class new file mode 100644 index 0000000..9dcf3af Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$styleable.class new file mode 100644 index 0000000..3938378 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R.class new file mode 100644 index 0000000..2cc664d Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/compat/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$attr.class new file mode 100644 index 0000000..67891e4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$bool.class new file mode 100644 index 0000000..98b9de7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$color.class new file mode 100644 index 0000000..b90f2c6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$dimen.class new file mode 100644 index 0000000..457df8a Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$drawable.class new file mode 100644 index 0000000..419c028 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$id.class new file mode 100644 index 0000000..3d94fb8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$integer.class new file mode 100644 index 0000000..c442745 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$layout.class new file mode 100644 index 0000000..1e3058e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$string.class new file mode 100644 index 0000000..0b6131f Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$style.class new file mode 100644 index 0000000..c7b3dfd Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$styleable.class new file mode 100644 index 0000000..a7b497b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R.class new file mode 100644 index 0000000..a3dbd0c Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreui/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$attr.class new file mode 100644 index 0000000..db350d4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$bool.class new file mode 100644 index 0000000..d84a636 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$color.class new file mode 100644 index 0000000..44094f0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$dimen.class new file mode 100644 index 0000000..74f33a5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$drawable.class new file mode 100644 index 0000000..c29e178 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$id.class new file mode 100644 index 0000000..d3b6eca Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$integer.class new file mode 100644 index 0000000..28a3b83 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$layout.class new file mode 100644 index 0000000..61fba36 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$string.class new file mode 100644 index 0000000..26411d7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$style.class new file mode 100644 index 0000000..093a936 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$styleable.class new file mode 100644 index 0000000..55f83f0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R.class new file mode 100644 index 0000000..dd1f11b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/coreutils/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$anim.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$anim.class new file mode 100644 index 0000000..013ea9a Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$animator.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$animator.class new file mode 100644 index 0000000..5b2aff6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$animator.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$attr.class new file mode 100644 index 0000000..ba8123d Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$bool.class new file mode 100644 index 0000000..ebffc34 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$color.class new file mode 100644 index 0000000..fd26ab4 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$dimen.class new file mode 100644 index 0000000..b2fe01e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$drawable.class new file mode 100644 index 0000000..3afcf6a Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$id.class new file mode 100644 index 0000000..0ad9554 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$integer.class new file mode 100644 index 0000000..25d247e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$layout.class new file mode 100644 index 0000000..c2dff8a Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$string.class new file mode 100644 index 0000000..26f12c7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$style.class new file mode 100644 index 0000000..b19dbbe Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$styleable.class new file mode 100644 index 0000000..22b6753 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R.class new file mode 100644 index 0000000..8ecd420 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/design/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$attr.class new file mode 100644 index 0000000..e5cdf07 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$bool.class new file mode 100644 index 0000000..e752b58 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$color.class new file mode 100644 index 0000000..190586a Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$dimen.class new file mode 100644 index 0000000..cefb857 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$drawable.class new file mode 100644 index 0000000..fb6b8d9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$id.class new file mode 100644 index 0000000..7c1892e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$integer.class new file mode 100644 index 0000000..f859d19 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$layout.class new file mode 100644 index 0000000..da6f71b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$string.class new file mode 100644 index 0000000..5b4f508 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$style.class new file mode 100644 index 0000000..e648bd9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$styleable.class new file mode 100644 index 0000000..67cf399 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R.class new file mode 100644 index 0000000..b09e405 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/fragment/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$attr.class new file mode 100644 index 0000000..221d4a5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$bool.class new file mode 100644 index 0000000..c3b3b5c Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$color.class new file mode 100644 index 0000000..e52358f Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$dimen.class new file mode 100644 index 0000000..b00239e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$drawable.class new file mode 100644 index 0000000..23ff4e5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$id.class new file mode 100644 index 0000000..af6b8fb Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$integer.class new file mode 100644 index 0000000..389c492 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$layout.class new file mode 100644 index 0000000..f83cc52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$string.class new file mode 100644 index 0000000..ce027ef Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$style.class new file mode 100644 index 0000000..b9c20a3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$styleable.class new file mode 100644 index 0000000..8c0d8b5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R.class new file mode 100644 index 0000000..f880300 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$attr.class new file mode 100644 index 0000000..90bbc52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$bool.class new file mode 100644 index 0000000..d317285 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$color.class new file mode 100644 index 0000000..bec2086 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$dimen.class new file mode 100644 index 0000000..4192b8f Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$drawable.class new file mode 100644 index 0000000..5edf441 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$id.class new file mode 100644 index 0000000..e92ab65 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$integer.class new file mode 100644 index 0000000..b55f7b2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$layout.class new file mode 100644 index 0000000..2b41fd9 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$string.class new file mode 100644 index 0000000..f07ffa5 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$style.class new file mode 100644 index 0000000..21ab23b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$styleable.class new file mode 100644 index 0000000..1dc0003 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R.class new file mode 100644 index 0000000..890fa88 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/graphics/drawable/animated/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$attr.class new file mode 100644 index 0000000..b10659f Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$bool.class new file mode 100644 index 0000000..7e0cdec Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$color.class new file mode 100644 index 0000000..70e8728 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$dimen.class new file mode 100644 index 0000000..1f45c37 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$drawable.class new file mode 100644 index 0000000..49b8d39 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$id.class new file mode 100644 index 0000000..786dea8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$integer.class new file mode 100644 index 0000000..29f4dc1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$layout.class new file mode 100644 index 0000000..0472571 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$string.class new file mode 100644 index 0000000..62d6638 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$style.class new file mode 100644 index 0000000..5ec490c Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$styleable.class new file mode 100644 index 0000000..949430d Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R.class new file mode 100644 index 0000000..165dadd Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/mediacompat/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$attr.class new file mode 100644 index 0000000..c2b9652 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$bool.class new file mode 100644 index 0000000..a75edb2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$color.class new file mode 100644 index 0000000..64a8478 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$dimen.class new file mode 100644 index 0000000..bfa4a41 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$drawable.class new file mode 100644 index 0000000..ca0347c Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$id.class new file mode 100644 index 0000000..2dec914 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$integer.class new file mode 100644 index 0000000..23fcb48 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$layout.class new file mode 100644 index 0000000..cc4329f Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$string.class new file mode 100644 index 0000000..29bcc87 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$style.class new file mode 100644 index 0000000..f6f5a17 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$styleable.class new file mode 100644 index 0000000..10aae4d Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R.class new file mode 100644 index 0000000..901c74e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/transition/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$attr.class new file mode 100644 index 0000000..78ee10c Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$bool.class new file mode 100644 index 0000000..26125d0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$color.class new file mode 100644 index 0000000..ba1e083 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$dimen.class new file mode 100644 index 0000000..9f11939 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$drawable.class new file mode 100644 index 0000000..0095ee0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$id.class new file mode 100644 index 0000000..8fd0238 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$integer.class new file mode 100644 index 0000000..c6d1802 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$layout.class new file mode 100644 index 0000000..0e5fffb Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$string.class new file mode 100644 index 0000000..12bcbe6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$style.class new file mode 100644 index 0000000..b02e9ba Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$styleable.class new file mode 100644 index 0000000..3c16eeb Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R.class new file mode 100644 index 0000000..1c87cfb Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v4/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$anim.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$anim.class new file mode 100644 index 0000000..4c0beec Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$attr.class new file mode 100644 index 0000000..c3fd5f2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$bool.class new file mode 100644 index 0000000..cc8a8f6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$color.class new file mode 100644 index 0000000..b5f2bb6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$dimen.class new file mode 100644 index 0000000..d58e0be Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$drawable.class new file mode 100644 index 0000000..ace4a98 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$id.class new file mode 100644 index 0000000..95c82b7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$integer.class new file mode 100644 index 0000000..6c4237e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$layout.class new file mode 100644 index 0000000..c126010 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$string.class new file mode 100644 index 0000000..9106508 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$style.class new file mode 100644 index 0000000..4ac8fea Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$styleable.class new file mode 100644 index 0000000..93e4969 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R.class new file mode 100644 index 0000000..c2e3955 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/appcompat/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$attr.class new file mode 100644 index 0000000..52e52e6 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$bool.class new file mode 100644 index 0000000..225d789 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$color.class new file mode 100644 index 0000000..56315b0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$dimen.class new file mode 100644 index 0000000..adc0423 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$drawable.class new file mode 100644 index 0000000..63f82d7 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$id.class new file mode 100644 index 0000000..d7ff9cc Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$integer.class new file mode 100644 index 0000000..19c6334 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$layout.class new file mode 100644 index 0000000..51c345a Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$string.class new file mode 100644 index 0000000..4bde3c1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$style.class new file mode 100644 index 0000000..acab493 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$styleable.class new file mode 100644 index 0000000..f8da983 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R.class new file mode 100644 index 0000000..670a77e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/android/support/v7/recyclerview/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BigApplication.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BigApplication.class new file mode 100644 index 0000000..7112590 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BigApplication.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BigContext.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BigContext.class new file mode 100644 index 0000000..a37bc3d Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BigContext.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BuildConfig.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BuildConfig.class new file mode 100644 index 0000000..36a3493 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/BuildConfig.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$1.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$1.class new file mode 100644 index 0000000..691ae7b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$2.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$2.class new file mode 100644 index 0000000..b380df8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$2.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$3.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$3.class new file mode 100644 index 0000000..6dc1051 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$3.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$4.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$4.class new file mode 100644 index 0000000..dc9ee25 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$4.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$5.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$5.class new file mode 100644 index 0000000..1090b88 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$5.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$UserLoginTask.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$UserLoginTask.class new file mode 100644 index 0000000..7a99cb3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity$UserLoginTask.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity.class new file mode 100644 index 0000000..5345699 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/LoginActivity.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$anim.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$anim.class new file mode 100644 index 0000000..86965cb Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$anim.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$animator.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$animator.class new file mode 100644 index 0000000..77b7ddc Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$animator.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$attr.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$attr.class new file mode 100644 index 0000000..7ada0ba Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$attr.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$bool.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$bool.class new file mode 100644 index 0000000..b4ebd90 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$bool.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$color.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$color.class new file mode 100644 index 0000000..f004211 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$color.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$dimen.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$dimen.class new file mode 100644 index 0000000..fec39f3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$dimen.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$drawable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$drawable.class new file mode 100644 index 0000000..bb5ea96 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$drawable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$id.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$id.class new file mode 100644 index 0000000..14f4ffd Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$id.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$integer.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$integer.class new file mode 100644 index 0000000..3b6f6a1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$integer.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$layout.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$layout.class new file mode 100644 index 0000000..fb231de Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$layout.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$mipmap.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$mipmap.class new file mode 100644 index 0000000..00dd060 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$mipmap.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$string.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$string.class new file mode 100644 index 0000000..e8e984e Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$string.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$style.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$style.class new file mode 100644 index 0000000..87e2c48 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$style.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$styleable.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$styleable.class new file mode 100644 index 0000000..8d746c2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R$styleable.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R.class new file mode 100644 index 0000000..9827561 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/R.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$1.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$1.class new file mode 100644 index 0000000..a0ad236 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$1.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$2.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$2.class new file mode 100644 index 0000000..f07e7dc Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$2.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$3.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$3.class new file mode 100644 index 0000000..30281e8 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1$3.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1.class new file mode 100644 index 0000000..655d5f2 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity.class new file mode 100644 index 0000000..7badccf Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/RegisterActivity.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/TabActivity.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/TabActivity.class new file mode 100644 index 0000000..b05688c Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/TabActivity.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/WebDetailActivity$1.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/WebDetailActivity$1.class new file mode 100644 index 0000000..5bcd53b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/WebDetailActivity$1.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/WebDetailActivity.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/WebDetailActivity.class new file mode 100644 index 0000000..a8f12c1 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/WebDetailActivity.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/constant/ServerConstant.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/constant/ServerConstant.class new file mode 100644 index 0000000..56d44e3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/constant/ServerConstant.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/database/DBHelper.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/database/DBHelper.class new file mode 100644 index 0000000..87c2db0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/database/DBHelper.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/database/DatabaseUtils.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/database/DatabaseUtils.class new file mode 100644 index 0000000..0496e87 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/common/database/DatabaseUtils.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/FourFragment$1.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/FourFragment$1.class new file mode 100644 index 0000000..55dadcc Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/FourFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/FourFragment.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/FourFragment.class new file mode 100644 index 0000000..46e6957 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/FourFragment.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment$1.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment$1.class new file mode 100644 index 0000000..2d6ec9c Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment$2.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment$2.class new file mode 100644 index 0000000..ddaba68 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment$2.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment.class new file mode 100644 index 0000000..8582b5b Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/OneFragment.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$1.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$1.class new file mode 100644 index 0000000..0f71887 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$1.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$2.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$2.class new file mode 100644 index 0000000..f3ea5d0 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$2.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$3.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$3.class new file mode 100644 index 0000000..2fad286 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$3.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$4.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$4.class new file mode 100644 index 0000000..01a9c52 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment$4.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment.class new file mode 100644 index 0000000..2dfdefc Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TabsFragment.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/ThreeFragment.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/ThreeFragment.class new file mode 100644 index 0000000..f1bc5f3 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/ThreeFragment.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TwoFragment.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TwoFragment.class new file mode 100644 index 0000000..27ef117 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/fragment/TwoFragment.class differ diff --git a/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/model/User.class b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/model/User.class new file mode 100644 index 0000000..cb72f73 Binary files /dev/null and b/shopping/app/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/movies/info/model/User.class differ diff --git a/shopping/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/shopping/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..996083c --- /dev/null +++ b/shopping/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,72 @@ +1 +2 +6 +7 D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml +9 android:targetSdkVersion="26" /> +9-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml +10 +10-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:4:5-67 +10-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:4:22-64 +11 +12 D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:6:5-24:19 +13 android:name="com.movies.info.BigApplication" +13-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:10:9-54 +14 android:allowBackup="true" +14-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:7:9-35 +15 android:debuggable="true" +16 android:icon="@mipmap/ic_launcher" +16-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:8:9-43 +17 android:label="@string/app_name" +17-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:9:9-41 +18 android:roundIcon="@mipmap/ic_launcher_round" +18-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:11:9-54 +19 android:supportsRtl="true" +19-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:12:9-35 +20 android:testOnly="true" +21 android:theme="@style/AppTheme" > +21-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:13:9-40 +22 +22-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:14:9-20:20 +22-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:14:19-63 +23 +23-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:15:13-19:29 +24 +24-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:16:17-69 +24-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:16:25-66 +25 +26 +26-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:18:17-77 +26-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:18:27-74 +27 +28 +29 +29-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:21:9-64 +29-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:21:19-61 +30 +30-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:22:9-70 +30-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:22:19-67 +31 +31-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:23:9-69 +31-->D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:23:19-66 +32 +33 [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:26:9-28:38 +34 android:name="android.support.VERSION" +34-->[com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:27:13-51 +35 android:value="26.1.0" /> +35-->[com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:28:13-35 +36 [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:25:9-27:47 +37 android:name="android.arch.lifecycle.VERSION" +37-->[android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:26:13-58 +38 android:value="27.0.0-SNAPSHOT" /> +38-->[android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:27:13-44 +39 +40 +41 diff --git a/shopping/app/build/intermediates/merged_java_res/debug/out.jar b/shopping/app/build/intermediates/merged_java_res/debug/out.jar new file mode 100644 index 0000000..15cb0ec Binary files /dev/null and b/shopping/app/build/intermediates/merged_java_res/debug/out.jar differ diff --git a/shopping/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/shopping/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..b6c9885 --- /dev/null +++ b/shopping/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/merged_manifests/debug/output.json b/shopping/app/build/intermediates/merged_manifests/debug/output.json new file mode 100644 index 0000000..41296d4 --- /dev/null +++ b/shopping/app/build/intermediates/merged_manifests/debug/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/merged_manifests/release/processReleaseManifest/merged/AndroidManifest.xml b/shopping/app/build/intermediates/merged_manifests/release/processReleaseManifest/merged/AndroidManifest.xml new file mode 100644 index 0000000..7288188 --- /dev/null +++ b/shopping/app/build/intermediates/merged_manifests/release/processReleaseManifest/merged/AndroidManifest.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/build/intermediates/merged_manifests/release/processReleaseManifest/merged/output.json b/shopping/app/build/intermediates/merged_manifests/release/processReleaseManifest/merged/output.json new file mode 100644 index 0000000..3162e48 --- /dev/null +++ b/shopping/app/build/intermediates/merged_manifests/release/processReleaseManifest/merged/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json b/shopping/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json new file mode 100644 index 0000000..5875ae5 --- /dev/null +++ b/shopping/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"METADATA_FEATURE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json b/shopping/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json new file mode 100644 index 0000000..8329cbe --- /dev/null +++ b/shopping/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"PROCESSED_RES"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"resources-debug.ap_","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ b/shopping/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ new file mode 100644 index 0000000..4d4888d Binary files /dev/null and b/shopping/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ differ diff --git a/shopping/app/build/intermediates/processed_res/release/processReleaseResources/out/output.json b/shopping/app/build/intermediates/processed_res/release/processReleaseResources/out/output.json new file mode 100644 index 0000000..156ed21 --- /dev/null +++ b/shopping/app/build/intermediates/processed_res/release/processReleaseResources/out/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"PROCESSED_RES"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"resources-release.ap_","properties":{"packageId":"com.movies.info","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/processed_res/release/processReleaseResources/out/resources-release.ap_ b/shopping/app/build/intermediates/processed_res/release/processReleaseResources/out/resources-release.ap_ new file mode 100644 index 0000000..1e41806 Binary files /dev/null and b/shopping/app/build/intermediates/processed_res/release/processReleaseResources/out/resources-release.ap_ differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat new file mode 100644 index 0000000..02994ce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat new file mode 100644 index 0000000..e990227 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat new file mode 100644 index 0000000..1fe8d64 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat new file mode 100644 index 0000000..2fd0875 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat new file mode 100644 index 0000000..93d36a3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat new file mode 100644 index 0000000..9a1543b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat new file mode 100644 index 0000000..f40ba74 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat new file mode 100644 index 0000000..e2a65a6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat new file mode 100644 index 0000000..c5c2cdd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat new file mode 100644 index 0000000..17901f1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat new file mode 100644 index 0000000..e8ae7ae Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat new file mode 100644 index 0000000..488c32c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_in.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_in.xml.flat new file mode 100644 index 0000000..3167120 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_out.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_out.xml.flat new file mode 100644 index 0000000..80b8dbd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat new file mode 100644 index 0000000..4231d96 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat new file mode 100644 index 0000000..7986865 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_tooltip_enter.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_tooltip_enter.xml.flat new file mode 100644 index 0000000..038bdba Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_tooltip_enter.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/anim_tooltip_exit.xml.flat b/shopping/app/build/intermediates/res/merged/debug/anim_tooltip_exit.xml.flat new file mode 100644 index 0000000..f41cac7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/anim_tooltip_exit.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat b/shopping/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat new file mode 100644 index 0000000..52b4053 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat new file mode 100644 index 0000000..b6c35ad Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat new file mode 100644 index 0000000..06acfc6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat new file mode 100644 index 0000000..35061a2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat new file mode 100644 index 0000000..7664963 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat new file mode 100644 index 0000000..8aed437 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat new file mode 100644 index 0000000..d1c0a76 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat new file mode 100644 index 0000000..b66ce42 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat new file mode 100644 index 0000000..c324049 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat new file mode 100644 index 0000000..29cc422 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat new file mode 100644 index 0000000..f1de9dd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat new file mode 100644 index 0000000..ab3e8d1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat new file mode 100644 index 0000000..dc932da Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat new file mode 100644 index 0000000..49103c6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat new file mode 100644 index 0000000..e180a9b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat new file mode 100644 index 0000000..816468d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat new file mode 100644 index 0000000..6e22a45 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat new file mode 100644 index 0000000..640ad45 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat new file mode 100644 index 0000000..77d7f0f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat new file mode 100644 index 0000000..f931188 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat new file mode 100644 index 0000000..4e20b9d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat new file mode 100644 index 0000000..d158fc8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat new file mode 100644 index 0000000..716233e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat new file mode 100644 index 0000000..35f7055 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat new file mode 100644 index 0000000..22bed58 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat new file mode 100644 index 0000000..117a3b7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat new file mode 100644 index 0000000..361fdcd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat new file mode 100644 index 0000000..d6d535f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat new file mode 100644 index 0000000..36623e5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat new file mode 100644 index 0000000..7a0c546 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_design_error.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_design_error.xml.flat new file mode 100644 index 0000000..a786909 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_design_error.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_design_tint_password_toggle.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_design_tint_password_toggle.xml.flat new file mode 100644 index 0000000..401758e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_design_tint_password_toggle.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat new file mode 100644 index 0000000..4a135bd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat new file mode 100644 index 0000000..fbcc15e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat new file mode 100644 index 0000000..8218738 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat new file mode 100644 index 0000000..fb85985 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..da0d0cf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..787ffa8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..b57a338 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..e1ed26e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..86b318f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..8dd69fa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..b322a48 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..f982bb2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..c62f07a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..b0b364c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..03f599e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..3253809 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..df5f081 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..edf8c67 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..a442a5e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..56067f8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..e4f1078 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..dc44f38 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..2cb5390 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..8c06d3c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..e506fa1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..9197945 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..987b5cd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..5a8fec0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..1a4abf4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..edbf48e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..df9711a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..05b8f4a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..6419330 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..d80e372 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..b8c16b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..0c73d35 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..443ebc4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..dfaf99c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..d28b0a1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..041d12d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..df14399 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..e6e151d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..1b60d66 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..c9558ed Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..142cec5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..f1194db Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..fe6d183 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..3e70f8a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..f8a64cf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..8303d3b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b80ad13 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..d839868 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..16ff86c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..dea13cc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..5d81159 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..c1f04e0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..46a59a5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..e5d7fe9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..4eb9db1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..59d24db Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..c6ec238 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..81fd623 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..e281044 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..6edfe6a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..bb2c401 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..0641f98 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..07fd052 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..04782b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..f10bff4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..7f3527a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..9eff829 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..4d2f699 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..00479f9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..3277bd2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..b1e26a9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..ce158a8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..d8aa0ed Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..a5edaa4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..bb5bbd1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..628c553 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..8568ff8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..a85707a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..7954ffc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..b18ac47 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..96c4d26 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..dea5426 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..2b1da25 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..91c0b0a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..a9cef08 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..2f5b240 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..2a1f31d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..a465403 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..df8c8b8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..8a7ef6a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..7078fff Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..aee0719 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..8d7fcce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..8889ccc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..0b651ae Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..09e40ce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..05dfe85 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..bb74767 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..647c997 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..e084ce2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..9aa56ce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..7861ab9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..5d5d54c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..aa89702 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..a8b2005 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..6a1f566 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..aa55e5a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..e859e43 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..a1d7da2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..be5053e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..3608c0f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..25b9f52 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..aaf6226 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..91dd1a3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..1499aeb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..79c7b8e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..1de4bee Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..0516db3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..ac0e88b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..9658fe4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..e4bfe7e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..0494218 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..2f15a75 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat new file mode 100644 index 0000000..c27aae9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat new file mode 100644 index 0000000..d311d78 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat new file mode 100644 index 0000000..5e2a1d2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat new file mode 100644 index 0000000..5c068a0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat new file mode 100644 index 0000000..9f3cb67 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat new file mode 100644 index 0000000..6cfef7d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat new file mode 100644 index 0000000..ea3f576 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat new file mode 100644 index 0000000..1951b64 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat new file mode 100644 index 0000000..a88129e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..0c14293 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..9b65464 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..c7adf4a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..79e74e8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..c5df44b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..ac08ad5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..29fe815 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c287fef Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..2bc007c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..a6bf53b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..c99dc2c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..cbbcdfd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..cbabe3c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..5508780 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..69f3353 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..3d38da0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..adf2b5c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..dba7339 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..6683332 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..cef5096 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..324339e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..a84ac9b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..c5e953d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..f6d96d7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..2741a44 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..8e95438 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..72a52e4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..2dda953 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..77ed918 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..843c691 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..a593efc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..ccf623d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..8de2947 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..96fbbc9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..5f0d9d1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..a670858 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..867132f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..63ff588 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..331ae19 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..e00b022 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..7c4f79a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..da02607 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..9efff60 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..e045540 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..4044ef8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..ba38392 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..3ef8000 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..fba42a4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..ffbda16 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..b791270 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..1a9d404 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..77c68a1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..6879a85 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..4458977 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..80124cb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..e343c5a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..da2c0e6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..e63f71d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..f681de3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..40f7523 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..dc7f75e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..080da71 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..155fd90 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..2c5b9e4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..d8591ec Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..9a6255e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..71d1904 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..4462fd2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..ad3795c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..9bd6256 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..b64f711 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..affe0e5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..2cf3e11 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..06bc672 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..209c42e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..f727256 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..dcf8d9b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..7107a78 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..8641025 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..9ade97e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..507b695 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..4fe80cc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..e3ea3d2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..9f7f876 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..ff5bae2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..d3b4fde Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..45f9735 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b3d29b5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..83f35fb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b678c44 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..091dae6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..f730c59 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..dd3c608 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..e27e3bb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..5a8fef8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..4317073 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..2678a7a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..8963510 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..337f345 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..5bb6637 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..0bbb249 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..1982c6c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..4142afb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..96013e7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..fca9400 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..748cfc4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..303f8d6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..93688e0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..5306535 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..87be7d2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..e7605cd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..39e947f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..b40af85 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..0a7d458 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..3fee602 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..0c6d502 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..77cbf32 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..45428ee Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..ec8619b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..cae42f8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..4e76da6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..b410c6f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..d42d9f6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..765620e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c79561c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..aabc9ca Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..9f3270a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..3a78e8f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..987c40f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..e7a8288 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..db77d14 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat new file mode 100644 index 0000000..701ee82 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat new file mode 100644 index 0000000..287ad31 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat new file mode 100644 index 0000000..cdf3ed8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat new file mode 100644 index 0000000..1873107 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat new file mode 100644 index 0000000..5fd94ce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat new file mode 100644 index 0000000..2a27eae Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat new file mode 100644 index 0000000..6c4c937 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat new file mode 100644 index 0000000..7000fba Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat new file mode 100644 index 0000000..95f9a6c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat new file mode 100644 index 0000000..e9aa5dd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat new file mode 100644 index 0000000..6a62aae Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat new file mode 100644 index 0000000..37c3be1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat new file mode 100644 index 0000000..3ab3a6d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat new file mode 100644 index 0000000..55de577 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat new file mode 100644 index 0000000..f3c8222 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat new file mode 100644 index 0000000..63ec54b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat new file mode 100644 index 0000000..c4fbb9e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat new file mode 100644 index 0000000..c7d6c12 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat new file mode 100644 index 0000000..83e8d2c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat new file mode 100644 index 0000000..ff11176 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat new file mode 100644 index 0000000..3db7a3a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat new file mode 100644 index 0000000..1d2f50d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat new file mode 100644 index 0000000..47bc35d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat new file mode 100644 index 0000000..5d3b1f3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat new file mode 100644 index 0000000..086457e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat new file mode 100644 index 0000000..b7909ab Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat new file mode 100644 index 0000000..cdac480 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat new file mode 100644 index 0000000..970424f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat new file mode 100644 index 0000000..46696ba Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat new file mode 100644 index 0000000..7b3c899 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat new file mode 100644 index 0000000..523d6d2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat new file mode 100644 index 0000000..0996f47 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat new file mode 100644 index 0000000..499f3ea Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat new file mode 100644 index 0000000..9937365 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_bg3.png.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_bg3.png.flat new file mode 100644 index 0000000..6f4e985 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_bg3.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_design_bottom_navigation_item_background.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_design_bottom_navigation_item_background.xml.flat new file mode 100644 index 0000000..f62dce3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_design_bottom_navigation_item_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat new file mode 100644 index 0000000..195c47e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_design_password_eye.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_design_password_eye.xml.flat new file mode 100644 index 0000000..8abde96 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_design_password_eye.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat new file mode 100644 index 0000000..4a01bf0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat new file mode 100644 index 0000000..eb53b91 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat new file mode 100644 index 0000000..68d33b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat new file mode 100644 index 0000000..f09dad5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat new file mode 100644 index 0000000..06b0b3a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat new file mode 100644 index 0000000..696271d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_shape_bg.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_shape_bg.xml.flat new file mode 100644 index 0000000..f599ff5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_shape_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_shape_fragment_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_shape_fragment_toolbar.xml.flat new file mode 100644 index 0000000..1509175 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_shape_fragment_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat new file mode 100644 index 0000000..35036aa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat b/shopping/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat new file mode 100644 index 0000000..3f3d04c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat new file mode 100644 index 0000000..a26a77f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat new file mode 100644 index 0000000..09f51e2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat new file mode 100644 index 0000000..02200b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat new file mode 100644 index 0000000..3ea8f0f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat new file mode 100644 index 0000000..9857277 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat new file mode 100644 index 0000000..0d57ddb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat new file mode 100644 index 0000000..449bae2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat new file mode 100644 index 0000000..ff43d5e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat new file mode 100644 index 0000000..e4d75ad Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat new file mode 100644 index 0000000..4ead5e3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat new file mode 100644 index 0000000..1c14cf9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat new file mode 100644 index 0000000..53c07e3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat new file mode 100644 index 0000000..9dded96 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat new file mode 100644 index 0000000..c6911bd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat new file mode 100644 index 0000000..37e5c5c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat new file mode 100644 index 0000000..92a6a99 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat new file mode 100644 index 0000000..9c08a1b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat new file mode 100644 index 0000000..65fafd1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat new file mode 100644 index 0000000..8f0a887 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat new file mode 100644 index 0000000..0515349 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat new file mode 100644 index 0000000..8cae267 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat new file mode 100644 index 0000000..679144e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat new file mode 100644 index 0000000..37d9dd9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat new file mode 100644 index 0000000..580b498 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat new file mode 100644 index 0000000..7ebcf1f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat new file mode 100644 index 0000000..2a34bcc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat new file mode 100644 index 0000000..00203f0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat new file mode 100644 index 0000000..6c0de21 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat new file mode 100644 index 0000000..6e1e7eb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat new file mode 100644 index 0000000..2807e54 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat new file mode 100644 index 0000000..29bc48e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat new file mode 100644 index 0000000..7dd7bbb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat new file mode 100644 index 0000000..2b96608 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat new file mode 100644 index 0000000..31b9241 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_activity_register.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_activity_register.xml.flat new file mode 100644 index 0000000..ed813ff Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_activity_register.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_activity_tab.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_activity_tab.xml.flat new file mode 100644 index 0000000..ade7053 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_activity_tab.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_activity_web_detail.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_activity_web_detail.xml.flat new file mode 100644 index 0000000..bfa0159 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_activity_web_detail.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat new file mode 100644 index 0000000..e3b2519 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat new file mode 100644 index 0000000..020b163 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat new file mode 100644 index 0000000..1f6ec39 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat new file mode 100644 index 0000000..13b987c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat new file mode 100644 index 0000000..5a12ef9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat new file mode 100644 index 0000000..09e34bc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat new file mode 100644 index 0000000..e647cbb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat new file mode 100644 index 0000000..e0ea1ba Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat new file mode 100644 index 0000000..ced288d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat new file mode 100644 index 0000000..3a0ec73 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat new file mode 100644 index 0000000..aeddb36 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat new file mode 100644 index 0000000..b0f8b71 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat new file mode 100644 index 0000000..d7417da Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat new file mode 100644 index 0000000..172e3e2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_fragment_four.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_four.xml.flat new file mode 100644 index 0000000..972f5d6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_four.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_fragment_one.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_one.xml.flat new file mode 100644 index 0000000..084be5f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_one.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_fragment_three.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_three.xml.flat new file mode 100644 index 0000000..3615d38 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_three.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_fragment_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_toolbar.xml.flat new file mode 100644 index 0000000..5c88757 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_fragment_two.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_two.xml.flat new file mode 100644 index 0000000..c8e345a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_fragment_two.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_item_movie_list.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_item_movie_list.xml.flat new file mode 100644 index 0000000..3fc5fd3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_item_movie_list.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_login.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_login.xml.flat new file mode 100644 index 0000000..6dcb400 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_login.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat new file mode 100644 index 0000000..ec7d771 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat new file mode 100644 index 0000000..1de2bb8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_media_action.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_media_action.xml.flat new file mode 100644 index 0000000..868a5d7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_media_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_media_cancel_action.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_media_cancel_action.xml.flat new file mode 100644 index 0000000..7920421 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_media_cancel_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media.xml.flat new file mode 100644 index 0000000..fd23df0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_custom.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_custom.xml.flat new file mode 100644 index 0000000..52e3a7a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_custom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow.xml.flat new file mode 100644 index 0000000..ef5242d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow_custom.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow_custom.xml.flat new file mode 100644 index 0000000..840e8c9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow_custom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat new file mode 100644 index 0000000..a7b5700 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_lines_media.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_lines_media.xml.flat new file mode 100644 index 0000000..e2ba50e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_lines_media.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_media.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_media.xml.flat new file mode 100644 index 0000000..3800ad5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_media.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_media_custom.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_media_custom.xml.flat new file mode 100644 index 0000000..b03cf2f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_media_custom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat new file mode 100644 index 0000000..8ee61da Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat new file mode 100644 index 0000000..2692cdc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat new file mode 100644 index 0000000..263e470 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat new file mode 100644 index 0000000..ef43199 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat new file mode 100644 index 0000000..43e61eb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat new file mode 100644 index 0000000..943c9e1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/layout_tooltip.xml.flat b/shopping/app/build/intermediates/res/merged/debug/layout_tooltip.xml.flat new file mode 100644 index 0000000..a3f21c5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/layout_tooltip.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat new file mode 100644 index 0000000..364f1c0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..18321a1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat new file mode 100644 index 0000000..a6ff99c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..12ad06b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a1.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a1.jpg.flat new file mode 100644 index 0000000..3130801 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a1.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a2.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a2.jpg.flat new file mode 100644 index 0000000..34336b8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a2.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a3.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a3.jpg.flat new file mode 100644 index 0000000..04fa7ef Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_a3.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..baf1b3b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..3a1691b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_add.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_add.jpg.flat new file mode 100644 index 0000000..09b9db1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_add.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_baomihua.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_baomihua.jpg.flat new file mode 100644 index 0000000..7dd41fa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_baomihua.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_baomihua_small.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_baomihua_small.jpg.flat new file mode 100644 index 0000000..d1928e2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_baomihua_small.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_bg.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_bg.jpg.flat new file mode 100644 index 0000000..afd937d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_bg.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_dianduji.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_dianduji.jpg.flat new file mode 100644 index 0000000..822b75f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_dianduji.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_hxek.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_hxek.jpg.flat new file mode 100644 index 0000000..7e5fc0f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_hxek.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..6afa53d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..4b22644 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_1.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_1.png.flat new file mode 100644 index 0000000..4323f78 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_1.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_arrow.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_arrow.png.flat new file mode 100644 index 0000000..10f5b52 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_arrow.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_card.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_card.png.flat new file mode 100644 index 0000000..f720203 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_card.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_food.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_food.png.flat new file mode 100644 index 0000000..a5dd3aa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_food.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_free.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_free.png.flat new file mode 100644 index 0000000..291f89b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_free.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_looked.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_looked.png.flat new file mode 100644 index 0000000..fda9807 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_looked.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_love.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_love.png.flat new file mode 100644 index 0000000..c0290a0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_love.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_money.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_money.png.flat new file mode 100644 index 0000000..a6f131e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_money.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_movie.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_movie.png.flat new file mode 100644 index 0000000..b0b0224 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_movie.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_share.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_share.png.flat new file mode 100644 index 0000000..1a77ad9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_share.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_shop.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_shop.png.flat new file mode 100644 index 0000000..8c71aa5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_shop.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_sign.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_sign.png.flat new file mode 100644 index 0000000..4722537 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_sign.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_triangle.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_triangle.png.flat new file mode 100644 index 0000000..ba63898 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_triangle.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_vip.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_vip.png.flat new file mode 100644 index 0000000..45aad5d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_icon_vip.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_kele.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_kele.jpg.flat new file mode 100644 index 0000000..ef5f86d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_kele.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_logo2.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_logo2.jpg.flat new file mode 100644 index 0000000..e55bbff Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_logo2.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_logout.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_logout.png.flat new file mode 100644 index 0000000..3494665 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_logout.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_mhls.jpeg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_mhls.jpeg.flat new file mode 100644 index 0000000..7e50271 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_mhls.jpeg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_p1.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_p1.jpg.flat new file mode 100644 index 0000000..72f69df Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_p1.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_search.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_search.jpg.flat new file mode 100644 index 0000000..716a8db Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_search.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_four_normal.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_four_normal.png.flat new file mode 100644 index 0000000..048301c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_four_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_four_pressed.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_four_pressed.png.flat new file mode 100644 index 0000000..bcab180 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_four_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_one_normal.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_one_normal.png.flat new file mode 100644 index 0000000..e5226c7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_one_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_one_pressed.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_one_pressed.png.flat new file mode 100644 index 0000000..8dd931a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_one_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_three_normal.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_three_normal.png.flat new file mode 100644 index 0000000..e95dfc6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_three_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_three_pressed.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_three_pressed.png.flat new file mode 100644 index 0000000..cfd78ab Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_three_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_two_normal.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_two_normal.png.flat new file mode 100644 index 0000000..f419806 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_two_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_two_pressed.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_two_pressed.png.flat new file mode 100644 index 0000000..7b8166a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_tab_two_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_xizhilang.jpg.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_xizhilang.jpg.flat new file mode 100644 index 0000000..0f78043 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_xizhilang.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..5c28f17 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..17c09d7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat new file mode 100644 index 0000000..29d3621 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat new file mode 100644 index 0000000..31b022e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..5323524 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat new file mode 100644 index 0000000..f28573c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..4c0cc91 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat new file mode 100644 index 0000000..5568105 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..c150251 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..3d3434b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..05d5bdd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..56da2ff Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..e980f0a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat new file mode 100644 index 0000000..cad9cde Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat new file mode 100644 index 0000000..d32f474 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat new file mode 100644 index 0000000..6c42e55 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..36e0ab2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..a0be9ce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..c406bd8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..3abccb7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat new file mode 100644 index 0000000..2797657 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat new file mode 100644 index 0000000..d78b417 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..5f8e1dd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..4223b26 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..a8ed709 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..240bd72 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..68baabd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..c62549b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..0e236f9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..71c8f42 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..f3392ae Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..ee04f42 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..7d49423 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..1aab1ac Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..d179a36 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat new file mode 100644 index 0000000..dcdd0c1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat new file mode 100644 index 0000000..bdcc8bd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat new file mode 100644 index 0000000..a3a9528 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..500e50a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..742aeca Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..f8da077 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..93fd92f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat new file mode 100644 index 0000000..6dca28f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..087e9d8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..f3171a6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..85564c0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat new file mode 100644 index 0000000..02a3272 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..7165938 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..1bb279a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..cc6c539 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..1574e9b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..f3538f9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..03991a0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..d9caba3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..31bf9dc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..ca69deb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..fe56d5b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat new file mode 100644 index 0000000..9b8795e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..4ae0227 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..c385b35 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..19a547a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..d022b2f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..9dc3584 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..07e181b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat new file mode 100644 index 0000000..a11e1c2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..9e3ccaf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..d7cc681 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..5b88437 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..44f6c63 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..8a24078 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat new file mode 100644 index 0000000..fad57ce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..f7544de Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..06951fc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..090bfed Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..b1fe30c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..6a65ec9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..d5be709 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..2dc4e1f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..12a1359 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat new file mode 100644 index 0000000..8497c26 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat new file mode 100644 index 0000000..703f55f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..25a6c71 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..21d3a35 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..aaeb485 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..73ac0aa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..706bbd1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat new file mode 100644 index 0000000..9a82276 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v12_values-v12.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v12_values-v12.arsc.flat new file mode 100644 index 0000000..4e5c86e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v12_values-v12.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v13_values-v13.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v13_values-v13.arsc.flat new file mode 100644 index 0000000..e876763 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v13_values-v13.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat new file mode 100644 index 0000000..aa4a4cd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..92e638f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..7d64709 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..b581ed7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..8531168 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..1292b76 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..c5f59da Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..80de32f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..349af74 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..9ca3e39 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..7960481 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..41ba95a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..4fba7a0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..6cee4d3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..cabe187 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..b0055a2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/debug/values_values.arsc.flat b/shopping/app/build/intermediates/res/merged/debug/values_values.arsc.flat new file mode 100644 index 0000000..1d54559 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/debug/values_values.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim-v21_design_bottom_sheet_slide_in.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim-v21_design_bottom_sheet_slide_in.xml.flat new file mode 100644 index 0000000..c41b097 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim-v21_design_bottom_sheet_slide_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim-v21_design_bottom_sheet_slide_out.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim-v21_design_bottom_sheet_slide_out.xml.flat new file mode 100644 index 0000000..911e42d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim-v21_design_bottom_sheet_slide_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_fade_in.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_fade_in.xml.flat new file mode 100644 index 0000000..6ab8a52 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_fade_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_fade_out.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_fade_out.xml.flat new file mode 100644 index 0000000..e828013 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_fade_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_grow_fade_in_from_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_grow_fade_in_from_bottom.xml.flat new file mode 100644 index 0000000..e46ee47 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_grow_fade_in_from_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_popup_enter.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_popup_enter.xml.flat new file mode 100644 index 0000000..47fcf59 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_popup_enter.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_popup_exit.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_popup_exit.xml.flat new file mode 100644 index 0000000..54d6620 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_popup_exit.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_shrink_fade_out_from_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_shrink_fade_out_from_bottom.xml.flat new file mode 100644 index 0000000..1fa3fa8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_shrink_fade_out_from_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_in_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_in_bottom.xml.flat new file mode 100644 index 0000000..78dffa8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_in_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_in_top.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_in_top.xml.flat new file mode 100644 index 0000000..bff95e6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_in_top.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_out_bottom.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_out_bottom.xml.flat new file mode 100644 index 0000000..9b1f7f4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_out_bottom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_out_top.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_out_top.xml.flat new file mode 100644 index 0000000..5afef5a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_abc_slide_out_top.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_design_bottom_sheet_slide_in.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_design_bottom_sheet_slide_in.xml.flat new file mode 100644 index 0000000..cce2be3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_design_bottom_sheet_slide_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_design_bottom_sheet_slide_out.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_design_bottom_sheet_slide_out.xml.flat new file mode 100644 index 0000000..ee8326d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_design_bottom_sheet_slide_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_design_snackbar_in.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_design_snackbar_in.xml.flat new file mode 100644 index 0000000..de10659 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_design_snackbar_in.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_design_snackbar_out.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_design_snackbar_out.xml.flat new file mode 100644 index 0000000..b35a6fd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_design_snackbar_out.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_tooltip_enter.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_tooltip_enter.xml.flat new file mode 100644 index 0000000..12b3401 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_tooltip_enter.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/anim_tooltip_exit.xml.flat b/shopping/app/build/intermediates/res/merged/release/anim_tooltip_exit.xml.flat new file mode 100644 index 0000000..d95c3cf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/anim_tooltip_exit.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/animator-v21_design_appbar_state_list_animator.xml.flat b/shopping/app/build/intermediates/res/merged/release/animator-v21_design_appbar_state_list_animator.xml.flat new file mode 100644 index 0000000..c3b619c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/animator-v21_design_appbar_state_list_animator.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat new file mode 100644 index 0000000..ca0c944 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v11_abc_background_cache_hint_selector_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v11_abc_background_cache_hint_selector_material_light.xml.flat new file mode 100644 index 0000000..977806e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v11_abc_background_cache_hint_selector_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_btn_colored_borderless_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_btn_colored_borderless_text_material.xml.flat new file mode 100644 index 0000000..6d7cb97 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_btn_colored_borderless_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_btn_colored_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_btn_colored_text_material.xml.flat new file mode 100644 index 0000000..e566bff Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_btn_colored_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_color_highlight_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_color_highlight_material.xml.flat new file mode 100644 index 0000000..2c32193 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_color_highlight_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_btn_checkable.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_btn_checkable.xml.flat new file mode 100644 index 0000000..ff4ff2a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_btn_checkable.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_default.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_default.xml.flat new file mode 100644 index 0000000..f91cc4f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_default.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_edittext.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_edittext.xml.flat new file mode 100644 index 0000000..d299293 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_edittext.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_seek_thumb.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_seek_thumb.xml.flat new file mode 100644 index 0000000..1de9526 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_seek_thumb.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_spinner.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_spinner.xml.flat new file mode 100644 index 0000000..9a22cf8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_spinner.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_switch_track.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_switch_track.xml.flat new file mode 100644 index 0000000..33d99c2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_abc_tint_switch_track.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color-v23_design_tint_password_toggle.xml.flat b/shopping/app/build/intermediates/res/merged/release/color-v23_design_tint_password_toggle.xml.flat new file mode 100644 index 0000000..36a47bd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color-v23_design_tint_password_toggle.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_btn_colored_borderless_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_btn_colored_borderless_text_material.xml.flat new file mode 100644 index 0000000..e0d0e91 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_btn_colored_borderless_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_btn_colored_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_btn_colored_text_material.xml.flat new file mode 100644 index 0000000..1d953d0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_btn_colored_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_hint_foreground_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_hint_foreground_material_dark.xml.flat new file mode 100644 index 0000000..22efe62 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_hint_foreground_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_hint_foreground_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_hint_foreground_material_light.xml.flat new file mode 100644 index 0000000..5cdaf80 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_hint_foreground_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_disable_only_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_disable_only_material_dark.xml.flat new file mode 100644 index 0000000..76f4f78 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_disable_only_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_disable_only_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_disable_only_material_light.xml.flat new file mode 100644 index 0000000..9a18f25 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_disable_only_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_material_dark.xml.flat new file mode 100644 index 0000000..408f5eb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_material_light.xml.flat new file mode 100644 index 0000000..3fed068 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_primary_text_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_search_url_text.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_search_url_text.xml.flat new file mode 100644 index 0000000..c3f1625 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_search_url_text.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_secondary_text_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_secondary_text_material_dark.xml.flat new file mode 100644 index 0000000..3b64ee2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_secondary_text_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_secondary_text_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_secondary_text_material_light.xml.flat new file mode 100644 index 0000000..8292231 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_secondary_text_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_tint_btn_checkable.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_btn_checkable.xml.flat new file mode 100644 index 0000000..7b4bff0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_btn_checkable.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_tint_default.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_default.xml.flat new file mode 100644 index 0000000..652f373 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_default.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_tint_edittext.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_edittext.xml.flat new file mode 100644 index 0000000..aff62c8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_edittext.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_tint_seek_thumb.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_seek_thumb.xml.flat new file mode 100644 index 0000000..85d4926 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_seek_thumb.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_tint_spinner.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_spinner.xml.flat new file mode 100644 index 0000000..18b7fbf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_spinner.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_abc_tint_switch_track.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_switch_track.xml.flat new file mode 100644 index 0000000..ee62966 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_abc_tint_switch_track.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_design_error.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_design_error.xml.flat new file mode 100644 index 0000000..088d64d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_design_error.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_design_tint_password_toggle.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_design_tint_password_toggle.xml.flat new file mode 100644 index 0000000..1140c57 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_design_tint_password_toggle.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_switch_thumb_material_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_switch_thumb_material_dark.xml.flat new file mode 100644 index 0000000..82896c9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_switch_thumb_material_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/color_switch_thumb_material_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/color_switch_thumb_material_light.xml.flat new file mode 100644 index 0000000..88e2ac7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/color_switch_thumb_material_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-anydpi-v21_design_ic_visibility.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-anydpi-v21_design_ic_visibility.xml.flat new file mode 100644 index 0000000..16c09a9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-anydpi-v21_design_ic_visibility.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-anydpi-v21_design_ic_visibility_off.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-anydpi-v21_design_ic_visibility_off.xml.flat new file mode 100644 index 0000000..da123a5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-anydpi-v21_design_ic_visibility_off.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..ae4d9fe Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..ac4a6dc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..35dbd2f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..5505b7f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..5322bc5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..51058bb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..0ef107a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..1c29c5a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..5cd0dd4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..bc223d2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..bb9cd0d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..b08b93d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..2eba38a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..e523b11 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..58091fa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..d7d8dc9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..91b2d81 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..be95cc4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..ecda114 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..f9ba090 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..9c85b4c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..4322855 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..1d0c50c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..304a3a0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..68d1fd5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..07bb96c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..21020cb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..899c687 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..cc57e5b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..240598b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..b67017d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..7e74d6d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..5cc5f3f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..ec9e5e1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..7feea49 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b816832 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..044e307 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..ab88386 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..ad3b774 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..8b1dc7a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..c6bb0ea Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..01b093f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..fd1e971 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..556ab3c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c6604fc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c654df3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..fc5a4e0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..5ac77d7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..4d323f9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..edb09da Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..59d35cf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..32a7990 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..bcc6254 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..87fbccc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..aa49160 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..9fddd70 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..ea65280 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..83ab043 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..bc1b74c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..db48593 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..896ec3c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..d619a92 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..85cd743 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..2e11eff Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..8abedc8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..0900ed5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..6d57914 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..1957a3c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..1da568b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..b87c4a1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..1e4ced1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..ea226bc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..58195b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..9d04a7f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..ddaa830 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..429f73d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..36f41ff Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..66f542b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..ad7cff8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..c4671db Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..5caca0f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..538c9c6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..c898683 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..773840d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..86381d7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..2a94696 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..a3135be Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..a3b38bf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..1b8bfa6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..110dbce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..aacd0c7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..86bd9e3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..12c8f17 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..8fb0020 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..7ccabbb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..e674f38 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..300b432 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..e5f9b9f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..93394cf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..1b41a3b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..76c1ed8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..172b528 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..d23a848 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..30e6bf5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..5958329 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..56e911b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..1621d09 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..432cc26 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..e821d68 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..a812e1a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..7ca3695 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..9dd48f1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..d066de9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..42d2868 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..a6efe56 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..1f7a3d9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..7dae71d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..7b17e86 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..126acbb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..a474be3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..1c25186 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..9aa5dc4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..a59e712 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_action_bar_item_background_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_action_bar_item_background_material.xml.flat new file mode 100644 index 0000000..923b4d6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_action_bar_item_background_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_btn_colored_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_btn_colored_material.xml.flat new file mode 100644 index 0000000..176612f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_btn_colored_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_edit_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_edit_text_material.xml.flat new file mode 100644 index 0000000..cc1ebce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_abc_edit_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_avd_hide_password.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_avd_hide_password.xml.flat new file mode 100644 index 0000000..1e9db7d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_avd_hide_password.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_avd_show_password.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_avd_show_password.xml.flat new file mode 100644 index 0000000..c534e6a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_avd_show_password.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_design_bottom_navigation_item_background.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_design_bottom_navigation_item_background.xml.flat new file mode 100644 index 0000000..6bcef92 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_design_bottom_navigation_item_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_design_password_eye.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_design_password_eye.xml.flat new file mode 100644 index 0000000..7781b60 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_design_password_eye.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v21_notification_action_background.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v21_notification_action_background.xml.flat new file mode 100644 index 0000000..406539b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v21_notification_action_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-v23_abc_control_background_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable-v23_abc_control_background_material.xml.flat new file mode 100644 index 0000000..1e9e002 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-v23_abc_control_background_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..651af36 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..e636574 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..7817e85 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..7a263dd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..4d0b696 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..e2da469 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..871fc14 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..a7d0b2f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..c5f5e9f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..fe6ac59 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..af508e2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..2445b8b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..e1db520 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..7ae328e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..fe1795e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..04f40d3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..7666b64 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..38a2bd5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..ee129a7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..2d1cd36 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..77a2bad Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..846efc2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..5321e66 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..a628e26 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..e65f61d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..21d46bf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..649ce1d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..a8dad7f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..5ed0585 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..9454dbc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..beddb6c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..92ff1e8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..75ebaf9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..f7c50e0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..9ba8ca9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..3f496b4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..7d4f010 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..08ff2ca Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..5a399fa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..ec8a5c6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..2b4ba49 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..5245719 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..c2cf217 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..e084d99 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..3945f67 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..1aa72b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..55b99ec Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..8908857 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..1754514 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000..bee7c89 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000..d11b5c9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_normal.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000..e08962e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000..ed57045 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000..fbe86d5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..87e79cd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..daea17f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..c267337 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..1be3c6e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..7fa8990 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..a82db59 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..b74ac4e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..a7ed907 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000..06b7de0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..1420aec Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..3f9ab70 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..e8cacb2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..42dd791 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..2609624 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..10c3471 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..a1696ee Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..2b53f58 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..bbce99c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..651b656 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..7e492d7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..c453cab Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000..17abf3f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000..df54a8e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000..f7c616d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000..8fa2d99 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000..21845d1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000..af9eba6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000..27a6bc9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000..afba7ec Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000..5b5d99b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..82fd3e2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..710b9ec Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..8ff6598 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..0b28db9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..cc64abc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..34a6780 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..03a9e08 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..d260fc0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..dca2101 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000..1bf10d1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000..476674c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..ced24b7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..5841d9f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..091fef5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..731b5a4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..ecd9f6e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..01dab2f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..61a200b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..794f53b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..bd50ad8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..caea651 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000..38fd980 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000..41c5fa1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000..ec429de Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000..3be01b3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..94dc0c8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000..89a877b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000..0554813 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000..ed90de0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000..e65fdf9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000..dfb1aa0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000..bd952c3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000..2c9eebc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000..e68b9f7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000..045d273 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000..27ae410 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000..7ab171b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000..141379d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000..e02d1f0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..fe87d67 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000..59d465a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000..8be71c3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000..2587b40 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000..22fc210 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000..cd901de Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_design_ic_visibility.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000..4895fdf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000..058bea2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_borderless_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_borderless_material.xml.flat new file mode 100644 index 0000000..ca91daa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_borderless_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_check_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_check_material.xml.flat new file mode 100644 index 0000000..a98c4ab Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_check_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_colored_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_colored_material.xml.flat new file mode 100644 index 0000000..832be1e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_colored_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_default_mtrl_shape.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_default_mtrl_shape.xml.flat new file mode 100644 index 0000000..90efd4c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_default_mtrl_shape.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_radio_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_radio_material.xml.flat new file mode 100644 index 0000000..8cfe9e9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_btn_radio_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_cab_background_internal_bg.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_cab_background_internal_bg.xml.flat new file mode 100644 index 0000000..11e3b91 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_cab_background_internal_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_cab_background_top_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_cab_background_top_material.xml.flat new file mode 100644 index 0000000..f97c4a3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_cab_background_top_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_dialog_material_background.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_dialog_material_background.xml.flat new file mode 100644 index 0000000..3dc2fb2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_dialog_material_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_edit_text_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_edit_text_material.xml.flat new file mode 100644 index 0000000..f787ed0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_edit_text_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_ab_back_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_ab_back_material.xml.flat new file mode 100644 index 0000000..849c149 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_ab_back_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat new file mode 100644 index 0000000..682fbe6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_clear_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_clear_material.xml.flat new file mode 100644 index 0000000..0f0debb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_clear_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_go_search_api_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_go_search_api_material.xml.flat new file mode 100644 index 0000000..ee02c6f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_go_search_api_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_menu_overflow_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_menu_overflow_material.xml.flat new file mode 100644 index 0000000..6304c57 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_menu_overflow_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_search_api_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_search_api_material.xml.flat new file mode 100644 index 0000000..27f201e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_search_api_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_voice_search_api_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_voice_search_api_material.xml.flat new file mode 100644 index 0000000..ed96259 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ic_voice_search_api_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_item_background_holo_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_item_background_holo_dark.xml.flat new file mode 100644 index 0000000..5716eb1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_item_background_holo_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_item_background_holo_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_item_background_holo_light.xml.flat new file mode 100644 index 0000000..42dce9d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_item_background_holo_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_background_transition_holo_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_background_transition_holo_dark.xml.flat new file mode 100644 index 0000000..5fc1494 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_background_transition_holo_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_background_transition_holo_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_background_transition_holo_light.xml.flat new file mode 100644 index 0000000..7b67f69 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_background_transition_holo_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_holo_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_holo_dark.xml.flat new file mode 100644 index 0000000..28c30bd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_holo_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_holo_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_holo_light.xml.flat new file mode 100644 index 0000000..6311c6d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_list_selector_holo_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_indicator_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_indicator_material.xml.flat new file mode 100644 index 0000000..2bb6603 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_indicator_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_material.xml.flat new file mode 100644 index 0000000..432b4e5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_small_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_small_material.xml.flat new file mode 100644 index 0000000..82d6a0c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_ratingbar_small_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_thumb_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_thumb_material.xml.flat new file mode 100644 index 0000000..5fa4841 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_thumb_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_tick_mark_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_tick_mark_material.xml.flat new file mode 100644 index 0000000..8979ea6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_tick_mark_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_track_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_track_material.xml.flat new file mode 100644 index 0000000..30bc17e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_seekbar_track_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_spinner_textfield_background_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_spinner_textfield_background_material.xml.flat new file mode 100644 index 0000000..bce6e89 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_spinner_textfield_background_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_switch_thumb_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_switch_thumb_material.xml.flat new file mode 100644 index 0000000..2f392af Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_switch_thumb_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_tab_indicator_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_tab_indicator_material.xml.flat new file mode 100644 index 0000000..4b222c5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_tab_indicator_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_text_cursor_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_text_cursor_material.xml.flat new file mode 100644 index 0000000..36f6627 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_text_cursor_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_textfield_search_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_textfield_search_material.xml.flat new file mode 100644 index 0000000..845a898 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_textfield_search_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_abc_vector_test.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_abc_vector_test.xml.flat new file mode 100644 index 0000000..05097af Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_abc_vector_test.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_bg3.png.flat b/shopping/app/build/intermediates/res/merged/release/drawable_bg3.png.flat new file mode 100644 index 0000000..eebd2af Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_bg3.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_design_bottom_navigation_item_background.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_design_bottom_navigation_item_background.xml.flat new file mode 100644 index 0000000..d8506f3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_design_bottom_navigation_item_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_design_fab_background.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_design_fab_background.xml.flat new file mode 100644 index 0000000..236ef6e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_design_fab_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_design_password_eye.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_design_password_eye.xml.flat new file mode 100644 index 0000000..bf556c1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_design_password_eye.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_design_snackbar_background.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_design_snackbar_background.xml.flat new file mode 100644 index 0000000..5d4eed9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_design_snackbar_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_navigation_empty_icon.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_navigation_empty_icon.xml.flat new file mode 100644 index 0000000..f9adb16 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_navigation_empty_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_notification_bg.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_notification_bg.xml.flat new file mode 100644 index 0000000..65611d3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_notification_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_notification_bg_low.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_notification_bg_low.xml.flat new file mode 100644 index 0000000..8ee6096 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_notification_bg_low.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_notification_icon_background.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_notification_icon_background.xml.flat new file mode 100644 index 0000000..9361954 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_notification_icon_background.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_notification_tile_bg.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_notification_tile_bg.xml.flat new file mode 100644 index 0000000..dcaa84e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_notification_tile_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_shape_bg.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_shape_bg.xml.flat new file mode 100644 index 0000000..24b99cd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_shape_bg.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_shape_fragment_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_shape_fragment_toolbar.xml.flat new file mode 100644 index 0000000..4588048 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_shape_fragment_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_tooltip_frame_dark.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_tooltip_frame_dark.xml.flat new file mode 100644 index 0000000..8ea073c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_tooltip_frame_dark.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/drawable_tooltip_frame_light.xml.flat b/shopping/app/build/intermediates/res/merged/release/drawable_tooltip_frame_light.xml.flat new file mode 100644 index 0000000..8920cdb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/drawable_tooltip_frame_light.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout-sw600dp-v13_design_layout_snackbar.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout-sw600dp-v13_design_layout_snackbar.xml.flat new file mode 100644 index 0000000..48e15af Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout-sw600dp-v13_design_layout_snackbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout-v16_notification_template_custom_big.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout-v16_notification_template_custom_big.xml.flat new file mode 100644 index 0000000..af10f9c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout-v16_notification_template_custom_big.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_action.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_action.xml.flat new file mode 100644 index 0000000..d971c33 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_action_tombstone.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_action_tombstone.xml.flat new file mode 100644 index 0000000..d055780 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_action_tombstone.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_template_custom_big.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_template_custom_big.xml.flat new file mode 100644 index 0000000..9f89320 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_template_custom_big.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_template_icon_group.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_template_icon_group.xml.flat new file mode 100644 index 0000000..ee4d7a3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout-v21_notification_template_icon_group.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout-v26_abc_screen_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout-v26_abc_screen_toolbar.xml.flat new file mode 100644 index 0000000..daf30a1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout-v26_abc_screen_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_title_item.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_title_item.xml.flat new file mode 100644 index 0000000..cdd681c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_title_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_up_container.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_up_container.xml.flat new file mode 100644 index 0000000..a309d58 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_up_container.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_view_list_nav_layout.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_view_list_nav_layout.xml.flat new file mode 100644 index 0000000..b223d3d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_bar_view_list_nav_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_action_menu_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_menu_item_layout.xml.flat new file mode 100644 index 0000000..9f3f2e9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_menu_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_action_menu_layout.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_menu_layout.xml.flat new file mode 100644 index 0000000..83d540a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_menu_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_action_mode_bar.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_mode_bar.xml.flat new file mode 100644 index 0000000..d6f7593 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_mode_bar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_action_mode_close_item_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_mode_close_item_material.xml.flat new file mode 100644 index 0000000..34798f5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_action_mode_close_item_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_activity_chooser_view.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_activity_chooser_view.xml.flat new file mode 100644 index 0000000..a2191db Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_activity_chooser_view.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_activity_chooser_view_list_item.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_activity_chooser_view_list_item.xml.flat new file mode 100644 index 0000000..f7f841c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_activity_chooser_view_list_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_button_bar_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_button_bar_material.xml.flat new file mode 100644 index 0000000..edca72b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_button_bar_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_material.xml.flat new file mode 100644 index 0000000..f0f9ba6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_title_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_title_material.xml.flat new file mode 100644 index 0000000..5ae3fd1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_alert_dialog_title_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_dialog_title_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_dialog_title_material.xml.flat new file mode 100644 index 0000000..017417c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_dialog_title_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_expanded_menu_layout.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_expanded_menu_layout.xml.flat new file mode 100644 index 0000000..e850d61 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_expanded_menu_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_checkbox.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_checkbox.xml.flat new file mode 100644 index 0000000..44944c0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_checkbox.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_icon.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_icon.xml.flat new file mode 100644 index 0000000..ee99f19 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_layout.xml.flat new file mode 100644 index 0000000..f6cd618 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_radio.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_radio.xml.flat new file mode 100644 index 0000000..d4a8075 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_list_menu_item_radio.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_popup_menu_header_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_popup_menu_header_item_layout.xml.flat new file mode 100644 index 0000000..a6d13eb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_popup_menu_header_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_popup_menu_item_layout.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_popup_menu_item_layout.xml.flat new file mode 100644 index 0000000..e83d26a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_popup_menu_item_layout.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_content_include.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_content_include.xml.flat new file mode 100644 index 0000000..d1f71c5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_content_include.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_simple.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_simple.xml.flat new file mode 100644 index 0000000..1e5367a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_simple.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_simple_overlay_action_mode.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_simple_overlay_action_mode.xml.flat new file mode 100644 index 0000000..ae7850a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_simple_overlay_action_mode.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_toolbar.xml.flat new file mode 100644 index 0000000..60bcfbe Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_screen_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_search_dropdown_item_icons_2line.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_search_dropdown_item_icons_2line.xml.flat new file mode 100644 index 0000000..0b7656c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_search_dropdown_item_icons_2line.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_search_view.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_search_view.xml.flat new file mode 100644 index 0000000..b78a45b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_search_view.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_abc_select_dialog_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_abc_select_dialog_material.xml.flat new file mode 100644 index 0000000..6699d81 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_abc_select_dialog_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_activity_register.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_activity_register.xml.flat new file mode 100644 index 0000000..5556549 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_activity_register.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_activity_tab.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_activity_tab.xml.flat new file mode 100644 index 0000000..b7c1239 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_activity_tab.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_activity_web_detail.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_activity_web_detail.xml.flat new file mode 100644 index 0000000..918478d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_activity_web_detail.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_bottom_navigation_item.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_bottom_navigation_item.xml.flat new file mode 100644 index 0000000..b713834 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_bottom_navigation_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_bottom_sheet_dialog.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_bottom_sheet_dialog.xml.flat new file mode 100644 index 0000000..492d3a8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_bottom_sheet_dialog.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_layout_snackbar.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_snackbar.xml.flat new file mode 100644 index 0000000..0245641 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_snackbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_layout_snackbar_include.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_snackbar_include.xml.flat new file mode 100644 index 0000000..495dfd9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_snackbar_include.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_layout_tab_icon.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_tab_icon.xml.flat new file mode 100644 index 0000000..ec73079 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_tab_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_layout_tab_text.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_tab_text.xml.flat new file mode 100644 index 0000000..7ebc1c5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_layout_tab_text.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_menu_item_action_area.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_menu_item_action_area.xml.flat new file mode 100644 index 0000000..12d5dc2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_menu_item_action_area.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item.xml.flat new file mode 100644 index 0000000..ea0b8b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_header.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_header.xml.flat new file mode 100644 index 0000000..ad35346 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_header.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_separator.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_separator.xml.flat new file mode 100644 index 0000000..eda7bbf Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_separator.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_subheader.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_subheader.xml.flat new file mode 100644 index 0000000..55d6ab0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_item_subheader.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_menu.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_menu.xml.flat new file mode 100644 index 0000000..c60340d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_menu.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_menu_item.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_menu_item.xml.flat new file mode 100644 index 0000000..26c269d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_navigation_menu_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_design_text_input_password_icon.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_design_text_input_password_icon.xml.flat new file mode 100644 index 0000000..5e77ea8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_design_text_input_password_icon.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_fragment_four.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_fragment_four.xml.flat new file mode 100644 index 0000000..280f7a9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_fragment_four.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_fragment_one.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_fragment_one.xml.flat new file mode 100644 index 0000000..818480b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_fragment_one.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_fragment_three.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_fragment_three.xml.flat new file mode 100644 index 0000000..2f7be87 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_fragment_three.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_fragment_toolbar.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_fragment_toolbar.xml.flat new file mode 100644 index 0000000..eca3846 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_fragment_toolbar.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_fragment_two.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_fragment_two.xml.flat new file mode 100644 index 0000000..182b6e6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_fragment_two.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_item_movie_list.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_item_movie_list.xml.flat new file mode 100644 index 0000000..44ae8c9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_item_movie_list.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_login.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_login.xml.flat new file mode 100644 index 0000000..feec14d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_login.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_action.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_action.xml.flat new file mode 100644 index 0000000..74ec60d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_action_tombstone.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_action_tombstone.xml.flat new file mode 100644 index 0000000..7fc47c8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_action_tombstone.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_media_action.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_media_action.xml.flat new file mode 100644 index 0000000..5218335 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_media_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_media_cancel_action.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_media_cancel_action.xml.flat new file mode 100644 index 0000000..ef55366 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_media_cancel_action.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media.xml.flat new file mode 100644 index 0000000..3051c70 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_custom.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_custom.xml.flat new file mode 100644 index 0000000..997e6df Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_custom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_narrow.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_narrow.xml.flat new file mode 100644 index 0000000..48006ce Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_narrow.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_narrow_custom.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_narrow_custom.xml.flat new file mode 100644 index 0000000..e732d84 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_big_media_narrow_custom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_icon_group.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_icon_group.xml.flat new file mode 100644 index 0000000..e27b3ef Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_icon_group.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_lines_media.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_lines_media.xml.flat new file mode 100644 index 0000000..375806c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_lines_media.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_media.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_media.xml.flat new file mode 100644 index 0000000..652805a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_media.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_media_custom.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_media_custom.xml.flat new file mode 100644 index 0000000..047cf40 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_media_custom.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_part_chronometer.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_part_chronometer.xml.flat new file mode 100644 index 0000000..2381732 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_part_chronometer.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_notification_template_part_time.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_part_time.xml.flat new file mode 100644 index 0000000..3665401 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_notification_template_part_time.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_item_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_item_material.xml.flat new file mode 100644 index 0000000..6fde004 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_item_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_multichoice_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_multichoice_material.xml.flat new file mode 100644 index 0000000..9551a6f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_multichoice_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_singlechoice_material.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_singlechoice_material.xml.flat new file mode 100644 index 0000000..25a984a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_select_dialog_singlechoice_material.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_support_simple_spinner_dropdown_item.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_support_simple_spinner_dropdown_item.xml.flat new file mode 100644 index 0000000..975f255 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_support_simple_spinner_dropdown_item.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/layout_tooltip.xml.flat b/shopping/app/build/intermediates/res/merged/release/layout_tooltip.xml.flat new file mode 100644 index 0000000..c2cca34 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/layout_tooltip.xml.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-hdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-hdpi_ic_launcher.png.flat new file mode 100644 index 0000000..5aa5ea2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-hdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-hdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-hdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..27a2198 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-hdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-mdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-mdpi_ic_launcher.png.flat new file mode 100644 index 0000000..d0c04f2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-mdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-mdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-mdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..026ee7e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-mdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a1.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a1.jpg.flat new file mode 100644 index 0000000..0260481 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a1.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a2.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a2.jpg.flat new file mode 100644 index 0000000..1842bf1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a2.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a3.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a3.jpg.flat new file mode 100644 index 0000000..13f3c79 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_a3.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..88e9901 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..6f554dd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xhdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_add.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_add.jpg.flat new file mode 100644 index 0000000..8424e0c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_add.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_baomihua.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_baomihua.jpg.flat new file mode 100644 index 0000000..cce533f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_baomihua.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_baomihua_small.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_baomihua_small.jpg.flat new file mode 100644 index 0000000..34f4c51 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_baomihua_small.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_bg.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_bg.jpg.flat new file mode 100644 index 0000000..12fb1c8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_bg.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_huamulan.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_huamulan.jpg.flat new file mode 100644 index 0000000..bf30d7e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_huamulan.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..a4470e2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..2f5de09 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_1.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_1.png.flat new file mode 100644 index 0000000..0b36538 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_1.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_arrow.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_arrow.png.flat new file mode 100644 index 0000000..9d2f753 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_arrow.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_card.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_card.png.flat new file mode 100644 index 0000000..4bcceb4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_card.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_food.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_food.png.flat new file mode 100644 index 0000000..8c85ee0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_food.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_free.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_free.png.flat new file mode 100644 index 0000000..053b877 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_free.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_looked.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_looked.png.flat new file mode 100644 index 0000000..668cdbb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_looked.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_love.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_love.png.flat new file mode 100644 index 0000000..3c2b6b8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_love.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_money.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_money.png.flat new file mode 100644 index 0000000..9977f15 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_money.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_movie.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_movie.png.flat new file mode 100644 index 0000000..5af9541 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_movie.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_my.jpeg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_my.jpeg.flat new file mode 100644 index 0000000..a223f61 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_my.jpeg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_share.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_share.png.flat new file mode 100644 index 0000000..34fff9d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_share.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_shop.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_shop.png.flat new file mode 100644 index 0000000..5569f3b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_shop.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_sign.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_sign.png.flat new file mode 100644 index 0000000..ad0fc2b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_sign.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_triangle.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_triangle.png.flat new file mode 100644 index 0000000..9ecc825 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_triangle.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_vip.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_vip.png.flat new file mode 100644 index 0000000..a8edc8f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_icon_vip.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_item_default.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_item_default.jpg.flat new file mode 100644 index 0000000..d543456 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_item_default.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_kele.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_kele.jpg.flat new file mode 100644 index 0000000..5f80353 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_kele.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_logo2.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_logo2.jpg.flat new file mode 100644 index 0000000..3b89c33 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_logo2.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_logout.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_logout.png.flat new file mode 100644 index 0000000..f812462 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_logout.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_p1.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_p1.jpg.flat new file mode 100644 index 0000000..378667b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_p1.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_search.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_search.jpg.flat new file mode 100644 index 0000000..d175bcd Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_search.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_four_normal.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_four_normal.png.flat new file mode 100644 index 0000000..9460ae2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_four_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_four_pressed.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_four_pressed.png.flat new file mode 100644 index 0000000..a8394ab Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_four_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_one_normal.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_one_normal.png.flat new file mode 100644 index 0000000..1b7583d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_one_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_one_pressed.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_one_pressed.png.flat new file mode 100644 index 0000000..cb38402 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_one_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_three_normal.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_three_normal.png.flat new file mode 100644 index 0000000..0fa4da3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_three_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_three_pressed.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_three_pressed.png.flat new file mode 100644 index 0000000..e979504 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_three_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_two_normal.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_two_normal.png.flat new file mode 100644 index 0000000..4c396c1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_two_normal.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_two_pressed.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_two_pressed.png.flat new file mode 100644 index 0000000..592908a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_tab_two_pressed.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_zhuilong.jpg.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_zhuilong.jpg.flat new file mode 100644 index 0000000..1bfaa6f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxhdpi_zhuilong.jpg.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxxhdpi_ic_launcher.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..cea914c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxxhdpi_ic_launcher.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/mipmap-xxxhdpi_ic_launcher_round.png.flat b/shopping/app/build/intermediates/res/merged/release/mipmap-xxxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..f915563 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/mipmap-xxxhdpi_ic_launcher_round.png.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-af_values-af.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-af_values-af.arsc.flat new file mode 100644 index 0000000..1c293ef Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-af_values-af.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-am_values-am.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-am_values-am.arsc.flat new file mode 100644 index 0000000..fe4f938 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-am_values-am.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ar_values-ar.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..e6fa26b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ar_values-ar.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-az_values-az.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-az_values-az.arsc.flat new file mode 100644 index 0000000..fb80993 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-az_values-az.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..4877814 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-be_values-be.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-be_values-be.arsc.flat new file mode 100644 index 0000000..d182384 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-be_values-be.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-bg_values-bg.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..8488f5e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-bg_values-bg.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-bn_values-bn.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..68b9cb1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-bn_values-bn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-bs_values-bs.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..c0d42a7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-bs_values-bs.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ca_values-ca.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..18c6bea Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ca_values-ca.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-cs_values-cs.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..f94acb9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-cs_values-cs.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-da_values-da.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-da_values-da.arsc.flat new file mode 100644 index 0000000..23a1cac Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-da_values-da.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-de_values-de.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-de_values-de.arsc.flat new file mode 100644 index 0000000..fdc11b6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-de_values-de.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-el_values-el.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-el_values-el.arsc.flat new file mode 100644 index 0000000..a20c47a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-el_values-el.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-en-rAU_values-en-rAU.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..0bbab03 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-en-rGB_values-en-rGB.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..94734b1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-en-rIN_values-en-rIN.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..40dbc41 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-es-rUS_values-es-rUS.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..ebf60f5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-es_values-es.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-es_values-es.arsc.flat new file mode 100644 index 0000000..300d705 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-es_values-es.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-et_values-et.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-et_values-et.arsc.flat new file mode 100644 index 0000000..7871913 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-et_values-et.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-eu_values-eu.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..eef0844 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-eu_values-eu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-fa_values-fa.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..317b5f1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-fa_values-fa.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-fi_values-fi.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..4231025 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-fi_values-fi.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-fr-rCA_values-fr-rCA.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..06505d5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-fr_values-fr.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..00367a3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-fr_values-fr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-gl_values-gl.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..86a6dd1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-gl_values-gl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-gu_values-gu.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..5f2ef2f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-gu_values-gu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-h720dp-v13_values-h720dp-v13.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..42c147c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-hdpi-v4_values-hdpi-v4.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..2f80f33 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-hi_values-hi.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..21a106e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-hi_values-hi.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-hr_values-hr.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..ed0ce92 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-hr_values-hr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-hu_values-hu.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..504a71a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-hu_values-hu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-hy_values-hy.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..288dd8e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-hy_values-hy.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-in_values-in.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-in_values-in.arsc.flat new file mode 100644 index 0000000..80688e2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-in_values-in.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-is_values-is.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-is_values-is.arsc.flat new file mode 100644 index 0000000..f7cf7aa Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-is_values-is.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-it_values-it.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-it_values-it.arsc.flat new file mode 100644 index 0000000..e6afef0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-it_values-it.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-iw_values-iw.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..ce7cd24 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-iw_values-iw.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ja_values-ja.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..2487ee9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ja_values-ja.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ka_values-ka.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..316eca5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ka_values-ka.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-kk_values-kk.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..1d0b8c5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-kk_values-kk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-km_values-km.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-km_values-km.arsc.flat new file mode 100644 index 0000000..25a5c58 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-km_values-km.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-kn_values-kn.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..3f4f566 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-kn_values-kn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ko_values-ko.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..3349d3e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ko_values-ko.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ky_values-ky.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..f0cbe41 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ky_values-ky.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-land_values-land.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-land_values-land.arsc.flat new file mode 100644 index 0000000..5eb9e67 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-land_values-land.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-large-v4_values-large-v4.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..f15ace5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-large-v4_values-large-v4.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ldltr-v21_values-ldltr-v21.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..c1c86b5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-lo_values-lo.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..f6d0ec9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-lo_values-lo.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-lt_values-lt.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..b1789a6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-lt_values-lt.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-lv_values-lv.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..8976d3c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-lv_values-lv.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-mk_values-mk.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..8157e93 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-mk_values-mk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ml_values-ml.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..d2d6dd7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ml_values-ml.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-mn_values-mn.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..b6c0a82 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-mn_values-mn.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-mr_values-mr.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..c446585 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-mr_values-mr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ms_values-ms.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..e1e6ed0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ms_values-ms.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-my_values-my.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-my_values-my.arsc.flat new file mode 100644 index 0000000..c1bda73 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-my_values-my.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-nb_values-nb.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..3777607 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-nb_values-nb.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ne_values-ne.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..e65d0e7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ne_values-ne.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-night-v8_values-night-v8.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..8ad021b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-night-v8_values-night-v8.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-nl_values-nl.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..e8a2fb1 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-nl_values-nl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-pa_values-pa.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..3730e8c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-pa_values-pa.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-pl_values-pl.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..d392532 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-pl_values-pl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-port_values-port.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-port_values-port.arsc.flat new file mode 100644 index 0000000..35a667a Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-port_values-port.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-pt-rBR_values-pt-rBR.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..2312323 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-pt-rPT_values-pt-rPT.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..4d1fd7e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-pt_values-pt.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..baf1db2 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-pt_values-pt.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ro_values-ro.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..b7eaecc Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ro_values-ro.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ru_values-ru.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..f7bbea9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ru_values-ru.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-si_values-si.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-si_values-si.arsc.flat new file mode 100644 index 0000000..50b3f93 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-si_values-si.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-sk_values-sk.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..4d32759 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-sk_values-sk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-sl_values-sl.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..50ac471 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-sl_values-sl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-sq_values-sq.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..da66803 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-sq_values-sq.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-sr_values-sr.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..bd8dfc0 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-sr_values-sr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-sv_values-sv.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..2aea670 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-sv_values-sv.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..4ce6c7c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-sw_values-sw.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..f7ac85f Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-sw_values-sw.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ta_values-ta.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..1628ee6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ta_values-ta.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-te_values-te.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-te_values-te.arsc.flat new file mode 100644 index 0000000..a819a1b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-te_values-te.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-th_values-th.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-th_values-th.arsc.flat new file mode 100644 index 0000000..fbef9a4 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-th_values-th.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-tl_values-tl.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..5c06203 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-tl_values-tl.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-tr_values-tr.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..b02b5c3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-tr_values-tr.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-uk_values-uk.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..76d895e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-uk_values-uk.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-ur_values-ur.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..2f09343 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-ur_values-ur.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-uz_values-uz.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..a205df5 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-uz_values-uz.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v11_values-v11.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v11_values-v11.arsc.flat new file mode 100644 index 0000000..9968286 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v11_values-v11.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v12_values-v12.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v12_values-v12.arsc.flat new file mode 100644 index 0000000..06cc8a9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v12_values-v12.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v13_values-v13.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v13_values-v13.arsc.flat new file mode 100644 index 0000000..019ed3b Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v13_values-v13.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v14_values-v14.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v14_values-v14.arsc.flat new file mode 100644 index 0000000..5e40d93 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v14_values-v14.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v16_values-v16.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..effa18d Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v16_values-v16.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v17_values-v17.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..d10c8c3 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v17_values-v17.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v18_values-v18.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..9be9952 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v18_values-v18.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v21_values-v21.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..c0b1ed7 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v21_values-v21.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v22_values-v22.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..524eb68 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v22_values-v22.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v23_values-v23.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..1b8b1f8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v23_values-v23.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v24_values-v24.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..306f40e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v24_values-v24.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v25_values-v25.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..81611f8 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v25_values-v25.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-v26_values-v26.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..2ff61c6 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-v26_values-v26.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-vi_values-vi.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..30b589e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-vi_values-vi.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-xlarge-v4_values-xlarge-v4.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..f5ebcbb Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-zh-rCN_values-zh-rCN.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..d68b51c Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-zh-rHK_values-zh-rHK.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..6c9cb31 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-zh-rTW_values-zh-rTW.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..19c627e Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values-zu_values-zu.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..932d0a9 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values-zu_values-zu.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/merged/release/values_values.arsc.flat b/shopping/app/build/intermediates/res/merged/release/values_values.arsc.flat new file mode 100644 index 0000000..00f0931 Binary files /dev/null and b/shopping/app/build/intermediates/res/merged/release/values_values.arsc.flat differ diff --git a/shopping/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/shopping/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt new file mode 100644 index 0000000..d8cd5d0 --- /dev/null +++ b/shopping/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt @@ -0,0 +1,1599 @@ +com.movies.info +anim abc_fade_in +anim abc_fade_out +anim abc_grow_fade_in_from_bottom +anim abc_popup_enter +anim abc_popup_exit +anim abc_shrink_fade_out_from_bottom +anim abc_slide_in_bottom +anim abc_slide_in_top +anim abc_slide_out_bottom +anim abc_slide_out_top +anim design_bottom_sheet_slide_in +anim design_bottom_sheet_slide_out +anim design_snackbar_in +anim design_snackbar_out +anim tooltip_enter +anim tooltip_exit +animator design_appbar_state_list_animator +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionViewClass +attr activityChooserViewStyle +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr background +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr barLength +attr behavior_autoHide +attr behavior_hideable +attr behavior_overlapTop +attr behavior_peekHeight +attr behavior_skipCollapsed +attr borderWidth +attr borderlessButtonStyle +attr bottomSheetDialogTheme +attr bottomSheetStyle +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonGravity +attr buttonPanelSideLayout +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr checkboxStyle +attr checkedTextViewStyle +attr closeIcon +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr collapsedTitleGravity +attr collapsedTitleTextAppearance +attr color +attr colorAccent +attr colorBackgroundFloating +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorError +attr colorPrimary +attr colorPrimaryDark +attr colorSwitchThumbNormal +attr commitIcon +attr contentDescription +attr contentInsetEnd +attr contentInsetEndWithActions +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr contentInsetStartWithNavigation +attr contentScrim +attr controlBackground +attr counterEnabled +attr counterMaxLength +attr counterOverflowTextAppearance +attr counterTextAppearance +attr customNavigationLayout +attr defaultQueryHint +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerHorizontal +attr dividerPadding +attr dividerVertical +attr drawableSize +attr drawerArrowStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr errorEnabled +attr errorTextAppearance +attr expandActivityOverflowButtonDrawable +attr expanded +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr fabSize +attr fastScrollEnabled +attr fastScrollHorizontalThumbDrawable +attr fastScrollHorizontalTrackDrawable +attr fastScrollVerticalThumbDrawable +attr fastScrollVerticalTrackDrawable +attr font +attr fontFamily +attr fontProviderAuthority +attr fontProviderCerts +attr fontProviderFetchStrategy +attr fontProviderFetchTimeout +attr fontProviderPackage +attr fontProviderQuery +attr fontStyle +attr fontWeight +attr foregroundInsidePadding +attr gapBetweenBars +attr goIcon +attr headerLayout +attr height +attr hideOnContentScroll +attr hintAnimationEnabled +attr hintEnabled +attr hintTextAppearance +attr homeAsUpIndicator +attr homeLayout +attr icon +attr iconTint +attr iconTintMode +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateProgressStyle +attr initialActivityCount +attr insetForeground +attr isLightTheme +attr itemBackground +attr itemIconTint +attr itemPadding +attr itemTextAppearance +attr itemTextColor +attr keylines +attr layout +attr layoutManager +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_collapseMode +attr layout_collapseParallaxMultiplier +attr layout_dodgeInsetEdges +attr layout_insetEdge +attr layout_keyline +attr layout_scrollFlags +attr layout_scrollInterpolator +attr listChoiceBackgroundIndicator +attr listDividerAlertDialog +attr listItemLayout +attr listLayout +attr listMenuViewStyle +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr logo +attr logoDescription +attr maxActionInlineWidth +attr maxButtonHeight +attr measureWithLargestChild +attr menu +attr multiChoiceItemLayout +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr numericModifiers +attr overlapAnchor +attr paddingBottomNoButtons +attr paddingEnd +attr paddingStart +attr paddingTopNoTitle +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr passwordToggleContentDescription +attr passwordToggleDrawable +attr passwordToggleEnabled +attr passwordToggleTint +attr passwordToggleTintMode +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr pressedTranslationZ +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr radioButtonStyle +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr reverseLayout +attr rippleColor +attr scrimAnimationDuration +attr scrimVisibleHeightTrigger +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr seekBarStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showText +attr showTitle +attr singleChoiceItemLayout +attr spanCount +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr srcCompat +attr stackFromEnd +attr state_above_anchor +attr state_collapsed +attr state_collapsible +attr statusBarBackground +attr statusBarScrim +attr subMenuArrow +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suggestionRowLayout +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr tabBackground +attr tabContentStart +attr tabGravity +attr tabIndicatorColor +attr tabIndicatorHeight +attr tabMaxWidth +attr tabMinWidth +attr tabMode +attr tabPadding +attr tabPaddingBottom +attr tabPaddingEnd +attr tabPaddingStart +attr tabPaddingTop +attr tabSelectedTextColor +attr tabTextAppearance +attr tabTextColor +attr textAllCaps +attr textAppearanceLargePopupMenu +attr textAppearanceListItem +attr textAppearanceListItemSecondary +attr textAppearanceListItemSmall +attr textAppearancePopupMenuHeader +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textColorAlertDialogListItem +attr textColorError +attr textColorSearchUrl +attr theme +attr thickness +attr thumbTextPadding +attr thumbTint +attr thumbTintMode +attr tickMark +attr tickMarkTint +attr tickMarkTintMode +attr tint +attr tintMode +attr title +attr titleEnabled +attr titleMargin +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarId +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr tooltipForegroundColor +attr tooltipFrameBackground +attr tooltipText +attr track +attr trackTint +attr trackTintMode +attr useCompatPadding +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowFixedHeightMajor +attr windowFixedHeightMinor +attr windowFixedWidthMajor +attr windowFixedWidthMinor +attr windowMinWidthMajor +attr windowMinWidthMinor +attr windowNoTitle +bool abc_action_bar_embed_tabs +bool abc_allow_stacked_button_bar +bool abc_config_actionMenuItemAllCaps +bool abc_config_closeDialogWhenTouchOutside +bool abc_config_showMenuShortcutsWhenKeyboardPresent +color Black +color abc_background_cache_hint_selector_material_dark +color abc_background_cache_hint_selector_material_light +color abc_btn_colored_borderless_text_material +color abc_btn_colored_text_material +color abc_color_highlight_material +color abc_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_input_method_navigation_guard +color abc_primary_text_disable_only_material_dark +color abc_primary_text_disable_only_material_light +color abc_primary_text_material_dark +color abc_primary_text_material_light +color abc_search_url_text +color abc_search_url_text_normal +color abc_search_url_text_pressed +color abc_search_url_text_selected +color abc_secondary_text_material_dark +color abc_secondary_text_material_light +color abc_tint_btn_checkable +color abc_tint_default +color abc_tint_edittext +color abc_tint_seek_thumb +color abc_tint_spinner +color abc_tint_switch_track +color accent_material_dark +color accent_material_light +color background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color blue +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color colorAccent +color colorPrimary +color colorPrimaryDark +color color_gray_d9d9d9 +color color_grey_888888 +color design_bottom_navigation_shadow_color +color design_error +color design_fab_shadow_end_color +color design_fab_shadow_mid_color +color design_fab_shadow_start_color +color design_fab_stroke_end_inner_color +color design_fab_stroke_end_outer_color +color design_fab_stroke_top_inner_color +color design_fab_stroke_top_outer_color +color design_snackbar_background_color +color design_tint_password_toggle +color dim_foreground_disabled_material_dark +color dim_foreground_disabled_material_light +color dim_foreground_material_dark +color dim_foreground_material_light +color error_color_material +color foreground_material_dark +color foreground_material_light +color gold +color highlighted_text_material_dark +color highlighted_text_material_light +color hui +color material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_deep_teal_200 +color material_deep_teal_500 +color material_grey_100 +color material_grey_300 +color material_grey_50 +color material_grey_600 +color material_grey_800 +color material_grey_850 +color material_grey_900 +color notification_action_color_filter +color notification_icon_bg_color +color notification_material_background_media_default_color +color primary_dark_material_dark +color primary_dark_material_light +color primary_material_dark +color primary_material_light +color primary_text_default_material_dark +color primary_text_default_material_light +color primary_text_disabled_material_dark +color primary_text_disabled_material_light +color ripple_material_dark +color ripple_material_light +color secondary_text_default_material_dark +color secondary_text_default_material_light +color secondary_text_disabled_material_dark +color secondary_text_disabled_material_light +color switch_thumb_disabled_material_dark +color switch_thumb_disabled_material_light +color switch_thumb_material_dark +color switch_thumb_material_light +color switch_thumb_normal_material_dark +color switch_thumb_normal_material_light +color system_text_color_11 +color system_text_color_22 +color tooltip_background_dark +color tooltip_background_light +color white +dimen abc_action_bar_content_inset_material +dimen abc_action_bar_content_inset_with_nav +dimen abc_action_bar_default_height_material +dimen abc_action_bar_default_padding_end_material +dimen abc_action_bar_default_padding_start_material +dimen abc_action_bar_elevation_material +dimen abc_action_bar_icon_vertical_padding_material +dimen abc_action_bar_overflow_padding_end_material +dimen abc_action_bar_overflow_padding_start_material +dimen abc_action_bar_progress_bar_size +dimen abc_action_bar_stacked_max_height +dimen abc_action_bar_stacked_tab_max_width +dimen abc_action_bar_subtitle_bottom_margin_material +dimen abc_action_bar_subtitle_top_margin_material +dimen abc_action_button_min_height_material +dimen abc_action_button_min_width_material +dimen abc_action_button_min_width_overflow_material +dimen abc_alert_dialog_button_bar_height +dimen abc_button_inset_horizontal_material +dimen abc_button_inset_vertical_material +dimen abc_button_padding_horizontal_material +dimen abc_button_padding_vertical_material +dimen abc_cascading_menus_min_smallest_width +dimen abc_config_prefDialogWidth +dimen abc_control_corner_material +dimen abc_control_inset_material +dimen abc_control_padding_material +dimen abc_dialog_fixed_height_major +dimen abc_dialog_fixed_height_minor +dimen abc_dialog_fixed_width_major +dimen abc_dialog_fixed_width_minor +dimen abc_dialog_list_padding_bottom_no_buttons +dimen abc_dialog_list_padding_top_no_title +dimen abc_dialog_min_width_major +dimen abc_dialog_min_width_minor +dimen abc_dialog_padding_material +dimen abc_dialog_padding_top_material +dimen abc_dialog_title_divider_material +dimen abc_disabled_alpha_material_dark +dimen abc_disabled_alpha_material_light +dimen abc_dropdownitem_icon_width +dimen abc_dropdownitem_text_padding_left +dimen abc_dropdownitem_text_padding_right +dimen abc_edit_text_inset_bottom_material +dimen abc_edit_text_inset_horizontal_material +dimen abc_edit_text_inset_top_material +dimen abc_floating_window_z +dimen abc_list_item_padding_horizontal_material +dimen abc_panel_menu_list_width +dimen abc_progress_bar_height_material +dimen abc_search_view_preferred_height +dimen abc_search_view_preferred_width +dimen abc_seekbar_track_background_height_material +dimen abc_seekbar_track_progress_height_material +dimen abc_select_dialog_padding_start_material +dimen abc_switch_padding +dimen abc_text_size_body_1_material +dimen abc_text_size_body_2_material +dimen abc_text_size_button_material +dimen abc_text_size_caption_material +dimen abc_text_size_display_1_material +dimen abc_text_size_display_2_material +dimen abc_text_size_display_3_material +dimen abc_text_size_display_4_material +dimen abc_text_size_headline_material +dimen abc_text_size_large_material +dimen abc_text_size_medium_material +dimen abc_text_size_menu_header_material +dimen abc_text_size_menu_material +dimen abc_text_size_small_material +dimen abc_text_size_subhead_material +dimen abc_text_size_subtitle_material_toolbar +dimen abc_text_size_title_material +dimen abc_text_size_title_material_toolbar +dimen activity_horizontal_margin +dimen activity_vertical_margin +dimen compat_button_inset_horizontal_material +dimen compat_button_inset_vertical_material +dimen compat_button_padding_horizontal_material +dimen compat_button_padding_vertical_material +dimen compat_control_corner_material +dimen design_appbar_elevation +dimen design_bottom_navigation_active_item_max_width +dimen design_bottom_navigation_active_text_size +dimen design_bottom_navigation_elevation +dimen design_bottom_navigation_height +dimen design_bottom_navigation_item_max_width +dimen design_bottom_navigation_item_min_width +dimen design_bottom_navigation_margin +dimen design_bottom_navigation_shadow_height +dimen design_bottom_navigation_text_size +dimen design_bottom_sheet_modal_elevation +dimen design_bottom_sheet_peek_height_min +dimen design_fab_border_width +dimen design_fab_elevation +dimen design_fab_image_size +dimen design_fab_size_mini +dimen design_fab_size_normal +dimen design_fab_translation_z_pressed +dimen design_navigation_elevation +dimen design_navigation_icon_padding +dimen design_navigation_icon_size +dimen design_navigation_max_width +dimen design_navigation_padding_bottom +dimen design_navigation_separator_vertical_padding +dimen design_snackbar_action_inline_max_width +dimen design_snackbar_background_corner_radius +dimen design_snackbar_elevation +dimen design_snackbar_extra_spacing_horizontal +dimen design_snackbar_max_width +dimen design_snackbar_min_width +dimen design_snackbar_padding_horizontal +dimen design_snackbar_padding_vertical +dimen design_snackbar_padding_vertical_2lines +dimen design_snackbar_text_size +dimen design_tab_max_width +dimen design_tab_scrollable_min_width +dimen design_tab_text_size +dimen design_tab_text_size_2line +dimen disabled_alpha_material_dark +dimen disabled_alpha_material_light +dimen fastscroll_default_thickness +dimen fastscroll_margin +dimen fastscroll_minimum_range +dimen highlight_alpha_material_colored +dimen highlight_alpha_material_dark +dimen highlight_alpha_material_light +dimen hint_alpha_material_dark +dimen hint_alpha_material_light +dimen hint_pressed_alpha_material_dark +dimen hint_pressed_alpha_material_light +dimen item_touch_helper_max_drag_scroll_per_frame +dimen item_touch_helper_swipe_escape_max_velocity +dimen item_touch_helper_swipe_escape_velocity +dimen notification_action_icon_size +dimen notification_action_text_size +dimen notification_big_circle_margin +dimen notification_content_margin_start +dimen notification_large_icon_height +dimen notification_large_icon_width +dimen notification_main_column_padding_top +dimen notification_media_narrow_margin +dimen notification_right_icon_size +dimen notification_right_side_padding_top +dimen notification_small_icon_background_padding +dimen notification_small_icon_size_as_large +dimen notification_subtext_size +dimen notification_top_pad +dimen notification_top_pad_large_text +dimen tooltip_corner_radius +dimen tooltip_horizontal_padding +dimen tooltip_margin +dimen tooltip_precise_anchor_extra_offset +dimen tooltip_precise_anchor_threshold +dimen tooltip_vertical_padding +dimen tooltip_y_offset_non_touch +dimen tooltip_y_offset_touch +drawable abc_ab_share_pack_mtrl_alpha +drawable abc_action_bar_item_background_material +drawable abc_btn_borderless_material +drawable abc_btn_check_material +drawable abc_btn_check_to_on_mtrl_000 +drawable abc_btn_check_to_on_mtrl_015 +drawable abc_btn_colored_material +drawable abc_btn_default_mtrl_shape +drawable abc_btn_radio_material +drawable abc_btn_radio_to_on_mtrl_000 +drawable abc_btn_radio_to_on_mtrl_015 +drawable abc_btn_switch_to_on_mtrl_00001 +drawable abc_btn_switch_to_on_mtrl_00012 +drawable abc_cab_background_internal_bg +drawable abc_cab_background_top_material +drawable abc_cab_background_top_mtrl_alpha +drawable abc_control_background_material +drawable abc_dialog_material_background +drawable abc_edit_text_material +drawable abc_ic_ab_back_material +drawable abc_ic_arrow_drop_right_black_24dp +drawable abc_ic_clear_material +drawable abc_ic_commit_search_api_mtrl_alpha +drawable abc_ic_go_search_api_material +drawable abc_ic_menu_copy_mtrl_am_alpha +drawable abc_ic_menu_cut_mtrl_alpha +drawable abc_ic_menu_overflow_material +drawable abc_ic_menu_paste_mtrl_am_alpha +drawable abc_ic_menu_selectall_mtrl_alpha +drawable abc_ic_menu_share_mtrl_alpha +drawable abc_ic_search_api_material +drawable abc_ic_star_black_16dp +drawable abc_ic_star_black_36dp +drawable abc_ic_star_black_48dp +drawable abc_ic_star_half_black_16dp +drawable abc_ic_star_half_black_36dp +drawable abc_ic_star_half_black_48dp +drawable abc_ic_voice_search_api_material +drawable abc_item_background_holo_dark +drawable abc_item_background_holo_light +drawable abc_list_divider_mtrl_alpha +drawable abc_list_focused_holo +drawable abc_list_longpressed_holo +drawable abc_list_pressed_holo_dark +drawable abc_list_pressed_holo_light +drawable abc_list_selector_background_transition_holo_dark +drawable abc_list_selector_background_transition_holo_light +drawable abc_list_selector_disabled_holo_dark +drawable abc_list_selector_disabled_holo_light +drawable abc_list_selector_holo_dark +drawable abc_list_selector_holo_light +drawable abc_menu_hardkey_panel_mtrl_mult +drawable abc_popup_background_mtrl_mult +drawable abc_ratingbar_indicator_material +drawable abc_ratingbar_material +drawable abc_ratingbar_small_material +drawable abc_scrubber_control_off_mtrl_alpha +drawable abc_scrubber_control_to_pressed_mtrl_000 +drawable abc_scrubber_control_to_pressed_mtrl_005 +drawable abc_scrubber_primary_mtrl_alpha +drawable abc_scrubber_track_mtrl_alpha +drawable abc_seekbar_thumb_material +drawable abc_seekbar_tick_mark_material +drawable abc_seekbar_track_material +drawable abc_spinner_mtrl_am_alpha +drawable abc_spinner_textfield_background_material +drawable abc_switch_thumb_material +drawable abc_switch_track_mtrl_alpha +drawable abc_tab_indicator_material +drawable abc_tab_indicator_mtrl_alpha +drawable abc_text_cursor_material +drawable abc_text_select_handle_left_mtrl_dark +drawable abc_text_select_handle_left_mtrl_light +drawable abc_text_select_handle_middle_mtrl_dark +drawable abc_text_select_handle_middle_mtrl_light +drawable abc_text_select_handle_right_mtrl_dark +drawable abc_text_select_handle_right_mtrl_light +drawable abc_textfield_activated_mtrl_alpha +drawable abc_textfield_default_mtrl_alpha +drawable abc_textfield_search_activated_mtrl_alpha +drawable abc_textfield_search_default_mtrl_alpha +drawable abc_textfield_search_material +drawable abc_vector_test +drawable avd_hide_password +drawable avd_show_password +drawable bg3 +drawable design_bottom_navigation_item_background +drawable design_fab_background +drawable design_ic_visibility +drawable design_ic_visibility_off +drawable design_password_eye +drawable design_snackbar_background +drawable navigation_empty_icon +drawable notification_action_background +drawable notification_bg +drawable notification_bg_low +drawable notification_bg_low_normal +drawable notification_bg_low_pressed +drawable notification_bg_normal +drawable notification_bg_normal_pressed +drawable notification_icon_background +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable shape_bg +drawable shape_fragment_toolbar +drawable tooltip_frame_dark +drawable tooltip_frame_light +id ALT +id CTRL +id FUNCTION +id META +id SHIFT +id SYM +id action0 +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id alertTitle +id all +id always +id async +id auto +id beginning +id blocking +id bottom +id btn_left +id btn_logout +id btn_right +id buttonPanel +id cancel_action +id center +id center_horizontal +id center_vertical +id checkbox +id chronometer +id clip_horizontal +id clip_vertical +id collapseActionView +id container +id contentPanel +id coordinator +id custom +id customPanel +id decor_content_parent +id default_activity_button +id design_bottom_sheet +id design_menu_item_action_area +id design_menu_item_action_area_stub +id design_menu_item_text +id design_navigation_view +id disableHome +id edit_query +id email +id email_cancel +id email_login_form +id email_register_button +id email_resetting_button +id email_sign_in_button +id end +id end_padder +id enterAlways +id enterAlwaysCollapsed +id exitUntilCollapsed +id expand_activities_button +id expanded_menu +id fill +id fill_horizontal +id fill_vertical +id fixed +id footer_tab +id forever +id four_tips1 +id four_tips11 +id four_tips12 +id four_tips13 +id four_tips2 +id four_tips3 +id four_title +id four_title1 +id fragment_container +id ghost_view +id home +id homeAsUp +id icon +id icon_group +id ifRoom +id image +id info +id italic +id item_touch_helper_previous_elevation +id largeLabel +id layout_four +id layout_four1 +id layout_left +id layout_one +id layout_right +id layout_three +id layout_two +id left +id line1 +id line3 +id listMode +id list_item +id login_form +id login_progress +id masked +id media_actions +id message +id middle +id mini +id multiply +id navigation_header_container +id never +id none +id normal +id notification_background +id notification_main_column +id notification_main_column_container +id one_tips1 +id one_tips2 +id one_tips3 +id one_title +id parallax +id parentPanel +id parent_matrix +id password +id password_again +id pin +id profile +id progress_circular +id progress_horizontal +id radio +id right +id right_icon +id right_side +id save_image_matrix +id save_non_transition_alpha +id save_scale_type +id screen +id scroll +id scrollIndicatorDown +id scrollIndicatorUp +id scrollView +id scrollable +id search_badge +id search_bar +id search_button +id search_close_btn +id search_edit_frame +id search_go_btn +id search_mag_icon +id search_plate +id search_src_text +id search_voice_btn +id select_dialog_listview +id shortcut +id showCustom +id showHome +id showTitle +id smallLabel +id snackbar_action +id snackbar_text +id snap +id spacer +id split_action_bar +id src_atop +id src_in +id src_over +id start +id status_bar_latest_event_content +id submenuarrow +id submit_area +id tabMode +id tab_four_iv +id tab_four_tv +id tab_fourbg +id tab_layout +id tab_one_iv +id tab_one_tv +id tab_onebg +id tab_three_iv +id tab_three_tv +id tab_threebg +id tab_two_iv +id tab_two_tv +id tab_twobg +id text +id text2 +id textSpacerNoButtons +id textSpacerNoTitle +id text_input_password_toggle +id textinput_counter +id textinput_error +id three_tips1 +id three_tips2 +id three_tips3 +id three_title +id thumbPath +id time +id title +id titleDividerNoCustom +id title_layout +id title_template +id top +id topPanel +id touch_outside +id transition_current_scene +id transition_layout_save +id transition_position +id transition_scene_layoutid_cache +id transition_transform +id two_tips1 +id two_tips2 +id two_tips3 +id two_title +id uniform +id up +id useLogo +id view_offset_helper +id visible +id web_view +id withText +id wrap_content +integer abc_config_activityDefaultDur +integer abc_config_activityShortDur +integer app_bar_elevation_anim_duration +integer bottom_sheet_slide_duration +integer cancel_button_image_alpha +integer config_tooltipAnimTime +integer design_snackbar_text_max_lines +integer hide_password_duration +integer show_password_duration +integer status_bar_notification_info_maxnum +layout abc_action_bar_title_item +layout abc_action_bar_up_container +layout abc_action_bar_view_list_nav_layout +layout abc_action_menu_item_layout +layout abc_action_menu_layout +layout abc_action_mode_bar +layout abc_action_mode_close_item_material +layout abc_activity_chooser_view +layout abc_activity_chooser_view_list_item +layout abc_alert_dialog_button_bar_material +layout abc_alert_dialog_material +layout abc_alert_dialog_title_material +layout abc_dialog_title_material +layout abc_expanded_menu_layout +layout abc_list_menu_item_checkbox +layout abc_list_menu_item_icon +layout abc_list_menu_item_layout +layout abc_list_menu_item_radio +layout abc_popup_menu_header_item_layout +layout abc_popup_menu_item_layout +layout abc_screen_content_include +layout abc_screen_simple +layout abc_screen_simple_overlay_action_mode +layout abc_screen_toolbar +layout abc_search_dropdown_item_icons_2line +layout abc_search_view +layout abc_select_dialog_material +layout activity_register +layout activity_tab +layout activity_web_detail +layout design_bottom_navigation_item +layout design_bottom_sheet_dialog +layout design_layout_snackbar +layout design_layout_snackbar_include +layout design_layout_tab_icon +layout design_layout_tab_text +layout design_menu_item_action_area +layout design_navigation_item +layout design_navigation_item_header +layout design_navigation_item_separator +layout design_navigation_item_subheader +layout design_navigation_menu +layout design_navigation_menu_item +layout design_text_input_password_icon +layout fragment_four +layout fragment_one +layout fragment_three +layout fragment_toolbar +layout fragment_two +layout item_movie_list +layout login +layout notification_action +layout notification_action_tombstone +layout notification_media_action +layout notification_media_cancel_action +layout notification_template_big_media +layout notification_template_big_media_custom +layout notification_template_big_media_narrow +layout notification_template_big_media_narrow_custom +layout notification_template_custom_big +layout notification_template_icon_group +layout notification_template_lines_media +layout notification_template_media +layout notification_template_media_custom +layout notification_template_part_chronometer +layout notification_template_part_time +layout select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +layout support_simple_spinner_dropdown_item +layout tooltip +mipmap a1 +mipmap a2 +mipmap a3 +mipmap add +mipmap baomihua +mipmap baomihua_small +mipmap bg +mipmap dianduji +mipmap hxek +mipmap ic_launcher +mipmap ic_launcher_round +mipmap icon_1 +mipmap icon_arrow +mipmap icon_card +mipmap icon_food +mipmap icon_free +mipmap icon_looked +mipmap icon_love +mipmap icon_money +mipmap icon_movie +mipmap icon_share +mipmap icon_shop +mipmap icon_sign +mipmap icon_triangle +mipmap icon_vip +mipmap kele +mipmap logo2 +mipmap logout +mipmap mhls +mipmap p1 +mipmap search +mipmap tab_four_normal +mipmap tab_four_pressed +mipmap tab_one_normal +mipmap tab_one_pressed +mipmap tab_three_normal +mipmap tab_three_pressed +mipmap tab_two_normal +mipmap tab_two_pressed +mipmap xizhilang +string abc_action_bar_home_description +string abc_action_bar_home_description_format +string abc_action_bar_home_subtitle_description_format +string abc_action_bar_up_description +string abc_action_menu_overflow_description +string abc_action_mode_done +string abc_activity_chooser_view_see_all +string abc_activitychooserview_choose_application +string abc_capital_off +string abc_capital_on +string abc_font_family_body_1_material +string abc_font_family_body_2_material +string abc_font_family_button_material +string abc_font_family_caption_material +string abc_font_family_display_1_material +string abc_font_family_display_2_material +string abc_font_family_display_3_material +string abc_font_family_display_4_material +string abc_font_family_headline_material +string abc_font_family_menu_material +string abc_font_family_subhead_material +string abc_font_family_title_material +string abc_search_hint +string abc_searchview_description_clear +string abc_searchview_description_query +string abc_searchview_description_search +string abc_searchview_description_submit +string abc_searchview_description_voice +string abc_shareactionprovider_share_with +string abc_shareactionprovider_share_with_application +string abc_toolbar_collapse_description +string action_concel +string action_register +string action_resetting +string action_sign_in +string action_sign_in_short +string app_name +string appbar_scrolling_view_behavior +string bottom_sheet_behavior +string character_counter_pattern +string password_toggle_content_description +string path_password_eye +string path_password_eye_mask_strike_through +string path_password_eye_mask_visible +string path_password_strike_through +string prompt_email +string prompt_password +string prompt_password_again +string prompt_setpassword +string prompt_username +string search_menu_title +string status_bar_notification_info_overflow +style AlertDialog_AppCompat +style AlertDialog_AppCompat_Light +style Animation_AppCompat_Dialog +style Animation_AppCompat_DropDownUp +style Animation_AppCompat_Tooltip +style Animation_Design_BottomSheetDialog +style AppTheme +style Base_AlertDialog_AppCompat +style Base_AlertDialog_AppCompat_Light +style Base_Animation_AppCompat_Dialog +style Base_Animation_AppCompat_DropDownUp +style Base_Animation_AppCompat_Tooltip +style Base_DialogWindowTitle_AppCompat +style Base_DialogWindowTitleBackground_AppCompat +style Base_TextAppearance_AppCompat +style Base_TextAppearance_AppCompat_Body1 +style Base_TextAppearance_AppCompat_Body2 +style Base_TextAppearance_AppCompat_Button +style Base_TextAppearance_AppCompat_Caption +style Base_TextAppearance_AppCompat_Display1 +style Base_TextAppearance_AppCompat_Display2 +style Base_TextAppearance_AppCompat_Display3 +style Base_TextAppearance_AppCompat_Display4 +style Base_TextAppearance_AppCompat_Headline +style Base_TextAppearance_AppCompat_Inverse +style Base_TextAppearance_AppCompat_Large +style Base_TextAppearance_AppCompat_Large_Inverse +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Medium +style Base_TextAppearance_AppCompat_Medium_Inverse +style Base_TextAppearance_AppCompat_Menu +style Base_TextAppearance_AppCompat_SearchResult +style Base_TextAppearance_AppCompat_SearchResult_Subtitle +style Base_TextAppearance_AppCompat_SearchResult_Title +style Base_TextAppearance_AppCompat_Small +style Base_TextAppearance_AppCompat_Small_Inverse +style Base_TextAppearance_AppCompat_Subhead +style Base_TextAppearance_AppCompat_Subhead_Inverse +style Base_TextAppearance_AppCompat_Title +style Base_TextAppearance_AppCompat_Title_Inverse +style Base_TextAppearance_AppCompat_Tooltip +style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionMode_Title +style Base_TextAppearance_AppCompat_Widget_Button +style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Inverse +style Base_TextAppearance_AppCompat_Widget_DropDownItem +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Widget_Switch +style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style Base_TextAppearance_Widget_AppCompat_Toolbar_Title +style Base_Theme_AppCompat +style Base_Theme_AppCompat_CompactMenu +style Base_Theme_AppCompat_Dialog +style Base_Theme_AppCompat_Dialog_Alert +style Base_Theme_AppCompat_Dialog_FixedSize +style Base_Theme_AppCompat_Dialog_MinWidth +style Base_Theme_AppCompat_DialogWhenLarge +style Base_Theme_AppCompat_Light +style Base_Theme_AppCompat_Light_DarkActionBar +style Base_Theme_AppCompat_Light_Dialog +style Base_Theme_AppCompat_Light_Dialog_Alert +style Base_Theme_AppCompat_Light_Dialog_FixedSize +style Base_Theme_AppCompat_Light_Dialog_MinWidth +style Base_Theme_AppCompat_Light_DialogWhenLarge +style Base_ThemeOverlay_AppCompat +style Base_ThemeOverlay_AppCompat_ActionBar +style Base_ThemeOverlay_AppCompat_Dark +style Base_ThemeOverlay_AppCompat_Dark_ActionBar +style Base_ThemeOverlay_AppCompat_Dialog +style Base_ThemeOverlay_AppCompat_Dialog_Alert +style Base_ThemeOverlay_AppCompat_Light +style Base_V11_Theme_AppCompat_Dialog +style Base_V11_Theme_AppCompat_Light_Dialog +style Base_V11_ThemeOverlay_AppCompat_Dialog +style Base_V12_Widget_AppCompat_AutoCompleteTextView +style Base_V12_Widget_AppCompat_EditText +style Base_V14_Widget_Design_AppBarLayout +style Base_V21_Theme_AppCompat +style Base_V21_Theme_AppCompat_Dialog +style Base_V21_Theme_AppCompat_Light +style Base_V21_Theme_AppCompat_Light_Dialog +style Base_V21_ThemeOverlay_AppCompat_Dialog +style Base_V21_Widget_Design_AppBarLayout +style Base_V22_Theme_AppCompat +style Base_V22_Theme_AppCompat_Light +style Base_V23_Theme_AppCompat +style Base_V23_Theme_AppCompat_Light +style Base_V26_Theme_AppCompat +style Base_V26_Theme_AppCompat_Light +style Base_V26_Widget_AppCompat_Toolbar +style Base_V26_Widget_Design_AppBarLayout +style Base_V7_Theme_AppCompat +style Base_V7_Theme_AppCompat_Dialog +style Base_V7_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat_Light_Dialog +style Base_V7_ThemeOverlay_AppCompat_Dialog +style Base_V7_Widget_AppCompat_AutoCompleteTextView +style Base_V7_Widget_AppCompat_EditText +style Base_V7_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_ActionBar +style Base_Widget_AppCompat_ActionBar_Solid +style Base_Widget_AppCompat_ActionBar_TabBar +style Base_Widget_AppCompat_ActionBar_TabText +style Base_Widget_AppCompat_ActionBar_TabView +style Base_Widget_AppCompat_ActionButton +style Base_Widget_AppCompat_ActionButton_CloseMode +style Base_Widget_AppCompat_ActionButton_Overflow +style Base_Widget_AppCompat_ActionMode +style Base_Widget_AppCompat_ActivityChooserView +style Base_Widget_AppCompat_AutoCompleteTextView +style Base_Widget_AppCompat_Button +style Base_Widget_AppCompat_Button_Borderless +style Base_Widget_AppCompat_Button_Borderless_Colored +style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +style Base_Widget_AppCompat_Button_Colored +style Base_Widget_AppCompat_Button_Small +style Base_Widget_AppCompat_ButtonBar +style Base_Widget_AppCompat_ButtonBar_AlertDialog +style Base_Widget_AppCompat_CompoundButton_CheckBox +style Base_Widget_AppCompat_CompoundButton_RadioButton +style Base_Widget_AppCompat_CompoundButton_Switch +style Base_Widget_AppCompat_DrawerArrowToggle +style Base_Widget_AppCompat_DrawerArrowToggle_Common +style Base_Widget_AppCompat_DropDownItem_Spinner +style Base_Widget_AppCompat_EditText +style Base_Widget_AppCompat_ImageButton +style Base_Widget_AppCompat_Light_ActionBar +style Base_Widget_AppCompat_Light_ActionBar_Solid +style Base_Widget_AppCompat_Light_ActionBar_TabBar +style Base_Widget_AppCompat_Light_ActionBar_TabText +style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Base_Widget_AppCompat_Light_ActionBar_TabView +style Base_Widget_AppCompat_Light_PopupMenu +style Base_Widget_AppCompat_Light_PopupMenu_Overflow +style Base_Widget_AppCompat_ListMenuView +style Base_Widget_AppCompat_ListPopupWindow +style Base_Widget_AppCompat_ListView +style Base_Widget_AppCompat_ListView_DropDown +style Base_Widget_AppCompat_ListView_Menu +style Base_Widget_AppCompat_PopupMenu +style Base_Widget_AppCompat_PopupMenu_Overflow +style Base_Widget_AppCompat_PopupWindow +style Base_Widget_AppCompat_ProgressBar +style Base_Widget_AppCompat_ProgressBar_Horizontal +style Base_Widget_AppCompat_RatingBar +style Base_Widget_AppCompat_RatingBar_Indicator +style Base_Widget_AppCompat_RatingBar_Small +style Base_Widget_AppCompat_SearchView +style Base_Widget_AppCompat_SearchView_ActionBar +style Base_Widget_AppCompat_SeekBar +style Base_Widget_AppCompat_SeekBar_Discrete +style Base_Widget_AppCompat_Spinner +style Base_Widget_AppCompat_Spinner_Underlined +style Base_Widget_AppCompat_TextView_SpinnerItem +style Base_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_Toolbar_Button_Navigation +style Base_Widget_Design_AppBarLayout +style Base_Widget_Design_TabLayout +style Platform_AppCompat +style Platform_AppCompat_Light +style Platform_ThemeOverlay_AppCompat +style Platform_ThemeOverlay_AppCompat_Dark +style Platform_ThemeOverlay_AppCompat_Light +style Platform_V11_AppCompat +style Platform_V11_AppCompat_Light +style Platform_V14_AppCompat +style Platform_V14_AppCompat_Light +style Platform_V21_AppCompat +style Platform_V21_AppCompat_Light +style Platform_V25_AppCompat +style Platform_V25_AppCompat_Light +style Platform_Widget_AppCompat_Spinner +style RtlOverlay_DialogWindowTitle_AppCompat +style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +style RtlOverlay_Widget_AppCompat_DialogTitle_Icon +style RtlOverlay_Widget_AppCompat_PopupMenuItem +style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +style RtlOverlay_Widget_AppCompat_Search_DropDown +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Query +style RtlOverlay_Widget_AppCompat_Search_DropDown_Text +style RtlOverlay_Widget_AppCompat_SearchView_MagIcon +style RtlUnderlay_Widget_AppCompat_ActionButton +style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +style TextAppearance_AppCompat +style TextAppearance_AppCompat_Body1 +style TextAppearance_AppCompat_Body2 +style TextAppearance_AppCompat_Button +style TextAppearance_AppCompat_Caption +style TextAppearance_AppCompat_Display1 +style TextAppearance_AppCompat_Display2 +style TextAppearance_AppCompat_Display3 +style TextAppearance_AppCompat_Display4 +style TextAppearance_AppCompat_Headline +style TextAppearance_AppCompat_Inverse +style TextAppearance_AppCompat_Large +style TextAppearance_AppCompat_Large_Inverse +style TextAppearance_AppCompat_Light_SearchResult_Subtitle +style TextAppearance_AppCompat_Light_SearchResult_Title +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Medium +style TextAppearance_AppCompat_Medium_Inverse +style TextAppearance_AppCompat_Menu +style TextAppearance_AppCompat_Notification +style TextAppearance_AppCompat_Notification_Info +style TextAppearance_AppCompat_Notification_Info_Media +style TextAppearance_AppCompat_Notification_Line2 +style TextAppearance_AppCompat_Notification_Line2_Media +style TextAppearance_AppCompat_Notification_Media +style TextAppearance_AppCompat_Notification_Time +style TextAppearance_AppCompat_Notification_Time_Media +style TextAppearance_AppCompat_Notification_Title +style TextAppearance_AppCompat_Notification_Title_Media +style TextAppearance_AppCompat_SearchResult_Subtitle +style TextAppearance_AppCompat_SearchResult_Title +style TextAppearance_AppCompat_Small +style TextAppearance_AppCompat_Small_Inverse +style TextAppearance_AppCompat_Subhead +style TextAppearance_AppCompat_Subhead_Inverse +style TextAppearance_AppCompat_Title +style TextAppearance_AppCompat_Title_Inverse +style TextAppearance_AppCompat_Tooltip +style TextAppearance_AppCompat_Widget_ActionBar_Menu +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionBar_Title +style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Title +style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +style TextAppearance_AppCompat_Widget_Button +style TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style TextAppearance_AppCompat_Widget_Button_Colored +style TextAppearance_AppCompat_Widget_Button_Inverse +style TextAppearance_AppCompat_Widget_DropDownItem +style TextAppearance_AppCompat_Widget_PopupMenu_Header +style TextAppearance_AppCompat_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Widget_Switch +style TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style TextAppearance_Compat_Notification +style TextAppearance_Compat_Notification_Info +style TextAppearance_Compat_Notification_Info_Media +style TextAppearance_Compat_Notification_Line2 +style TextAppearance_Compat_Notification_Line2_Media +style TextAppearance_Compat_Notification_Media +style TextAppearance_Compat_Notification_Time +style TextAppearance_Compat_Notification_Time_Media +style TextAppearance_Compat_Notification_Title +style TextAppearance_Compat_Notification_Title_Media +style TextAppearance_Design_CollapsingToolbar_Expanded +style TextAppearance_Design_Counter +style TextAppearance_Design_Counter_Overflow +style TextAppearance_Design_Error +style TextAppearance_Design_Hint +style TextAppearance_Design_Snackbar_Message +style TextAppearance_Design_Tab +style TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style TextAppearance_Widget_AppCompat_Toolbar_Title +style Theme_AppCompat +style Theme_AppCompat_CompactMenu +style Theme_AppCompat_DayNight +style Theme_AppCompat_DayNight_DarkActionBar +style Theme_AppCompat_DayNight_Dialog +style Theme_AppCompat_DayNight_Dialog_Alert +style Theme_AppCompat_DayNight_Dialog_MinWidth +style Theme_AppCompat_DayNight_DialogWhenLarge +style Theme_AppCompat_DayNight_NoActionBar +style Theme_AppCompat_Dialog +style Theme_AppCompat_Dialog_Alert +style Theme_AppCompat_Dialog_MinWidth +style Theme_AppCompat_DialogWhenLarge +style Theme_AppCompat_Light +style Theme_AppCompat_Light_DarkActionBar +style Theme_AppCompat_Light_Dialog +style Theme_AppCompat_Light_Dialog_Alert +style Theme_AppCompat_Light_Dialog_MinWidth +style Theme_AppCompat_Light_DialogWhenLarge +style Theme_AppCompat_Light_NoActionBar +style Theme_AppCompat_NoActionBar +style Theme_Design +style Theme_Design_BottomSheetDialog +style Theme_Design_Light +style Theme_Design_Light_BottomSheetDialog +style Theme_Design_Light_NoActionBar +style Theme_Design_NoActionBar +style ThemeOverlay_AppCompat +style ThemeOverlay_AppCompat_ActionBar +style ThemeOverlay_AppCompat_Dark +style ThemeOverlay_AppCompat_Dark_ActionBar +style ThemeOverlay_AppCompat_Dialog +style ThemeOverlay_AppCompat_Dialog_Alert +style ThemeOverlay_AppCompat_Light +style Widget_AppCompat_ActionBar +style Widget_AppCompat_ActionBar_Solid +style Widget_AppCompat_ActionBar_TabBar +style Widget_AppCompat_ActionBar_TabText +style Widget_AppCompat_ActionBar_TabView +style Widget_AppCompat_ActionButton +style Widget_AppCompat_ActionButton_CloseMode +style Widget_AppCompat_ActionButton_Overflow +style Widget_AppCompat_ActionMode +style Widget_AppCompat_ActivityChooserView +style Widget_AppCompat_AutoCompleteTextView +style Widget_AppCompat_Button +style Widget_AppCompat_Button_Borderless +style Widget_AppCompat_Button_Borderless_Colored +style Widget_AppCompat_Button_ButtonBar_AlertDialog +style Widget_AppCompat_Button_Colored +style Widget_AppCompat_Button_Small +style Widget_AppCompat_ButtonBar +style Widget_AppCompat_ButtonBar_AlertDialog +style Widget_AppCompat_CompoundButton_CheckBox +style Widget_AppCompat_CompoundButton_RadioButton +style Widget_AppCompat_CompoundButton_Switch +style Widget_AppCompat_DrawerArrowToggle +style Widget_AppCompat_DropDownItem_Spinner +style Widget_AppCompat_EditText +style Widget_AppCompat_ImageButton +style Widget_AppCompat_Light_ActionBar +style Widget_AppCompat_Light_ActionBar_Solid +style Widget_AppCompat_Light_ActionBar_Solid_Inverse +style Widget_AppCompat_Light_ActionBar_TabBar +style Widget_AppCompat_Light_ActionBar_TabBar_Inverse +style Widget_AppCompat_Light_ActionBar_TabText +style Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Widget_AppCompat_Light_ActionBar_TabView +style Widget_AppCompat_Light_ActionBar_TabView_Inverse +style Widget_AppCompat_Light_ActionButton +style Widget_AppCompat_Light_ActionButton_CloseMode +style Widget_AppCompat_Light_ActionButton_Overflow +style Widget_AppCompat_Light_ActionMode_Inverse +style Widget_AppCompat_Light_ActivityChooserView +style Widget_AppCompat_Light_AutoCompleteTextView +style Widget_AppCompat_Light_DropDownItem_Spinner +style Widget_AppCompat_Light_ListPopupWindow +style Widget_AppCompat_Light_ListView_DropDown +style Widget_AppCompat_Light_PopupMenu +style Widget_AppCompat_Light_PopupMenu_Overflow +style Widget_AppCompat_Light_SearchView +style Widget_AppCompat_Light_Spinner_DropDown_ActionBar +style Widget_AppCompat_ListMenuView +style Widget_AppCompat_ListPopupWindow +style Widget_AppCompat_ListView +style Widget_AppCompat_ListView_DropDown +style Widget_AppCompat_ListView_Menu +style Widget_AppCompat_PopupMenu +style Widget_AppCompat_PopupMenu_Overflow +style Widget_AppCompat_PopupWindow +style Widget_AppCompat_ProgressBar +style Widget_AppCompat_ProgressBar_Horizontal +style Widget_AppCompat_RatingBar +style Widget_AppCompat_RatingBar_Indicator +style Widget_AppCompat_RatingBar_Small +style Widget_AppCompat_SearchView +style Widget_AppCompat_SearchView_ActionBar +style Widget_AppCompat_SeekBar +style Widget_AppCompat_SeekBar_Discrete +style Widget_AppCompat_Spinner +style Widget_AppCompat_Spinner_DropDown +style Widget_AppCompat_Spinner_DropDown_ActionBar +style Widget_AppCompat_Spinner_Underlined +style Widget_AppCompat_TextView_SpinnerItem +style Widget_AppCompat_Toolbar +style Widget_AppCompat_Toolbar_Button_Navigation +style Widget_Compat_NotificationActionContainer +style Widget_Compat_NotificationActionText +style Widget_Design_AppBarLayout +style Widget_Design_BottomNavigationView +style Widget_Design_BottomSheet_Modal +style Widget_Design_CollapsingToolbar +style Widget_Design_CoordinatorLayout +style Widget_Design_FloatingActionButton +style Widget_Design_NavigationView +style Widget_Design_ScrimInsetsFrameLayout +style Widget_Design_Snackbar +style Widget_Design_TabLayout +style Widget_Design_TextInputLayout +styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle +styleable ActionBarLayout android_layout_gravity +styleable ActionMenuItemView android_minWidth +styleable ActionMenuView +styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle +styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount +styleable AlertDialog android_layout buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout +styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded +styleable AppBarLayoutStates state_collapsed state_collapsible +styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator +styleable AppCompatImageView android_src srcCompat tint tintMode +styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode +styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd +styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType fontFamily textAllCaps +styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle +styleable BottomNavigationView elevation itemBackground itemIconTint itemTextColor menu +styleable BottomSheetBehavior_Layout behavior_hideable behavior_peekHeight behavior_skipCollapsed +styleable ButtonBarLayout allowStacking +styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId +styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier +styleable ColorStateListItem android_color android_alpha alpha +styleable CompoundButton android_button buttonTint buttonTintMode +styleable CoordinatorLayout keylines statusBarBackground +styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline +styleable DesignTheme bottomSheetDialogTheme bottomSheetStyle textColorError +styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness +styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation fabSize pressedTranslationZ rippleColor useCompatPadding +styleable FloatingActionButton_Behavior_Layout behavior_autoHide +styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery +styleable FontFamilyFont font fontStyle fontWeight +styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding +styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers +styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight +styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset +styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior +styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText +styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow +styleable NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemIconTint itemTextAppearance itemTextColor menu +styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable RecyclerView android_orientation android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd +styleable ScrimInsetsFrameLayout insetForeground +styleable ScrollingViewBehavior_Layout behavior_overlapTop +styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon +styleable SnackbarLayout android_maxWidth elevation maxActionInlineWidth +styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme +styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode +styleable TabItem android_icon android_layout android_text +styleable TabLayout tabBackground tabContentStart tabGravity tabIndicatorColor tabIndicatorHeight tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabSelectedTextColor tabTextAppearance tabTextColor +styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily fontFamily textAllCaps +styleable TextInputLayout android_textColorHint android_hint counterEnabled counterMaxLength counterOverflowTextAppearance counterTextAppearance errorEnabled errorTextAppearance hintAnimationEnabled hintEnabled hintTextAppearance passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode +styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor +styleable View android_theme android_focusable paddingEnd paddingStart theme +styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode +styleable ViewStubCompat android_id android_layout android_inflatedId diff --git a/shopping/app/build/intermediates/res/symbol-table-with-package/release/package-aware-r.txt b/shopping/app/build/intermediates/res/symbol-table-with-package/release/package-aware-r.txt new file mode 100644 index 0000000..782dab7 --- /dev/null +++ b/shopping/app/build/intermediates/res/symbol-table-with-package/release/package-aware-r.txt @@ -0,0 +1,1599 @@ +com.movies.info +anim abc_fade_in +anim abc_fade_out +anim abc_grow_fade_in_from_bottom +anim abc_popup_enter +anim abc_popup_exit +anim abc_shrink_fade_out_from_bottom +anim abc_slide_in_bottom +anim abc_slide_in_top +anim abc_slide_out_bottom +anim abc_slide_out_top +anim design_bottom_sheet_slide_in +anim design_bottom_sheet_slide_out +anim design_snackbar_in +anim design_snackbar_out +anim tooltip_enter +anim tooltip_exit +animator design_appbar_state_list_animator +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionViewClass +attr activityChooserViewStyle +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr background +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr barLength +attr behavior_autoHide +attr behavior_hideable +attr behavior_overlapTop +attr behavior_peekHeight +attr behavior_skipCollapsed +attr borderWidth +attr borderlessButtonStyle +attr bottomSheetDialogTheme +attr bottomSheetStyle +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonGravity +attr buttonPanelSideLayout +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr checkboxStyle +attr checkedTextViewStyle +attr closeIcon +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr collapsedTitleGravity +attr collapsedTitleTextAppearance +attr color +attr colorAccent +attr colorBackgroundFloating +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorError +attr colorPrimary +attr colorPrimaryDark +attr colorSwitchThumbNormal +attr commitIcon +attr contentDescription +attr contentInsetEnd +attr contentInsetEndWithActions +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr contentInsetStartWithNavigation +attr contentScrim +attr controlBackground +attr counterEnabled +attr counterMaxLength +attr counterOverflowTextAppearance +attr counterTextAppearance +attr customNavigationLayout +attr defaultQueryHint +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerHorizontal +attr dividerPadding +attr dividerVertical +attr drawableSize +attr drawerArrowStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr errorEnabled +attr errorTextAppearance +attr expandActivityOverflowButtonDrawable +attr expanded +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr fabSize +attr fastScrollEnabled +attr fastScrollHorizontalThumbDrawable +attr fastScrollHorizontalTrackDrawable +attr fastScrollVerticalThumbDrawable +attr fastScrollVerticalTrackDrawable +attr font +attr fontFamily +attr fontProviderAuthority +attr fontProviderCerts +attr fontProviderFetchStrategy +attr fontProviderFetchTimeout +attr fontProviderPackage +attr fontProviderQuery +attr fontStyle +attr fontWeight +attr foregroundInsidePadding +attr gapBetweenBars +attr goIcon +attr headerLayout +attr height +attr hideOnContentScroll +attr hintAnimationEnabled +attr hintEnabled +attr hintTextAppearance +attr homeAsUpIndicator +attr homeLayout +attr icon +attr iconTint +attr iconTintMode +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateProgressStyle +attr initialActivityCount +attr insetForeground +attr isLightTheme +attr itemBackground +attr itemIconTint +attr itemPadding +attr itemTextAppearance +attr itemTextColor +attr keylines +attr layout +attr layoutManager +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_collapseMode +attr layout_collapseParallaxMultiplier +attr layout_dodgeInsetEdges +attr layout_insetEdge +attr layout_keyline +attr layout_scrollFlags +attr layout_scrollInterpolator +attr listChoiceBackgroundIndicator +attr listDividerAlertDialog +attr listItemLayout +attr listLayout +attr listMenuViewStyle +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr logo +attr logoDescription +attr maxActionInlineWidth +attr maxButtonHeight +attr measureWithLargestChild +attr menu +attr multiChoiceItemLayout +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr numericModifiers +attr overlapAnchor +attr paddingBottomNoButtons +attr paddingEnd +attr paddingStart +attr paddingTopNoTitle +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr passwordToggleContentDescription +attr passwordToggleDrawable +attr passwordToggleEnabled +attr passwordToggleTint +attr passwordToggleTintMode +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr pressedTranslationZ +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr radioButtonStyle +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr reverseLayout +attr rippleColor +attr scrimAnimationDuration +attr scrimVisibleHeightTrigger +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr seekBarStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showText +attr showTitle +attr singleChoiceItemLayout +attr spanCount +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr srcCompat +attr stackFromEnd +attr state_above_anchor +attr state_collapsed +attr state_collapsible +attr statusBarBackground +attr statusBarScrim +attr subMenuArrow +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suggestionRowLayout +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr tabBackground +attr tabContentStart +attr tabGravity +attr tabIndicatorColor +attr tabIndicatorHeight +attr tabMaxWidth +attr tabMinWidth +attr tabMode +attr tabPadding +attr tabPaddingBottom +attr tabPaddingEnd +attr tabPaddingStart +attr tabPaddingTop +attr tabSelectedTextColor +attr tabTextAppearance +attr tabTextColor +attr textAllCaps +attr textAppearanceLargePopupMenu +attr textAppearanceListItem +attr textAppearanceListItemSecondary +attr textAppearanceListItemSmall +attr textAppearancePopupMenuHeader +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textColorAlertDialogListItem +attr textColorError +attr textColorSearchUrl +attr theme +attr thickness +attr thumbTextPadding +attr thumbTint +attr thumbTintMode +attr tickMark +attr tickMarkTint +attr tickMarkTintMode +attr tint +attr tintMode +attr title +attr titleEnabled +attr titleMargin +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarId +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr tooltipForegroundColor +attr tooltipFrameBackground +attr tooltipText +attr track +attr trackTint +attr trackTintMode +attr useCompatPadding +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowFixedHeightMajor +attr windowFixedHeightMinor +attr windowFixedWidthMajor +attr windowFixedWidthMinor +attr windowMinWidthMajor +attr windowMinWidthMinor +attr windowNoTitle +bool abc_action_bar_embed_tabs +bool abc_allow_stacked_button_bar +bool abc_config_actionMenuItemAllCaps +bool abc_config_closeDialogWhenTouchOutside +bool abc_config_showMenuShortcutsWhenKeyboardPresent +color Black +color abc_background_cache_hint_selector_material_dark +color abc_background_cache_hint_selector_material_light +color abc_btn_colored_borderless_text_material +color abc_btn_colored_text_material +color abc_color_highlight_material +color abc_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_input_method_navigation_guard +color abc_primary_text_disable_only_material_dark +color abc_primary_text_disable_only_material_light +color abc_primary_text_material_dark +color abc_primary_text_material_light +color abc_search_url_text +color abc_search_url_text_normal +color abc_search_url_text_pressed +color abc_search_url_text_selected +color abc_secondary_text_material_dark +color abc_secondary_text_material_light +color abc_tint_btn_checkable +color abc_tint_default +color abc_tint_edittext +color abc_tint_seek_thumb +color abc_tint_spinner +color abc_tint_switch_track +color accent_material_dark +color accent_material_light +color background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color blue +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color colorAccent +color colorPrimary +color colorPrimaryDark +color color_gray_d9d9d9 +color color_grey_888888 +color design_bottom_navigation_shadow_color +color design_error +color design_fab_shadow_end_color +color design_fab_shadow_mid_color +color design_fab_shadow_start_color +color design_fab_stroke_end_inner_color +color design_fab_stroke_end_outer_color +color design_fab_stroke_top_inner_color +color design_fab_stroke_top_outer_color +color design_snackbar_background_color +color design_tint_password_toggle +color dim_foreground_disabled_material_dark +color dim_foreground_disabled_material_light +color dim_foreground_material_dark +color dim_foreground_material_light +color error_color_material +color foreground_material_dark +color foreground_material_light +color gold +color highlighted_text_material_dark +color highlighted_text_material_light +color hui +color material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_deep_teal_200 +color material_deep_teal_500 +color material_grey_100 +color material_grey_300 +color material_grey_50 +color material_grey_600 +color material_grey_800 +color material_grey_850 +color material_grey_900 +color notification_action_color_filter +color notification_icon_bg_color +color notification_material_background_media_default_color +color primary_dark_material_dark +color primary_dark_material_light +color primary_material_dark +color primary_material_light +color primary_text_default_material_dark +color primary_text_default_material_light +color primary_text_disabled_material_dark +color primary_text_disabled_material_light +color ripple_material_dark +color ripple_material_light +color secondary_text_default_material_dark +color secondary_text_default_material_light +color secondary_text_disabled_material_dark +color secondary_text_disabled_material_light +color switch_thumb_disabled_material_dark +color switch_thumb_disabled_material_light +color switch_thumb_material_dark +color switch_thumb_material_light +color switch_thumb_normal_material_dark +color switch_thumb_normal_material_light +color system_text_color_11 +color system_text_color_22 +color tooltip_background_dark +color tooltip_background_light +color white +dimen abc_action_bar_content_inset_material +dimen abc_action_bar_content_inset_with_nav +dimen abc_action_bar_default_height_material +dimen abc_action_bar_default_padding_end_material +dimen abc_action_bar_default_padding_start_material +dimen abc_action_bar_elevation_material +dimen abc_action_bar_icon_vertical_padding_material +dimen abc_action_bar_overflow_padding_end_material +dimen abc_action_bar_overflow_padding_start_material +dimen abc_action_bar_progress_bar_size +dimen abc_action_bar_stacked_max_height +dimen abc_action_bar_stacked_tab_max_width +dimen abc_action_bar_subtitle_bottom_margin_material +dimen abc_action_bar_subtitle_top_margin_material +dimen abc_action_button_min_height_material +dimen abc_action_button_min_width_material +dimen abc_action_button_min_width_overflow_material +dimen abc_alert_dialog_button_bar_height +dimen abc_button_inset_horizontal_material +dimen abc_button_inset_vertical_material +dimen abc_button_padding_horizontal_material +dimen abc_button_padding_vertical_material +dimen abc_cascading_menus_min_smallest_width +dimen abc_config_prefDialogWidth +dimen abc_control_corner_material +dimen abc_control_inset_material +dimen abc_control_padding_material +dimen abc_dialog_fixed_height_major +dimen abc_dialog_fixed_height_minor +dimen abc_dialog_fixed_width_major +dimen abc_dialog_fixed_width_minor +dimen abc_dialog_list_padding_bottom_no_buttons +dimen abc_dialog_list_padding_top_no_title +dimen abc_dialog_min_width_major +dimen abc_dialog_min_width_minor +dimen abc_dialog_padding_material +dimen abc_dialog_padding_top_material +dimen abc_dialog_title_divider_material +dimen abc_disabled_alpha_material_dark +dimen abc_disabled_alpha_material_light +dimen abc_dropdownitem_icon_width +dimen abc_dropdownitem_text_padding_left +dimen abc_dropdownitem_text_padding_right +dimen abc_edit_text_inset_bottom_material +dimen abc_edit_text_inset_horizontal_material +dimen abc_edit_text_inset_top_material +dimen abc_floating_window_z +dimen abc_list_item_padding_horizontal_material +dimen abc_panel_menu_list_width +dimen abc_progress_bar_height_material +dimen abc_search_view_preferred_height +dimen abc_search_view_preferred_width +dimen abc_seekbar_track_background_height_material +dimen abc_seekbar_track_progress_height_material +dimen abc_select_dialog_padding_start_material +dimen abc_switch_padding +dimen abc_text_size_body_1_material +dimen abc_text_size_body_2_material +dimen abc_text_size_button_material +dimen abc_text_size_caption_material +dimen abc_text_size_display_1_material +dimen abc_text_size_display_2_material +dimen abc_text_size_display_3_material +dimen abc_text_size_display_4_material +dimen abc_text_size_headline_material +dimen abc_text_size_large_material +dimen abc_text_size_medium_material +dimen abc_text_size_menu_header_material +dimen abc_text_size_menu_material +dimen abc_text_size_small_material +dimen abc_text_size_subhead_material +dimen abc_text_size_subtitle_material_toolbar +dimen abc_text_size_title_material +dimen abc_text_size_title_material_toolbar +dimen activity_horizontal_margin +dimen activity_vertical_margin +dimen compat_button_inset_horizontal_material +dimen compat_button_inset_vertical_material +dimen compat_button_padding_horizontal_material +dimen compat_button_padding_vertical_material +dimen compat_control_corner_material +dimen design_appbar_elevation +dimen design_bottom_navigation_active_item_max_width +dimen design_bottom_navigation_active_text_size +dimen design_bottom_navigation_elevation +dimen design_bottom_navigation_height +dimen design_bottom_navigation_item_max_width +dimen design_bottom_navigation_item_min_width +dimen design_bottom_navigation_margin +dimen design_bottom_navigation_shadow_height +dimen design_bottom_navigation_text_size +dimen design_bottom_sheet_modal_elevation +dimen design_bottom_sheet_peek_height_min +dimen design_fab_border_width +dimen design_fab_elevation +dimen design_fab_image_size +dimen design_fab_size_mini +dimen design_fab_size_normal +dimen design_fab_translation_z_pressed +dimen design_navigation_elevation +dimen design_navigation_icon_padding +dimen design_navigation_icon_size +dimen design_navigation_max_width +dimen design_navigation_padding_bottom +dimen design_navigation_separator_vertical_padding +dimen design_snackbar_action_inline_max_width +dimen design_snackbar_background_corner_radius +dimen design_snackbar_elevation +dimen design_snackbar_extra_spacing_horizontal +dimen design_snackbar_max_width +dimen design_snackbar_min_width +dimen design_snackbar_padding_horizontal +dimen design_snackbar_padding_vertical +dimen design_snackbar_padding_vertical_2lines +dimen design_snackbar_text_size +dimen design_tab_max_width +dimen design_tab_scrollable_min_width +dimen design_tab_text_size +dimen design_tab_text_size_2line +dimen disabled_alpha_material_dark +dimen disabled_alpha_material_light +dimen fastscroll_default_thickness +dimen fastscroll_margin +dimen fastscroll_minimum_range +dimen highlight_alpha_material_colored +dimen highlight_alpha_material_dark +dimen highlight_alpha_material_light +dimen hint_alpha_material_dark +dimen hint_alpha_material_light +dimen hint_pressed_alpha_material_dark +dimen hint_pressed_alpha_material_light +dimen item_touch_helper_max_drag_scroll_per_frame +dimen item_touch_helper_swipe_escape_max_velocity +dimen item_touch_helper_swipe_escape_velocity +dimen notification_action_icon_size +dimen notification_action_text_size +dimen notification_big_circle_margin +dimen notification_content_margin_start +dimen notification_large_icon_height +dimen notification_large_icon_width +dimen notification_main_column_padding_top +dimen notification_media_narrow_margin +dimen notification_right_icon_size +dimen notification_right_side_padding_top +dimen notification_small_icon_background_padding +dimen notification_small_icon_size_as_large +dimen notification_subtext_size +dimen notification_top_pad +dimen notification_top_pad_large_text +dimen tooltip_corner_radius +dimen tooltip_horizontal_padding +dimen tooltip_margin +dimen tooltip_precise_anchor_extra_offset +dimen tooltip_precise_anchor_threshold +dimen tooltip_vertical_padding +dimen tooltip_y_offset_non_touch +dimen tooltip_y_offset_touch +drawable abc_ab_share_pack_mtrl_alpha +drawable abc_action_bar_item_background_material +drawable abc_btn_borderless_material +drawable abc_btn_check_material +drawable abc_btn_check_to_on_mtrl_000 +drawable abc_btn_check_to_on_mtrl_015 +drawable abc_btn_colored_material +drawable abc_btn_default_mtrl_shape +drawable abc_btn_radio_material +drawable abc_btn_radio_to_on_mtrl_000 +drawable abc_btn_radio_to_on_mtrl_015 +drawable abc_btn_switch_to_on_mtrl_00001 +drawable abc_btn_switch_to_on_mtrl_00012 +drawable abc_cab_background_internal_bg +drawable abc_cab_background_top_material +drawable abc_cab_background_top_mtrl_alpha +drawable abc_control_background_material +drawable abc_dialog_material_background +drawable abc_edit_text_material +drawable abc_ic_ab_back_material +drawable abc_ic_arrow_drop_right_black_24dp +drawable abc_ic_clear_material +drawable abc_ic_commit_search_api_mtrl_alpha +drawable abc_ic_go_search_api_material +drawable abc_ic_menu_copy_mtrl_am_alpha +drawable abc_ic_menu_cut_mtrl_alpha +drawable abc_ic_menu_overflow_material +drawable abc_ic_menu_paste_mtrl_am_alpha +drawable abc_ic_menu_selectall_mtrl_alpha +drawable abc_ic_menu_share_mtrl_alpha +drawable abc_ic_search_api_material +drawable abc_ic_star_black_16dp +drawable abc_ic_star_black_36dp +drawable abc_ic_star_black_48dp +drawable abc_ic_star_half_black_16dp +drawable abc_ic_star_half_black_36dp +drawable abc_ic_star_half_black_48dp +drawable abc_ic_voice_search_api_material +drawable abc_item_background_holo_dark +drawable abc_item_background_holo_light +drawable abc_list_divider_mtrl_alpha +drawable abc_list_focused_holo +drawable abc_list_longpressed_holo +drawable abc_list_pressed_holo_dark +drawable abc_list_pressed_holo_light +drawable abc_list_selector_background_transition_holo_dark +drawable abc_list_selector_background_transition_holo_light +drawable abc_list_selector_disabled_holo_dark +drawable abc_list_selector_disabled_holo_light +drawable abc_list_selector_holo_dark +drawable abc_list_selector_holo_light +drawable abc_menu_hardkey_panel_mtrl_mult +drawable abc_popup_background_mtrl_mult +drawable abc_ratingbar_indicator_material +drawable abc_ratingbar_material +drawable abc_ratingbar_small_material +drawable abc_scrubber_control_off_mtrl_alpha +drawable abc_scrubber_control_to_pressed_mtrl_000 +drawable abc_scrubber_control_to_pressed_mtrl_005 +drawable abc_scrubber_primary_mtrl_alpha +drawable abc_scrubber_track_mtrl_alpha +drawable abc_seekbar_thumb_material +drawable abc_seekbar_tick_mark_material +drawable abc_seekbar_track_material +drawable abc_spinner_mtrl_am_alpha +drawable abc_spinner_textfield_background_material +drawable abc_switch_thumb_material +drawable abc_switch_track_mtrl_alpha +drawable abc_tab_indicator_material +drawable abc_tab_indicator_mtrl_alpha +drawable abc_text_cursor_material +drawable abc_text_select_handle_left_mtrl_dark +drawable abc_text_select_handle_left_mtrl_light +drawable abc_text_select_handle_middle_mtrl_dark +drawable abc_text_select_handle_middle_mtrl_light +drawable abc_text_select_handle_right_mtrl_dark +drawable abc_text_select_handle_right_mtrl_light +drawable abc_textfield_activated_mtrl_alpha +drawable abc_textfield_default_mtrl_alpha +drawable abc_textfield_search_activated_mtrl_alpha +drawable abc_textfield_search_default_mtrl_alpha +drawable abc_textfield_search_material +drawable abc_vector_test +drawable avd_hide_password +drawable avd_show_password +drawable bg3 +drawable design_bottom_navigation_item_background +drawable design_fab_background +drawable design_ic_visibility +drawable design_ic_visibility_off +drawable design_password_eye +drawable design_snackbar_background +drawable navigation_empty_icon +drawable notification_action_background +drawable notification_bg +drawable notification_bg_low +drawable notification_bg_low_normal +drawable notification_bg_low_pressed +drawable notification_bg_normal +drawable notification_bg_normal_pressed +drawable notification_icon_background +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable shape_bg +drawable shape_fragment_toolbar +drawable tooltip_frame_dark +drawable tooltip_frame_light +id ALT +id CTRL +id FUNCTION +id META +id SHIFT +id SYM +id action0 +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id alertTitle +id all +id always +id async +id auto +id beginning +id blocking +id bottom +id btn_left +id btn_logout +id btn_right +id buttonPanel +id cancel_action +id center +id center_horizontal +id center_vertical +id checkbox +id chronometer +id clip_horizontal +id clip_vertical +id collapseActionView +id container +id contentPanel +id coordinator +id custom +id customPanel +id decor_content_parent +id default_activity_button +id design_bottom_sheet +id design_menu_item_action_area +id design_menu_item_action_area_stub +id design_menu_item_text +id design_navigation_view +id disableHome +id edit_query +id email +id email_cancel +id email_login_form +id email_register_button +id email_resetting_button +id email_sign_in_button +id end +id end_padder +id enterAlways +id enterAlwaysCollapsed +id exitUntilCollapsed +id expand_activities_button +id expanded_menu +id fill +id fill_horizontal +id fill_vertical +id fixed +id footer_tab +id forever +id four_tips1 +id four_tips11 +id four_tips12 +id four_tips13 +id four_tips2 +id four_tips3 +id four_title +id four_title1 +id fragment_container +id ghost_view +id home +id homeAsUp +id icon +id icon_group +id ifRoom +id image +id info +id italic +id item_touch_helper_previous_elevation +id largeLabel +id layout_four +id layout_four1 +id layout_left +id layout_one +id layout_right +id layout_three +id layout_two +id left +id line1 +id line3 +id listMode +id list_item +id login_form +id login_progress +id masked +id media_actions +id message +id middle +id mini +id multiply +id navigation_header_container +id never +id none +id normal +id notification_background +id notification_main_column +id notification_main_column_container +id one_tips1 +id one_tips2 +id one_tips3 +id one_title +id parallax +id parentPanel +id parent_matrix +id password +id password_again +id pin +id profile +id progress_circular +id progress_horizontal +id radio +id right +id right_icon +id right_side +id save_image_matrix +id save_non_transition_alpha +id save_scale_type +id screen +id scroll +id scrollIndicatorDown +id scrollIndicatorUp +id scrollView +id scrollable +id search_badge +id search_bar +id search_button +id search_close_btn +id search_edit_frame +id search_go_btn +id search_mag_icon +id search_plate +id search_src_text +id search_voice_btn +id select_dialog_listview +id shortcut +id showCustom +id showHome +id showTitle +id smallLabel +id snackbar_action +id snackbar_text +id snap +id spacer +id split_action_bar +id src_atop +id src_in +id src_over +id start +id status_bar_latest_event_content +id submenuarrow +id submit_area +id tabMode +id tab_four_iv +id tab_four_tv +id tab_fourbg +id tab_layout +id tab_one_iv +id tab_one_tv +id tab_onebg +id tab_three_iv +id tab_three_tv +id tab_threebg +id tab_two_iv +id tab_two_tv +id tab_twobg +id text +id text2 +id textSpacerNoButtons +id textSpacerNoTitle +id text_input_password_toggle +id textinput_counter +id textinput_error +id three_tips1 +id three_tips2 +id three_tips3 +id three_title +id thumbPath +id time +id title +id titleDividerNoCustom +id title_layout +id title_template +id top +id topPanel +id touch_outside +id transition_current_scene +id transition_layout_save +id transition_position +id transition_scene_layoutid_cache +id transition_transform +id two_tips1 +id two_tips2 +id two_tips3 +id two_title +id uniform +id up +id useLogo +id view_offset_helper +id visible +id web_view +id withText +id wrap_content +integer abc_config_activityDefaultDur +integer abc_config_activityShortDur +integer app_bar_elevation_anim_duration +integer bottom_sheet_slide_duration +integer cancel_button_image_alpha +integer config_tooltipAnimTime +integer design_snackbar_text_max_lines +integer hide_password_duration +integer show_password_duration +integer status_bar_notification_info_maxnum +layout abc_action_bar_title_item +layout abc_action_bar_up_container +layout abc_action_bar_view_list_nav_layout +layout abc_action_menu_item_layout +layout abc_action_menu_layout +layout abc_action_mode_bar +layout abc_action_mode_close_item_material +layout abc_activity_chooser_view +layout abc_activity_chooser_view_list_item +layout abc_alert_dialog_button_bar_material +layout abc_alert_dialog_material +layout abc_alert_dialog_title_material +layout abc_dialog_title_material +layout abc_expanded_menu_layout +layout abc_list_menu_item_checkbox +layout abc_list_menu_item_icon +layout abc_list_menu_item_layout +layout abc_list_menu_item_radio +layout abc_popup_menu_header_item_layout +layout abc_popup_menu_item_layout +layout abc_screen_content_include +layout abc_screen_simple +layout abc_screen_simple_overlay_action_mode +layout abc_screen_toolbar +layout abc_search_dropdown_item_icons_2line +layout abc_search_view +layout abc_select_dialog_material +layout activity_register +layout activity_tab +layout activity_web_detail +layout design_bottom_navigation_item +layout design_bottom_sheet_dialog +layout design_layout_snackbar +layout design_layout_snackbar_include +layout design_layout_tab_icon +layout design_layout_tab_text +layout design_menu_item_action_area +layout design_navigation_item +layout design_navigation_item_header +layout design_navigation_item_separator +layout design_navigation_item_subheader +layout design_navigation_menu +layout design_navigation_menu_item +layout design_text_input_password_icon +layout fragment_four +layout fragment_one +layout fragment_three +layout fragment_toolbar +layout fragment_two +layout item_movie_list +layout login +layout notification_action +layout notification_action_tombstone +layout notification_media_action +layout notification_media_cancel_action +layout notification_template_big_media +layout notification_template_big_media_custom +layout notification_template_big_media_narrow +layout notification_template_big_media_narrow_custom +layout notification_template_custom_big +layout notification_template_icon_group +layout notification_template_lines_media +layout notification_template_media +layout notification_template_media_custom +layout notification_template_part_chronometer +layout notification_template_part_time +layout select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +layout support_simple_spinner_dropdown_item +layout tooltip +mipmap a1 +mipmap a2 +mipmap a3 +mipmap add +mipmap baomihua +mipmap baomihua_small +mipmap bg +mipmap huamulan +mipmap ic_launcher +mipmap ic_launcher_round +mipmap icon_1 +mipmap icon_arrow +mipmap icon_card +mipmap icon_food +mipmap icon_free +mipmap icon_looked +mipmap icon_love +mipmap icon_money +mipmap icon_movie +mipmap icon_my +mipmap icon_share +mipmap icon_shop +mipmap icon_sign +mipmap icon_triangle +mipmap icon_vip +mipmap item_default +mipmap kele +mipmap logo2 +mipmap logout +mipmap p1 +mipmap search +mipmap tab_four_normal +mipmap tab_four_pressed +mipmap tab_one_normal +mipmap tab_one_pressed +mipmap tab_three_normal +mipmap tab_three_pressed +mipmap tab_two_normal +mipmap tab_two_pressed +mipmap zhuilong +string abc_action_bar_home_description +string abc_action_bar_home_description_format +string abc_action_bar_home_subtitle_description_format +string abc_action_bar_up_description +string abc_action_menu_overflow_description +string abc_action_mode_done +string abc_activity_chooser_view_see_all +string abc_activitychooserview_choose_application +string abc_capital_off +string abc_capital_on +string abc_font_family_body_1_material +string abc_font_family_body_2_material +string abc_font_family_button_material +string abc_font_family_caption_material +string abc_font_family_display_1_material +string abc_font_family_display_2_material +string abc_font_family_display_3_material +string abc_font_family_display_4_material +string abc_font_family_headline_material +string abc_font_family_menu_material +string abc_font_family_subhead_material +string abc_font_family_title_material +string abc_search_hint +string abc_searchview_description_clear +string abc_searchview_description_query +string abc_searchview_description_search +string abc_searchview_description_submit +string abc_searchview_description_voice +string abc_shareactionprovider_share_with +string abc_shareactionprovider_share_with_application +string abc_toolbar_collapse_description +string action_concel +string action_register +string action_resetting +string action_sign_in +string action_sign_in_short +string app_name +string appbar_scrolling_view_behavior +string bottom_sheet_behavior +string character_counter_pattern +string password_toggle_content_description +string path_password_eye +string path_password_eye_mask_strike_through +string path_password_eye_mask_visible +string path_password_strike_through +string prompt_email +string prompt_password +string prompt_password_again +string prompt_setpassword +string prompt_username +string search_menu_title +string status_bar_notification_info_overflow +style AlertDialog_AppCompat +style AlertDialog_AppCompat_Light +style Animation_AppCompat_Dialog +style Animation_AppCompat_DropDownUp +style Animation_AppCompat_Tooltip +style Animation_Design_BottomSheetDialog +style AppTheme +style Base_AlertDialog_AppCompat +style Base_AlertDialog_AppCompat_Light +style Base_Animation_AppCompat_Dialog +style Base_Animation_AppCompat_DropDownUp +style Base_Animation_AppCompat_Tooltip +style Base_DialogWindowTitle_AppCompat +style Base_DialogWindowTitleBackground_AppCompat +style Base_TextAppearance_AppCompat +style Base_TextAppearance_AppCompat_Body1 +style Base_TextAppearance_AppCompat_Body2 +style Base_TextAppearance_AppCompat_Button +style Base_TextAppearance_AppCompat_Caption +style Base_TextAppearance_AppCompat_Display1 +style Base_TextAppearance_AppCompat_Display2 +style Base_TextAppearance_AppCompat_Display3 +style Base_TextAppearance_AppCompat_Display4 +style Base_TextAppearance_AppCompat_Headline +style Base_TextAppearance_AppCompat_Inverse +style Base_TextAppearance_AppCompat_Large +style Base_TextAppearance_AppCompat_Large_Inverse +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Medium +style Base_TextAppearance_AppCompat_Medium_Inverse +style Base_TextAppearance_AppCompat_Menu +style Base_TextAppearance_AppCompat_SearchResult +style Base_TextAppearance_AppCompat_SearchResult_Subtitle +style Base_TextAppearance_AppCompat_SearchResult_Title +style Base_TextAppearance_AppCompat_Small +style Base_TextAppearance_AppCompat_Small_Inverse +style Base_TextAppearance_AppCompat_Subhead +style Base_TextAppearance_AppCompat_Subhead_Inverse +style Base_TextAppearance_AppCompat_Title +style Base_TextAppearance_AppCompat_Title_Inverse +style Base_TextAppearance_AppCompat_Tooltip +style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionMode_Title +style Base_TextAppearance_AppCompat_Widget_Button +style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Inverse +style Base_TextAppearance_AppCompat_Widget_DropDownItem +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Widget_Switch +style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style Base_TextAppearance_Widget_AppCompat_Toolbar_Title +style Base_Theme_AppCompat +style Base_Theme_AppCompat_CompactMenu +style Base_Theme_AppCompat_Dialog +style Base_Theme_AppCompat_Dialog_Alert +style Base_Theme_AppCompat_Dialog_FixedSize +style Base_Theme_AppCompat_Dialog_MinWidth +style Base_Theme_AppCompat_DialogWhenLarge +style Base_Theme_AppCompat_Light +style Base_Theme_AppCompat_Light_DarkActionBar +style Base_Theme_AppCompat_Light_Dialog +style Base_Theme_AppCompat_Light_Dialog_Alert +style Base_Theme_AppCompat_Light_Dialog_FixedSize +style Base_Theme_AppCompat_Light_Dialog_MinWidth +style Base_Theme_AppCompat_Light_DialogWhenLarge +style Base_ThemeOverlay_AppCompat +style Base_ThemeOverlay_AppCompat_ActionBar +style Base_ThemeOverlay_AppCompat_Dark +style Base_ThemeOverlay_AppCompat_Dark_ActionBar +style Base_ThemeOverlay_AppCompat_Dialog +style Base_ThemeOverlay_AppCompat_Dialog_Alert +style Base_ThemeOverlay_AppCompat_Light +style Base_V11_Theme_AppCompat_Dialog +style Base_V11_Theme_AppCompat_Light_Dialog +style Base_V11_ThemeOverlay_AppCompat_Dialog +style Base_V12_Widget_AppCompat_AutoCompleteTextView +style Base_V12_Widget_AppCompat_EditText +style Base_V14_Widget_Design_AppBarLayout +style Base_V21_Theme_AppCompat +style Base_V21_Theme_AppCompat_Dialog +style Base_V21_Theme_AppCompat_Light +style Base_V21_Theme_AppCompat_Light_Dialog +style Base_V21_ThemeOverlay_AppCompat_Dialog +style Base_V21_Widget_Design_AppBarLayout +style Base_V22_Theme_AppCompat +style Base_V22_Theme_AppCompat_Light +style Base_V23_Theme_AppCompat +style Base_V23_Theme_AppCompat_Light +style Base_V26_Theme_AppCompat +style Base_V26_Theme_AppCompat_Light +style Base_V26_Widget_AppCompat_Toolbar +style Base_V26_Widget_Design_AppBarLayout +style Base_V7_Theme_AppCompat +style Base_V7_Theme_AppCompat_Dialog +style Base_V7_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat_Light_Dialog +style Base_V7_ThemeOverlay_AppCompat_Dialog +style Base_V7_Widget_AppCompat_AutoCompleteTextView +style Base_V7_Widget_AppCompat_EditText +style Base_V7_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_ActionBar +style Base_Widget_AppCompat_ActionBar_Solid +style Base_Widget_AppCompat_ActionBar_TabBar +style Base_Widget_AppCompat_ActionBar_TabText +style Base_Widget_AppCompat_ActionBar_TabView +style Base_Widget_AppCompat_ActionButton +style Base_Widget_AppCompat_ActionButton_CloseMode +style Base_Widget_AppCompat_ActionButton_Overflow +style Base_Widget_AppCompat_ActionMode +style Base_Widget_AppCompat_ActivityChooserView +style Base_Widget_AppCompat_AutoCompleteTextView +style Base_Widget_AppCompat_Button +style Base_Widget_AppCompat_Button_Borderless +style Base_Widget_AppCompat_Button_Borderless_Colored +style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +style Base_Widget_AppCompat_Button_Colored +style Base_Widget_AppCompat_Button_Small +style Base_Widget_AppCompat_ButtonBar +style Base_Widget_AppCompat_ButtonBar_AlertDialog +style Base_Widget_AppCompat_CompoundButton_CheckBox +style Base_Widget_AppCompat_CompoundButton_RadioButton +style Base_Widget_AppCompat_CompoundButton_Switch +style Base_Widget_AppCompat_DrawerArrowToggle +style Base_Widget_AppCompat_DrawerArrowToggle_Common +style Base_Widget_AppCompat_DropDownItem_Spinner +style Base_Widget_AppCompat_EditText +style Base_Widget_AppCompat_ImageButton +style Base_Widget_AppCompat_Light_ActionBar +style Base_Widget_AppCompat_Light_ActionBar_Solid +style Base_Widget_AppCompat_Light_ActionBar_TabBar +style Base_Widget_AppCompat_Light_ActionBar_TabText +style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Base_Widget_AppCompat_Light_ActionBar_TabView +style Base_Widget_AppCompat_Light_PopupMenu +style Base_Widget_AppCompat_Light_PopupMenu_Overflow +style Base_Widget_AppCompat_ListMenuView +style Base_Widget_AppCompat_ListPopupWindow +style Base_Widget_AppCompat_ListView +style Base_Widget_AppCompat_ListView_DropDown +style Base_Widget_AppCompat_ListView_Menu +style Base_Widget_AppCompat_PopupMenu +style Base_Widget_AppCompat_PopupMenu_Overflow +style Base_Widget_AppCompat_PopupWindow +style Base_Widget_AppCompat_ProgressBar +style Base_Widget_AppCompat_ProgressBar_Horizontal +style Base_Widget_AppCompat_RatingBar +style Base_Widget_AppCompat_RatingBar_Indicator +style Base_Widget_AppCompat_RatingBar_Small +style Base_Widget_AppCompat_SearchView +style Base_Widget_AppCompat_SearchView_ActionBar +style Base_Widget_AppCompat_SeekBar +style Base_Widget_AppCompat_SeekBar_Discrete +style Base_Widget_AppCompat_Spinner +style Base_Widget_AppCompat_Spinner_Underlined +style Base_Widget_AppCompat_TextView_SpinnerItem +style Base_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_Toolbar_Button_Navigation +style Base_Widget_Design_AppBarLayout +style Base_Widget_Design_TabLayout +style Platform_AppCompat +style Platform_AppCompat_Light +style Platform_ThemeOverlay_AppCompat +style Platform_ThemeOverlay_AppCompat_Dark +style Platform_ThemeOverlay_AppCompat_Light +style Platform_V11_AppCompat +style Platform_V11_AppCompat_Light +style Platform_V14_AppCompat +style Platform_V14_AppCompat_Light +style Platform_V21_AppCompat +style Platform_V21_AppCompat_Light +style Platform_V25_AppCompat +style Platform_V25_AppCompat_Light +style Platform_Widget_AppCompat_Spinner +style RtlOverlay_DialogWindowTitle_AppCompat +style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +style RtlOverlay_Widget_AppCompat_DialogTitle_Icon +style RtlOverlay_Widget_AppCompat_PopupMenuItem +style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +style RtlOverlay_Widget_AppCompat_Search_DropDown +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Query +style RtlOverlay_Widget_AppCompat_Search_DropDown_Text +style RtlOverlay_Widget_AppCompat_SearchView_MagIcon +style RtlUnderlay_Widget_AppCompat_ActionButton +style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +style TextAppearance_AppCompat +style TextAppearance_AppCompat_Body1 +style TextAppearance_AppCompat_Body2 +style TextAppearance_AppCompat_Button +style TextAppearance_AppCompat_Caption +style TextAppearance_AppCompat_Display1 +style TextAppearance_AppCompat_Display2 +style TextAppearance_AppCompat_Display3 +style TextAppearance_AppCompat_Display4 +style TextAppearance_AppCompat_Headline +style TextAppearance_AppCompat_Inverse +style TextAppearance_AppCompat_Large +style TextAppearance_AppCompat_Large_Inverse +style TextAppearance_AppCompat_Light_SearchResult_Subtitle +style TextAppearance_AppCompat_Light_SearchResult_Title +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Medium +style TextAppearance_AppCompat_Medium_Inverse +style TextAppearance_AppCompat_Menu +style TextAppearance_AppCompat_Notification +style TextAppearance_AppCompat_Notification_Info +style TextAppearance_AppCompat_Notification_Info_Media +style TextAppearance_AppCompat_Notification_Line2 +style TextAppearance_AppCompat_Notification_Line2_Media +style TextAppearance_AppCompat_Notification_Media +style TextAppearance_AppCompat_Notification_Time +style TextAppearance_AppCompat_Notification_Time_Media +style TextAppearance_AppCompat_Notification_Title +style TextAppearance_AppCompat_Notification_Title_Media +style TextAppearance_AppCompat_SearchResult_Subtitle +style TextAppearance_AppCompat_SearchResult_Title +style TextAppearance_AppCompat_Small +style TextAppearance_AppCompat_Small_Inverse +style TextAppearance_AppCompat_Subhead +style TextAppearance_AppCompat_Subhead_Inverse +style TextAppearance_AppCompat_Title +style TextAppearance_AppCompat_Title_Inverse +style TextAppearance_AppCompat_Tooltip +style TextAppearance_AppCompat_Widget_ActionBar_Menu +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionBar_Title +style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Title +style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +style TextAppearance_AppCompat_Widget_Button +style TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style TextAppearance_AppCompat_Widget_Button_Colored +style TextAppearance_AppCompat_Widget_Button_Inverse +style TextAppearance_AppCompat_Widget_DropDownItem +style TextAppearance_AppCompat_Widget_PopupMenu_Header +style TextAppearance_AppCompat_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Widget_Switch +style TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style TextAppearance_Compat_Notification +style TextAppearance_Compat_Notification_Info +style TextAppearance_Compat_Notification_Info_Media +style TextAppearance_Compat_Notification_Line2 +style TextAppearance_Compat_Notification_Line2_Media +style TextAppearance_Compat_Notification_Media +style TextAppearance_Compat_Notification_Time +style TextAppearance_Compat_Notification_Time_Media +style TextAppearance_Compat_Notification_Title +style TextAppearance_Compat_Notification_Title_Media +style TextAppearance_Design_CollapsingToolbar_Expanded +style TextAppearance_Design_Counter +style TextAppearance_Design_Counter_Overflow +style TextAppearance_Design_Error +style TextAppearance_Design_Hint +style TextAppearance_Design_Snackbar_Message +style TextAppearance_Design_Tab +style TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style TextAppearance_Widget_AppCompat_Toolbar_Title +style Theme_AppCompat +style Theme_AppCompat_CompactMenu +style Theme_AppCompat_DayNight +style Theme_AppCompat_DayNight_DarkActionBar +style Theme_AppCompat_DayNight_Dialog +style Theme_AppCompat_DayNight_Dialog_Alert +style Theme_AppCompat_DayNight_Dialog_MinWidth +style Theme_AppCompat_DayNight_DialogWhenLarge +style Theme_AppCompat_DayNight_NoActionBar +style Theme_AppCompat_Dialog +style Theme_AppCompat_Dialog_Alert +style Theme_AppCompat_Dialog_MinWidth +style Theme_AppCompat_DialogWhenLarge +style Theme_AppCompat_Light +style Theme_AppCompat_Light_DarkActionBar +style Theme_AppCompat_Light_Dialog +style Theme_AppCompat_Light_Dialog_Alert +style Theme_AppCompat_Light_Dialog_MinWidth +style Theme_AppCompat_Light_DialogWhenLarge +style Theme_AppCompat_Light_NoActionBar +style Theme_AppCompat_NoActionBar +style Theme_Design +style Theme_Design_BottomSheetDialog +style Theme_Design_Light +style Theme_Design_Light_BottomSheetDialog +style Theme_Design_Light_NoActionBar +style Theme_Design_NoActionBar +style ThemeOverlay_AppCompat +style ThemeOverlay_AppCompat_ActionBar +style ThemeOverlay_AppCompat_Dark +style ThemeOverlay_AppCompat_Dark_ActionBar +style ThemeOverlay_AppCompat_Dialog +style ThemeOverlay_AppCompat_Dialog_Alert +style ThemeOverlay_AppCompat_Light +style Widget_AppCompat_ActionBar +style Widget_AppCompat_ActionBar_Solid +style Widget_AppCompat_ActionBar_TabBar +style Widget_AppCompat_ActionBar_TabText +style Widget_AppCompat_ActionBar_TabView +style Widget_AppCompat_ActionButton +style Widget_AppCompat_ActionButton_CloseMode +style Widget_AppCompat_ActionButton_Overflow +style Widget_AppCompat_ActionMode +style Widget_AppCompat_ActivityChooserView +style Widget_AppCompat_AutoCompleteTextView +style Widget_AppCompat_Button +style Widget_AppCompat_Button_Borderless +style Widget_AppCompat_Button_Borderless_Colored +style Widget_AppCompat_Button_ButtonBar_AlertDialog +style Widget_AppCompat_Button_Colored +style Widget_AppCompat_Button_Small +style Widget_AppCompat_ButtonBar +style Widget_AppCompat_ButtonBar_AlertDialog +style Widget_AppCompat_CompoundButton_CheckBox +style Widget_AppCompat_CompoundButton_RadioButton +style Widget_AppCompat_CompoundButton_Switch +style Widget_AppCompat_DrawerArrowToggle +style Widget_AppCompat_DropDownItem_Spinner +style Widget_AppCompat_EditText +style Widget_AppCompat_ImageButton +style Widget_AppCompat_Light_ActionBar +style Widget_AppCompat_Light_ActionBar_Solid +style Widget_AppCompat_Light_ActionBar_Solid_Inverse +style Widget_AppCompat_Light_ActionBar_TabBar +style Widget_AppCompat_Light_ActionBar_TabBar_Inverse +style Widget_AppCompat_Light_ActionBar_TabText +style Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Widget_AppCompat_Light_ActionBar_TabView +style Widget_AppCompat_Light_ActionBar_TabView_Inverse +style Widget_AppCompat_Light_ActionButton +style Widget_AppCompat_Light_ActionButton_CloseMode +style Widget_AppCompat_Light_ActionButton_Overflow +style Widget_AppCompat_Light_ActionMode_Inverse +style Widget_AppCompat_Light_ActivityChooserView +style Widget_AppCompat_Light_AutoCompleteTextView +style Widget_AppCompat_Light_DropDownItem_Spinner +style Widget_AppCompat_Light_ListPopupWindow +style Widget_AppCompat_Light_ListView_DropDown +style Widget_AppCompat_Light_PopupMenu +style Widget_AppCompat_Light_PopupMenu_Overflow +style Widget_AppCompat_Light_SearchView +style Widget_AppCompat_Light_Spinner_DropDown_ActionBar +style Widget_AppCompat_ListMenuView +style Widget_AppCompat_ListPopupWindow +style Widget_AppCompat_ListView +style Widget_AppCompat_ListView_DropDown +style Widget_AppCompat_ListView_Menu +style Widget_AppCompat_PopupMenu +style Widget_AppCompat_PopupMenu_Overflow +style Widget_AppCompat_PopupWindow +style Widget_AppCompat_ProgressBar +style Widget_AppCompat_ProgressBar_Horizontal +style Widget_AppCompat_RatingBar +style Widget_AppCompat_RatingBar_Indicator +style Widget_AppCompat_RatingBar_Small +style Widget_AppCompat_SearchView +style Widget_AppCompat_SearchView_ActionBar +style Widget_AppCompat_SeekBar +style Widget_AppCompat_SeekBar_Discrete +style Widget_AppCompat_Spinner +style Widget_AppCompat_Spinner_DropDown +style Widget_AppCompat_Spinner_DropDown_ActionBar +style Widget_AppCompat_Spinner_Underlined +style Widget_AppCompat_TextView_SpinnerItem +style Widget_AppCompat_Toolbar +style Widget_AppCompat_Toolbar_Button_Navigation +style Widget_Compat_NotificationActionContainer +style Widget_Compat_NotificationActionText +style Widget_Design_AppBarLayout +style Widget_Design_BottomNavigationView +style Widget_Design_BottomSheet_Modal +style Widget_Design_CollapsingToolbar +style Widget_Design_CoordinatorLayout +style Widget_Design_FloatingActionButton +style Widget_Design_NavigationView +style Widget_Design_ScrimInsetsFrameLayout +style Widget_Design_Snackbar +style Widget_Design_TabLayout +style Widget_Design_TextInputLayout +styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle +styleable ActionBarLayout android_layout_gravity +styleable ActionMenuItemView android_minWidth +styleable ActionMenuView +styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle +styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount +styleable AlertDialog android_layout buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout +styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded +styleable AppBarLayoutStates state_collapsed state_collapsible +styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator +styleable AppCompatImageView android_src srcCompat tint tintMode +styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode +styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd +styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType fontFamily textAllCaps +styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle +styleable BottomNavigationView elevation itemBackground itemIconTint itemTextColor menu +styleable BottomSheetBehavior_Layout behavior_hideable behavior_peekHeight behavior_skipCollapsed +styleable ButtonBarLayout allowStacking +styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId +styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier +styleable ColorStateListItem android_color android_alpha alpha +styleable CompoundButton android_button buttonTint buttonTintMode +styleable CoordinatorLayout keylines statusBarBackground +styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline +styleable DesignTheme bottomSheetDialogTheme bottomSheetStyle textColorError +styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness +styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation fabSize pressedTranslationZ rippleColor useCompatPadding +styleable FloatingActionButton_Behavior_Layout behavior_autoHide +styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery +styleable FontFamilyFont font fontStyle fontWeight +styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding +styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers +styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight +styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset +styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior +styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText +styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow +styleable NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemIconTint itemTextAppearance itemTextColor menu +styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable RecyclerView android_orientation android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd +styleable ScrimInsetsFrameLayout insetForeground +styleable ScrollingViewBehavior_Layout behavior_overlapTop +styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon +styleable SnackbarLayout android_maxWidth elevation maxActionInlineWidth +styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme +styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode +styleable TabItem android_icon android_layout android_text +styleable TabLayout tabBackground tabContentStart tabGravity tabIndicatorColor tabIndicatorHeight tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabSelectedTextColor tabTextAppearance tabTextColor +styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily fontFamily textAllCaps +styleable TextInputLayout android_textColorHint android_hint counterEnabled counterMaxLength counterOverflowTextAppearance counterTextAppearance errorEnabled errorTextAppearance hintAnimationEnabled hintEnabled hintTextAppearance passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode +styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor +styleable View android_theme android_focusable paddingEnd paddingStart theme +styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode +styleable ViewStubCompat android_id android_layout android_inflatedId diff --git a/shopping/app/build/intermediates/signing_config/debug/out/signing-config.json b/shopping/app/build/intermediates/signing_config/debug/out/signing-config.json new file mode 100644 index 0000000..3d33169 --- /dev/null +++ b/shopping/app/build/intermediates/signing_config/debug/out/signing-config.json @@ -0,0 +1 @@ +{"mName":"debug","mStoreFile":"D:\\development\\Android\\avd\\.android\\debug.keystore","mStorePassword":"android","mKeyAlias":"AndroidDebugKey","mKeyPassword":"android","mStoreType":"pkcs12","mV1SigningEnabled":true,"mV2SigningEnabled":true} \ No newline at end of file diff --git a/shopping/app/build/intermediates/split_list/debug/splitsDiscoveryTaskDebug/split-list.gson b/shopping/app/build/intermediates/split_list/debug/splitsDiscoveryTaskDebug/split-list.gson new file mode 100644 index 0000000..a111e0b --- /dev/null +++ b/shopping/app/build/intermediates/split_list/debug/splitsDiscoveryTaskDebug/split-list.gson @@ -0,0 +1 @@ +[{"splitType":"DENSITY","filters":[]},{"splitType":"LANGUAGE","filters":[]},{"splitType":"ABI","filters":[]},{"splitType":"ResConfigs","filters":[]}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/split_list/release/splitsDiscoveryTaskRelease/split-list.gson b/shopping/app/build/intermediates/split_list/release/splitsDiscoveryTaskRelease/split-list.gson new file mode 100644 index 0000000..a111e0b --- /dev/null +++ b/shopping/app/build/intermediates/split_list/release/splitsDiscoveryTaskRelease/split-list.gson @@ -0,0 +1 @@ +[{"splitType":"DENSITY","filters":[]},{"splitType":"LANGUAGE","filters":[]},{"splitType":"ABI","filters":[]},{"splitType":"ResConfigs","filters":[]}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/symbols/debug/R.txt b/shopping/app/build/intermediates/symbols/debug/R.txt new file mode 100644 index 0000000..6f23259 --- /dev/null +++ b/shopping/app/build/intermediates/symbols/debug/R.txt @@ -0,0 +1,2078 @@ +int anim abc_fade_in 0x7f010000 +int anim abc_fade_out 0x7f010001 +int anim abc_grow_fade_in_from_bottom 0x7f010002 +int anim abc_popup_enter 0x7f010003 +int anim abc_popup_exit 0x7f010004 +int anim abc_shrink_fade_out_from_bottom 0x7f010005 +int anim abc_slide_in_bottom 0x7f010006 +int anim abc_slide_in_top 0x7f010007 +int anim abc_slide_out_bottom 0x7f010008 +int anim abc_slide_out_top 0x7f010009 +int anim design_bottom_sheet_slide_in 0x7f01000a +int anim design_bottom_sheet_slide_out 0x7f01000b +int anim design_snackbar_in 0x7f01000c +int anim design_snackbar_out 0x7f01000d +int anim tooltip_enter 0x7f01000e +int anim tooltip_exit 0x7f01000f +int animator design_appbar_state_list_animator 0x7f020000 +int attr actionBarDivider 0x7f030000 +int attr actionBarItemBackground 0x7f030001 +int attr actionBarPopupTheme 0x7f030002 +int attr actionBarSize 0x7f030003 +int attr actionBarSplitStyle 0x7f030004 +int attr actionBarStyle 0x7f030005 +int attr actionBarTabBarStyle 0x7f030006 +int attr actionBarTabStyle 0x7f030007 +int attr actionBarTabTextStyle 0x7f030008 +int attr actionBarTheme 0x7f030009 +int attr actionBarWidgetTheme 0x7f03000a +int attr actionButtonStyle 0x7f03000b +int attr actionDropDownStyle 0x7f03000c +int attr actionLayout 0x7f03000d +int attr actionMenuTextAppearance 0x7f03000e +int attr actionMenuTextColor 0x7f03000f +int attr actionModeBackground 0x7f030010 +int attr actionModeCloseButtonStyle 0x7f030011 +int attr actionModeCloseDrawable 0x7f030012 +int attr actionModeCopyDrawable 0x7f030013 +int attr actionModeCutDrawable 0x7f030014 +int attr actionModeFindDrawable 0x7f030015 +int attr actionModePasteDrawable 0x7f030016 +int attr actionModePopupWindowStyle 0x7f030017 +int attr actionModeSelectAllDrawable 0x7f030018 +int attr actionModeShareDrawable 0x7f030019 +int attr actionModeSplitBackground 0x7f03001a +int attr actionModeStyle 0x7f03001b +int attr actionModeWebSearchDrawable 0x7f03001c +int attr actionOverflowButtonStyle 0x7f03001d +int attr actionOverflowMenuStyle 0x7f03001e +int attr actionProviderClass 0x7f03001f +int attr actionViewClass 0x7f030020 +int attr activityChooserViewStyle 0x7f030021 +int attr alertDialogButtonGroupStyle 0x7f030022 +int attr alertDialogCenterButtons 0x7f030023 +int attr alertDialogStyle 0x7f030024 +int attr alertDialogTheme 0x7f030025 +int attr allowStacking 0x7f030026 +int attr alpha 0x7f030027 +int attr alphabeticModifiers 0x7f030028 +int attr arrowHeadLength 0x7f030029 +int attr arrowShaftLength 0x7f03002a +int attr autoCompleteTextViewStyle 0x7f03002b +int attr autoSizeMaxTextSize 0x7f03002c +int attr autoSizeMinTextSize 0x7f03002d +int attr autoSizePresetSizes 0x7f03002e +int attr autoSizeStepGranularity 0x7f03002f +int attr autoSizeTextType 0x7f030030 +int attr background 0x7f030031 +int attr backgroundSplit 0x7f030032 +int attr backgroundStacked 0x7f030033 +int attr backgroundTint 0x7f030034 +int attr backgroundTintMode 0x7f030035 +int attr barLength 0x7f030036 +int attr behavior_autoHide 0x7f030037 +int attr behavior_hideable 0x7f030038 +int attr behavior_overlapTop 0x7f030039 +int attr behavior_peekHeight 0x7f03003a +int attr behavior_skipCollapsed 0x7f03003b +int attr borderWidth 0x7f03003c +int attr borderlessButtonStyle 0x7f03003d +int attr bottomSheetDialogTheme 0x7f03003e +int attr bottomSheetStyle 0x7f03003f +int attr buttonBarButtonStyle 0x7f030040 +int attr buttonBarNegativeButtonStyle 0x7f030041 +int attr buttonBarNeutralButtonStyle 0x7f030042 +int attr buttonBarPositiveButtonStyle 0x7f030043 +int attr buttonBarStyle 0x7f030044 +int attr buttonGravity 0x7f030045 +int attr buttonPanelSideLayout 0x7f030046 +int attr buttonStyle 0x7f030047 +int attr buttonStyleSmall 0x7f030048 +int attr buttonTint 0x7f030049 +int attr buttonTintMode 0x7f03004a +int attr checkboxStyle 0x7f03004b +int attr checkedTextViewStyle 0x7f03004c +int attr closeIcon 0x7f03004d +int attr closeItemLayout 0x7f03004e +int attr collapseContentDescription 0x7f03004f +int attr collapseIcon 0x7f030050 +int attr collapsedTitleGravity 0x7f030051 +int attr collapsedTitleTextAppearance 0x7f030052 +int attr color 0x7f030053 +int attr colorAccent 0x7f030054 +int attr colorBackgroundFloating 0x7f030055 +int attr colorButtonNormal 0x7f030056 +int attr colorControlActivated 0x7f030057 +int attr colorControlHighlight 0x7f030058 +int attr colorControlNormal 0x7f030059 +int attr colorError 0x7f03005a +int attr colorPrimary 0x7f03005b +int attr colorPrimaryDark 0x7f03005c +int attr colorSwitchThumbNormal 0x7f03005d +int attr commitIcon 0x7f03005e +int attr contentDescription 0x7f03005f +int attr contentInsetEnd 0x7f030060 +int attr contentInsetEndWithActions 0x7f030061 +int attr contentInsetLeft 0x7f030062 +int attr contentInsetRight 0x7f030063 +int attr contentInsetStart 0x7f030064 +int attr contentInsetStartWithNavigation 0x7f030065 +int attr contentScrim 0x7f030066 +int attr controlBackground 0x7f030067 +int attr counterEnabled 0x7f030068 +int attr counterMaxLength 0x7f030069 +int attr counterOverflowTextAppearance 0x7f03006a +int attr counterTextAppearance 0x7f03006b +int attr customNavigationLayout 0x7f03006c +int attr defaultQueryHint 0x7f03006d +int attr dialogPreferredPadding 0x7f03006e +int attr dialogTheme 0x7f03006f +int attr displayOptions 0x7f030070 +int attr divider 0x7f030071 +int attr dividerHorizontal 0x7f030072 +int attr dividerPadding 0x7f030073 +int attr dividerVertical 0x7f030074 +int attr drawableSize 0x7f030075 +int attr drawerArrowStyle 0x7f030076 +int attr dropDownListViewStyle 0x7f030077 +int attr dropdownListPreferredItemHeight 0x7f030078 +int attr editTextBackground 0x7f030079 +int attr editTextColor 0x7f03007a +int attr editTextStyle 0x7f03007b +int attr elevation 0x7f03007c +int attr errorEnabled 0x7f03007d +int attr errorTextAppearance 0x7f03007e +int attr expandActivityOverflowButtonDrawable 0x7f03007f +int attr expanded 0x7f030080 +int attr expandedTitleGravity 0x7f030081 +int attr expandedTitleMargin 0x7f030082 +int attr expandedTitleMarginBottom 0x7f030083 +int attr expandedTitleMarginEnd 0x7f030084 +int attr expandedTitleMarginStart 0x7f030085 +int attr expandedTitleMarginTop 0x7f030086 +int attr expandedTitleTextAppearance 0x7f030087 +int attr fabSize 0x7f030088 +int attr fastScrollEnabled 0x7f030089 +int attr fastScrollHorizontalThumbDrawable 0x7f03008a +int attr fastScrollHorizontalTrackDrawable 0x7f03008b +int attr fastScrollVerticalThumbDrawable 0x7f03008c +int attr fastScrollVerticalTrackDrawable 0x7f03008d +int attr font 0x7f03008e +int attr fontFamily 0x7f03008f +int attr fontProviderAuthority 0x7f030090 +int attr fontProviderCerts 0x7f030091 +int attr fontProviderFetchStrategy 0x7f030092 +int attr fontProviderFetchTimeout 0x7f030093 +int attr fontProviderPackage 0x7f030094 +int attr fontProviderQuery 0x7f030095 +int attr fontStyle 0x7f030096 +int attr fontWeight 0x7f030097 +int attr foregroundInsidePadding 0x7f030098 +int attr gapBetweenBars 0x7f030099 +int attr goIcon 0x7f03009a +int attr headerLayout 0x7f03009b +int attr height 0x7f03009c +int attr hideOnContentScroll 0x7f03009d +int attr hintAnimationEnabled 0x7f03009e +int attr hintEnabled 0x7f03009f +int attr hintTextAppearance 0x7f0300a0 +int attr homeAsUpIndicator 0x7f0300a1 +int attr homeLayout 0x7f0300a2 +int attr icon 0x7f0300a3 +int attr iconTint 0x7f0300a4 +int attr iconTintMode 0x7f0300a5 +int attr iconifiedByDefault 0x7f0300a6 +int attr imageButtonStyle 0x7f0300a7 +int attr indeterminateProgressStyle 0x7f0300a8 +int attr initialActivityCount 0x7f0300a9 +int attr insetForeground 0x7f0300aa +int attr isLightTheme 0x7f0300ab +int attr itemBackground 0x7f0300ac +int attr itemIconTint 0x7f0300ad +int attr itemPadding 0x7f0300ae +int attr itemTextAppearance 0x7f0300af +int attr itemTextColor 0x7f0300b0 +int attr keylines 0x7f0300b1 +int attr layout 0x7f0300b2 +int attr layoutManager 0x7f0300b3 +int attr layout_anchor 0x7f0300b4 +int attr layout_anchorGravity 0x7f0300b5 +int attr layout_behavior 0x7f0300b6 +int attr layout_collapseMode 0x7f0300b7 +int attr layout_collapseParallaxMultiplier 0x7f0300b8 +int attr layout_dodgeInsetEdges 0x7f0300b9 +int attr layout_insetEdge 0x7f0300ba +int attr layout_keyline 0x7f0300bb +int attr layout_scrollFlags 0x7f0300bc +int attr layout_scrollInterpolator 0x7f0300bd +int attr listChoiceBackgroundIndicator 0x7f0300be +int attr listDividerAlertDialog 0x7f0300bf +int attr listItemLayout 0x7f0300c0 +int attr listLayout 0x7f0300c1 +int attr listMenuViewStyle 0x7f0300c2 +int attr listPopupWindowStyle 0x7f0300c3 +int attr listPreferredItemHeight 0x7f0300c4 +int attr listPreferredItemHeightLarge 0x7f0300c5 +int attr listPreferredItemHeightSmall 0x7f0300c6 +int attr listPreferredItemPaddingLeft 0x7f0300c7 +int attr listPreferredItemPaddingRight 0x7f0300c8 +int attr logo 0x7f0300c9 +int attr logoDescription 0x7f0300ca +int attr maxActionInlineWidth 0x7f0300cb +int attr maxButtonHeight 0x7f0300cc +int attr measureWithLargestChild 0x7f0300cd +int attr menu 0x7f0300ce +int attr multiChoiceItemLayout 0x7f0300cf +int attr navigationContentDescription 0x7f0300d0 +int attr navigationIcon 0x7f0300d1 +int attr navigationMode 0x7f0300d2 +int attr numericModifiers 0x7f0300d3 +int attr overlapAnchor 0x7f0300d4 +int attr paddingBottomNoButtons 0x7f0300d5 +int attr paddingEnd 0x7f0300d6 +int attr paddingStart 0x7f0300d7 +int attr paddingTopNoTitle 0x7f0300d8 +int attr panelBackground 0x7f0300d9 +int attr panelMenuListTheme 0x7f0300da +int attr panelMenuListWidth 0x7f0300db +int attr passwordToggleContentDescription 0x7f0300dc +int attr passwordToggleDrawable 0x7f0300dd +int attr passwordToggleEnabled 0x7f0300de +int attr passwordToggleTint 0x7f0300df +int attr passwordToggleTintMode 0x7f0300e0 +int attr popupMenuStyle 0x7f0300e1 +int attr popupTheme 0x7f0300e2 +int attr popupWindowStyle 0x7f0300e3 +int attr preserveIconSpacing 0x7f0300e4 +int attr pressedTranslationZ 0x7f0300e5 +int attr progressBarPadding 0x7f0300e6 +int attr progressBarStyle 0x7f0300e7 +int attr queryBackground 0x7f0300e8 +int attr queryHint 0x7f0300e9 +int attr radioButtonStyle 0x7f0300ea +int attr ratingBarStyle 0x7f0300eb +int attr ratingBarStyleIndicator 0x7f0300ec +int attr ratingBarStyleSmall 0x7f0300ed +int attr reverseLayout 0x7f0300ee +int attr rippleColor 0x7f0300ef +int attr scrimAnimationDuration 0x7f0300f0 +int attr scrimVisibleHeightTrigger 0x7f0300f1 +int attr searchHintIcon 0x7f0300f2 +int attr searchIcon 0x7f0300f3 +int attr searchViewStyle 0x7f0300f4 +int attr seekBarStyle 0x7f0300f5 +int attr selectableItemBackground 0x7f0300f6 +int attr selectableItemBackgroundBorderless 0x7f0300f7 +int attr showAsAction 0x7f0300f8 +int attr showDividers 0x7f0300f9 +int attr showText 0x7f0300fa +int attr showTitle 0x7f0300fb +int attr singleChoiceItemLayout 0x7f0300fc +int attr spanCount 0x7f0300fd +int attr spinBars 0x7f0300fe +int attr spinnerDropDownItemStyle 0x7f0300ff +int attr spinnerStyle 0x7f030100 +int attr splitTrack 0x7f030101 +int attr srcCompat 0x7f030102 +int attr stackFromEnd 0x7f030103 +int attr state_above_anchor 0x7f030104 +int attr state_collapsed 0x7f030105 +int attr state_collapsible 0x7f030106 +int attr statusBarBackground 0x7f030107 +int attr statusBarScrim 0x7f030108 +int attr subMenuArrow 0x7f030109 +int attr submitBackground 0x7f03010a +int attr subtitle 0x7f03010b +int attr subtitleTextAppearance 0x7f03010c +int attr subtitleTextColor 0x7f03010d +int attr subtitleTextStyle 0x7f03010e +int attr suggestionRowLayout 0x7f03010f +int attr switchMinWidth 0x7f030110 +int attr switchPadding 0x7f030111 +int attr switchStyle 0x7f030112 +int attr switchTextAppearance 0x7f030113 +int attr tabBackground 0x7f030114 +int attr tabContentStart 0x7f030115 +int attr tabGravity 0x7f030116 +int attr tabIndicatorColor 0x7f030117 +int attr tabIndicatorHeight 0x7f030118 +int attr tabMaxWidth 0x7f030119 +int attr tabMinWidth 0x7f03011a +int attr tabMode 0x7f03011b +int attr tabPadding 0x7f03011c +int attr tabPaddingBottom 0x7f03011d +int attr tabPaddingEnd 0x7f03011e +int attr tabPaddingStart 0x7f03011f +int attr tabPaddingTop 0x7f030120 +int attr tabSelectedTextColor 0x7f030121 +int attr tabTextAppearance 0x7f030122 +int attr tabTextColor 0x7f030123 +int attr textAllCaps 0x7f030124 +int attr textAppearanceLargePopupMenu 0x7f030125 +int attr textAppearanceListItem 0x7f030126 +int attr textAppearanceListItemSecondary 0x7f030127 +int attr textAppearanceListItemSmall 0x7f030128 +int attr textAppearancePopupMenuHeader 0x7f030129 +int attr textAppearanceSearchResultSubtitle 0x7f03012a +int attr textAppearanceSearchResultTitle 0x7f03012b +int attr textAppearanceSmallPopupMenu 0x7f03012c +int attr textColorAlertDialogListItem 0x7f03012d +int attr textColorError 0x7f03012e +int attr textColorSearchUrl 0x7f03012f +int attr theme 0x7f030130 +int attr thickness 0x7f030131 +int attr thumbTextPadding 0x7f030132 +int attr thumbTint 0x7f030133 +int attr thumbTintMode 0x7f030134 +int attr tickMark 0x7f030135 +int attr tickMarkTint 0x7f030136 +int attr tickMarkTintMode 0x7f030137 +int attr tint 0x7f030138 +int attr tintMode 0x7f030139 +int attr title 0x7f03013a +int attr titleEnabled 0x7f03013b +int attr titleMargin 0x7f03013c +int attr titleMarginBottom 0x7f03013d +int attr titleMarginEnd 0x7f03013e +int attr titleMarginStart 0x7f03013f +int attr titleMarginTop 0x7f030140 +int attr titleMargins 0x7f030141 +int attr titleTextAppearance 0x7f030142 +int attr titleTextColor 0x7f030143 +int attr titleTextStyle 0x7f030144 +int attr toolbarId 0x7f030145 +int attr toolbarNavigationButtonStyle 0x7f030146 +int attr toolbarStyle 0x7f030147 +int attr tooltipForegroundColor 0x7f030148 +int attr tooltipFrameBackground 0x7f030149 +int attr tooltipText 0x7f03014a +int attr track 0x7f03014b +int attr trackTint 0x7f03014c +int attr trackTintMode 0x7f03014d +int attr useCompatPadding 0x7f03014e +int attr voiceIcon 0x7f03014f +int attr windowActionBar 0x7f030150 +int attr windowActionBarOverlay 0x7f030151 +int attr windowActionModeOverlay 0x7f030152 +int attr windowFixedHeightMajor 0x7f030153 +int attr windowFixedHeightMinor 0x7f030154 +int attr windowFixedWidthMajor 0x7f030155 +int attr windowFixedWidthMinor 0x7f030156 +int attr windowMinWidthMajor 0x7f030157 +int attr windowMinWidthMinor 0x7f030158 +int attr windowNoTitle 0x7f030159 +int bool abc_action_bar_embed_tabs 0x7f040000 +int bool abc_allow_stacked_button_bar 0x7f040001 +int bool abc_config_actionMenuItemAllCaps 0x7f040002 +int bool abc_config_closeDialogWhenTouchOutside 0x7f040003 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f040004 +int color Black 0x7f050000 +int color abc_background_cache_hint_selector_material_dark 0x7f050001 +int color abc_background_cache_hint_selector_material_light 0x7f050002 +int color abc_btn_colored_borderless_text_material 0x7f050003 +int color abc_btn_colored_text_material 0x7f050004 +int color abc_color_highlight_material 0x7f050005 +int color abc_hint_foreground_material_dark 0x7f050006 +int color abc_hint_foreground_material_light 0x7f050007 +int color abc_input_method_navigation_guard 0x7f050008 +int color abc_primary_text_disable_only_material_dark 0x7f050009 +int color abc_primary_text_disable_only_material_light 0x7f05000a +int color abc_primary_text_material_dark 0x7f05000b +int color abc_primary_text_material_light 0x7f05000c +int color abc_search_url_text 0x7f05000d +int color abc_search_url_text_normal 0x7f05000e +int color abc_search_url_text_pressed 0x7f05000f +int color abc_search_url_text_selected 0x7f050010 +int color abc_secondary_text_material_dark 0x7f050011 +int color abc_secondary_text_material_light 0x7f050012 +int color abc_tint_btn_checkable 0x7f050013 +int color abc_tint_default 0x7f050014 +int color abc_tint_edittext 0x7f050015 +int color abc_tint_seek_thumb 0x7f050016 +int color abc_tint_spinner 0x7f050017 +int color abc_tint_switch_track 0x7f050018 +int color accent_material_dark 0x7f050019 +int color accent_material_light 0x7f05001a +int color background_floating_material_dark 0x7f05001b +int color background_floating_material_light 0x7f05001c +int color background_material_dark 0x7f05001d +int color background_material_light 0x7f05001e +int color blue 0x7f05001f +int color bright_foreground_disabled_material_dark 0x7f050020 +int color bright_foreground_disabled_material_light 0x7f050021 +int color bright_foreground_inverse_material_dark 0x7f050022 +int color bright_foreground_inverse_material_light 0x7f050023 +int color bright_foreground_material_dark 0x7f050024 +int color bright_foreground_material_light 0x7f050025 +int color button_material_dark 0x7f050026 +int color button_material_light 0x7f050027 +int color colorAccent 0x7f050028 +int color colorPrimary 0x7f050029 +int color colorPrimaryDark 0x7f05002a +int color color_gray_d9d9d9 0x7f05002b +int color color_grey_888888 0x7f05002c +int color design_bottom_navigation_shadow_color 0x7f05002d +int color design_error 0x7f05002e +int color design_fab_shadow_end_color 0x7f05002f +int color design_fab_shadow_mid_color 0x7f050030 +int color design_fab_shadow_start_color 0x7f050031 +int color design_fab_stroke_end_inner_color 0x7f050032 +int color design_fab_stroke_end_outer_color 0x7f050033 +int color design_fab_stroke_top_inner_color 0x7f050034 +int color design_fab_stroke_top_outer_color 0x7f050035 +int color design_snackbar_background_color 0x7f050036 +int color design_tint_password_toggle 0x7f050037 +int color dim_foreground_disabled_material_dark 0x7f050038 +int color dim_foreground_disabled_material_light 0x7f050039 +int color dim_foreground_material_dark 0x7f05003a +int color dim_foreground_material_light 0x7f05003b +int color error_color_material 0x7f05003c +int color foreground_material_dark 0x7f05003d +int color foreground_material_light 0x7f05003e +int color gold 0x7f05003f +int color highlighted_text_material_dark 0x7f050040 +int color highlighted_text_material_light 0x7f050041 +int color hui 0x7f050042 +int color material_blue_grey_800 0x7f050043 +int color material_blue_grey_900 0x7f050044 +int color material_blue_grey_950 0x7f050045 +int color material_deep_teal_200 0x7f050046 +int color material_deep_teal_500 0x7f050047 +int color material_grey_100 0x7f050048 +int color material_grey_300 0x7f050049 +int color material_grey_50 0x7f05004a +int color material_grey_600 0x7f05004b +int color material_grey_800 0x7f05004c +int color material_grey_850 0x7f05004d +int color material_grey_900 0x7f05004e +int color notification_action_color_filter 0x7f05004f +int color notification_icon_bg_color 0x7f050050 +int color notification_material_background_media_default_color 0x7f050051 +int color primary_dark_material_dark 0x7f050052 +int color primary_dark_material_light 0x7f050053 +int color primary_material_dark 0x7f050054 +int color primary_material_light 0x7f050055 +int color primary_text_default_material_dark 0x7f050056 +int color primary_text_default_material_light 0x7f050057 +int color primary_text_disabled_material_dark 0x7f050058 +int color primary_text_disabled_material_light 0x7f050059 +int color ripple_material_dark 0x7f05005a +int color ripple_material_light 0x7f05005b +int color secondary_text_default_material_dark 0x7f05005c +int color secondary_text_default_material_light 0x7f05005d +int color secondary_text_disabled_material_dark 0x7f05005e +int color secondary_text_disabled_material_light 0x7f05005f +int color switch_thumb_disabled_material_dark 0x7f050060 +int color switch_thumb_disabled_material_light 0x7f050061 +int color switch_thumb_material_dark 0x7f050062 +int color switch_thumb_material_light 0x7f050063 +int color switch_thumb_normal_material_dark 0x7f050064 +int color switch_thumb_normal_material_light 0x7f050065 +int color system_text_color_11 0x7f050066 +int color system_text_color_22 0x7f050067 +int color tooltip_background_dark 0x7f050068 +int color tooltip_background_light 0x7f050069 +int color white 0x7f05006a +int dimen abc_action_bar_content_inset_material 0x7f060000 +int dimen abc_action_bar_content_inset_with_nav 0x7f060001 +int dimen abc_action_bar_default_height_material 0x7f060002 +int dimen abc_action_bar_default_padding_end_material 0x7f060003 +int dimen abc_action_bar_default_padding_start_material 0x7f060004 +int dimen abc_action_bar_elevation_material 0x7f060005 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006 +int dimen abc_action_bar_overflow_padding_end_material 0x7f060007 +int dimen abc_action_bar_overflow_padding_start_material 0x7f060008 +int dimen abc_action_bar_progress_bar_size 0x7f060009 +int dimen abc_action_bar_stacked_max_height 0x7f06000a +int dimen abc_action_bar_stacked_tab_max_width 0x7f06000b +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000c +int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000d +int dimen abc_action_button_min_height_material 0x7f06000e +int dimen abc_action_button_min_width_material 0x7f06000f +int dimen abc_action_button_min_width_overflow_material 0x7f060010 +int dimen abc_alert_dialog_button_bar_height 0x7f060011 +int dimen abc_button_inset_horizontal_material 0x7f060012 +int dimen abc_button_inset_vertical_material 0x7f060013 +int dimen abc_button_padding_horizontal_material 0x7f060014 +int dimen abc_button_padding_vertical_material 0x7f060015 +int dimen abc_cascading_menus_min_smallest_width 0x7f060016 +int dimen abc_config_prefDialogWidth 0x7f060017 +int dimen abc_control_corner_material 0x7f060018 +int dimen abc_control_inset_material 0x7f060019 +int dimen abc_control_padding_material 0x7f06001a +int dimen abc_dialog_fixed_height_major 0x7f06001b +int dimen abc_dialog_fixed_height_minor 0x7f06001c +int dimen abc_dialog_fixed_width_major 0x7f06001d +int dimen abc_dialog_fixed_width_minor 0x7f06001e +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f06001f +int dimen abc_dialog_list_padding_top_no_title 0x7f060020 +int dimen abc_dialog_min_width_major 0x7f060021 +int dimen abc_dialog_min_width_minor 0x7f060022 +int dimen abc_dialog_padding_material 0x7f060023 +int dimen abc_dialog_padding_top_material 0x7f060024 +int dimen abc_dialog_title_divider_material 0x7f060025 +int dimen abc_disabled_alpha_material_dark 0x7f060026 +int dimen abc_disabled_alpha_material_light 0x7f060027 +int dimen abc_dropdownitem_icon_width 0x7f060028 +int dimen abc_dropdownitem_text_padding_left 0x7f060029 +int dimen abc_dropdownitem_text_padding_right 0x7f06002a +int dimen abc_edit_text_inset_bottom_material 0x7f06002b +int dimen abc_edit_text_inset_horizontal_material 0x7f06002c +int dimen abc_edit_text_inset_top_material 0x7f06002d +int dimen abc_floating_window_z 0x7f06002e +int dimen abc_list_item_padding_horizontal_material 0x7f06002f +int dimen abc_panel_menu_list_width 0x7f060030 +int dimen abc_progress_bar_height_material 0x7f060031 +int dimen abc_search_view_preferred_height 0x7f060032 +int dimen abc_search_view_preferred_width 0x7f060033 +int dimen abc_seekbar_track_background_height_material 0x7f060034 +int dimen abc_seekbar_track_progress_height_material 0x7f060035 +int dimen abc_select_dialog_padding_start_material 0x7f060036 +int dimen abc_switch_padding 0x7f060037 +int dimen abc_text_size_body_1_material 0x7f060038 +int dimen abc_text_size_body_2_material 0x7f060039 +int dimen abc_text_size_button_material 0x7f06003a +int dimen abc_text_size_caption_material 0x7f06003b +int dimen abc_text_size_display_1_material 0x7f06003c +int dimen abc_text_size_display_2_material 0x7f06003d +int dimen abc_text_size_display_3_material 0x7f06003e +int dimen abc_text_size_display_4_material 0x7f06003f +int dimen abc_text_size_headline_material 0x7f060040 +int dimen abc_text_size_large_material 0x7f060041 +int dimen abc_text_size_medium_material 0x7f060042 +int dimen abc_text_size_menu_header_material 0x7f060043 +int dimen abc_text_size_menu_material 0x7f060044 +int dimen abc_text_size_small_material 0x7f060045 +int dimen abc_text_size_subhead_material 0x7f060046 +int dimen abc_text_size_subtitle_material_toolbar 0x7f060047 +int dimen abc_text_size_title_material 0x7f060048 +int dimen abc_text_size_title_material_toolbar 0x7f060049 +int dimen activity_horizontal_margin 0x7f06004a +int dimen activity_vertical_margin 0x7f06004b +int dimen compat_button_inset_horizontal_material 0x7f06004c +int dimen compat_button_inset_vertical_material 0x7f06004d +int dimen compat_button_padding_horizontal_material 0x7f06004e +int dimen compat_button_padding_vertical_material 0x7f06004f +int dimen compat_control_corner_material 0x7f060050 +int dimen design_appbar_elevation 0x7f060051 +int dimen design_bottom_navigation_active_item_max_width 0x7f060052 +int dimen design_bottom_navigation_active_text_size 0x7f060053 +int dimen design_bottom_navigation_elevation 0x7f060054 +int dimen design_bottom_navigation_height 0x7f060055 +int dimen design_bottom_navigation_item_max_width 0x7f060056 +int dimen design_bottom_navigation_item_min_width 0x7f060057 +int dimen design_bottom_navigation_margin 0x7f060058 +int dimen design_bottom_navigation_shadow_height 0x7f060059 +int dimen design_bottom_navigation_text_size 0x7f06005a +int dimen design_bottom_sheet_modal_elevation 0x7f06005b +int dimen design_bottom_sheet_peek_height_min 0x7f06005c +int dimen design_fab_border_width 0x7f06005d +int dimen design_fab_elevation 0x7f06005e +int dimen design_fab_image_size 0x7f06005f +int dimen design_fab_size_mini 0x7f060060 +int dimen design_fab_size_normal 0x7f060061 +int dimen design_fab_translation_z_pressed 0x7f060062 +int dimen design_navigation_elevation 0x7f060063 +int dimen design_navigation_icon_padding 0x7f060064 +int dimen design_navigation_icon_size 0x7f060065 +int dimen design_navigation_max_width 0x7f060066 +int dimen design_navigation_padding_bottom 0x7f060067 +int dimen design_navigation_separator_vertical_padding 0x7f060068 +int dimen design_snackbar_action_inline_max_width 0x7f060069 +int dimen design_snackbar_background_corner_radius 0x7f06006a +int dimen design_snackbar_elevation 0x7f06006b +int dimen design_snackbar_extra_spacing_horizontal 0x7f06006c +int dimen design_snackbar_max_width 0x7f06006d +int dimen design_snackbar_min_width 0x7f06006e +int dimen design_snackbar_padding_horizontal 0x7f06006f +int dimen design_snackbar_padding_vertical 0x7f060070 +int dimen design_snackbar_padding_vertical_2lines 0x7f060071 +int dimen design_snackbar_text_size 0x7f060072 +int dimen design_tab_max_width 0x7f060073 +int dimen design_tab_scrollable_min_width 0x7f060074 +int dimen design_tab_text_size 0x7f060075 +int dimen design_tab_text_size_2line 0x7f060076 +int dimen disabled_alpha_material_dark 0x7f060077 +int dimen disabled_alpha_material_light 0x7f060078 +int dimen fastscroll_default_thickness 0x7f060079 +int dimen fastscroll_margin 0x7f06007a +int dimen fastscroll_minimum_range 0x7f06007b +int dimen highlight_alpha_material_colored 0x7f06007c +int dimen highlight_alpha_material_dark 0x7f06007d +int dimen highlight_alpha_material_light 0x7f06007e +int dimen hint_alpha_material_dark 0x7f06007f +int dimen hint_alpha_material_light 0x7f060080 +int dimen hint_pressed_alpha_material_dark 0x7f060081 +int dimen hint_pressed_alpha_material_light 0x7f060082 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060083 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f060084 +int dimen item_touch_helper_swipe_escape_velocity 0x7f060085 +int dimen notification_action_icon_size 0x7f060086 +int dimen notification_action_text_size 0x7f060087 +int dimen notification_big_circle_margin 0x7f060088 +int dimen notification_content_margin_start 0x7f060089 +int dimen notification_large_icon_height 0x7f06008a +int dimen notification_large_icon_width 0x7f06008b +int dimen notification_main_column_padding_top 0x7f06008c +int dimen notification_media_narrow_margin 0x7f06008d +int dimen notification_right_icon_size 0x7f06008e +int dimen notification_right_side_padding_top 0x7f06008f +int dimen notification_small_icon_background_padding 0x7f060090 +int dimen notification_small_icon_size_as_large 0x7f060091 +int dimen notification_subtext_size 0x7f060092 +int dimen notification_top_pad 0x7f060093 +int dimen notification_top_pad_large_text 0x7f060094 +int dimen tooltip_corner_radius 0x7f060095 +int dimen tooltip_horizontal_padding 0x7f060096 +int dimen tooltip_margin 0x7f060097 +int dimen tooltip_precise_anchor_extra_offset 0x7f060098 +int dimen tooltip_precise_anchor_threshold 0x7f060099 +int dimen tooltip_vertical_padding 0x7f06009a +int dimen tooltip_y_offset_non_touch 0x7f06009b +int dimen tooltip_y_offset_touch 0x7f06009c +int drawable abc_ab_share_pack_mtrl_alpha 0x7f070006 +int drawable abc_action_bar_item_background_material 0x7f070007 +int drawable abc_btn_borderless_material 0x7f070008 +int drawable abc_btn_check_material 0x7f070009 +int drawable abc_btn_check_to_on_mtrl_000 0x7f07000a +int drawable abc_btn_check_to_on_mtrl_015 0x7f07000b +int drawable abc_btn_colored_material 0x7f07000c +int drawable abc_btn_default_mtrl_shape 0x7f07000d +int drawable abc_btn_radio_material 0x7f07000e +int drawable abc_btn_radio_to_on_mtrl_000 0x7f07000f +int drawable abc_btn_radio_to_on_mtrl_015 0x7f070010 +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070011 +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070012 +int drawable abc_cab_background_internal_bg 0x7f070013 +int drawable abc_cab_background_top_material 0x7f070014 +int drawable abc_cab_background_top_mtrl_alpha 0x7f070015 +int drawable abc_control_background_material 0x7f070016 +int drawable abc_dialog_material_background 0x7f070017 +int drawable abc_edit_text_material 0x7f070018 +int drawable abc_ic_ab_back_material 0x7f070019 +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07001a +int drawable abc_ic_clear_material 0x7f07001b +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f07001c +int drawable abc_ic_go_search_api_material 0x7f07001d +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f07001e +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f07001f +int drawable abc_ic_menu_overflow_material 0x7f070020 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070021 +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070022 +int drawable abc_ic_menu_share_mtrl_alpha 0x7f070023 +int drawable abc_ic_search_api_material 0x7f070024 +int drawable abc_ic_star_black_16dp 0x7f070025 +int drawable abc_ic_star_black_36dp 0x7f070026 +int drawable abc_ic_star_black_48dp 0x7f070027 +int drawable abc_ic_star_half_black_16dp 0x7f070028 +int drawable abc_ic_star_half_black_36dp 0x7f070029 +int drawable abc_ic_star_half_black_48dp 0x7f07002a +int drawable abc_ic_voice_search_api_material 0x7f07002b +int drawable abc_item_background_holo_dark 0x7f07002c +int drawable abc_item_background_holo_light 0x7f07002d +int drawable abc_list_divider_mtrl_alpha 0x7f07002e +int drawable abc_list_focused_holo 0x7f07002f +int drawable abc_list_longpressed_holo 0x7f070030 +int drawable abc_list_pressed_holo_dark 0x7f070031 +int drawable abc_list_pressed_holo_light 0x7f070032 +int drawable abc_list_selector_background_transition_holo_dark 0x7f070033 +int drawable abc_list_selector_background_transition_holo_light 0x7f070034 +int drawable abc_list_selector_disabled_holo_dark 0x7f070035 +int drawable abc_list_selector_disabled_holo_light 0x7f070036 +int drawable abc_list_selector_holo_dark 0x7f070037 +int drawable abc_list_selector_holo_light 0x7f070038 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070039 +int drawable abc_popup_background_mtrl_mult 0x7f07003a +int drawable abc_ratingbar_indicator_material 0x7f07003b +int drawable abc_ratingbar_material 0x7f07003c +int drawable abc_ratingbar_small_material 0x7f07003d +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07003e +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07003f +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070040 +int drawable abc_scrubber_primary_mtrl_alpha 0x7f070041 +int drawable abc_scrubber_track_mtrl_alpha 0x7f070042 +int drawable abc_seekbar_thumb_material 0x7f070043 +int drawable abc_seekbar_tick_mark_material 0x7f070044 +int drawable abc_seekbar_track_material 0x7f070045 +int drawable abc_spinner_mtrl_am_alpha 0x7f070046 +int drawable abc_spinner_textfield_background_material 0x7f070047 +int drawable abc_switch_thumb_material 0x7f070048 +int drawable abc_switch_track_mtrl_alpha 0x7f070049 +int drawable abc_tab_indicator_material 0x7f07004a +int drawable abc_tab_indicator_mtrl_alpha 0x7f07004b +int drawable abc_text_cursor_material 0x7f07004c +int drawable abc_text_select_handle_left_mtrl_dark 0x7f07004d +int drawable abc_text_select_handle_left_mtrl_light 0x7f07004e +int drawable abc_text_select_handle_middle_mtrl_dark 0x7f07004f +int drawable abc_text_select_handle_middle_mtrl_light 0x7f070050 +int drawable abc_text_select_handle_right_mtrl_dark 0x7f070051 +int drawable abc_text_select_handle_right_mtrl_light 0x7f070052 +int drawable abc_textfield_activated_mtrl_alpha 0x7f070053 +int drawable abc_textfield_default_mtrl_alpha 0x7f070054 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070055 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f070056 +int drawable abc_textfield_search_material 0x7f070057 +int drawable abc_vector_test 0x7f070058 +int drawable avd_hide_password 0x7f070059 +int drawable avd_show_password 0x7f07005a +int drawable bg3 0x7f07005b +int drawable design_bottom_navigation_item_background 0x7f07005c +int drawable design_fab_background 0x7f07005d +int drawable design_ic_visibility 0x7f07005e +int drawable design_ic_visibility_off 0x7f07005f +int drawable design_password_eye 0x7f070060 +int drawable design_snackbar_background 0x7f070061 +int drawable navigation_empty_icon 0x7f070062 +int drawable notification_action_background 0x7f070063 +int drawable notification_bg 0x7f070064 +int drawable notification_bg_low 0x7f070065 +int drawable notification_bg_low_normal 0x7f070066 +int drawable notification_bg_low_pressed 0x7f070067 +int drawable notification_bg_normal 0x7f070068 +int drawable notification_bg_normal_pressed 0x7f070069 +int drawable notification_icon_background 0x7f07006a +int drawable notification_template_icon_bg 0x7f07006b +int drawable notification_template_icon_low_bg 0x7f07006c +int drawable notification_tile_bg 0x7f07006d +int drawable notify_panel_notification_icon_bg 0x7f07006e +int drawable shape_bg 0x7f07006f +int drawable shape_fragment_toolbar 0x7f070070 +int drawable tooltip_frame_dark 0x7f070071 +int drawable tooltip_frame_light 0x7f070072 +int id ALT 0x7f080000 +int id CTRL 0x7f080001 +int id FUNCTION 0x7f080002 +int id META 0x7f080003 +int id SHIFT 0x7f080004 +int id SYM 0x7f080005 +int id action0 0x7f080006 +int id action_bar 0x7f080007 +int id action_bar_activity_content 0x7f080008 +int id action_bar_container 0x7f080009 +int id action_bar_root 0x7f08000a +int id action_bar_spinner 0x7f08000b +int id action_bar_subtitle 0x7f08000c +int id action_bar_title 0x7f08000d +int id action_container 0x7f08000e +int id action_context_bar 0x7f08000f +int id action_divider 0x7f080010 +int id action_image 0x7f080011 +int id action_menu_divider 0x7f080012 +int id action_menu_presenter 0x7f080013 +int id action_mode_bar 0x7f080014 +int id action_mode_bar_stub 0x7f080015 +int id action_mode_close_button 0x7f080016 +int id action_text 0x7f080017 +int id actions 0x7f080018 +int id activity_chooser_view_content 0x7f080019 +int id add 0x7f08001a +int id alertTitle 0x7f08001b +int id all 0x7f08001c +int id always 0x7f08001d +int id async 0x7f08001e +int id auto 0x7f08001f +int id beginning 0x7f080020 +int id blocking 0x7f080021 +int id bottom 0x7f080022 +int id btn_left 0x7f080023 +int id btn_logout 0x7f080024 +int id btn_right 0x7f080025 +int id buttonPanel 0x7f080026 +int id cancel_action 0x7f080027 +int id center 0x7f080028 +int id center_horizontal 0x7f080029 +int id center_vertical 0x7f08002a +int id checkbox 0x7f08002b +int id chronometer 0x7f08002c +int id clip_horizontal 0x7f08002d +int id clip_vertical 0x7f08002e +int id collapseActionView 0x7f08002f +int id container 0x7f080030 +int id contentPanel 0x7f080031 +int id coordinator 0x7f080032 +int id custom 0x7f080033 +int id customPanel 0x7f080034 +int id decor_content_parent 0x7f080035 +int id default_activity_button 0x7f080036 +int id design_bottom_sheet 0x7f080037 +int id design_menu_item_action_area 0x7f080038 +int id design_menu_item_action_area_stub 0x7f080039 +int id design_menu_item_text 0x7f08003a +int id design_navigation_view 0x7f08003b +int id disableHome 0x7f08003c +int id edit_query 0x7f08003d +int id email 0x7f08003e +int id email_cancel 0x7f08003f +int id email_login_form 0x7f080040 +int id email_register_button 0x7f080041 +int id email_resetting_button 0x7f080042 +int id email_sign_in_button 0x7f080043 +int id end 0x7f080044 +int id end_padder 0x7f080045 +int id enterAlways 0x7f080046 +int id enterAlwaysCollapsed 0x7f080047 +int id exitUntilCollapsed 0x7f080048 +int id expand_activities_button 0x7f080049 +int id expanded_menu 0x7f08004a +int id fill 0x7f08004b +int id fill_horizontal 0x7f08004c +int id fill_vertical 0x7f08004d +int id fixed 0x7f08004e +int id footer_tab 0x7f08004f +int id forever 0x7f080050 +int id four_tips1 0x7f080051 +int id four_tips11 0x7f080052 +int id four_tips12 0x7f080053 +int id four_tips13 0x7f080054 +int id four_tips2 0x7f080055 +int id four_tips3 0x7f080056 +int id four_title 0x7f080057 +int id four_title1 0x7f080058 +int id fragment_container 0x7f080059 +int id ghost_view 0x7f08005a +int id home 0x7f08005b +int id homeAsUp 0x7f08005c +int id icon 0x7f08005d +int id icon_group 0x7f08005e +int id ifRoom 0x7f08005f +int id image 0x7f080060 +int id info 0x7f080061 +int id italic 0x7f080062 +int id item_touch_helper_previous_elevation 0x7f080063 +int id largeLabel 0x7f080064 +int id layout_four 0x7f080065 +int id layout_four1 0x7f080066 +int id layout_left 0x7f080067 +int id layout_one 0x7f080068 +int id layout_right 0x7f080069 +int id layout_three 0x7f08006a +int id layout_two 0x7f08006b +int id left 0x7f08006c +int id line1 0x7f08006d +int id line3 0x7f08006e +int id listMode 0x7f08006f +int id list_item 0x7f080070 +int id login_form 0x7f080071 +int id login_progress 0x7f080072 +int id masked 0x7f080073 +int id media_actions 0x7f080074 +int id message 0x7f080075 +int id middle 0x7f080076 +int id mini 0x7f080077 +int id multiply 0x7f080078 +int id navigation_header_container 0x7f080079 +int id never 0x7f08007a +int id none 0x7f08007b +int id normal 0x7f08007c +int id notification_background 0x7f08007d +int id notification_main_column 0x7f08007e +int id notification_main_column_container 0x7f08007f +int id one_tips1 0x7f080080 +int id one_tips2 0x7f080081 +int id one_tips3 0x7f080082 +int id one_title 0x7f080083 +int id parallax 0x7f080084 +int id parentPanel 0x7f080085 +int id parent_matrix 0x7f080086 +int id password 0x7f080087 +int id password_again 0x7f080088 +int id pin 0x7f080089 +int id profile 0x7f08008a +int id progress_circular 0x7f08008b +int id progress_horizontal 0x7f08008c +int id radio 0x7f08008d +int id right 0x7f08008e +int id right_icon 0x7f08008f +int id right_side 0x7f080090 +int id save_image_matrix 0x7f080091 +int id save_non_transition_alpha 0x7f080092 +int id save_scale_type 0x7f080093 +int id screen 0x7f080094 +int id scroll 0x7f080095 +int id scrollIndicatorDown 0x7f080096 +int id scrollIndicatorUp 0x7f080097 +int id scrollView 0x7f080098 +int id scrollable 0x7f080099 +int id search_badge 0x7f08009a +int id search_bar 0x7f08009b +int id search_button 0x7f08009c +int id search_close_btn 0x7f08009d +int id search_edit_frame 0x7f08009e +int id search_go_btn 0x7f08009f +int id search_mag_icon 0x7f0800a0 +int id search_plate 0x7f0800a1 +int id search_src_text 0x7f0800a2 +int id search_voice_btn 0x7f0800a3 +int id select_dialog_listview 0x7f0800a4 +int id shortcut 0x7f0800a5 +int id showCustom 0x7f0800a6 +int id showHome 0x7f0800a7 +int id showTitle 0x7f0800a8 +int id smallLabel 0x7f0800a9 +int id snackbar_action 0x7f0800aa +int id snackbar_text 0x7f0800ab +int id snap 0x7f0800ac +int id spacer 0x7f0800ad +int id split_action_bar 0x7f0800ae +int id src_atop 0x7f0800af +int id src_in 0x7f0800b0 +int id src_over 0x7f0800b1 +int id start 0x7f0800b2 +int id status_bar_latest_event_content 0x7f0800b3 +int id submenuarrow 0x7f0800b4 +int id submit_area 0x7f0800b5 +int id tabMode 0x7f0800b6 +int id tab_four_iv 0x7f0800b7 +int id tab_four_tv 0x7f0800b8 +int id tab_fourbg 0x7f0800b9 +int id tab_layout 0x7f0800ba +int id tab_one_iv 0x7f0800bb +int id tab_one_tv 0x7f0800bc +int id tab_onebg 0x7f0800bd +int id tab_three_iv 0x7f0800be +int id tab_three_tv 0x7f0800bf +int id tab_threebg 0x7f0800c0 +int id tab_two_iv 0x7f0800c1 +int id tab_two_tv 0x7f0800c2 +int id tab_twobg 0x7f0800c3 +int id text 0x7f0800c4 +int id text2 0x7f0800c5 +int id textSpacerNoButtons 0x7f0800c6 +int id textSpacerNoTitle 0x7f0800c7 +int id text_input_password_toggle 0x7f0800c8 +int id textinput_counter 0x7f0800c9 +int id textinput_error 0x7f0800ca +int id three_tips1 0x7f0800cb +int id three_tips2 0x7f0800cc +int id three_tips3 0x7f0800cd +int id three_title 0x7f0800ce +int id thumbPath 0x7f0800cf +int id time 0x7f0800d0 +int id title 0x7f0800d1 +int id titleDividerNoCustom 0x7f0800d2 +int id title_layout 0x7f0800d3 +int id title_template 0x7f0800d4 +int id top 0x7f0800d5 +int id topPanel 0x7f0800d6 +int id touch_outside 0x7f0800d7 +int id transition_current_scene 0x7f0800d8 +int id transition_layout_save 0x7f0800d9 +int id transition_position 0x7f0800da +int id transition_scene_layoutid_cache 0x7f0800db +int id transition_transform 0x7f0800dc +int id two_tips1 0x7f0800dd +int id two_tips2 0x7f0800de +int id two_tips3 0x7f0800df +int id two_title 0x7f0800e0 +int id uniform 0x7f0800e1 +int id up 0x7f0800e2 +int id useLogo 0x7f0800e3 +int id view_offset_helper 0x7f0800e4 +int id visible 0x7f0800e5 +int id web_view 0x7f0800e6 +int id withText 0x7f0800e7 +int id wrap_content 0x7f0800e8 +int integer abc_config_activityDefaultDur 0x7f090000 +int integer abc_config_activityShortDur 0x7f090001 +int integer app_bar_elevation_anim_duration 0x7f090002 +int integer bottom_sheet_slide_duration 0x7f090003 +int integer cancel_button_image_alpha 0x7f090004 +int integer config_tooltipAnimTime 0x7f090005 +int integer design_snackbar_text_max_lines 0x7f090006 +int integer hide_password_duration 0x7f090007 +int integer show_password_duration 0x7f090008 +int integer status_bar_notification_info_maxnum 0x7f090009 +int layout abc_action_bar_title_item 0x7f0a0000 +int layout abc_action_bar_up_container 0x7f0a0001 +int layout abc_action_bar_view_list_nav_layout 0x7f0a0002 +int layout abc_action_menu_item_layout 0x7f0a0003 +int layout abc_action_menu_layout 0x7f0a0004 +int layout abc_action_mode_bar 0x7f0a0005 +int layout abc_action_mode_close_item_material 0x7f0a0006 +int layout abc_activity_chooser_view 0x7f0a0007 +int layout abc_activity_chooser_view_list_item 0x7f0a0008 +int layout abc_alert_dialog_button_bar_material 0x7f0a0009 +int layout abc_alert_dialog_material 0x7f0a000a +int layout abc_alert_dialog_title_material 0x7f0a000b +int layout abc_dialog_title_material 0x7f0a000c +int layout abc_expanded_menu_layout 0x7f0a000d +int layout abc_list_menu_item_checkbox 0x7f0a000e +int layout abc_list_menu_item_icon 0x7f0a000f +int layout abc_list_menu_item_layout 0x7f0a0010 +int layout abc_list_menu_item_radio 0x7f0a0011 +int layout abc_popup_menu_header_item_layout 0x7f0a0012 +int layout abc_popup_menu_item_layout 0x7f0a0013 +int layout abc_screen_content_include 0x7f0a0014 +int layout abc_screen_simple 0x7f0a0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0a0016 +int layout abc_screen_toolbar 0x7f0a0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0a0018 +int layout abc_search_view 0x7f0a0019 +int layout abc_select_dialog_material 0x7f0a001a +int layout activity_register 0x7f0a001b +int layout activity_tab 0x7f0a001c +int layout activity_web_detail 0x7f0a001d +int layout design_bottom_navigation_item 0x7f0a001e +int layout design_bottom_sheet_dialog 0x7f0a001f +int layout design_layout_snackbar 0x7f0a0020 +int layout design_layout_snackbar_include 0x7f0a0021 +int layout design_layout_tab_icon 0x7f0a0022 +int layout design_layout_tab_text 0x7f0a0023 +int layout design_menu_item_action_area 0x7f0a0024 +int layout design_navigation_item 0x7f0a0025 +int layout design_navigation_item_header 0x7f0a0026 +int layout design_navigation_item_separator 0x7f0a0027 +int layout design_navigation_item_subheader 0x7f0a0028 +int layout design_navigation_menu 0x7f0a0029 +int layout design_navigation_menu_item 0x7f0a002a +int layout design_text_input_password_icon 0x7f0a002b +int layout fragment_four 0x7f0a002c +int layout fragment_one 0x7f0a002d +int layout fragment_three 0x7f0a002e +int layout fragment_toolbar 0x7f0a002f +int layout fragment_two 0x7f0a0030 +int layout item_movie_list 0x7f0a0031 +int layout login 0x7f0a0032 +int layout notification_action 0x7f0a0033 +int layout notification_action_tombstone 0x7f0a0034 +int layout notification_media_action 0x7f0a0035 +int layout notification_media_cancel_action 0x7f0a0036 +int layout notification_template_big_media 0x7f0a0037 +int layout notification_template_big_media_custom 0x7f0a0038 +int layout notification_template_big_media_narrow 0x7f0a0039 +int layout notification_template_big_media_narrow_custom 0x7f0a003a +int layout notification_template_custom_big 0x7f0a003b +int layout notification_template_icon_group 0x7f0a003c +int layout notification_template_lines_media 0x7f0a003d +int layout notification_template_media 0x7f0a003e +int layout notification_template_media_custom 0x7f0a003f +int layout notification_template_part_chronometer 0x7f0a0040 +int layout notification_template_part_time 0x7f0a0041 +int layout select_dialog_item_material 0x7f0a0042 +int layout select_dialog_multichoice_material 0x7f0a0043 +int layout select_dialog_singlechoice_material 0x7f0a0044 +int layout support_simple_spinner_dropdown_item 0x7f0a0045 +int layout tooltip 0x7f0a0046 +int mipmap a1 0x7f0b0000 +int mipmap a2 0x7f0b0001 +int mipmap a3 0x7f0b0002 +int mipmap add 0x7f0b0003 +int mipmap baomihua 0x7f0b0004 +int mipmap baomihua_small 0x7f0b0005 +int mipmap bg 0x7f0b0006 +int mipmap dianduji 0x7f0b0007 +int mipmap hxek 0x7f0b0008 +int mipmap ic_launcher 0x7f0b0009 +int mipmap ic_launcher_round 0x7f0b000a +int mipmap icon_1 0x7f0b000b +int mipmap icon_arrow 0x7f0b000c +int mipmap icon_card 0x7f0b000d +int mipmap icon_food 0x7f0b000e +int mipmap icon_free 0x7f0b000f +int mipmap icon_looked 0x7f0b0010 +int mipmap icon_love 0x7f0b0011 +int mipmap icon_money 0x7f0b0012 +int mipmap icon_movie 0x7f0b0013 +int mipmap icon_share 0x7f0b0014 +int mipmap icon_shop 0x7f0b0015 +int mipmap icon_sign 0x7f0b0016 +int mipmap icon_triangle 0x7f0b0017 +int mipmap icon_vip 0x7f0b0018 +int mipmap kele 0x7f0b0019 +int mipmap logo2 0x7f0b001a +int mipmap logout 0x7f0b001b +int mipmap mhls 0x7f0b001c +int mipmap p1 0x7f0b001d +int mipmap search 0x7f0b001e +int mipmap tab_four_normal 0x7f0b001f +int mipmap tab_four_pressed 0x7f0b0020 +int mipmap tab_one_normal 0x7f0b0021 +int mipmap tab_one_pressed 0x7f0b0022 +int mipmap tab_three_normal 0x7f0b0023 +int mipmap tab_three_pressed 0x7f0b0024 +int mipmap tab_two_normal 0x7f0b0025 +int mipmap tab_two_pressed 0x7f0b0026 +int mipmap xizhilang 0x7f0b0027 +int string abc_action_bar_home_description 0x7f0c0000 +int string abc_action_bar_home_description_format 0x7f0c0001 +int string abc_action_bar_home_subtitle_description_format 0x7f0c0002 +int string abc_action_bar_up_description 0x7f0c0003 +int string abc_action_menu_overflow_description 0x7f0c0004 +int string abc_action_mode_done 0x7f0c0005 +int string abc_activity_chooser_view_see_all 0x7f0c0006 +int string abc_activitychooserview_choose_application 0x7f0c0007 +int string abc_capital_off 0x7f0c0008 +int string abc_capital_on 0x7f0c0009 +int string abc_font_family_body_1_material 0x7f0c000a +int string abc_font_family_body_2_material 0x7f0c000b +int string abc_font_family_button_material 0x7f0c000c +int string abc_font_family_caption_material 0x7f0c000d +int string abc_font_family_display_1_material 0x7f0c000e +int string abc_font_family_display_2_material 0x7f0c000f +int string abc_font_family_display_3_material 0x7f0c0010 +int string abc_font_family_display_4_material 0x7f0c0011 +int string abc_font_family_headline_material 0x7f0c0012 +int string abc_font_family_menu_material 0x7f0c0013 +int string abc_font_family_subhead_material 0x7f0c0014 +int string abc_font_family_title_material 0x7f0c0015 +int string abc_search_hint 0x7f0c0016 +int string abc_searchview_description_clear 0x7f0c0017 +int string abc_searchview_description_query 0x7f0c0018 +int string abc_searchview_description_search 0x7f0c0019 +int string abc_searchview_description_submit 0x7f0c001a +int string abc_searchview_description_voice 0x7f0c001b +int string abc_shareactionprovider_share_with 0x7f0c001c +int string abc_shareactionprovider_share_with_application 0x7f0c001d +int string abc_toolbar_collapse_description 0x7f0c001e +int string action_concel 0x7f0c001f +int string action_register 0x7f0c0020 +int string action_resetting 0x7f0c0021 +int string action_sign_in 0x7f0c0022 +int string action_sign_in_short 0x7f0c0023 +int string app_name 0x7f0c0024 +int string appbar_scrolling_view_behavior 0x7f0c0025 +int string bottom_sheet_behavior 0x7f0c0026 +int string character_counter_pattern 0x7f0c0027 +int string password_toggle_content_description 0x7f0c0028 +int string path_password_eye 0x7f0c0029 +int string path_password_eye_mask_strike_through 0x7f0c002a +int string path_password_eye_mask_visible 0x7f0c002b +int string path_password_strike_through 0x7f0c002c +int string prompt_email 0x7f0c002d +int string prompt_password 0x7f0c002e +int string prompt_password_again 0x7f0c002f +int string prompt_setpassword 0x7f0c0030 +int string prompt_username 0x7f0c0031 +int string search_menu_title 0x7f0c0032 +int string status_bar_notification_info_overflow 0x7f0c0033 +int style AlertDialog_AppCompat 0x7f0d0000 +int style AlertDialog_AppCompat_Light 0x7f0d0001 +int style Animation_AppCompat_Dialog 0x7f0d0002 +int style Animation_AppCompat_DropDownUp 0x7f0d0003 +int style Animation_AppCompat_Tooltip 0x7f0d0004 +int style Animation_Design_BottomSheetDialog 0x7f0d0005 +int style AppTheme 0x7f0d0006 +int style Base_AlertDialog_AppCompat 0x7f0d0007 +int style Base_AlertDialog_AppCompat_Light 0x7f0d0008 +int style Base_Animation_AppCompat_Dialog 0x7f0d0009 +int style Base_Animation_AppCompat_DropDownUp 0x7f0d000a +int style Base_Animation_AppCompat_Tooltip 0x7f0d000b +int style Base_DialogWindowTitle_AppCompat 0x7f0d000c +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0d000d +int style Base_TextAppearance_AppCompat 0x7f0d000e +int style Base_TextAppearance_AppCompat_Body1 0x7f0d000f +int style Base_TextAppearance_AppCompat_Body2 0x7f0d0010 +int style Base_TextAppearance_AppCompat_Button 0x7f0d0011 +int style Base_TextAppearance_AppCompat_Caption 0x7f0d0012 +int style Base_TextAppearance_AppCompat_Display1 0x7f0d0013 +int style Base_TextAppearance_AppCompat_Display2 0x7f0d0014 +int style Base_TextAppearance_AppCompat_Display3 0x7f0d0015 +int style Base_TextAppearance_AppCompat_Display4 0x7f0d0016 +int style Base_TextAppearance_AppCompat_Headline 0x7f0d0017 +int style Base_TextAppearance_AppCompat_Inverse 0x7f0d0018 +int style Base_TextAppearance_AppCompat_Large 0x7f0d0019 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0d001a +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d001b +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d001c +int style Base_TextAppearance_AppCompat_Medium 0x7f0d001d +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0d001e +int style Base_TextAppearance_AppCompat_Menu 0x7f0d001f +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0d0020 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d0021 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0d0022 +int style Base_TextAppearance_AppCompat_Small 0x7f0d0023 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0d0024 +int style Base_TextAppearance_AppCompat_Subhead 0x7f0d0025 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0d0026 +int style Base_TextAppearance_AppCompat_Title 0x7f0d0027 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0d0028 +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0d0029 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d002a +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d002b +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d002c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d002d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d002e +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d002f +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d0030 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0d0031 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d0032 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d0033 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d0034 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d0035 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d0036 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d0037 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d0038 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0d0039 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d003a +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d003b +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d003c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d003d +int style Base_Theme_AppCompat 0x7f0d003e +int style Base_Theme_AppCompat_CompactMenu 0x7f0d003f +int style Base_Theme_AppCompat_Dialog 0x7f0d0040 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0d0041 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0d0042 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0d0043 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0d0044 +int style Base_Theme_AppCompat_Light 0x7f0d0045 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0d0046 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0d0047 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0d0048 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0d0049 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d004a +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0d004b +int style Base_ThemeOverlay_AppCompat 0x7f0d004c +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0d004d +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0d004e +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d004f +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0d0050 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0051 +int style Base_ThemeOverlay_AppCompat_Light 0x7f0d0052 +int style Base_V11_Theme_AppCompat_Dialog 0x7f0d0053 +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0d0054 +int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f0d0055 +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f0d0056 +int style Base_V12_Widget_AppCompat_EditText 0x7f0d0057 +int style Base_V14_Widget_Design_AppBarLayout 0x7f0d0058 +int style Base_V21_Theme_AppCompat 0x7f0d0059 +int style Base_V21_Theme_AppCompat_Dialog 0x7f0d005a +int style Base_V21_Theme_AppCompat_Light 0x7f0d005b +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0d005c +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0d005d +int style Base_V21_Widget_Design_AppBarLayout 0x7f0d005e +int style Base_V22_Theme_AppCompat 0x7f0d005f +int style Base_V22_Theme_AppCompat_Light 0x7f0d0060 +int style Base_V23_Theme_AppCompat 0x7f0d0061 +int style Base_V23_Theme_AppCompat_Light 0x7f0d0062 +int style Base_V26_Theme_AppCompat 0x7f0d0063 +int style Base_V26_Theme_AppCompat_Light 0x7f0d0064 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0d0065 +int style Base_V26_Widget_Design_AppBarLayout 0x7f0d0066 +int style Base_V7_Theme_AppCompat 0x7f0d0067 +int style Base_V7_Theme_AppCompat_Dialog 0x7f0d0068 +int style Base_V7_Theme_AppCompat_Light 0x7f0d0069 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0d006a +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0d006b +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0d006c +int style Base_V7_Widget_AppCompat_EditText 0x7f0d006d +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0d006e +int style Base_Widget_AppCompat_ActionBar 0x7f0d006f +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0d0070 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0d0071 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0d0072 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0d0073 +int style Base_Widget_AppCompat_ActionButton 0x7f0d0074 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0d0075 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0d0076 +int style Base_Widget_AppCompat_ActionMode 0x7f0d0077 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0d0078 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0d0079 +int style Base_Widget_AppCompat_Button 0x7f0d007a +int style Base_Widget_AppCompat_Button_Borderless 0x7f0d007b +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0d007c +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d007d +int style Base_Widget_AppCompat_Button_Colored 0x7f0d007e +int style Base_Widget_AppCompat_Button_Small 0x7f0d007f +int style Base_Widget_AppCompat_ButtonBar 0x7f0d0080 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d0081 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0d0082 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0d0083 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0d0084 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0d0085 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0d0086 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0d0087 +int style Base_Widget_AppCompat_EditText 0x7f0d0088 +int style Base_Widget_AppCompat_ImageButton 0x7f0d0089 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0d008a +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0d008b +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d008c +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0d008d +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d008e +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0d008f +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0d0090 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d0091 +int style Base_Widget_AppCompat_ListMenuView 0x7f0d0092 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0d0093 +int style Base_Widget_AppCompat_ListView 0x7f0d0094 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0d0095 +int style Base_Widget_AppCompat_ListView_Menu 0x7f0d0096 +int style Base_Widget_AppCompat_PopupMenu 0x7f0d0097 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0d0098 +int style Base_Widget_AppCompat_PopupWindow 0x7f0d0099 +int style Base_Widget_AppCompat_ProgressBar 0x7f0d009a +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0d009b +int style Base_Widget_AppCompat_RatingBar 0x7f0d009c +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0d009d +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0d009e +int style Base_Widget_AppCompat_SearchView 0x7f0d009f +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0d00a0 +int style Base_Widget_AppCompat_SeekBar 0x7f0d00a1 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0d00a2 +int style Base_Widget_AppCompat_Spinner 0x7f0d00a3 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0d00a4 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0d00a5 +int style Base_Widget_AppCompat_Toolbar 0x7f0d00a6 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d00a7 +int style Base_Widget_Design_AppBarLayout 0x7f0d00a8 +int style Base_Widget_Design_TabLayout 0x7f0d00a9 +int style Platform_AppCompat 0x7f0d00aa +int style Platform_AppCompat_Light 0x7f0d00ab +int style Platform_ThemeOverlay_AppCompat 0x7f0d00ac +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0d00ad +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0d00ae +int style Platform_V11_AppCompat 0x7f0d00af +int style Platform_V11_AppCompat_Light 0x7f0d00b0 +int style Platform_V14_AppCompat 0x7f0d00b1 +int style Platform_V14_AppCompat_Light 0x7f0d00b2 +int style Platform_V21_AppCompat 0x7f0d00b3 +int style Platform_V21_AppCompat_Light 0x7f0d00b4 +int style Platform_V25_AppCompat 0x7f0d00b5 +int style Platform_V25_AppCompat_Light 0x7f0d00b6 +int style Platform_Widget_AppCompat_Spinner 0x7f0d00b7 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0d00b8 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0d00b9 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0d00ba +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0d00bb +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0d00bc +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0d00bd +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0d00be +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0d00bf +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0d00c0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0d00c1 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0d00c2 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0d00c3 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0d00c4 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0d00c5 +int style TextAppearance_AppCompat 0x7f0d00c6 +int style TextAppearance_AppCompat_Body1 0x7f0d00c7 +int style TextAppearance_AppCompat_Body2 0x7f0d00c8 +int style TextAppearance_AppCompat_Button 0x7f0d00c9 +int style TextAppearance_AppCompat_Caption 0x7f0d00ca +int style TextAppearance_AppCompat_Display1 0x7f0d00cb +int style TextAppearance_AppCompat_Display2 0x7f0d00cc +int style TextAppearance_AppCompat_Display3 0x7f0d00cd +int style TextAppearance_AppCompat_Display4 0x7f0d00ce +int style TextAppearance_AppCompat_Headline 0x7f0d00cf +int style TextAppearance_AppCompat_Inverse 0x7f0d00d0 +int style TextAppearance_AppCompat_Large 0x7f0d00d1 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0d00d2 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0d00d3 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0d00d4 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d00d5 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d00d6 +int style TextAppearance_AppCompat_Medium 0x7f0d00d7 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0d00d8 +int style TextAppearance_AppCompat_Menu 0x7f0d00d9 +int style TextAppearance_AppCompat_Notification 0x7f0d00da +int style TextAppearance_AppCompat_Notification_Info 0x7f0d00db +int style TextAppearance_AppCompat_Notification_Info_Media 0x7f0d00dc +int style TextAppearance_AppCompat_Notification_Line2 0x7f0d00dd +int style TextAppearance_AppCompat_Notification_Line2_Media 0x7f0d00de +int style TextAppearance_AppCompat_Notification_Media 0x7f0d00df +int style TextAppearance_AppCompat_Notification_Time 0x7f0d00e0 +int style TextAppearance_AppCompat_Notification_Time_Media 0x7f0d00e1 +int style TextAppearance_AppCompat_Notification_Title 0x7f0d00e2 +int style TextAppearance_AppCompat_Notification_Title_Media 0x7f0d00e3 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d00e4 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0d00e5 +int style TextAppearance_AppCompat_Small 0x7f0d00e6 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0d00e7 +int style TextAppearance_AppCompat_Subhead 0x7f0d00e8 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0d00e9 +int style TextAppearance_AppCompat_Title 0x7f0d00ea +int style TextAppearance_AppCompat_Title_Inverse 0x7f0d00eb +int style TextAppearance_AppCompat_Tooltip 0x7f0d00ec +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d00ed +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d00ee +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d00ef +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d00f0 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d00f1 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d00f2 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0d00f3 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d00f4 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0d00f5 +int style TextAppearance_AppCompat_Widget_Button 0x7f0d00f6 +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d00f7 +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d00f8 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d00f9 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d00fa +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d00fb +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d00fc +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d00fd +int style TextAppearance_AppCompat_Widget_Switch 0x7f0d00fe +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d00ff +int style TextAppearance_Compat_Notification 0x7f0d0100 +int style TextAppearance_Compat_Notification_Info 0x7f0d0101 +int style TextAppearance_Compat_Notification_Info_Media 0x7f0d0102 +int style TextAppearance_Compat_Notification_Line2 0x7f0d0103 +int style TextAppearance_Compat_Notification_Line2_Media 0x7f0d0104 +int style TextAppearance_Compat_Notification_Media 0x7f0d0105 +int style TextAppearance_Compat_Notification_Time 0x7f0d0106 +int style TextAppearance_Compat_Notification_Time_Media 0x7f0d0107 +int style TextAppearance_Compat_Notification_Title 0x7f0d0108 +int style TextAppearance_Compat_Notification_Title_Media 0x7f0d0109 +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0d010a +int style TextAppearance_Design_Counter 0x7f0d010b +int style TextAppearance_Design_Counter_Overflow 0x7f0d010c +int style TextAppearance_Design_Error 0x7f0d010d +int style TextAppearance_Design_Hint 0x7f0d010e +int style TextAppearance_Design_Snackbar_Message 0x7f0d010f +int style TextAppearance_Design_Tab 0x7f0d0110 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d0111 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d0112 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d0113 +int style Theme_AppCompat 0x7f0d0114 +int style Theme_AppCompat_CompactMenu 0x7f0d0115 +int style Theme_AppCompat_DayNight 0x7f0d0116 +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0d0117 +int style Theme_AppCompat_DayNight_Dialog 0x7f0d0118 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0d0119 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0d011a +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0d011b +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0d011c +int style Theme_AppCompat_Dialog 0x7f0d011d +int style Theme_AppCompat_Dialog_Alert 0x7f0d011e +int style Theme_AppCompat_Dialog_MinWidth 0x7f0d011f +int style Theme_AppCompat_DialogWhenLarge 0x7f0d0120 +int style Theme_AppCompat_Light 0x7f0d0121 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0d0122 +int style Theme_AppCompat_Light_Dialog 0x7f0d0123 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0d0124 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d0125 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0d0126 +int style Theme_AppCompat_Light_NoActionBar 0x7f0d0127 +int style Theme_AppCompat_NoActionBar 0x7f0d0128 +int style Theme_Design 0x7f0d0129 +int style Theme_Design_BottomSheetDialog 0x7f0d012a +int style Theme_Design_Light 0x7f0d012b +int style Theme_Design_Light_BottomSheetDialog 0x7f0d012c +int style Theme_Design_Light_NoActionBar 0x7f0d012d +int style Theme_Design_NoActionBar 0x7f0d012e +int style ThemeOverlay_AppCompat 0x7f0d012f +int style ThemeOverlay_AppCompat_ActionBar 0x7f0d0130 +int style ThemeOverlay_AppCompat_Dark 0x7f0d0131 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d0132 +int style ThemeOverlay_AppCompat_Dialog 0x7f0d0133 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0134 +int style ThemeOverlay_AppCompat_Light 0x7f0d0135 +int style Widget_AppCompat_ActionBar 0x7f0d0136 +int style Widget_AppCompat_ActionBar_Solid 0x7f0d0137 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0d0138 +int style Widget_AppCompat_ActionBar_TabText 0x7f0d0139 +int style Widget_AppCompat_ActionBar_TabView 0x7f0d013a +int style Widget_AppCompat_ActionButton 0x7f0d013b +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0d013c +int style Widget_AppCompat_ActionButton_Overflow 0x7f0d013d +int style Widget_AppCompat_ActionMode 0x7f0d013e +int style Widget_AppCompat_ActivityChooserView 0x7f0d013f +int style Widget_AppCompat_AutoCompleteTextView 0x7f0d0140 +int style Widget_AppCompat_Button 0x7f0d0141 +int style Widget_AppCompat_Button_Borderless 0x7f0d0142 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0d0143 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d0144 +int style Widget_AppCompat_Button_Colored 0x7f0d0145 +int style Widget_AppCompat_Button_Small 0x7f0d0146 +int style Widget_AppCompat_ButtonBar 0x7f0d0147 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d0148 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0d0149 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0d014a +int style Widget_AppCompat_CompoundButton_Switch 0x7f0d014b +int style Widget_AppCompat_DrawerArrowToggle 0x7f0d014c +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0d014d +int style Widget_AppCompat_EditText 0x7f0d014e +int style Widget_AppCompat_ImageButton 0x7f0d014f +int style Widget_AppCompat_Light_ActionBar 0x7f0d0150 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0d0151 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0d0152 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d0153 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0d0154 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0d0155 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d0156 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0d0157 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0d0158 +int style Widget_AppCompat_Light_ActionButton 0x7f0d0159 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0d015a +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0d015b +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0d015c +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0d015d +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0d015e +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0d015f +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0d0160 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0d0161 +int style Widget_AppCompat_Light_PopupMenu 0x7f0d0162 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d0163 +int style Widget_AppCompat_Light_SearchView 0x7f0d0164 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0d0165 +int style Widget_AppCompat_ListMenuView 0x7f0d0166 +int style Widget_AppCompat_ListPopupWindow 0x7f0d0167 +int style Widget_AppCompat_ListView 0x7f0d0168 +int style Widget_AppCompat_ListView_DropDown 0x7f0d0169 +int style Widget_AppCompat_ListView_Menu 0x7f0d016a +int style Widget_AppCompat_PopupMenu 0x7f0d016b +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0d016c +int style Widget_AppCompat_PopupWindow 0x7f0d016d +int style Widget_AppCompat_ProgressBar 0x7f0d016e +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0d016f +int style Widget_AppCompat_RatingBar 0x7f0d0170 +int style Widget_AppCompat_RatingBar_Indicator 0x7f0d0171 +int style Widget_AppCompat_RatingBar_Small 0x7f0d0172 +int style Widget_AppCompat_SearchView 0x7f0d0173 +int style Widget_AppCompat_SearchView_ActionBar 0x7f0d0174 +int style Widget_AppCompat_SeekBar 0x7f0d0175 +int style Widget_AppCompat_SeekBar_Discrete 0x7f0d0176 +int style Widget_AppCompat_Spinner 0x7f0d0177 +int style Widget_AppCompat_Spinner_DropDown 0x7f0d0178 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0d0179 +int style Widget_AppCompat_Spinner_Underlined 0x7f0d017a +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0d017b +int style Widget_AppCompat_Toolbar 0x7f0d017c +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d017d +int style Widget_Compat_NotificationActionContainer 0x7f0d017e +int style Widget_Compat_NotificationActionText 0x7f0d017f +int style Widget_Design_AppBarLayout 0x7f0d0180 +int style Widget_Design_BottomNavigationView 0x7f0d0181 +int style Widget_Design_BottomSheet_Modal 0x7f0d0182 +int style Widget_Design_CollapsingToolbar 0x7f0d0183 +int style Widget_Design_CoordinatorLayout 0x7f0d0184 +int style Widget_Design_FloatingActionButton 0x7f0d0185 +int style Widget_Design_NavigationView 0x7f0d0186 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f0d0187 +int style Widget_Design_Snackbar 0x7f0d0188 +int style Widget_Design_TabLayout 0x7f0d0189 +int style Widget_Design_TextInputLayout 0x7f0d018a +int[] styleable ActionBar { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 } +int styleable ActionBar_background 0 +int styleable ActionBar_backgroundSplit 1 +int styleable ActionBar_backgroundStacked 2 +int styleable ActionBar_contentInsetEnd 3 +int styleable ActionBar_contentInsetEndWithActions 4 +int styleable ActionBar_contentInsetLeft 5 +int styleable ActionBar_contentInsetRight 6 +int styleable ActionBar_contentInsetStart 7 +int styleable ActionBar_contentInsetStartWithNavigation 8 +int styleable ActionBar_customNavigationLayout 9 +int styleable ActionBar_displayOptions 10 +int styleable ActionBar_divider 11 +int styleable ActionBar_elevation 12 +int styleable ActionBar_height 13 +int styleable ActionBar_hideOnContentScroll 14 +int styleable ActionBar_homeAsUpIndicator 15 +int styleable ActionBar_homeLayout 16 +int styleable ActionBar_icon 17 +int styleable ActionBar_indeterminateProgressStyle 18 +int styleable ActionBar_itemPadding 19 +int styleable ActionBar_logo 20 +int styleable ActionBar_navigationMode 21 +int styleable ActionBar_popupTheme 22 +int styleable ActionBar_progressBarPadding 23 +int styleable ActionBar_progressBarStyle 24 +int styleable ActionBar_subtitle 25 +int styleable ActionBar_subtitleTextStyle 26 +int styleable ActionBar_title 27 +int styleable ActionBar_titleTextStyle 28 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 } +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 { 0x7f03007f, 0x7f0300a9 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 2 +int styleable AlertDialog_listLayout 3 +int styleable AlertDialog_multiChoiceItemLayout 4 +int styleable AlertDialog_showTitle 5 +int styleable AlertDialog_singleChoiceItemLayout 6 +int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f03007c, 0x7f030080 } +int styleable AppBarLayout_android_background 0 +int styleable AppBarLayout_android_touchscreenBlocksFocus 1 +int styleable AppBarLayout_android_keyboardNavigationCluster 2 +int styleable AppBarLayout_elevation 3 +int styleable AppBarLayout_expanded 4 +int[] styleable AppBarLayoutStates { 0x7f030105, 0x7f030106 } +int styleable AppBarLayoutStates_state_collapsed 0 +int styleable AppBarLayoutStates_state_collapsible 1 +int[] styleable AppBarLayout_Layout { 0x7f0300bc, 0x7f0300bd } +int styleable AppBarLayout_Layout_layout_scrollFlags 0 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 +int[] styleable AppCompatImageView { 0x01010119, 0x7f030102, 0x7f030138, 0x7f030139 } +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, 0x7f030135, 0x7f030136, 0x7f030137 } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } +int styleable AppCompatTextHelper_android_textAppearance 0 +int styleable AppCompatTextHelper_android_drawableTop 1 +int styleable AppCompatTextHelper_android_drawableBottom 2 +int styleable AppCompatTextHelper_android_drawableLeft 3 +int styleable AppCompatTextHelper_android_drawableRight 4 +int styleable AppCompatTextHelper_android_drawableStart 5 +int styleable AppCompatTextHelper_android_drawableEnd 6 +int[] styleable AppCompatTextView { 0x01010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 } +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_fontFamily 6 +int styleable AppCompatTextView_textAllCaps 7 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 } +int styleable AppCompatTheme_android_windowIsFloating 0 +int styleable AppCompatTheme_android_windowAnimationStyle 1 +int styleable AppCompatTheme_actionBarDivider 2 +int styleable AppCompatTheme_actionBarItemBackground 3 +int styleable AppCompatTheme_actionBarPopupTheme 4 +int styleable AppCompatTheme_actionBarSize 5 +int styleable AppCompatTheme_actionBarSplitStyle 6 +int styleable AppCompatTheme_actionBarStyle 7 +int styleable AppCompatTheme_actionBarTabBarStyle 8 +int styleable AppCompatTheme_actionBarTabStyle 9 +int styleable AppCompatTheme_actionBarTabTextStyle 10 +int styleable AppCompatTheme_actionBarTheme 11 +int styleable AppCompatTheme_actionBarWidgetTheme 12 +int styleable AppCompatTheme_actionButtonStyle 13 +int styleable AppCompatTheme_actionDropDownStyle 14 +int styleable AppCompatTheme_actionMenuTextAppearance 15 +int styleable AppCompatTheme_actionMenuTextColor 16 +int styleable AppCompatTheme_actionModeBackground 17 +int styleable AppCompatTheme_actionModeCloseButtonStyle 18 +int styleable AppCompatTheme_actionModeCloseDrawable 19 +int styleable AppCompatTheme_actionModeCopyDrawable 20 +int styleable AppCompatTheme_actionModeCutDrawable 21 +int styleable AppCompatTheme_actionModeFindDrawable 22 +int styleable AppCompatTheme_actionModePasteDrawable 23 +int styleable AppCompatTheme_actionModePopupWindowStyle 24 +int styleable AppCompatTheme_actionModeSelectAllDrawable 25 +int styleable AppCompatTheme_actionModeShareDrawable 26 +int styleable AppCompatTheme_actionModeSplitBackground 27 +int styleable AppCompatTheme_actionModeStyle 28 +int styleable AppCompatTheme_actionModeWebSearchDrawable 29 +int styleable AppCompatTheme_actionOverflowButtonStyle 30 +int styleable AppCompatTheme_actionOverflowMenuStyle 31 +int styleable AppCompatTheme_activityChooserViewStyle 32 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 33 +int styleable AppCompatTheme_alertDialogCenterButtons 34 +int styleable AppCompatTheme_alertDialogStyle 35 +int styleable AppCompatTheme_alertDialogTheme 36 +int styleable AppCompatTheme_autoCompleteTextViewStyle 37 +int styleable AppCompatTheme_borderlessButtonStyle 38 +int styleable AppCompatTheme_buttonBarButtonStyle 39 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 +int styleable AppCompatTheme_buttonBarStyle 43 +int styleable AppCompatTheme_buttonStyle 44 +int styleable AppCompatTheme_buttonStyleSmall 45 +int styleable AppCompatTheme_checkboxStyle 46 +int styleable AppCompatTheme_checkedTextViewStyle 47 +int styleable AppCompatTheme_colorAccent 48 +int styleable AppCompatTheme_colorBackgroundFloating 49 +int styleable AppCompatTheme_colorButtonNormal 50 +int styleable AppCompatTheme_colorControlActivated 51 +int styleable AppCompatTheme_colorControlHighlight 52 +int styleable AppCompatTheme_colorControlNormal 53 +int styleable AppCompatTheme_colorError 54 +int styleable AppCompatTheme_colorPrimary 55 +int styleable AppCompatTheme_colorPrimaryDark 56 +int styleable AppCompatTheme_colorSwitchThumbNormal 57 +int styleable AppCompatTheme_controlBackground 58 +int styleable AppCompatTheme_dialogPreferredPadding 59 +int styleable AppCompatTheme_dialogTheme 60 +int styleable AppCompatTheme_dividerHorizontal 61 +int styleable AppCompatTheme_dividerVertical 62 +int styleable AppCompatTheme_dropDownListViewStyle 63 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 64 +int styleable AppCompatTheme_editTextBackground 65 +int styleable AppCompatTheme_editTextColor 66 +int styleable AppCompatTheme_editTextStyle 67 +int styleable AppCompatTheme_homeAsUpIndicator 68 +int styleable AppCompatTheme_imageButtonStyle 69 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 70 +int styleable AppCompatTheme_listDividerAlertDialog 71 +int styleable AppCompatTheme_listMenuViewStyle 72 +int styleable AppCompatTheme_listPopupWindowStyle 73 +int styleable AppCompatTheme_listPreferredItemHeight 74 +int styleable AppCompatTheme_listPreferredItemHeightLarge 75 +int styleable AppCompatTheme_listPreferredItemHeightSmall 76 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 77 +int styleable AppCompatTheme_listPreferredItemPaddingRight 78 +int styleable AppCompatTheme_panelBackground 79 +int styleable AppCompatTheme_panelMenuListTheme 80 +int styleable AppCompatTheme_panelMenuListWidth 81 +int styleable AppCompatTheme_popupMenuStyle 82 +int styleable AppCompatTheme_popupWindowStyle 83 +int styleable AppCompatTheme_radioButtonStyle 84 +int styleable AppCompatTheme_ratingBarStyle 85 +int styleable AppCompatTheme_ratingBarStyleIndicator 86 +int styleable AppCompatTheme_ratingBarStyleSmall 87 +int styleable AppCompatTheme_searchViewStyle 88 +int styleable AppCompatTheme_seekBarStyle 89 +int styleable AppCompatTheme_selectableItemBackground 90 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 91 +int styleable AppCompatTheme_spinnerDropDownItemStyle 92 +int styleable AppCompatTheme_spinnerStyle 93 +int styleable AppCompatTheme_switchStyle 94 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 95 +int styleable AppCompatTheme_textAppearanceListItem 96 +int styleable AppCompatTheme_textAppearanceListItemSecondary 97 +int styleable AppCompatTheme_textAppearanceListItemSmall 98 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 99 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 101 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102 +int styleable AppCompatTheme_textColorAlertDialogListItem 103 +int styleable AppCompatTheme_textColorSearchUrl 104 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 105 +int styleable AppCompatTheme_toolbarStyle 106 +int styleable AppCompatTheme_tooltipForegroundColor 107 +int styleable AppCompatTheme_tooltipFrameBackground 108 +int styleable AppCompatTheme_windowActionBar 109 +int styleable AppCompatTheme_windowActionBarOverlay 110 +int styleable AppCompatTheme_windowActionModeOverlay 111 +int styleable AppCompatTheme_windowFixedHeightMajor 112 +int styleable AppCompatTheme_windowFixedHeightMinor 113 +int styleable AppCompatTheme_windowFixedWidthMajor 114 +int styleable AppCompatTheme_windowFixedWidthMinor 115 +int styleable AppCompatTheme_windowMinWidthMajor 116 +int styleable AppCompatTheme_windowMinWidthMinor 117 +int styleable AppCompatTheme_windowNoTitle 118 +int[] styleable BottomNavigationView { 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, 0x7f0300ce } +int styleable BottomNavigationView_elevation 0 +int styleable BottomNavigationView_itemBackground 1 +int styleable BottomNavigationView_itemIconTint 2 +int styleable BottomNavigationView_itemTextColor 3 +int styleable BottomNavigationView_menu 4 +int[] styleable BottomSheetBehavior_Layout { 0x7f030038, 0x7f03003a, 0x7f03003b } +int styleable BottomSheetBehavior_Layout_behavior_hideable 0 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2 +int[] styleable ButtonBarLayout { 0x7f030026 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CollapsingToolbarLayout { 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 +int styleable CollapsingToolbarLayout_contentScrim 2 +int styleable CollapsingToolbarLayout_expandedTitleGravity 3 +int styleable CollapsingToolbarLayout_expandedTitleMargin 4 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 10 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 +int styleable CollapsingToolbarLayout_statusBarScrim 12 +int styleable CollapsingToolbarLayout_title 13 +int styleable CollapsingToolbarLayout_titleEnabled 14 +int styleable CollapsingToolbarLayout_toolbarId 15 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f0300b7, 0x7f0300b8 } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f030027 } +int styleable ColorStateListItem_android_color 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_alpha 2 +int[] styleable CompoundButton { 0x01010107, 0x7f030049, 0x7f03004a } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable CoordinatorLayout { 0x7f0300b1, 0x7f030107 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b9, 0x7f0300ba, 0x7f0300bb } +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 DesignTheme { 0x7f03003e, 0x7f03003f, 0x7f03012e } +int styleable DesignTheme_bottomSheetDialogTheme 0 +int styleable DesignTheme_bottomSheetStyle 1 +int styleable DesignTheme_textColorError 2 +int[] styleable DrawerArrowToggle { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 } +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 FloatingActionButton { 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e } +int styleable FloatingActionButton_backgroundTint 0 +int styleable FloatingActionButton_backgroundTintMode 1 +int styleable FloatingActionButton_borderWidth 2 +int styleable FloatingActionButton_elevation 3 +int styleable FloatingActionButton_fabSize 4 +int styleable FloatingActionButton_pressedTranslationZ 5 +int styleable FloatingActionButton_rippleColor 6 +int styleable FloatingActionButton_useCompatPadding 7 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f030037 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FontFamily { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 } +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 { 0x7f03008e, 0x7f030096, 0x7f030097 } +int styleable FontFamilyFont_font 0 +int styleable FontFamilyFont_fontStyle 1 +int styleable FontFamilyFont_fontWeight 2 +int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f030098 } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 } +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 6 +int styleable LinearLayoutCompat_measureWithLargestChild 7 +int styleable LinearLayoutCompat_showDividers 8 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_visible 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_checkableBehavior 5 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a } +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_actionLayout 13 +int styleable MenuItem_actionProviderClass 14 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_alphabeticModifiers 16 +int styleable MenuItem_contentDescription 17 +int styleable MenuItem_iconTint 18 +int styleable MenuItem_iconTintMode 19 +int styleable MenuItem_numericModifiers 20 +int styleable MenuItem_showAsAction 21 +int styleable MenuItem_tooltipText 22 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0300e4, 0x7f030109 } +int styleable MenuView_android_windowAnimationStyle 0 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f03007c, 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, 0x7f0300b0, 0x7f0300ce } +int styleable NavigationView_android_background 0 +int styleable NavigationView_android_fitsSystemWindows 1 +int styleable NavigationView_android_maxWidth 2 +int styleable NavigationView_elevation 3 +int styleable NavigationView_headerLayout 4 +int styleable NavigationView_itemBackground 5 +int styleable NavigationView_itemIconTint 6 +int styleable NavigationView_itemTextAppearance 7 +int styleable NavigationView_itemTextColor 8 +int styleable NavigationView_menu 9 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0300d4 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f030104 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f0300d5, 0x7f0300d8 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_android_descendantFocusability 1 +int styleable RecyclerView_fastScrollEnabled 2 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 5 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 6 +int styleable RecyclerView_layoutManager 7 +int styleable RecyclerView_reverseLayout 8 +int styleable RecyclerView_spanCount 9 +int styleable RecyclerView_stackFromEnd 10 +int[] styleable ScrimInsetsFrameLayout { 0x7f0300aa } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f030039 } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_closeIcon 4 +int styleable SearchView_commitIcon 5 +int styleable SearchView_defaultQueryHint 6 +int styleable SearchView_goIcon 7 +int styleable SearchView_iconifiedByDefault 8 +int styleable SearchView_layout 9 +int styleable SearchView_queryBackground 10 +int styleable SearchView_queryHint 11 +int styleable SearchView_searchHintIcon 12 +int styleable SearchView_searchIcon 13 +int styleable SearchView_submitBackground 14 +int styleable SearchView_suggestionRowLayout 15 +int styleable SearchView_voiceIcon 16 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f03007c, 0x7f0300cb } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_elevation 1 +int styleable SnackbarLayout_maxActionInlineWidth 2 +int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0300e2 } +int styleable Spinner_android_entries 0 +int styleable Spinner_android_popupBackground 1 +int styleable Spinner_android_prompt 2 +int styleable Spinner_android_dropDownWidth 3 +int styleable Spinner_popupTheme 4 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d } +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 3 +int styleable SwitchCompat_splitTrack 4 +int styleable SwitchCompat_switchMinWidth 5 +int styleable SwitchCompat_switchPadding 6 +int styleable SwitchCompat_switchTextAppearance 7 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 9 +int styleable SwitchCompat_thumbTintMode 10 +int styleable SwitchCompat_track 11 +int styleable SwitchCompat_trackTint 12 +int styleable SwitchCompat_trackTintMode 13 +int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } +int styleable TabItem_android_icon 0 +int styleable TabItem_android_layout 1 +int styleable TabItem_android_text 2 +int[] styleable TabLayout { 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 } +int styleable TabLayout_tabBackground 0 +int styleable TabLayout_tabContentStart 1 +int styleable TabLayout_tabGravity 2 +int styleable TabLayout_tabIndicatorColor 3 +int styleable TabLayout_tabIndicatorHeight 4 +int styleable TabLayout_tabMaxWidth 5 +int styleable TabLayout_tabMinWidth 6 +int styleable TabLayout_tabMode 7 +int styleable TabLayout_tabPadding 8 +int styleable TabLayout_tabPaddingBottom 9 +int styleable TabLayout_tabPaddingEnd 10 +int styleable TabLayout_tabPaddingStart 11 +int styleable TabLayout_tabPaddingTop 12 +int styleable TabLayout_tabSelectedTextColor 13 +int styleable TabLayout_tabTextAppearance 14 +int styleable TabLayout_tabTextColor 15 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f03008f, 0x7f030124 } +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textColorHint 4 +int styleable TextAppearance_android_textColorLink 5 +int styleable TextAppearance_android_shadowColor 6 +int styleable TextAppearance_android_shadowDx 7 +int styleable TextAppearance_android_shadowDy 8 +int styleable TextAppearance_android_shadowRadius 9 +int styleable TextAppearance_android_fontFamily 10 +int styleable TextAppearance_fontFamily 11 +int styleable TextAppearance_textAllCaps 12 +int[] styleable TextInputLayout { 0x0101009a, 0x01010150, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 } +int styleable TextInputLayout_android_textColorHint 0 +int styleable TextInputLayout_android_hint 1 +int styleable TextInputLayout_counterEnabled 2 +int styleable TextInputLayout_counterMaxLength 3 +int styleable TextInputLayout_counterOverflowTextAppearance 4 +int styleable TextInputLayout_counterTextAppearance 5 +int styleable TextInputLayout_errorEnabled 6 +int styleable TextInputLayout_errorTextAppearance 7 +int styleable TextInputLayout_hintAnimationEnabled 8 +int styleable TextInputLayout_hintEnabled 9 +int styleable TextInputLayout_hintTextAppearance 10 +int styleable TextInputLayout_passwordToggleContentDescription 11 +int styleable TextInputLayout_passwordToggleDrawable 12 +int styleable TextInputLayout_passwordToggleEnabled 13 +int styleable TextInputLayout_passwordToggleTint 14 +int styleable TextInputLayout_passwordToggleTintMode 15 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 2 +int styleable Toolbar_collapseContentDescription 3 +int styleable Toolbar_collapseIcon 4 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetEndWithActions 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 9 +int styleable Toolbar_contentInsetStartWithNavigation 10 +int styleable Toolbar_logo 11 +int styleable Toolbar_logoDescription 12 +int styleable Toolbar_maxButtonHeight 13 +int styleable Toolbar_navigationContentDescription 14 +int styleable Toolbar_navigationIcon 15 +int styleable Toolbar_popupTheme 16 +int styleable Toolbar_subtitle 17 +int styleable Toolbar_subtitleTextAppearance 18 +int styleable Toolbar_subtitleTextColor 19 +int styleable Toolbar_title 20 +int styleable Toolbar_titleMargin 21 +int styleable Toolbar_titleMarginBottom 22 +int styleable Toolbar_titleMarginEnd 23 +int styleable Toolbar_titleMarginStart 24 +int styleable Toolbar_titleMarginTop 25 +int styleable Toolbar_titleMargins 26 +int styleable Toolbar_titleTextAppearance 27 +int styleable Toolbar_titleTextColor 28 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 } +int styleable View_android_theme 0 +int styleable View_android_focusable 1 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 3 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030034, 0x7f030035 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_layout 1 +int styleable ViewStubCompat_android_inflatedId 2 diff --git a/shopping/app/build/intermediates/symbols/release/R.txt b/shopping/app/build/intermediates/symbols/release/R.txt new file mode 100644 index 0000000..610dc76 --- /dev/null +++ b/shopping/app/build/intermediates/symbols/release/R.txt @@ -0,0 +1,2078 @@ +int anim abc_fade_in 0x7f010000 +int anim abc_fade_out 0x7f010001 +int anim abc_grow_fade_in_from_bottom 0x7f010002 +int anim abc_popup_enter 0x7f010003 +int anim abc_popup_exit 0x7f010004 +int anim abc_shrink_fade_out_from_bottom 0x7f010005 +int anim abc_slide_in_bottom 0x7f010006 +int anim abc_slide_in_top 0x7f010007 +int anim abc_slide_out_bottom 0x7f010008 +int anim abc_slide_out_top 0x7f010009 +int anim design_bottom_sheet_slide_in 0x7f01000a +int anim design_bottom_sheet_slide_out 0x7f01000b +int anim design_snackbar_in 0x7f01000c +int anim design_snackbar_out 0x7f01000d +int anim tooltip_enter 0x7f01000e +int anim tooltip_exit 0x7f01000f +int animator design_appbar_state_list_animator 0x7f020000 +int attr actionBarDivider 0x7f030000 +int attr actionBarItemBackground 0x7f030001 +int attr actionBarPopupTheme 0x7f030002 +int attr actionBarSize 0x7f030003 +int attr actionBarSplitStyle 0x7f030004 +int attr actionBarStyle 0x7f030005 +int attr actionBarTabBarStyle 0x7f030006 +int attr actionBarTabStyle 0x7f030007 +int attr actionBarTabTextStyle 0x7f030008 +int attr actionBarTheme 0x7f030009 +int attr actionBarWidgetTheme 0x7f03000a +int attr actionButtonStyle 0x7f03000b +int attr actionDropDownStyle 0x7f03000c +int attr actionLayout 0x7f03000d +int attr actionMenuTextAppearance 0x7f03000e +int attr actionMenuTextColor 0x7f03000f +int attr actionModeBackground 0x7f030010 +int attr actionModeCloseButtonStyle 0x7f030011 +int attr actionModeCloseDrawable 0x7f030012 +int attr actionModeCopyDrawable 0x7f030013 +int attr actionModeCutDrawable 0x7f030014 +int attr actionModeFindDrawable 0x7f030015 +int attr actionModePasteDrawable 0x7f030016 +int attr actionModePopupWindowStyle 0x7f030017 +int attr actionModeSelectAllDrawable 0x7f030018 +int attr actionModeShareDrawable 0x7f030019 +int attr actionModeSplitBackground 0x7f03001a +int attr actionModeStyle 0x7f03001b +int attr actionModeWebSearchDrawable 0x7f03001c +int attr actionOverflowButtonStyle 0x7f03001d +int attr actionOverflowMenuStyle 0x7f03001e +int attr actionProviderClass 0x7f03001f +int attr actionViewClass 0x7f030020 +int attr activityChooserViewStyle 0x7f030021 +int attr alertDialogButtonGroupStyle 0x7f030022 +int attr alertDialogCenterButtons 0x7f030023 +int attr alertDialogStyle 0x7f030024 +int attr alertDialogTheme 0x7f030025 +int attr allowStacking 0x7f030026 +int attr alpha 0x7f030027 +int attr alphabeticModifiers 0x7f030028 +int attr arrowHeadLength 0x7f030029 +int attr arrowShaftLength 0x7f03002a +int attr autoCompleteTextViewStyle 0x7f03002b +int attr autoSizeMaxTextSize 0x7f03002c +int attr autoSizeMinTextSize 0x7f03002d +int attr autoSizePresetSizes 0x7f03002e +int attr autoSizeStepGranularity 0x7f03002f +int attr autoSizeTextType 0x7f030030 +int attr background 0x7f030031 +int attr backgroundSplit 0x7f030032 +int attr backgroundStacked 0x7f030033 +int attr backgroundTint 0x7f030034 +int attr backgroundTintMode 0x7f030035 +int attr barLength 0x7f030036 +int attr behavior_autoHide 0x7f030037 +int attr behavior_hideable 0x7f030038 +int attr behavior_overlapTop 0x7f030039 +int attr behavior_peekHeight 0x7f03003a +int attr behavior_skipCollapsed 0x7f03003b +int attr borderWidth 0x7f03003c +int attr borderlessButtonStyle 0x7f03003d +int attr bottomSheetDialogTheme 0x7f03003e +int attr bottomSheetStyle 0x7f03003f +int attr buttonBarButtonStyle 0x7f030040 +int attr buttonBarNegativeButtonStyle 0x7f030041 +int attr buttonBarNeutralButtonStyle 0x7f030042 +int attr buttonBarPositiveButtonStyle 0x7f030043 +int attr buttonBarStyle 0x7f030044 +int attr buttonGravity 0x7f030045 +int attr buttonPanelSideLayout 0x7f030046 +int attr buttonStyle 0x7f030047 +int attr buttonStyleSmall 0x7f030048 +int attr buttonTint 0x7f030049 +int attr buttonTintMode 0x7f03004a +int attr checkboxStyle 0x7f03004b +int attr checkedTextViewStyle 0x7f03004c +int attr closeIcon 0x7f03004d +int attr closeItemLayout 0x7f03004e +int attr collapseContentDescription 0x7f03004f +int attr collapseIcon 0x7f030050 +int attr collapsedTitleGravity 0x7f030051 +int attr collapsedTitleTextAppearance 0x7f030052 +int attr color 0x7f030053 +int attr colorAccent 0x7f030054 +int attr colorBackgroundFloating 0x7f030055 +int attr colorButtonNormal 0x7f030056 +int attr colorControlActivated 0x7f030057 +int attr colorControlHighlight 0x7f030058 +int attr colorControlNormal 0x7f030059 +int attr colorError 0x7f03005a +int attr colorPrimary 0x7f03005b +int attr colorPrimaryDark 0x7f03005c +int attr colorSwitchThumbNormal 0x7f03005d +int attr commitIcon 0x7f03005e +int attr contentDescription 0x7f03005f +int attr contentInsetEnd 0x7f030060 +int attr contentInsetEndWithActions 0x7f030061 +int attr contentInsetLeft 0x7f030062 +int attr contentInsetRight 0x7f030063 +int attr contentInsetStart 0x7f030064 +int attr contentInsetStartWithNavigation 0x7f030065 +int attr contentScrim 0x7f030066 +int attr controlBackground 0x7f030067 +int attr counterEnabled 0x7f030068 +int attr counterMaxLength 0x7f030069 +int attr counterOverflowTextAppearance 0x7f03006a +int attr counterTextAppearance 0x7f03006b +int attr customNavigationLayout 0x7f03006c +int attr defaultQueryHint 0x7f03006d +int attr dialogPreferredPadding 0x7f03006e +int attr dialogTheme 0x7f03006f +int attr displayOptions 0x7f030070 +int attr divider 0x7f030071 +int attr dividerHorizontal 0x7f030072 +int attr dividerPadding 0x7f030073 +int attr dividerVertical 0x7f030074 +int attr drawableSize 0x7f030075 +int attr drawerArrowStyle 0x7f030076 +int attr dropDownListViewStyle 0x7f030077 +int attr dropdownListPreferredItemHeight 0x7f030078 +int attr editTextBackground 0x7f030079 +int attr editTextColor 0x7f03007a +int attr editTextStyle 0x7f03007b +int attr elevation 0x7f03007c +int attr errorEnabled 0x7f03007d +int attr errorTextAppearance 0x7f03007e +int attr expandActivityOverflowButtonDrawable 0x7f03007f +int attr expanded 0x7f030080 +int attr expandedTitleGravity 0x7f030081 +int attr expandedTitleMargin 0x7f030082 +int attr expandedTitleMarginBottom 0x7f030083 +int attr expandedTitleMarginEnd 0x7f030084 +int attr expandedTitleMarginStart 0x7f030085 +int attr expandedTitleMarginTop 0x7f030086 +int attr expandedTitleTextAppearance 0x7f030087 +int attr fabSize 0x7f030088 +int attr fastScrollEnabled 0x7f030089 +int attr fastScrollHorizontalThumbDrawable 0x7f03008a +int attr fastScrollHorizontalTrackDrawable 0x7f03008b +int attr fastScrollVerticalThumbDrawable 0x7f03008c +int attr fastScrollVerticalTrackDrawable 0x7f03008d +int attr font 0x7f03008e +int attr fontFamily 0x7f03008f +int attr fontProviderAuthority 0x7f030090 +int attr fontProviderCerts 0x7f030091 +int attr fontProviderFetchStrategy 0x7f030092 +int attr fontProviderFetchTimeout 0x7f030093 +int attr fontProviderPackage 0x7f030094 +int attr fontProviderQuery 0x7f030095 +int attr fontStyle 0x7f030096 +int attr fontWeight 0x7f030097 +int attr foregroundInsidePadding 0x7f030098 +int attr gapBetweenBars 0x7f030099 +int attr goIcon 0x7f03009a +int attr headerLayout 0x7f03009b +int attr height 0x7f03009c +int attr hideOnContentScroll 0x7f03009d +int attr hintAnimationEnabled 0x7f03009e +int attr hintEnabled 0x7f03009f +int attr hintTextAppearance 0x7f0300a0 +int attr homeAsUpIndicator 0x7f0300a1 +int attr homeLayout 0x7f0300a2 +int attr icon 0x7f0300a3 +int attr iconTint 0x7f0300a4 +int attr iconTintMode 0x7f0300a5 +int attr iconifiedByDefault 0x7f0300a6 +int attr imageButtonStyle 0x7f0300a7 +int attr indeterminateProgressStyle 0x7f0300a8 +int attr initialActivityCount 0x7f0300a9 +int attr insetForeground 0x7f0300aa +int attr isLightTheme 0x7f0300ab +int attr itemBackground 0x7f0300ac +int attr itemIconTint 0x7f0300ad +int attr itemPadding 0x7f0300ae +int attr itemTextAppearance 0x7f0300af +int attr itemTextColor 0x7f0300b0 +int attr keylines 0x7f0300b1 +int attr layout 0x7f0300b2 +int attr layoutManager 0x7f0300b3 +int attr layout_anchor 0x7f0300b4 +int attr layout_anchorGravity 0x7f0300b5 +int attr layout_behavior 0x7f0300b6 +int attr layout_collapseMode 0x7f0300b7 +int attr layout_collapseParallaxMultiplier 0x7f0300b8 +int attr layout_dodgeInsetEdges 0x7f0300b9 +int attr layout_insetEdge 0x7f0300ba +int attr layout_keyline 0x7f0300bb +int attr layout_scrollFlags 0x7f0300bc +int attr layout_scrollInterpolator 0x7f0300bd +int attr listChoiceBackgroundIndicator 0x7f0300be +int attr listDividerAlertDialog 0x7f0300bf +int attr listItemLayout 0x7f0300c0 +int attr listLayout 0x7f0300c1 +int attr listMenuViewStyle 0x7f0300c2 +int attr listPopupWindowStyle 0x7f0300c3 +int attr listPreferredItemHeight 0x7f0300c4 +int attr listPreferredItemHeightLarge 0x7f0300c5 +int attr listPreferredItemHeightSmall 0x7f0300c6 +int attr listPreferredItemPaddingLeft 0x7f0300c7 +int attr listPreferredItemPaddingRight 0x7f0300c8 +int attr logo 0x7f0300c9 +int attr logoDescription 0x7f0300ca +int attr maxActionInlineWidth 0x7f0300cb +int attr maxButtonHeight 0x7f0300cc +int attr measureWithLargestChild 0x7f0300cd +int attr menu 0x7f0300ce +int attr multiChoiceItemLayout 0x7f0300cf +int attr navigationContentDescription 0x7f0300d0 +int attr navigationIcon 0x7f0300d1 +int attr navigationMode 0x7f0300d2 +int attr numericModifiers 0x7f0300d3 +int attr overlapAnchor 0x7f0300d4 +int attr paddingBottomNoButtons 0x7f0300d5 +int attr paddingEnd 0x7f0300d6 +int attr paddingStart 0x7f0300d7 +int attr paddingTopNoTitle 0x7f0300d8 +int attr panelBackground 0x7f0300d9 +int attr panelMenuListTheme 0x7f0300da +int attr panelMenuListWidth 0x7f0300db +int attr passwordToggleContentDescription 0x7f0300dc +int attr passwordToggleDrawable 0x7f0300dd +int attr passwordToggleEnabled 0x7f0300de +int attr passwordToggleTint 0x7f0300df +int attr passwordToggleTintMode 0x7f0300e0 +int attr popupMenuStyle 0x7f0300e1 +int attr popupTheme 0x7f0300e2 +int attr popupWindowStyle 0x7f0300e3 +int attr preserveIconSpacing 0x7f0300e4 +int attr pressedTranslationZ 0x7f0300e5 +int attr progressBarPadding 0x7f0300e6 +int attr progressBarStyle 0x7f0300e7 +int attr queryBackground 0x7f0300e8 +int attr queryHint 0x7f0300e9 +int attr radioButtonStyle 0x7f0300ea +int attr ratingBarStyle 0x7f0300eb +int attr ratingBarStyleIndicator 0x7f0300ec +int attr ratingBarStyleSmall 0x7f0300ed +int attr reverseLayout 0x7f0300ee +int attr rippleColor 0x7f0300ef +int attr scrimAnimationDuration 0x7f0300f0 +int attr scrimVisibleHeightTrigger 0x7f0300f1 +int attr searchHintIcon 0x7f0300f2 +int attr searchIcon 0x7f0300f3 +int attr searchViewStyle 0x7f0300f4 +int attr seekBarStyle 0x7f0300f5 +int attr selectableItemBackground 0x7f0300f6 +int attr selectableItemBackgroundBorderless 0x7f0300f7 +int attr showAsAction 0x7f0300f8 +int attr showDividers 0x7f0300f9 +int attr showText 0x7f0300fa +int attr showTitle 0x7f0300fb +int attr singleChoiceItemLayout 0x7f0300fc +int attr spanCount 0x7f0300fd +int attr spinBars 0x7f0300fe +int attr spinnerDropDownItemStyle 0x7f0300ff +int attr spinnerStyle 0x7f030100 +int attr splitTrack 0x7f030101 +int attr srcCompat 0x7f030102 +int attr stackFromEnd 0x7f030103 +int attr state_above_anchor 0x7f030104 +int attr state_collapsed 0x7f030105 +int attr state_collapsible 0x7f030106 +int attr statusBarBackground 0x7f030107 +int attr statusBarScrim 0x7f030108 +int attr subMenuArrow 0x7f030109 +int attr submitBackground 0x7f03010a +int attr subtitle 0x7f03010b +int attr subtitleTextAppearance 0x7f03010c +int attr subtitleTextColor 0x7f03010d +int attr subtitleTextStyle 0x7f03010e +int attr suggestionRowLayout 0x7f03010f +int attr switchMinWidth 0x7f030110 +int attr switchPadding 0x7f030111 +int attr switchStyle 0x7f030112 +int attr switchTextAppearance 0x7f030113 +int attr tabBackground 0x7f030114 +int attr tabContentStart 0x7f030115 +int attr tabGravity 0x7f030116 +int attr tabIndicatorColor 0x7f030117 +int attr tabIndicatorHeight 0x7f030118 +int attr tabMaxWidth 0x7f030119 +int attr tabMinWidth 0x7f03011a +int attr tabMode 0x7f03011b +int attr tabPadding 0x7f03011c +int attr tabPaddingBottom 0x7f03011d +int attr tabPaddingEnd 0x7f03011e +int attr tabPaddingStart 0x7f03011f +int attr tabPaddingTop 0x7f030120 +int attr tabSelectedTextColor 0x7f030121 +int attr tabTextAppearance 0x7f030122 +int attr tabTextColor 0x7f030123 +int attr textAllCaps 0x7f030124 +int attr textAppearanceLargePopupMenu 0x7f030125 +int attr textAppearanceListItem 0x7f030126 +int attr textAppearanceListItemSecondary 0x7f030127 +int attr textAppearanceListItemSmall 0x7f030128 +int attr textAppearancePopupMenuHeader 0x7f030129 +int attr textAppearanceSearchResultSubtitle 0x7f03012a +int attr textAppearanceSearchResultTitle 0x7f03012b +int attr textAppearanceSmallPopupMenu 0x7f03012c +int attr textColorAlertDialogListItem 0x7f03012d +int attr textColorError 0x7f03012e +int attr textColorSearchUrl 0x7f03012f +int attr theme 0x7f030130 +int attr thickness 0x7f030131 +int attr thumbTextPadding 0x7f030132 +int attr thumbTint 0x7f030133 +int attr thumbTintMode 0x7f030134 +int attr tickMark 0x7f030135 +int attr tickMarkTint 0x7f030136 +int attr tickMarkTintMode 0x7f030137 +int attr tint 0x7f030138 +int attr tintMode 0x7f030139 +int attr title 0x7f03013a +int attr titleEnabled 0x7f03013b +int attr titleMargin 0x7f03013c +int attr titleMarginBottom 0x7f03013d +int attr titleMarginEnd 0x7f03013e +int attr titleMarginStart 0x7f03013f +int attr titleMarginTop 0x7f030140 +int attr titleMargins 0x7f030141 +int attr titleTextAppearance 0x7f030142 +int attr titleTextColor 0x7f030143 +int attr titleTextStyle 0x7f030144 +int attr toolbarId 0x7f030145 +int attr toolbarNavigationButtonStyle 0x7f030146 +int attr toolbarStyle 0x7f030147 +int attr tooltipForegroundColor 0x7f030148 +int attr tooltipFrameBackground 0x7f030149 +int attr tooltipText 0x7f03014a +int attr track 0x7f03014b +int attr trackTint 0x7f03014c +int attr trackTintMode 0x7f03014d +int attr useCompatPadding 0x7f03014e +int attr voiceIcon 0x7f03014f +int attr windowActionBar 0x7f030150 +int attr windowActionBarOverlay 0x7f030151 +int attr windowActionModeOverlay 0x7f030152 +int attr windowFixedHeightMajor 0x7f030153 +int attr windowFixedHeightMinor 0x7f030154 +int attr windowFixedWidthMajor 0x7f030155 +int attr windowFixedWidthMinor 0x7f030156 +int attr windowMinWidthMajor 0x7f030157 +int attr windowMinWidthMinor 0x7f030158 +int attr windowNoTitle 0x7f030159 +int bool abc_action_bar_embed_tabs 0x7f040000 +int bool abc_allow_stacked_button_bar 0x7f040001 +int bool abc_config_actionMenuItemAllCaps 0x7f040002 +int bool abc_config_closeDialogWhenTouchOutside 0x7f040003 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f040004 +int color Black 0x7f050000 +int color abc_background_cache_hint_selector_material_dark 0x7f050001 +int color abc_background_cache_hint_selector_material_light 0x7f050002 +int color abc_btn_colored_borderless_text_material 0x7f050003 +int color abc_btn_colored_text_material 0x7f050004 +int color abc_color_highlight_material 0x7f050005 +int color abc_hint_foreground_material_dark 0x7f050006 +int color abc_hint_foreground_material_light 0x7f050007 +int color abc_input_method_navigation_guard 0x7f050008 +int color abc_primary_text_disable_only_material_dark 0x7f050009 +int color abc_primary_text_disable_only_material_light 0x7f05000a +int color abc_primary_text_material_dark 0x7f05000b +int color abc_primary_text_material_light 0x7f05000c +int color abc_search_url_text 0x7f05000d +int color abc_search_url_text_normal 0x7f05000e +int color abc_search_url_text_pressed 0x7f05000f +int color abc_search_url_text_selected 0x7f050010 +int color abc_secondary_text_material_dark 0x7f050011 +int color abc_secondary_text_material_light 0x7f050012 +int color abc_tint_btn_checkable 0x7f050013 +int color abc_tint_default 0x7f050014 +int color abc_tint_edittext 0x7f050015 +int color abc_tint_seek_thumb 0x7f050016 +int color abc_tint_spinner 0x7f050017 +int color abc_tint_switch_track 0x7f050018 +int color accent_material_dark 0x7f050019 +int color accent_material_light 0x7f05001a +int color background_floating_material_dark 0x7f05001b +int color background_floating_material_light 0x7f05001c +int color background_material_dark 0x7f05001d +int color background_material_light 0x7f05001e +int color blue 0x7f05001f +int color bright_foreground_disabled_material_dark 0x7f050020 +int color bright_foreground_disabled_material_light 0x7f050021 +int color bright_foreground_inverse_material_dark 0x7f050022 +int color bright_foreground_inverse_material_light 0x7f050023 +int color bright_foreground_material_dark 0x7f050024 +int color bright_foreground_material_light 0x7f050025 +int color button_material_dark 0x7f050026 +int color button_material_light 0x7f050027 +int color colorAccent 0x7f050028 +int color colorPrimary 0x7f050029 +int color colorPrimaryDark 0x7f05002a +int color color_gray_d9d9d9 0x7f05002b +int color color_grey_888888 0x7f05002c +int color design_bottom_navigation_shadow_color 0x7f05002d +int color design_error 0x7f05002e +int color design_fab_shadow_end_color 0x7f05002f +int color design_fab_shadow_mid_color 0x7f050030 +int color design_fab_shadow_start_color 0x7f050031 +int color design_fab_stroke_end_inner_color 0x7f050032 +int color design_fab_stroke_end_outer_color 0x7f050033 +int color design_fab_stroke_top_inner_color 0x7f050034 +int color design_fab_stroke_top_outer_color 0x7f050035 +int color design_snackbar_background_color 0x7f050036 +int color design_tint_password_toggle 0x7f050037 +int color dim_foreground_disabled_material_dark 0x7f050038 +int color dim_foreground_disabled_material_light 0x7f050039 +int color dim_foreground_material_dark 0x7f05003a +int color dim_foreground_material_light 0x7f05003b +int color error_color_material 0x7f05003c +int color foreground_material_dark 0x7f05003d +int color foreground_material_light 0x7f05003e +int color gold 0x7f05003f +int color highlighted_text_material_dark 0x7f050040 +int color highlighted_text_material_light 0x7f050041 +int color hui 0x7f050042 +int color material_blue_grey_800 0x7f050043 +int color material_blue_grey_900 0x7f050044 +int color material_blue_grey_950 0x7f050045 +int color material_deep_teal_200 0x7f050046 +int color material_deep_teal_500 0x7f050047 +int color material_grey_100 0x7f050048 +int color material_grey_300 0x7f050049 +int color material_grey_50 0x7f05004a +int color material_grey_600 0x7f05004b +int color material_grey_800 0x7f05004c +int color material_grey_850 0x7f05004d +int color material_grey_900 0x7f05004e +int color notification_action_color_filter 0x7f05004f +int color notification_icon_bg_color 0x7f050050 +int color notification_material_background_media_default_color 0x7f050051 +int color primary_dark_material_dark 0x7f050052 +int color primary_dark_material_light 0x7f050053 +int color primary_material_dark 0x7f050054 +int color primary_material_light 0x7f050055 +int color primary_text_default_material_dark 0x7f050056 +int color primary_text_default_material_light 0x7f050057 +int color primary_text_disabled_material_dark 0x7f050058 +int color primary_text_disabled_material_light 0x7f050059 +int color ripple_material_dark 0x7f05005a +int color ripple_material_light 0x7f05005b +int color secondary_text_default_material_dark 0x7f05005c +int color secondary_text_default_material_light 0x7f05005d +int color secondary_text_disabled_material_dark 0x7f05005e +int color secondary_text_disabled_material_light 0x7f05005f +int color switch_thumb_disabled_material_dark 0x7f050060 +int color switch_thumb_disabled_material_light 0x7f050061 +int color switch_thumb_material_dark 0x7f050062 +int color switch_thumb_material_light 0x7f050063 +int color switch_thumb_normal_material_dark 0x7f050064 +int color switch_thumb_normal_material_light 0x7f050065 +int color system_text_color_11 0x7f050066 +int color system_text_color_22 0x7f050067 +int color tooltip_background_dark 0x7f050068 +int color tooltip_background_light 0x7f050069 +int color white 0x7f05006a +int dimen abc_action_bar_content_inset_material 0x7f060000 +int dimen abc_action_bar_content_inset_with_nav 0x7f060001 +int dimen abc_action_bar_default_height_material 0x7f060002 +int dimen abc_action_bar_default_padding_end_material 0x7f060003 +int dimen abc_action_bar_default_padding_start_material 0x7f060004 +int dimen abc_action_bar_elevation_material 0x7f060005 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006 +int dimen abc_action_bar_overflow_padding_end_material 0x7f060007 +int dimen abc_action_bar_overflow_padding_start_material 0x7f060008 +int dimen abc_action_bar_progress_bar_size 0x7f060009 +int dimen abc_action_bar_stacked_max_height 0x7f06000a +int dimen abc_action_bar_stacked_tab_max_width 0x7f06000b +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000c +int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000d +int dimen abc_action_button_min_height_material 0x7f06000e +int dimen abc_action_button_min_width_material 0x7f06000f +int dimen abc_action_button_min_width_overflow_material 0x7f060010 +int dimen abc_alert_dialog_button_bar_height 0x7f060011 +int dimen abc_button_inset_horizontal_material 0x7f060012 +int dimen abc_button_inset_vertical_material 0x7f060013 +int dimen abc_button_padding_horizontal_material 0x7f060014 +int dimen abc_button_padding_vertical_material 0x7f060015 +int dimen abc_cascading_menus_min_smallest_width 0x7f060016 +int dimen abc_config_prefDialogWidth 0x7f060017 +int dimen abc_control_corner_material 0x7f060018 +int dimen abc_control_inset_material 0x7f060019 +int dimen abc_control_padding_material 0x7f06001a +int dimen abc_dialog_fixed_height_major 0x7f06001b +int dimen abc_dialog_fixed_height_minor 0x7f06001c +int dimen abc_dialog_fixed_width_major 0x7f06001d +int dimen abc_dialog_fixed_width_minor 0x7f06001e +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f06001f +int dimen abc_dialog_list_padding_top_no_title 0x7f060020 +int dimen abc_dialog_min_width_major 0x7f060021 +int dimen abc_dialog_min_width_minor 0x7f060022 +int dimen abc_dialog_padding_material 0x7f060023 +int dimen abc_dialog_padding_top_material 0x7f060024 +int dimen abc_dialog_title_divider_material 0x7f060025 +int dimen abc_disabled_alpha_material_dark 0x7f060026 +int dimen abc_disabled_alpha_material_light 0x7f060027 +int dimen abc_dropdownitem_icon_width 0x7f060028 +int dimen abc_dropdownitem_text_padding_left 0x7f060029 +int dimen abc_dropdownitem_text_padding_right 0x7f06002a +int dimen abc_edit_text_inset_bottom_material 0x7f06002b +int dimen abc_edit_text_inset_horizontal_material 0x7f06002c +int dimen abc_edit_text_inset_top_material 0x7f06002d +int dimen abc_floating_window_z 0x7f06002e +int dimen abc_list_item_padding_horizontal_material 0x7f06002f +int dimen abc_panel_menu_list_width 0x7f060030 +int dimen abc_progress_bar_height_material 0x7f060031 +int dimen abc_search_view_preferred_height 0x7f060032 +int dimen abc_search_view_preferred_width 0x7f060033 +int dimen abc_seekbar_track_background_height_material 0x7f060034 +int dimen abc_seekbar_track_progress_height_material 0x7f060035 +int dimen abc_select_dialog_padding_start_material 0x7f060036 +int dimen abc_switch_padding 0x7f060037 +int dimen abc_text_size_body_1_material 0x7f060038 +int dimen abc_text_size_body_2_material 0x7f060039 +int dimen abc_text_size_button_material 0x7f06003a +int dimen abc_text_size_caption_material 0x7f06003b +int dimen abc_text_size_display_1_material 0x7f06003c +int dimen abc_text_size_display_2_material 0x7f06003d +int dimen abc_text_size_display_3_material 0x7f06003e +int dimen abc_text_size_display_4_material 0x7f06003f +int dimen abc_text_size_headline_material 0x7f060040 +int dimen abc_text_size_large_material 0x7f060041 +int dimen abc_text_size_medium_material 0x7f060042 +int dimen abc_text_size_menu_header_material 0x7f060043 +int dimen abc_text_size_menu_material 0x7f060044 +int dimen abc_text_size_small_material 0x7f060045 +int dimen abc_text_size_subhead_material 0x7f060046 +int dimen abc_text_size_subtitle_material_toolbar 0x7f060047 +int dimen abc_text_size_title_material 0x7f060048 +int dimen abc_text_size_title_material_toolbar 0x7f060049 +int dimen activity_horizontal_margin 0x7f06004a +int dimen activity_vertical_margin 0x7f06004b +int dimen compat_button_inset_horizontal_material 0x7f06004c +int dimen compat_button_inset_vertical_material 0x7f06004d +int dimen compat_button_padding_horizontal_material 0x7f06004e +int dimen compat_button_padding_vertical_material 0x7f06004f +int dimen compat_control_corner_material 0x7f060050 +int dimen design_appbar_elevation 0x7f060051 +int dimen design_bottom_navigation_active_item_max_width 0x7f060052 +int dimen design_bottom_navigation_active_text_size 0x7f060053 +int dimen design_bottom_navigation_elevation 0x7f060054 +int dimen design_bottom_navigation_height 0x7f060055 +int dimen design_bottom_navigation_item_max_width 0x7f060056 +int dimen design_bottom_navigation_item_min_width 0x7f060057 +int dimen design_bottom_navigation_margin 0x7f060058 +int dimen design_bottom_navigation_shadow_height 0x7f060059 +int dimen design_bottom_navigation_text_size 0x7f06005a +int dimen design_bottom_sheet_modal_elevation 0x7f06005b +int dimen design_bottom_sheet_peek_height_min 0x7f06005c +int dimen design_fab_border_width 0x7f06005d +int dimen design_fab_elevation 0x7f06005e +int dimen design_fab_image_size 0x7f06005f +int dimen design_fab_size_mini 0x7f060060 +int dimen design_fab_size_normal 0x7f060061 +int dimen design_fab_translation_z_pressed 0x7f060062 +int dimen design_navigation_elevation 0x7f060063 +int dimen design_navigation_icon_padding 0x7f060064 +int dimen design_navigation_icon_size 0x7f060065 +int dimen design_navigation_max_width 0x7f060066 +int dimen design_navigation_padding_bottom 0x7f060067 +int dimen design_navigation_separator_vertical_padding 0x7f060068 +int dimen design_snackbar_action_inline_max_width 0x7f060069 +int dimen design_snackbar_background_corner_radius 0x7f06006a +int dimen design_snackbar_elevation 0x7f06006b +int dimen design_snackbar_extra_spacing_horizontal 0x7f06006c +int dimen design_snackbar_max_width 0x7f06006d +int dimen design_snackbar_min_width 0x7f06006e +int dimen design_snackbar_padding_horizontal 0x7f06006f +int dimen design_snackbar_padding_vertical 0x7f060070 +int dimen design_snackbar_padding_vertical_2lines 0x7f060071 +int dimen design_snackbar_text_size 0x7f060072 +int dimen design_tab_max_width 0x7f060073 +int dimen design_tab_scrollable_min_width 0x7f060074 +int dimen design_tab_text_size 0x7f060075 +int dimen design_tab_text_size_2line 0x7f060076 +int dimen disabled_alpha_material_dark 0x7f060077 +int dimen disabled_alpha_material_light 0x7f060078 +int dimen fastscroll_default_thickness 0x7f060079 +int dimen fastscroll_margin 0x7f06007a +int dimen fastscroll_minimum_range 0x7f06007b +int dimen highlight_alpha_material_colored 0x7f06007c +int dimen highlight_alpha_material_dark 0x7f06007d +int dimen highlight_alpha_material_light 0x7f06007e +int dimen hint_alpha_material_dark 0x7f06007f +int dimen hint_alpha_material_light 0x7f060080 +int dimen hint_pressed_alpha_material_dark 0x7f060081 +int dimen hint_pressed_alpha_material_light 0x7f060082 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060083 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f060084 +int dimen item_touch_helper_swipe_escape_velocity 0x7f060085 +int dimen notification_action_icon_size 0x7f060086 +int dimen notification_action_text_size 0x7f060087 +int dimen notification_big_circle_margin 0x7f060088 +int dimen notification_content_margin_start 0x7f060089 +int dimen notification_large_icon_height 0x7f06008a +int dimen notification_large_icon_width 0x7f06008b +int dimen notification_main_column_padding_top 0x7f06008c +int dimen notification_media_narrow_margin 0x7f06008d +int dimen notification_right_icon_size 0x7f06008e +int dimen notification_right_side_padding_top 0x7f06008f +int dimen notification_small_icon_background_padding 0x7f060090 +int dimen notification_small_icon_size_as_large 0x7f060091 +int dimen notification_subtext_size 0x7f060092 +int dimen notification_top_pad 0x7f060093 +int dimen notification_top_pad_large_text 0x7f060094 +int dimen tooltip_corner_radius 0x7f060095 +int dimen tooltip_horizontal_padding 0x7f060096 +int dimen tooltip_margin 0x7f060097 +int dimen tooltip_precise_anchor_extra_offset 0x7f060098 +int dimen tooltip_precise_anchor_threshold 0x7f060099 +int dimen tooltip_vertical_padding 0x7f06009a +int dimen tooltip_y_offset_non_touch 0x7f06009b +int dimen tooltip_y_offset_touch 0x7f06009c +int drawable abc_ab_share_pack_mtrl_alpha 0x7f070006 +int drawable abc_action_bar_item_background_material 0x7f070007 +int drawable abc_btn_borderless_material 0x7f070008 +int drawable abc_btn_check_material 0x7f070009 +int drawable abc_btn_check_to_on_mtrl_000 0x7f07000a +int drawable abc_btn_check_to_on_mtrl_015 0x7f07000b +int drawable abc_btn_colored_material 0x7f07000c +int drawable abc_btn_default_mtrl_shape 0x7f07000d +int drawable abc_btn_radio_material 0x7f07000e +int drawable abc_btn_radio_to_on_mtrl_000 0x7f07000f +int drawable abc_btn_radio_to_on_mtrl_015 0x7f070010 +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070011 +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070012 +int drawable abc_cab_background_internal_bg 0x7f070013 +int drawable abc_cab_background_top_material 0x7f070014 +int drawable abc_cab_background_top_mtrl_alpha 0x7f070015 +int drawable abc_control_background_material 0x7f070016 +int drawable abc_dialog_material_background 0x7f070017 +int drawable abc_edit_text_material 0x7f070018 +int drawable abc_ic_ab_back_material 0x7f070019 +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07001a +int drawable abc_ic_clear_material 0x7f07001b +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f07001c +int drawable abc_ic_go_search_api_material 0x7f07001d +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f07001e +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f07001f +int drawable abc_ic_menu_overflow_material 0x7f070020 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070021 +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070022 +int drawable abc_ic_menu_share_mtrl_alpha 0x7f070023 +int drawable abc_ic_search_api_material 0x7f070024 +int drawable abc_ic_star_black_16dp 0x7f070025 +int drawable abc_ic_star_black_36dp 0x7f070026 +int drawable abc_ic_star_black_48dp 0x7f070027 +int drawable abc_ic_star_half_black_16dp 0x7f070028 +int drawable abc_ic_star_half_black_36dp 0x7f070029 +int drawable abc_ic_star_half_black_48dp 0x7f07002a +int drawable abc_ic_voice_search_api_material 0x7f07002b +int drawable abc_item_background_holo_dark 0x7f07002c +int drawable abc_item_background_holo_light 0x7f07002d +int drawable abc_list_divider_mtrl_alpha 0x7f07002e +int drawable abc_list_focused_holo 0x7f07002f +int drawable abc_list_longpressed_holo 0x7f070030 +int drawable abc_list_pressed_holo_dark 0x7f070031 +int drawable abc_list_pressed_holo_light 0x7f070032 +int drawable abc_list_selector_background_transition_holo_dark 0x7f070033 +int drawable abc_list_selector_background_transition_holo_light 0x7f070034 +int drawable abc_list_selector_disabled_holo_dark 0x7f070035 +int drawable abc_list_selector_disabled_holo_light 0x7f070036 +int drawable abc_list_selector_holo_dark 0x7f070037 +int drawable abc_list_selector_holo_light 0x7f070038 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070039 +int drawable abc_popup_background_mtrl_mult 0x7f07003a +int drawable abc_ratingbar_indicator_material 0x7f07003b +int drawable abc_ratingbar_material 0x7f07003c +int drawable abc_ratingbar_small_material 0x7f07003d +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07003e +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07003f +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f070040 +int drawable abc_scrubber_primary_mtrl_alpha 0x7f070041 +int drawable abc_scrubber_track_mtrl_alpha 0x7f070042 +int drawable abc_seekbar_thumb_material 0x7f070043 +int drawable abc_seekbar_tick_mark_material 0x7f070044 +int drawable abc_seekbar_track_material 0x7f070045 +int drawable abc_spinner_mtrl_am_alpha 0x7f070046 +int drawable abc_spinner_textfield_background_material 0x7f070047 +int drawable abc_switch_thumb_material 0x7f070048 +int drawable abc_switch_track_mtrl_alpha 0x7f070049 +int drawable abc_tab_indicator_material 0x7f07004a +int drawable abc_tab_indicator_mtrl_alpha 0x7f07004b +int drawable abc_text_cursor_material 0x7f07004c +int drawable abc_text_select_handle_left_mtrl_dark 0x7f07004d +int drawable abc_text_select_handle_left_mtrl_light 0x7f07004e +int drawable abc_text_select_handle_middle_mtrl_dark 0x7f07004f +int drawable abc_text_select_handle_middle_mtrl_light 0x7f070050 +int drawable abc_text_select_handle_right_mtrl_dark 0x7f070051 +int drawable abc_text_select_handle_right_mtrl_light 0x7f070052 +int drawable abc_textfield_activated_mtrl_alpha 0x7f070053 +int drawable abc_textfield_default_mtrl_alpha 0x7f070054 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070055 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f070056 +int drawable abc_textfield_search_material 0x7f070057 +int drawable abc_vector_test 0x7f070058 +int drawable avd_hide_password 0x7f070059 +int drawable avd_show_password 0x7f07005a +int drawable bg3 0x7f07005b +int drawable design_bottom_navigation_item_background 0x7f07005c +int drawable design_fab_background 0x7f07005d +int drawable design_ic_visibility 0x7f07005e +int drawable design_ic_visibility_off 0x7f07005f +int drawable design_password_eye 0x7f070060 +int drawable design_snackbar_background 0x7f070061 +int drawable navigation_empty_icon 0x7f070062 +int drawable notification_action_background 0x7f070063 +int drawable notification_bg 0x7f070064 +int drawable notification_bg_low 0x7f070065 +int drawable notification_bg_low_normal 0x7f070066 +int drawable notification_bg_low_pressed 0x7f070067 +int drawable notification_bg_normal 0x7f070068 +int drawable notification_bg_normal_pressed 0x7f070069 +int drawable notification_icon_background 0x7f07006a +int drawable notification_template_icon_bg 0x7f07006b +int drawable notification_template_icon_low_bg 0x7f07006c +int drawable notification_tile_bg 0x7f07006d +int drawable notify_panel_notification_icon_bg 0x7f07006e +int drawable shape_bg 0x7f07006f +int drawable shape_fragment_toolbar 0x7f070070 +int drawable tooltip_frame_dark 0x7f070071 +int drawable tooltip_frame_light 0x7f070072 +int id ALT 0x7f080000 +int id CTRL 0x7f080001 +int id FUNCTION 0x7f080002 +int id META 0x7f080003 +int id SHIFT 0x7f080004 +int id SYM 0x7f080005 +int id action0 0x7f080006 +int id action_bar 0x7f080007 +int id action_bar_activity_content 0x7f080008 +int id action_bar_container 0x7f080009 +int id action_bar_root 0x7f08000a +int id action_bar_spinner 0x7f08000b +int id action_bar_subtitle 0x7f08000c +int id action_bar_title 0x7f08000d +int id action_container 0x7f08000e +int id action_context_bar 0x7f08000f +int id action_divider 0x7f080010 +int id action_image 0x7f080011 +int id action_menu_divider 0x7f080012 +int id action_menu_presenter 0x7f080013 +int id action_mode_bar 0x7f080014 +int id action_mode_bar_stub 0x7f080015 +int id action_mode_close_button 0x7f080016 +int id action_text 0x7f080017 +int id actions 0x7f080018 +int id activity_chooser_view_content 0x7f080019 +int id add 0x7f08001a +int id alertTitle 0x7f08001b +int id all 0x7f08001c +int id always 0x7f08001d +int id async 0x7f08001e +int id auto 0x7f08001f +int id beginning 0x7f080020 +int id blocking 0x7f080021 +int id bottom 0x7f080022 +int id btn_left 0x7f080023 +int id btn_logout 0x7f080024 +int id btn_right 0x7f080025 +int id buttonPanel 0x7f080026 +int id cancel_action 0x7f080027 +int id center 0x7f080028 +int id center_horizontal 0x7f080029 +int id center_vertical 0x7f08002a +int id checkbox 0x7f08002b +int id chronometer 0x7f08002c +int id clip_horizontal 0x7f08002d +int id clip_vertical 0x7f08002e +int id collapseActionView 0x7f08002f +int id container 0x7f080030 +int id contentPanel 0x7f080031 +int id coordinator 0x7f080032 +int id custom 0x7f080033 +int id customPanel 0x7f080034 +int id decor_content_parent 0x7f080035 +int id default_activity_button 0x7f080036 +int id design_bottom_sheet 0x7f080037 +int id design_menu_item_action_area 0x7f080038 +int id design_menu_item_action_area_stub 0x7f080039 +int id design_menu_item_text 0x7f08003a +int id design_navigation_view 0x7f08003b +int id disableHome 0x7f08003c +int id edit_query 0x7f08003d +int id email 0x7f08003e +int id email_cancel 0x7f08003f +int id email_login_form 0x7f080040 +int id email_register_button 0x7f080041 +int id email_resetting_button 0x7f080042 +int id email_sign_in_button 0x7f080043 +int id end 0x7f080044 +int id end_padder 0x7f080045 +int id enterAlways 0x7f080046 +int id enterAlwaysCollapsed 0x7f080047 +int id exitUntilCollapsed 0x7f080048 +int id expand_activities_button 0x7f080049 +int id expanded_menu 0x7f08004a +int id fill 0x7f08004b +int id fill_horizontal 0x7f08004c +int id fill_vertical 0x7f08004d +int id fixed 0x7f08004e +int id footer_tab 0x7f08004f +int id forever 0x7f080050 +int id four_tips1 0x7f080051 +int id four_tips11 0x7f080052 +int id four_tips12 0x7f080053 +int id four_tips13 0x7f080054 +int id four_tips2 0x7f080055 +int id four_tips3 0x7f080056 +int id four_title 0x7f080057 +int id four_title1 0x7f080058 +int id fragment_container 0x7f080059 +int id ghost_view 0x7f08005a +int id home 0x7f08005b +int id homeAsUp 0x7f08005c +int id icon 0x7f08005d +int id icon_group 0x7f08005e +int id ifRoom 0x7f08005f +int id image 0x7f080060 +int id info 0x7f080061 +int id italic 0x7f080062 +int id item_touch_helper_previous_elevation 0x7f080063 +int id largeLabel 0x7f080064 +int id layout_four 0x7f080065 +int id layout_four1 0x7f080066 +int id layout_left 0x7f080067 +int id layout_one 0x7f080068 +int id layout_right 0x7f080069 +int id layout_three 0x7f08006a +int id layout_two 0x7f08006b +int id left 0x7f08006c +int id line1 0x7f08006d +int id line3 0x7f08006e +int id listMode 0x7f08006f +int id list_item 0x7f080070 +int id login_form 0x7f080071 +int id login_progress 0x7f080072 +int id masked 0x7f080073 +int id media_actions 0x7f080074 +int id message 0x7f080075 +int id middle 0x7f080076 +int id mini 0x7f080077 +int id multiply 0x7f080078 +int id navigation_header_container 0x7f080079 +int id never 0x7f08007a +int id none 0x7f08007b +int id normal 0x7f08007c +int id notification_background 0x7f08007d +int id notification_main_column 0x7f08007e +int id notification_main_column_container 0x7f08007f +int id one_tips1 0x7f080080 +int id one_tips2 0x7f080081 +int id one_tips3 0x7f080082 +int id one_title 0x7f080083 +int id parallax 0x7f080084 +int id parentPanel 0x7f080085 +int id parent_matrix 0x7f080086 +int id password 0x7f080087 +int id password_again 0x7f080088 +int id pin 0x7f080089 +int id profile 0x7f08008a +int id progress_circular 0x7f08008b +int id progress_horizontal 0x7f08008c +int id radio 0x7f08008d +int id right 0x7f08008e +int id right_icon 0x7f08008f +int id right_side 0x7f080090 +int id save_image_matrix 0x7f080091 +int id save_non_transition_alpha 0x7f080092 +int id save_scale_type 0x7f080093 +int id screen 0x7f080094 +int id scroll 0x7f080095 +int id scrollIndicatorDown 0x7f080096 +int id scrollIndicatorUp 0x7f080097 +int id scrollView 0x7f080098 +int id scrollable 0x7f080099 +int id search_badge 0x7f08009a +int id search_bar 0x7f08009b +int id search_button 0x7f08009c +int id search_close_btn 0x7f08009d +int id search_edit_frame 0x7f08009e +int id search_go_btn 0x7f08009f +int id search_mag_icon 0x7f0800a0 +int id search_plate 0x7f0800a1 +int id search_src_text 0x7f0800a2 +int id search_voice_btn 0x7f0800a3 +int id select_dialog_listview 0x7f0800a4 +int id shortcut 0x7f0800a5 +int id showCustom 0x7f0800a6 +int id showHome 0x7f0800a7 +int id showTitle 0x7f0800a8 +int id smallLabel 0x7f0800a9 +int id snackbar_action 0x7f0800aa +int id snackbar_text 0x7f0800ab +int id snap 0x7f0800ac +int id spacer 0x7f0800ad +int id split_action_bar 0x7f0800ae +int id src_atop 0x7f0800af +int id src_in 0x7f0800b0 +int id src_over 0x7f0800b1 +int id start 0x7f0800b2 +int id status_bar_latest_event_content 0x7f0800b3 +int id submenuarrow 0x7f0800b4 +int id submit_area 0x7f0800b5 +int id tabMode 0x7f0800b6 +int id tab_four_iv 0x7f0800b7 +int id tab_four_tv 0x7f0800b8 +int id tab_fourbg 0x7f0800b9 +int id tab_layout 0x7f0800ba +int id tab_one_iv 0x7f0800bb +int id tab_one_tv 0x7f0800bc +int id tab_onebg 0x7f0800bd +int id tab_three_iv 0x7f0800be +int id tab_three_tv 0x7f0800bf +int id tab_threebg 0x7f0800c0 +int id tab_two_iv 0x7f0800c1 +int id tab_two_tv 0x7f0800c2 +int id tab_twobg 0x7f0800c3 +int id text 0x7f0800c4 +int id text2 0x7f0800c5 +int id textSpacerNoButtons 0x7f0800c6 +int id textSpacerNoTitle 0x7f0800c7 +int id text_input_password_toggle 0x7f0800c8 +int id textinput_counter 0x7f0800c9 +int id textinput_error 0x7f0800ca +int id three_tips1 0x7f0800cb +int id three_tips2 0x7f0800cc +int id three_tips3 0x7f0800cd +int id three_title 0x7f0800ce +int id thumbPath 0x7f0800cf +int id time 0x7f0800d0 +int id title 0x7f0800d1 +int id titleDividerNoCustom 0x7f0800d2 +int id title_layout 0x7f0800d3 +int id title_template 0x7f0800d4 +int id top 0x7f0800d5 +int id topPanel 0x7f0800d6 +int id touch_outside 0x7f0800d7 +int id transition_current_scene 0x7f0800d8 +int id transition_layout_save 0x7f0800d9 +int id transition_position 0x7f0800da +int id transition_scene_layoutid_cache 0x7f0800db +int id transition_transform 0x7f0800dc +int id two_tips1 0x7f0800dd +int id two_tips2 0x7f0800de +int id two_tips3 0x7f0800df +int id two_title 0x7f0800e0 +int id uniform 0x7f0800e1 +int id up 0x7f0800e2 +int id useLogo 0x7f0800e3 +int id view_offset_helper 0x7f0800e4 +int id visible 0x7f0800e5 +int id web_view 0x7f0800e6 +int id withText 0x7f0800e7 +int id wrap_content 0x7f0800e8 +int integer abc_config_activityDefaultDur 0x7f090000 +int integer abc_config_activityShortDur 0x7f090001 +int integer app_bar_elevation_anim_duration 0x7f090002 +int integer bottom_sheet_slide_duration 0x7f090003 +int integer cancel_button_image_alpha 0x7f090004 +int integer config_tooltipAnimTime 0x7f090005 +int integer design_snackbar_text_max_lines 0x7f090006 +int integer hide_password_duration 0x7f090007 +int integer show_password_duration 0x7f090008 +int integer status_bar_notification_info_maxnum 0x7f090009 +int layout abc_action_bar_title_item 0x7f0a0000 +int layout abc_action_bar_up_container 0x7f0a0001 +int layout abc_action_bar_view_list_nav_layout 0x7f0a0002 +int layout abc_action_menu_item_layout 0x7f0a0003 +int layout abc_action_menu_layout 0x7f0a0004 +int layout abc_action_mode_bar 0x7f0a0005 +int layout abc_action_mode_close_item_material 0x7f0a0006 +int layout abc_activity_chooser_view 0x7f0a0007 +int layout abc_activity_chooser_view_list_item 0x7f0a0008 +int layout abc_alert_dialog_button_bar_material 0x7f0a0009 +int layout abc_alert_dialog_material 0x7f0a000a +int layout abc_alert_dialog_title_material 0x7f0a000b +int layout abc_dialog_title_material 0x7f0a000c +int layout abc_expanded_menu_layout 0x7f0a000d +int layout abc_list_menu_item_checkbox 0x7f0a000e +int layout abc_list_menu_item_icon 0x7f0a000f +int layout abc_list_menu_item_layout 0x7f0a0010 +int layout abc_list_menu_item_radio 0x7f0a0011 +int layout abc_popup_menu_header_item_layout 0x7f0a0012 +int layout abc_popup_menu_item_layout 0x7f0a0013 +int layout abc_screen_content_include 0x7f0a0014 +int layout abc_screen_simple 0x7f0a0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0a0016 +int layout abc_screen_toolbar 0x7f0a0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0a0018 +int layout abc_search_view 0x7f0a0019 +int layout abc_select_dialog_material 0x7f0a001a +int layout activity_register 0x7f0a001b +int layout activity_tab 0x7f0a001c +int layout activity_web_detail 0x7f0a001d +int layout design_bottom_navigation_item 0x7f0a001e +int layout design_bottom_sheet_dialog 0x7f0a001f +int layout design_layout_snackbar 0x7f0a0020 +int layout design_layout_snackbar_include 0x7f0a0021 +int layout design_layout_tab_icon 0x7f0a0022 +int layout design_layout_tab_text 0x7f0a0023 +int layout design_menu_item_action_area 0x7f0a0024 +int layout design_navigation_item 0x7f0a0025 +int layout design_navigation_item_header 0x7f0a0026 +int layout design_navigation_item_separator 0x7f0a0027 +int layout design_navigation_item_subheader 0x7f0a0028 +int layout design_navigation_menu 0x7f0a0029 +int layout design_navigation_menu_item 0x7f0a002a +int layout design_text_input_password_icon 0x7f0a002b +int layout fragment_four 0x7f0a002c +int layout fragment_one 0x7f0a002d +int layout fragment_three 0x7f0a002e +int layout fragment_toolbar 0x7f0a002f +int layout fragment_two 0x7f0a0030 +int layout item_movie_list 0x7f0a0031 +int layout login 0x7f0a0032 +int layout notification_action 0x7f0a0033 +int layout notification_action_tombstone 0x7f0a0034 +int layout notification_media_action 0x7f0a0035 +int layout notification_media_cancel_action 0x7f0a0036 +int layout notification_template_big_media 0x7f0a0037 +int layout notification_template_big_media_custom 0x7f0a0038 +int layout notification_template_big_media_narrow 0x7f0a0039 +int layout notification_template_big_media_narrow_custom 0x7f0a003a +int layout notification_template_custom_big 0x7f0a003b +int layout notification_template_icon_group 0x7f0a003c +int layout notification_template_lines_media 0x7f0a003d +int layout notification_template_media 0x7f0a003e +int layout notification_template_media_custom 0x7f0a003f +int layout notification_template_part_chronometer 0x7f0a0040 +int layout notification_template_part_time 0x7f0a0041 +int layout select_dialog_item_material 0x7f0a0042 +int layout select_dialog_multichoice_material 0x7f0a0043 +int layout select_dialog_singlechoice_material 0x7f0a0044 +int layout support_simple_spinner_dropdown_item 0x7f0a0045 +int layout tooltip 0x7f0a0046 +int mipmap a1 0x7f0b0000 +int mipmap a2 0x7f0b0001 +int mipmap a3 0x7f0b0002 +int mipmap add 0x7f0b0003 +int mipmap baomihua 0x7f0b0004 +int mipmap baomihua_small 0x7f0b0005 +int mipmap bg 0x7f0b0006 +int mipmap huamulan 0x7f0b0007 +int mipmap ic_launcher 0x7f0b0008 +int mipmap ic_launcher_round 0x7f0b0009 +int mipmap icon_1 0x7f0b000a +int mipmap icon_arrow 0x7f0b000b +int mipmap icon_card 0x7f0b000c +int mipmap icon_food 0x7f0b000d +int mipmap icon_free 0x7f0b000e +int mipmap icon_looked 0x7f0b000f +int mipmap icon_love 0x7f0b0010 +int mipmap icon_money 0x7f0b0011 +int mipmap icon_movie 0x7f0b0012 +int mipmap icon_my 0x7f0b0013 +int mipmap icon_share 0x7f0b0014 +int mipmap icon_shop 0x7f0b0015 +int mipmap icon_sign 0x7f0b0016 +int mipmap icon_triangle 0x7f0b0017 +int mipmap icon_vip 0x7f0b0018 +int mipmap item_default 0x7f0b0019 +int mipmap kele 0x7f0b001a +int mipmap logo2 0x7f0b001b +int mipmap logout 0x7f0b001c +int mipmap p1 0x7f0b001d +int mipmap search 0x7f0b001e +int mipmap tab_four_normal 0x7f0b001f +int mipmap tab_four_pressed 0x7f0b0020 +int mipmap tab_one_normal 0x7f0b0021 +int mipmap tab_one_pressed 0x7f0b0022 +int mipmap tab_three_normal 0x7f0b0023 +int mipmap tab_three_pressed 0x7f0b0024 +int mipmap tab_two_normal 0x7f0b0025 +int mipmap tab_two_pressed 0x7f0b0026 +int mipmap zhuilong 0x7f0b0027 +int string abc_action_bar_home_description 0x7f0c0000 +int string abc_action_bar_home_description_format 0x7f0c0001 +int string abc_action_bar_home_subtitle_description_format 0x7f0c0002 +int string abc_action_bar_up_description 0x7f0c0003 +int string abc_action_menu_overflow_description 0x7f0c0004 +int string abc_action_mode_done 0x7f0c0005 +int string abc_activity_chooser_view_see_all 0x7f0c0006 +int string abc_activitychooserview_choose_application 0x7f0c0007 +int string abc_capital_off 0x7f0c0008 +int string abc_capital_on 0x7f0c0009 +int string abc_font_family_body_1_material 0x7f0c000a +int string abc_font_family_body_2_material 0x7f0c000b +int string abc_font_family_button_material 0x7f0c000c +int string abc_font_family_caption_material 0x7f0c000d +int string abc_font_family_display_1_material 0x7f0c000e +int string abc_font_family_display_2_material 0x7f0c000f +int string abc_font_family_display_3_material 0x7f0c0010 +int string abc_font_family_display_4_material 0x7f0c0011 +int string abc_font_family_headline_material 0x7f0c0012 +int string abc_font_family_menu_material 0x7f0c0013 +int string abc_font_family_subhead_material 0x7f0c0014 +int string abc_font_family_title_material 0x7f0c0015 +int string abc_search_hint 0x7f0c0016 +int string abc_searchview_description_clear 0x7f0c0017 +int string abc_searchview_description_query 0x7f0c0018 +int string abc_searchview_description_search 0x7f0c0019 +int string abc_searchview_description_submit 0x7f0c001a +int string abc_searchview_description_voice 0x7f0c001b +int string abc_shareactionprovider_share_with 0x7f0c001c +int string abc_shareactionprovider_share_with_application 0x7f0c001d +int string abc_toolbar_collapse_description 0x7f0c001e +int string action_concel 0x7f0c001f +int string action_register 0x7f0c0020 +int string action_resetting 0x7f0c0021 +int string action_sign_in 0x7f0c0022 +int string action_sign_in_short 0x7f0c0023 +int string app_name 0x7f0c0024 +int string appbar_scrolling_view_behavior 0x7f0c0025 +int string bottom_sheet_behavior 0x7f0c0026 +int string character_counter_pattern 0x7f0c0027 +int string password_toggle_content_description 0x7f0c0028 +int string path_password_eye 0x7f0c0029 +int string path_password_eye_mask_strike_through 0x7f0c002a +int string path_password_eye_mask_visible 0x7f0c002b +int string path_password_strike_through 0x7f0c002c +int string prompt_email 0x7f0c002d +int string prompt_password 0x7f0c002e +int string prompt_password_again 0x7f0c002f +int string prompt_setpassword 0x7f0c0030 +int string prompt_username 0x7f0c0031 +int string search_menu_title 0x7f0c0032 +int string status_bar_notification_info_overflow 0x7f0c0033 +int style AlertDialog_AppCompat 0x7f0d0000 +int style AlertDialog_AppCompat_Light 0x7f0d0001 +int style Animation_AppCompat_Dialog 0x7f0d0002 +int style Animation_AppCompat_DropDownUp 0x7f0d0003 +int style Animation_AppCompat_Tooltip 0x7f0d0004 +int style Animation_Design_BottomSheetDialog 0x7f0d0005 +int style AppTheme 0x7f0d0006 +int style Base_AlertDialog_AppCompat 0x7f0d0007 +int style Base_AlertDialog_AppCompat_Light 0x7f0d0008 +int style Base_Animation_AppCompat_Dialog 0x7f0d0009 +int style Base_Animation_AppCompat_DropDownUp 0x7f0d000a +int style Base_Animation_AppCompat_Tooltip 0x7f0d000b +int style Base_DialogWindowTitle_AppCompat 0x7f0d000c +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0d000d +int style Base_TextAppearance_AppCompat 0x7f0d000e +int style Base_TextAppearance_AppCompat_Body1 0x7f0d000f +int style Base_TextAppearance_AppCompat_Body2 0x7f0d0010 +int style Base_TextAppearance_AppCompat_Button 0x7f0d0011 +int style Base_TextAppearance_AppCompat_Caption 0x7f0d0012 +int style Base_TextAppearance_AppCompat_Display1 0x7f0d0013 +int style Base_TextAppearance_AppCompat_Display2 0x7f0d0014 +int style Base_TextAppearance_AppCompat_Display3 0x7f0d0015 +int style Base_TextAppearance_AppCompat_Display4 0x7f0d0016 +int style Base_TextAppearance_AppCompat_Headline 0x7f0d0017 +int style Base_TextAppearance_AppCompat_Inverse 0x7f0d0018 +int style Base_TextAppearance_AppCompat_Large 0x7f0d0019 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0d001a +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d001b +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d001c +int style Base_TextAppearance_AppCompat_Medium 0x7f0d001d +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0d001e +int style Base_TextAppearance_AppCompat_Menu 0x7f0d001f +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0d0020 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d0021 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0d0022 +int style Base_TextAppearance_AppCompat_Small 0x7f0d0023 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0d0024 +int style Base_TextAppearance_AppCompat_Subhead 0x7f0d0025 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0d0026 +int style Base_TextAppearance_AppCompat_Title 0x7f0d0027 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0d0028 +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0d0029 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d002a +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d002b +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d002c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d002d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d002e +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d002f +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d0030 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0d0031 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d0032 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d0033 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d0034 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d0035 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d0036 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d0037 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d0038 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0d0039 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d003a +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d003b +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d003c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d003d +int style Base_Theme_AppCompat 0x7f0d003e +int style Base_Theme_AppCompat_CompactMenu 0x7f0d003f +int style Base_Theme_AppCompat_Dialog 0x7f0d0040 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0d0041 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0d0042 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0d0043 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0d0044 +int style Base_Theme_AppCompat_Light 0x7f0d0045 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0d0046 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0d0047 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0d0048 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0d0049 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d004a +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0d004b +int style Base_ThemeOverlay_AppCompat 0x7f0d004c +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0d004d +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0d004e +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d004f +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0d0050 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0051 +int style Base_ThemeOverlay_AppCompat_Light 0x7f0d0052 +int style Base_V11_Theme_AppCompat_Dialog 0x7f0d0053 +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0d0054 +int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f0d0055 +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f0d0056 +int style Base_V12_Widget_AppCompat_EditText 0x7f0d0057 +int style Base_V14_Widget_Design_AppBarLayout 0x7f0d0058 +int style Base_V21_Theme_AppCompat 0x7f0d0059 +int style Base_V21_Theme_AppCompat_Dialog 0x7f0d005a +int style Base_V21_Theme_AppCompat_Light 0x7f0d005b +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0d005c +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0d005d +int style Base_V21_Widget_Design_AppBarLayout 0x7f0d005e +int style Base_V22_Theme_AppCompat 0x7f0d005f +int style Base_V22_Theme_AppCompat_Light 0x7f0d0060 +int style Base_V23_Theme_AppCompat 0x7f0d0061 +int style Base_V23_Theme_AppCompat_Light 0x7f0d0062 +int style Base_V26_Theme_AppCompat 0x7f0d0063 +int style Base_V26_Theme_AppCompat_Light 0x7f0d0064 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0d0065 +int style Base_V26_Widget_Design_AppBarLayout 0x7f0d0066 +int style Base_V7_Theme_AppCompat 0x7f0d0067 +int style Base_V7_Theme_AppCompat_Dialog 0x7f0d0068 +int style Base_V7_Theme_AppCompat_Light 0x7f0d0069 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0d006a +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0d006b +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0d006c +int style Base_V7_Widget_AppCompat_EditText 0x7f0d006d +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0d006e +int style Base_Widget_AppCompat_ActionBar 0x7f0d006f +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0d0070 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0d0071 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0d0072 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0d0073 +int style Base_Widget_AppCompat_ActionButton 0x7f0d0074 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0d0075 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0d0076 +int style Base_Widget_AppCompat_ActionMode 0x7f0d0077 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0d0078 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0d0079 +int style Base_Widget_AppCompat_Button 0x7f0d007a +int style Base_Widget_AppCompat_Button_Borderless 0x7f0d007b +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0d007c +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d007d +int style Base_Widget_AppCompat_Button_Colored 0x7f0d007e +int style Base_Widget_AppCompat_Button_Small 0x7f0d007f +int style Base_Widget_AppCompat_ButtonBar 0x7f0d0080 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d0081 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0d0082 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0d0083 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0d0084 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0d0085 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0d0086 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0d0087 +int style Base_Widget_AppCompat_EditText 0x7f0d0088 +int style Base_Widget_AppCompat_ImageButton 0x7f0d0089 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0d008a +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0d008b +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d008c +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0d008d +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d008e +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0d008f +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0d0090 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d0091 +int style Base_Widget_AppCompat_ListMenuView 0x7f0d0092 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0d0093 +int style Base_Widget_AppCompat_ListView 0x7f0d0094 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0d0095 +int style Base_Widget_AppCompat_ListView_Menu 0x7f0d0096 +int style Base_Widget_AppCompat_PopupMenu 0x7f0d0097 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0d0098 +int style Base_Widget_AppCompat_PopupWindow 0x7f0d0099 +int style Base_Widget_AppCompat_ProgressBar 0x7f0d009a +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0d009b +int style Base_Widget_AppCompat_RatingBar 0x7f0d009c +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0d009d +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0d009e +int style Base_Widget_AppCompat_SearchView 0x7f0d009f +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0d00a0 +int style Base_Widget_AppCompat_SeekBar 0x7f0d00a1 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0d00a2 +int style Base_Widget_AppCompat_Spinner 0x7f0d00a3 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0d00a4 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0d00a5 +int style Base_Widget_AppCompat_Toolbar 0x7f0d00a6 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d00a7 +int style Base_Widget_Design_AppBarLayout 0x7f0d00a8 +int style Base_Widget_Design_TabLayout 0x7f0d00a9 +int style Platform_AppCompat 0x7f0d00aa +int style Platform_AppCompat_Light 0x7f0d00ab +int style Platform_ThemeOverlay_AppCompat 0x7f0d00ac +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0d00ad +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0d00ae +int style Platform_V11_AppCompat 0x7f0d00af +int style Platform_V11_AppCompat_Light 0x7f0d00b0 +int style Platform_V14_AppCompat 0x7f0d00b1 +int style Platform_V14_AppCompat_Light 0x7f0d00b2 +int style Platform_V21_AppCompat 0x7f0d00b3 +int style Platform_V21_AppCompat_Light 0x7f0d00b4 +int style Platform_V25_AppCompat 0x7f0d00b5 +int style Platform_V25_AppCompat_Light 0x7f0d00b6 +int style Platform_Widget_AppCompat_Spinner 0x7f0d00b7 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0d00b8 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0d00b9 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0d00ba +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0d00bb +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0d00bc +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0d00bd +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0d00be +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0d00bf +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0d00c0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0d00c1 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0d00c2 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0d00c3 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0d00c4 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0d00c5 +int style TextAppearance_AppCompat 0x7f0d00c6 +int style TextAppearance_AppCompat_Body1 0x7f0d00c7 +int style TextAppearance_AppCompat_Body2 0x7f0d00c8 +int style TextAppearance_AppCompat_Button 0x7f0d00c9 +int style TextAppearance_AppCompat_Caption 0x7f0d00ca +int style TextAppearance_AppCompat_Display1 0x7f0d00cb +int style TextAppearance_AppCompat_Display2 0x7f0d00cc +int style TextAppearance_AppCompat_Display3 0x7f0d00cd +int style TextAppearance_AppCompat_Display4 0x7f0d00ce +int style TextAppearance_AppCompat_Headline 0x7f0d00cf +int style TextAppearance_AppCompat_Inverse 0x7f0d00d0 +int style TextAppearance_AppCompat_Large 0x7f0d00d1 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0d00d2 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0d00d3 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0d00d4 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d00d5 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d00d6 +int style TextAppearance_AppCompat_Medium 0x7f0d00d7 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0d00d8 +int style TextAppearance_AppCompat_Menu 0x7f0d00d9 +int style TextAppearance_AppCompat_Notification 0x7f0d00da +int style TextAppearance_AppCompat_Notification_Info 0x7f0d00db +int style TextAppearance_AppCompat_Notification_Info_Media 0x7f0d00dc +int style TextAppearance_AppCompat_Notification_Line2 0x7f0d00dd +int style TextAppearance_AppCompat_Notification_Line2_Media 0x7f0d00de +int style TextAppearance_AppCompat_Notification_Media 0x7f0d00df +int style TextAppearance_AppCompat_Notification_Time 0x7f0d00e0 +int style TextAppearance_AppCompat_Notification_Time_Media 0x7f0d00e1 +int style TextAppearance_AppCompat_Notification_Title 0x7f0d00e2 +int style TextAppearance_AppCompat_Notification_Title_Media 0x7f0d00e3 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d00e4 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0d00e5 +int style TextAppearance_AppCompat_Small 0x7f0d00e6 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0d00e7 +int style TextAppearance_AppCompat_Subhead 0x7f0d00e8 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0d00e9 +int style TextAppearance_AppCompat_Title 0x7f0d00ea +int style TextAppearance_AppCompat_Title_Inverse 0x7f0d00eb +int style TextAppearance_AppCompat_Tooltip 0x7f0d00ec +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d00ed +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d00ee +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d00ef +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d00f0 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d00f1 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d00f2 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0d00f3 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d00f4 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0d00f5 +int style TextAppearance_AppCompat_Widget_Button 0x7f0d00f6 +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d00f7 +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d00f8 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d00f9 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d00fa +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d00fb +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d00fc +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d00fd +int style TextAppearance_AppCompat_Widget_Switch 0x7f0d00fe +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d00ff +int style TextAppearance_Compat_Notification 0x7f0d0100 +int style TextAppearance_Compat_Notification_Info 0x7f0d0101 +int style TextAppearance_Compat_Notification_Info_Media 0x7f0d0102 +int style TextAppearance_Compat_Notification_Line2 0x7f0d0103 +int style TextAppearance_Compat_Notification_Line2_Media 0x7f0d0104 +int style TextAppearance_Compat_Notification_Media 0x7f0d0105 +int style TextAppearance_Compat_Notification_Time 0x7f0d0106 +int style TextAppearance_Compat_Notification_Time_Media 0x7f0d0107 +int style TextAppearance_Compat_Notification_Title 0x7f0d0108 +int style TextAppearance_Compat_Notification_Title_Media 0x7f0d0109 +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0d010a +int style TextAppearance_Design_Counter 0x7f0d010b +int style TextAppearance_Design_Counter_Overflow 0x7f0d010c +int style TextAppearance_Design_Error 0x7f0d010d +int style TextAppearance_Design_Hint 0x7f0d010e +int style TextAppearance_Design_Snackbar_Message 0x7f0d010f +int style TextAppearance_Design_Tab 0x7f0d0110 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d0111 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d0112 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d0113 +int style Theme_AppCompat 0x7f0d0114 +int style Theme_AppCompat_CompactMenu 0x7f0d0115 +int style Theme_AppCompat_DayNight 0x7f0d0116 +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0d0117 +int style Theme_AppCompat_DayNight_Dialog 0x7f0d0118 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0d0119 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0d011a +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0d011b +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0d011c +int style Theme_AppCompat_Dialog 0x7f0d011d +int style Theme_AppCompat_Dialog_Alert 0x7f0d011e +int style Theme_AppCompat_Dialog_MinWidth 0x7f0d011f +int style Theme_AppCompat_DialogWhenLarge 0x7f0d0120 +int style Theme_AppCompat_Light 0x7f0d0121 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0d0122 +int style Theme_AppCompat_Light_Dialog 0x7f0d0123 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0d0124 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d0125 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0d0126 +int style Theme_AppCompat_Light_NoActionBar 0x7f0d0127 +int style Theme_AppCompat_NoActionBar 0x7f0d0128 +int style Theme_Design 0x7f0d0129 +int style Theme_Design_BottomSheetDialog 0x7f0d012a +int style Theme_Design_Light 0x7f0d012b +int style Theme_Design_Light_BottomSheetDialog 0x7f0d012c +int style Theme_Design_Light_NoActionBar 0x7f0d012d +int style Theme_Design_NoActionBar 0x7f0d012e +int style ThemeOverlay_AppCompat 0x7f0d012f +int style ThemeOverlay_AppCompat_ActionBar 0x7f0d0130 +int style ThemeOverlay_AppCompat_Dark 0x7f0d0131 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d0132 +int style ThemeOverlay_AppCompat_Dialog 0x7f0d0133 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0134 +int style ThemeOverlay_AppCompat_Light 0x7f0d0135 +int style Widget_AppCompat_ActionBar 0x7f0d0136 +int style Widget_AppCompat_ActionBar_Solid 0x7f0d0137 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0d0138 +int style Widget_AppCompat_ActionBar_TabText 0x7f0d0139 +int style Widget_AppCompat_ActionBar_TabView 0x7f0d013a +int style Widget_AppCompat_ActionButton 0x7f0d013b +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0d013c +int style Widget_AppCompat_ActionButton_Overflow 0x7f0d013d +int style Widget_AppCompat_ActionMode 0x7f0d013e +int style Widget_AppCompat_ActivityChooserView 0x7f0d013f +int style Widget_AppCompat_AutoCompleteTextView 0x7f0d0140 +int style Widget_AppCompat_Button 0x7f0d0141 +int style Widget_AppCompat_Button_Borderless 0x7f0d0142 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0d0143 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d0144 +int style Widget_AppCompat_Button_Colored 0x7f0d0145 +int style Widget_AppCompat_Button_Small 0x7f0d0146 +int style Widget_AppCompat_ButtonBar 0x7f0d0147 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d0148 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0d0149 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0d014a +int style Widget_AppCompat_CompoundButton_Switch 0x7f0d014b +int style Widget_AppCompat_DrawerArrowToggle 0x7f0d014c +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0d014d +int style Widget_AppCompat_EditText 0x7f0d014e +int style Widget_AppCompat_ImageButton 0x7f0d014f +int style Widget_AppCompat_Light_ActionBar 0x7f0d0150 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0d0151 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0d0152 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d0153 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0d0154 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0d0155 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d0156 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0d0157 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0d0158 +int style Widget_AppCompat_Light_ActionButton 0x7f0d0159 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0d015a +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0d015b +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0d015c +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0d015d +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0d015e +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0d015f +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0d0160 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0d0161 +int style Widget_AppCompat_Light_PopupMenu 0x7f0d0162 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d0163 +int style Widget_AppCompat_Light_SearchView 0x7f0d0164 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0d0165 +int style Widget_AppCompat_ListMenuView 0x7f0d0166 +int style Widget_AppCompat_ListPopupWindow 0x7f0d0167 +int style Widget_AppCompat_ListView 0x7f0d0168 +int style Widget_AppCompat_ListView_DropDown 0x7f0d0169 +int style Widget_AppCompat_ListView_Menu 0x7f0d016a +int style Widget_AppCompat_PopupMenu 0x7f0d016b +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0d016c +int style Widget_AppCompat_PopupWindow 0x7f0d016d +int style Widget_AppCompat_ProgressBar 0x7f0d016e +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0d016f +int style Widget_AppCompat_RatingBar 0x7f0d0170 +int style Widget_AppCompat_RatingBar_Indicator 0x7f0d0171 +int style Widget_AppCompat_RatingBar_Small 0x7f0d0172 +int style Widget_AppCompat_SearchView 0x7f0d0173 +int style Widget_AppCompat_SearchView_ActionBar 0x7f0d0174 +int style Widget_AppCompat_SeekBar 0x7f0d0175 +int style Widget_AppCompat_SeekBar_Discrete 0x7f0d0176 +int style Widget_AppCompat_Spinner 0x7f0d0177 +int style Widget_AppCompat_Spinner_DropDown 0x7f0d0178 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0d0179 +int style Widget_AppCompat_Spinner_Underlined 0x7f0d017a +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0d017b +int style Widget_AppCompat_Toolbar 0x7f0d017c +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d017d +int style Widget_Compat_NotificationActionContainer 0x7f0d017e +int style Widget_Compat_NotificationActionText 0x7f0d017f +int style Widget_Design_AppBarLayout 0x7f0d0180 +int style Widget_Design_BottomNavigationView 0x7f0d0181 +int style Widget_Design_BottomSheet_Modal 0x7f0d0182 +int style Widget_Design_CollapsingToolbar 0x7f0d0183 +int style Widget_Design_CoordinatorLayout 0x7f0d0184 +int style Widget_Design_FloatingActionButton 0x7f0d0185 +int style Widget_Design_NavigationView 0x7f0d0186 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f0d0187 +int style Widget_Design_Snackbar 0x7f0d0188 +int style Widget_Design_TabLayout 0x7f0d0189 +int style Widget_Design_TextInputLayout 0x7f0d018a +int[] styleable ActionBar { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f03006c, 0x7f030070, 0x7f030071, 0x7f03007c, 0x7f03009c, 0x7f03009d, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a8, 0x7f0300ae, 0x7f0300c9, 0x7f0300d2, 0x7f0300e2, 0x7f0300e6, 0x7f0300e7, 0x7f03010b, 0x7f03010e, 0x7f03013a, 0x7f030144 } +int styleable ActionBar_background 0 +int styleable ActionBar_backgroundSplit 1 +int styleable ActionBar_backgroundStacked 2 +int styleable ActionBar_contentInsetEnd 3 +int styleable ActionBar_contentInsetEndWithActions 4 +int styleable ActionBar_contentInsetLeft 5 +int styleable ActionBar_contentInsetRight 6 +int styleable ActionBar_contentInsetStart 7 +int styleable ActionBar_contentInsetStartWithNavigation 8 +int styleable ActionBar_customNavigationLayout 9 +int styleable ActionBar_displayOptions 10 +int styleable ActionBar_divider 11 +int styleable ActionBar_elevation 12 +int styleable ActionBar_height 13 +int styleable ActionBar_hideOnContentScroll 14 +int styleable ActionBar_homeAsUpIndicator 15 +int styleable ActionBar_homeLayout 16 +int styleable ActionBar_icon 17 +int styleable ActionBar_indeterminateProgressStyle 18 +int styleable ActionBar_itemPadding 19 +int styleable ActionBar_logo 20 +int styleable ActionBar_navigationMode 21 +int styleable ActionBar_popupTheme 22 +int styleable ActionBar_progressBarPadding 23 +int styleable ActionBar_progressBarStyle 24 +int styleable ActionBar_subtitle 25 +int styleable ActionBar_subtitleTextStyle 26 +int styleable ActionBar_title 27 +int styleable ActionBar_titleTextStyle 28 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f030031, 0x7f030032, 0x7f03004e, 0x7f03009c, 0x7f03010e, 0x7f030144 } +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 { 0x7f03007f, 0x7f0300a9 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f030046, 0x7f0300c0, 0x7f0300c1, 0x7f0300cf, 0x7f0300fb, 0x7f0300fc } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 2 +int styleable AlertDialog_listLayout 3 +int styleable AlertDialog_multiChoiceItemLayout 4 +int styleable AlertDialog_showTitle 5 +int styleable AlertDialog_singleChoiceItemLayout 6 +int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f03007c, 0x7f030080 } +int styleable AppBarLayout_android_background 0 +int styleable AppBarLayout_android_touchscreenBlocksFocus 1 +int styleable AppBarLayout_android_keyboardNavigationCluster 2 +int styleable AppBarLayout_elevation 3 +int styleable AppBarLayout_expanded 4 +int[] styleable AppBarLayoutStates { 0x7f030105, 0x7f030106 } +int styleable AppBarLayoutStates_state_collapsed 0 +int styleable AppBarLayoutStates_state_collapsible 1 +int[] styleable AppBarLayout_Layout { 0x7f0300bc, 0x7f0300bd } +int styleable AppBarLayout_Layout_layout_scrollFlags 0 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 +int[] styleable AppCompatImageView { 0x01010119, 0x7f030102, 0x7f030138, 0x7f030139 } +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, 0x7f030135, 0x7f030136, 0x7f030137 } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } +int styleable AppCompatTextHelper_android_textAppearance 0 +int styleable AppCompatTextHelper_android_drawableTop 1 +int styleable AppCompatTextHelper_android_drawableBottom 2 +int styleable AppCompatTextHelper_android_drawableLeft 3 +int styleable AppCompatTextHelper_android_drawableRight 4 +int styleable AppCompatTextHelper_android_drawableStart 5 +int styleable AppCompatTextHelper_android_drawableEnd 6 +int[] styleable AppCompatTextView { 0x01010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f03008f, 0x7f030124 } +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_fontFamily 6 +int styleable AppCompatTextView_textAllCaps 7 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f03003d, 0x7f030040, 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030047, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f030067, 0x7f03006e, 0x7f03006f, 0x7f030072, 0x7f030074, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300a1, 0x7f0300a7, 0x7f0300be, 0x7f0300bf, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300e1, 0x7f0300e3, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300ff, 0x7f030100, 0x7f030112, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012f, 0x7f030146, 0x7f030147, 0x7f030148, 0x7f030149, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030158, 0x7f030159 } +int styleable AppCompatTheme_android_windowIsFloating 0 +int styleable AppCompatTheme_android_windowAnimationStyle 1 +int styleable AppCompatTheme_actionBarDivider 2 +int styleable AppCompatTheme_actionBarItemBackground 3 +int styleable AppCompatTheme_actionBarPopupTheme 4 +int styleable AppCompatTheme_actionBarSize 5 +int styleable AppCompatTheme_actionBarSplitStyle 6 +int styleable AppCompatTheme_actionBarStyle 7 +int styleable AppCompatTheme_actionBarTabBarStyle 8 +int styleable AppCompatTheme_actionBarTabStyle 9 +int styleable AppCompatTheme_actionBarTabTextStyle 10 +int styleable AppCompatTheme_actionBarTheme 11 +int styleable AppCompatTheme_actionBarWidgetTheme 12 +int styleable AppCompatTheme_actionButtonStyle 13 +int styleable AppCompatTheme_actionDropDownStyle 14 +int styleable AppCompatTheme_actionMenuTextAppearance 15 +int styleable AppCompatTheme_actionMenuTextColor 16 +int styleable AppCompatTheme_actionModeBackground 17 +int styleable AppCompatTheme_actionModeCloseButtonStyle 18 +int styleable AppCompatTheme_actionModeCloseDrawable 19 +int styleable AppCompatTheme_actionModeCopyDrawable 20 +int styleable AppCompatTheme_actionModeCutDrawable 21 +int styleable AppCompatTheme_actionModeFindDrawable 22 +int styleable AppCompatTheme_actionModePasteDrawable 23 +int styleable AppCompatTheme_actionModePopupWindowStyle 24 +int styleable AppCompatTheme_actionModeSelectAllDrawable 25 +int styleable AppCompatTheme_actionModeShareDrawable 26 +int styleable AppCompatTheme_actionModeSplitBackground 27 +int styleable AppCompatTheme_actionModeStyle 28 +int styleable AppCompatTheme_actionModeWebSearchDrawable 29 +int styleable AppCompatTheme_actionOverflowButtonStyle 30 +int styleable AppCompatTheme_actionOverflowMenuStyle 31 +int styleable AppCompatTheme_activityChooserViewStyle 32 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 33 +int styleable AppCompatTheme_alertDialogCenterButtons 34 +int styleable AppCompatTheme_alertDialogStyle 35 +int styleable AppCompatTheme_alertDialogTheme 36 +int styleable AppCompatTheme_autoCompleteTextViewStyle 37 +int styleable AppCompatTheme_borderlessButtonStyle 38 +int styleable AppCompatTheme_buttonBarButtonStyle 39 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 +int styleable AppCompatTheme_buttonBarStyle 43 +int styleable AppCompatTheme_buttonStyle 44 +int styleable AppCompatTheme_buttonStyleSmall 45 +int styleable AppCompatTheme_checkboxStyle 46 +int styleable AppCompatTheme_checkedTextViewStyle 47 +int styleable AppCompatTheme_colorAccent 48 +int styleable AppCompatTheme_colorBackgroundFloating 49 +int styleable AppCompatTheme_colorButtonNormal 50 +int styleable AppCompatTheme_colorControlActivated 51 +int styleable AppCompatTheme_colorControlHighlight 52 +int styleable AppCompatTheme_colorControlNormal 53 +int styleable AppCompatTheme_colorError 54 +int styleable AppCompatTheme_colorPrimary 55 +int styleable AppCompatTheme_colorPrimaryDark 56 +int styleable AppCompatTheme_colorSwitchThumbNormal 57 +int styleable AppCompatTheme_controlBackground 58 +int styleable AppCompatTheme_dialogPreferredPadding 59 +int styleable AppCompatTheme_dialogTheme 60 +int styleable AppCompatTheme_dividerHorizontal 61 +int styleable AppCompatTheme_dividerVertical 62 +int styleable AppCompatTheme_dropDownListViewStyle 63 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 64 +int styleable AppCompatTheme_editTextBackground 65 +int styleable AppCompatTheme_editTextColor 66 +int styleable AppCompatTheme_editTextStyle 67 +int styleable AppCompatTheme_homeAsUpIndicator 68 +int styleable AppCompatTheme_imageButtonStyle 69 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 70 +int styleable AppCompatTheme_listDividerAlertDialog 71 +int styleable AppCompatTheme_listMenuViewStyle 72 +int styleable AppCompatTheme_listPopupWindowStyle 73 +int styleable AppCompatTheme_listPreferredItemHeight 74 +int styleable AppCompatTheme_listPreferredItemHeightLarge 75 +int styleable AppCompatTheme_listPreferredItemHeightSmall 76 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 77 +int styleable AppCompatTheme_listPreferredItemPaddingRight 78 +int styleable AppCompatTheme_panelBackground 79 +int styleable AppCompatTheme_panelMenuListTheme 80 +int styleable AppCompatTheme_panelMenuListWidth 81 +int styleable AppCompatTheme_popupMenuStyle 82 +int styleable AppCompatTheme_popupWindowStyle 83 +int styleable AppCompatTheme_radioButtonStyle 84 +int styleable AppCompatTheme_ratingBarStyle 85 +int styleable AppCompatTheme_ratingBarStyleIndicator 86 +int styleable AppCompatTheme_ratingBarStyleSmall 87 +int styleable AppCompatTheme_searchViewStyle 88 +int styleable AppCompatTheme_seekBarStyle 89 +int styleable AppCompatTheme_selectableItemBackground 90 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 91 +int styleable AppCompatTheme_spinnerDropDownItemStyle 92 +int styleable AppCompatTheme_spinnerStyle 93 +int styleable AppCompatTheme_switchStyle 94 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 95 +int styleable AppCompatTheme_textAppearanceListItem 96 +int styleable AppCompatTheme_textAppearanceListItemSecondary 97 +int styleable AppCompatTheme_textAppearanceListItemSmall 98 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 99 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 101 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102 +int styleable AppCompatTheme_textColorAlertDialogListItem 103 +int styleable AppCompatTheme_textColorSearchUrl 104 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 105 +int styleable AppCompatTheme_toolbarStyle 106 +int styleable AppCompatTheme_tooltipForegroundColor 107 +int styleable AppCompatTheme_tooltipFrameBackground 108 +int styleable AppCompatTheme_windowActionBar 109 +int styleable AppCompatTheme_windowActionBarOverlay 110 +int styleable AppCompatTheme_windowActionModeOverlay 111 +int styleable AppCompatTheme_windowFixedHeightMajor 112 +int styleable AppCompatTheme_windowFixedHeightMinor 113 +int styleable AppCompatTheme_windowFixedWidthMajor 114 +int styleable AppCompatTheme_windowFixedWidthMinor 115 +int styleable AppCompatTheme_windowMinWidthMajor 116 +int styleable AppCompatTheme_windowMinWidthMinor 117 +int styleable AppCompatTheme_windowNoTitle 118 +int[] styleable BottomNavigationView { 0x7f03007c, 0x7f0300ac, 0x7f0300ad, 0x7f0300b0, 0x7f0300ce } +int styleable BottomNavigationView_elevation 0 +int styleable BottomNavigationView_itemBackground 1 +int styleable BottomNavigationView_itemIconTint 2 +int styleable BottomNavigationView_itemTextColor 3 +int styleable BottomNavigationView_menu 4 +int[] styleable BottomSheetBehavior_Layout { 0x7f030038, 0x7f03003a, 0x7f03003b } +int styleable BottomSheetBehavior_Layout_behavior_hideable 0 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2 +int[] styleable ButtonBarLayout { 0x7f030026 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CollapsingToolbarLayout { 0x7f030051, 0x7f030052, 0x7f030066, 0x7f030081, 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f0300f0, 0x7f0300f1, 0x7f030108, 0x7f03013a, 0x7f03013b, 0x7f030145 } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 +int styleable CollapsingToolbarLayout_contentScrim 2 +int styleable CollapsingToolbarLayout_expandedTitleGravity 3 +int styleable CollapsingToolbarLayout_expandedTitleMargin 4 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 10 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 +int styleable CollapsingToolbarLayout_statusBarScrim 12 +int styleable CollapsingToolbarLayout_title 13 +int styleable CollapsingToolbarLayout_titleEnabled 14 +int styleable CollapsingToolbarLayout_toolbarId 15 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f0300b7, 0x7f0300b8 } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f030027 } +int styleable ColorStateListItem_android_color 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_alpha 2 +int[] styleable CompoundButton { 0x01010107, 0x7f030049, 0x7f03004a } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable CoordinatorLayout { 0x7f0300b1, 0x7f030107 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b9, 0x7f0300ba, 0x7f0300bb } +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 DesignTheme { 0x7f03003e, 0x7f03003f, 0x7f03012e } +int styleable DesignTheme_bottomSheetDialogTheme 0 +int styleable DesignTheme_bottomSheetStyle 1 +int styleable DesignTheme_textColorError 2 +int[] styleable DrawerArrowToggle { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030053, 0x7f030075, 0x7f030099, 0x7f0300fe, 0x7f030131 } +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 FloatingActionButton { 0x7f030034, 0x7f030035, 0x7f03003c, 0x7f03007c, 0x7f030088, 0x7f0300e5, 0x7f0300ef, 0x7f03014e } +int styleable FloatingActionButton_backgroundTint 0 +int styleable FloatingActionButton_backgroundTintMode 1 +int styleable FloatingActionButton_borderWidth 2 +int styleable FloatingActionButton_elevation 3 +int styleable FloatingActionButton_fabSize 4 +int styleable FloatingActionButton_pressedTranslationZ 5 +int styleable FloatingActionButton_rippleColor 6 +int styleable FloatingActionButton_useCompatPadding 7 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f030037 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FontFamily { 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095 } +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 { 0x7f03008e, 0x7f030096, 0x7f030097 } +int styleable FontFamilyFont_font 0 +int styleable FontFamilyFont_fontStyle 1 +int styleable FontFamilyFont_fontWeight 2 +int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f030098 } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f030071, 0x7f030073, 0x7f0300cd, 0x7f0300f9 } +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 6 +int styleable LinearLayoutCompat_measureWithLargestChild 7 +int styleable LinearLayoutCompat_showDividers 8 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_visible 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_checkableBehavior 5 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f03005f, 0x7f0300a4, 0x7f0300a5, 0x7f0300d3, 0x7f0300f8, 0x7f03014a } +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_actionLayout 13 +int styleable MenuItem_actionProviderClass 14 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_alphabeticModifiers 16 +int styleable MenuItem_contentDescription 17 +int styleable MenuItem_iconTint 18 +int styleable MenuItem_iconTintMode 19 +int styleable MenuItem_numericModifiers 20 +int styleable MenuItem_showAsAction 21 +int styleable MenuItem_tooltipText 22 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0300e4, 0x7f030109 } +int styleable MenuView_android_windowAnimationStyle 0 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f03007c, 0x7f03009b, 0x7f0300ac, 0x7f0300ad, 0x7f0300af, 0x7f0300b0, 0x7f0300ce } +int styleable NavigationView_android_background 0 +int styleable NavigationView_android_fitsSystemWindows 1 +int styleable NavigationView_android_maxWidth 2 +int styleable NavigationView_elevation 3 +int styleable NavigationView_headerLayout 4 +int styleable NavigationView_itemBackground 5 +int styleable NavigationView_itemIconTint 6 +int styleable NavigationView_itemTextAppearance 7 +int styleable NavigationView_itemTextColor 8 +int styleable NavigationView_menu 9 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0300d4 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f030104 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f0300d5, 0x7f0300d8 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100f1, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f0300b3, 0x7f0300ee, 0x7f0300fd, 0x7f030103 } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_android_descendantFocusability 1 +int styleable RecyclerView_fastScrollEnabled 2 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 5 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 6 +int styleable RecyclerView_layoutManager 7 +int styleable RecyclerView_reverseLayout 8 +int styleable RecyclerView_spanCount 9 +int styleable RecyclerView_stackFromEnd 10 +int[] styleable ScrimInsetsFrameLayout { 0x7f0300aa } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f030039 } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f03004d, 0x7f03005e, 0x7f03006d, 0x7f03009a, 0x7f0300a6, 0x7f0300b2, 0x7f0300e8, 0x7f0300e9, 0x7f0300f2, 0x7f0300f3, 0x7f03010a, 0x7f03010f, 0x7f03014f } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_closeIcon 4 +int styleable SearchView_commitIcon 5 +int styleable SearchView_defaultQueryHint 6 +int styleable SearchView_goIcon 7 +int styleable SearchView_iconifiedByDefault 8 +int styleable SearchView_layout 9 +int styleable SearchView_queryBackground 10 +int styleable SearchView_queryHint 11 +int styleable SearchView_searchHintIcon 12 +int styleable SearchView_searchIcon 13 +int styleable SearchView_submitBackground 14 +int styleable SearchView_suggestionRowLayout 15 +int styleable SearchView_voiceIcon 16 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f03007c, 0x7f0300cb } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_elevation 1 +int styleable SnackbarLayout_maxActionInlineWidth 2 +int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0300e2 } +int styleable Spinner_android_entries 0 +int styleable Spinner_android_popupBackground 1 +int styleable Spinner_android_prompt 2 +int styleable Spinner_android_dropDownWidth 3 +int styleable Spinner_popupTheme 4 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0300fa, 0x7f030101, 0x7f030110, 0x7f030111, 0x7f030113, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f03014b, 0x7f03014c, 0x7f03014d } +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 3 +int styleable SwitchCompat_splitTrack 4 +int styleable SwitchCompat_switchMinWidth 5 +int styleable SwitchCompat_switchPadding 6 +int styleable SwitchCompat_switchTextAppearance 7 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 9 +int styleable SwitchCompat_thumbTintMode 10 +int styleable SwitchCompat_track 11 +int styleable SwitchCompat_trackTint 12 +int styleable SwitchCompat_trackTintMode 13 +int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } +int styleable TabItem_android_icon 0 +int styleable TabItem_android_layout 1 +int styleable TabItem_android_text 2 +int[] styleable TabLayout { 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123 } +int styleable TabLayout_tabBackground 0 +int styleable TabLayout_tabContentStart 1 +int styleable TabLayout_tabGravity 2 +int styleable TabLayout_tabIndicatorColor 3 +int styleable TabLayout_tabIndicatorHeight 4 +int styleable TabLayout_tabMaxWidth 5 +int styleable TabLayout_tabMinWidth 6 +int styleable TabLayout_tabMode 7 +int styleable TabLayout_tabPadding 8 +int styleable TabLayout_tabPaddingBottom 9 +int styleable TabLayout_tabPaddingEnd 10 +int styleable TabLayout_tabPaddingStart 11 +int styleable TabLayout_tabPaddingTop 12 +int styleable TabLayout_tabSelectedTextColor 13 +int styleable TabLayout_tabTextAppearance 14 +int styleable TabLayout_tabTextColor 15 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f03008f, 0x7f030124 } +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textColorHint 4 +int styleable TextAppearance_android_textColorLink 5 +int styleable TextAppearance_android_shadowColor 6 +int styleable TextAppearance_android_shadowDx 7 +int styleable TextAppearance_android_shadowDy 8 +int styleable TextAppearance_android_shadowRadius 9 +int styleable TextAppearance_android_fontFamily 10 +int styleable TextAppearance_fontFamily 11 +int styleable TextAppearance_textAllCaps 12 +int[] styleable TextInputLayout { 0x0101009a, 0x01010150, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03007d, 0x7f03007e, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0 } +int styleable TextInputLayout_android_textColorHint 0 +int styleable TextInputLayout_android_hint 1 +int styleable TextInputLayout_counterEnabled 2 +int styleable TextInputLayout_counterMaxLength 3 +int styleable TextInputLayout_counterOverflowTextAppearance 4 +int styleable TextInputLayout_counterTextAppearance 5 +int styleable TextInputLayout_errorEnabled 6 +int styleable TextInputLayout_errorTextAppearance 7 +int styleable TextInputLayout_hintAnimationEnabled 8 +int styleable TextInputLayout_hintEnabled 9 +int styleable TextInputLayout_hintTextAppearance 10 +int styleable TextInputLayout_passwordToggleContentDescription 11 +int styleable TextInputLayout_passwordToggleDrawable 12 +int styleable TextInputLayout_passwordToggleEnabled 13 +int styleable TextInputLayout_passwordToggleTint 14 +int styleable TextInputLayout_passwordToggleTintMode 15 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f030045, 0x7f03004f, 0x7f030050, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f0300c9, 0x7f0300ca, 0x7f0300cc, 0x7f0300d0, 0x7f0300d1, 0x7f0300e2, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013a, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f030143 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 2 +int styleable Toolbar_collapseContentDescription 3 +int styleable Toolbar_collapseIcon 4 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetEndWithActions 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 9 +int styleable Toolbar_contentInsetStartWithNavigation 10 +int styleable Toolbar_logo 11 +int styleable Toolbar_logoDescription 12 +int styleable Toolbar_maxButtonHeight 13 +int styleable Toolbar_navigationContentDescription 14 +int styleable Toolbar_navigationIcon 15 +int styleable Toolbar_popupTheme 16 +int styleable Toolbar_subtitle 17 +int styleable Toolbar_subtitleTextAppearance 18 +int styleable Toolbar_subtitleTextColor 19 +int styleable Toolbar_title 20 +int styleable Toolbar_titleMargin 21 +int styleable Toolbar_titleMarginBottom 22 +int styleable Toolbar_titleMarginEnd 23 +int styleable Toolbar_titleMarginStart 24 +int styleable Toolbar_titleMarginTop 25 +int styleable Toolbar_titleMargins 26 +int styleable Toolbar_titleTextAppearance 27 +int styleable Toolbar_titleTextColor 28 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0300d6, 0x7f0300d7, 0x7f030130 } +int styleable View_android_theme 0 +int styleable View_android_focusable 1 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 3 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030034, 0x7f030035 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_layout 1 +int styleable ViewStubCompat_android_inflatedId 2 diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/arch/lifecycle/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/arch/lifecycle/R.dex new file mode 100644 index 0000000..28f07eb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/arch/lifecycle/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$attr.dex new file mode 100644 index 0000000..5a4d800 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$bool.dex new file mode 100644 index 0000000..c402cca Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$color.dex new file mode 100644 index 0000000..1171fae Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$dimen.dex new file mode 100644 index 0000000..7b34b99 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$drawable.dex new file mode 100644 index 0000000..b337161 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$id.dex new file mode 100644 index 0000000..70ab263 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$integer.dex new file mode 100644 index 0000000..b7717fd Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$layout.dex new file mode 100644 index 0000000..9cab665 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$string.dex new file mode 100644 index 0000000..7cb1bce Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$style.dex new file mode 100644 index 0000000..436ce8a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$styleable.dex new file mode 100644 index 0000000..b532b62 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R.dex new file mode 100644 index 0000000..adb698e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$attr.dex new file mode 100644 index 0000000..56dcd96 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$bool.dex new file mode 100644 index 0000000..6a9ca93 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$color.dex new file mode 100644 index 0000000..f1490b3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$dimen.dex new file mode 100644 index 0000000..6649769 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$drawable.dex new file mode 100644 index 0000000..c173303 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$id.dex new file mode 100644 index 0000000..2a348a8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$integer.dex new file mode 100644 index 0000000..7097704 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$layout.dex new file mode 100644 index 0000000..0f270ea Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$string.dex new file mode 100644 index 0000000..9e7f38a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$style.dex new file mode 100644 index 0000000..de2e306 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$styleable.dex new file mode 100644 index 0000000..cfebfc6 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R.dex new file mode 100644 index 0000000..a18d92a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$attr.dex new file mode 100644 index 0000000..b661013 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$bool.dex new file mode 100644 index 0000000..fd2ef83 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$color.dex new file mode 100644 index 0000000..76c89a4 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$dimen.dex new file mode 100644 index 0000000..716ea47 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$drawable.dex new file mode 100644 index 0000000..1f17488 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$id.dex new file mode 100644 index 0000000..2e6bcdf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$integer.dex new file mode 100644 index 0000000..8e34d12 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$layout.dex new file mode 100644 index 0000000..d433143 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$string.dex new file mode 100644 index 0000000..00c2b3f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$style.dex new file mode 100644 index 0000000..47276ca Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$styleable.dex new file mode 100644 index 0000000..8aa9421 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R.dex new file mode 100644 index 0000000..a87a2cf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$anim.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$anim.dex new file mode 100644 index 0000000..595781d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$anim.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$animator.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$animator.dex new file mode 100644 index 0000000..a92b0fc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$animator.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$attr.dex new file mode 100644 index 0000000..83fe1a3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$bool.dex new file mode 100644 index 0000000..556dbb9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$color.dex new file mode 100644 index 0000000..7bb9704 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$dimen.dex new file mode 100644 index 0000000..26e0749 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$drawable.dex new file mode 100644 index 0000000..fe2629f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$id.dex new file mode 100644 index 0000000..72d1b72 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$integer.dex new file mode 100644 index 0000000..548de0a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$layout.dex new file mode 100644 index 0000000..472d168 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$string.dex new file mode 100644 index 0000000..a07cab8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$style.dex new file mode 100644 index 0000000..8da43a7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$styleable.dex new file mode 100644 index 0000000..cbc0322 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R.dex new file mode 100644 index 0000000..9f3998c Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$attr.dex new file mode 100644 index 0000000..d66dcf8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$bool.dex new file mode 100644 index 0000000..d179f4c Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$color.dex new file mode 100644 index 0000000..03d0081 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$dimen.dex new file mode 100644 index 0000000..1ce56cb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$drawable.dex new file mode 100644 index 0000000..a81f259 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$id.dex new file mode 100644 index 0000000..e6683f8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$integer.dex new file mode 100644 index 0000000..1059701 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$layout.dex new file mode 100644 index 0000000..5458f23 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$string.dex new file mode 100644 index 0000000..c3d696f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$style.dex new file mode 100644 index 0000000..05c8c00 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$styleable.dex new file mode 100644 index 0000000..4c5c087 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R.dex new file mode 100644 index 0000000..30db860 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$attr.dex new file mode 100644 index 0000000..458d2cd Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$bool.dex new file mode 100644 index 0000000..86cf33d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$color.dex new file mode 100644 index 0000000..13801de Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$dimen.dex new file mode 100644 index 0000000..0651a63 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$drawable.dex new file mode 100644 index 0000000..972d584 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$id.dex new file mode 100644 index 0000000..5b6a52e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$integer.dex new file mode 100644 index 0000000..131bf27 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$layout.dex new file mode 100644 index 0000000..d962658 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$string.dex new file mode 100644 index 0000000..25fb50b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$style.dex new file mode 100644 index 0000000..54d79ec Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$styleable.dex new file mode 100644 index 0000000..ad47c73 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R.dex new file mode 100644 index 0000000..54e44d5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$attr.dex new file mode 100644 index 0000000..db677a0 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$bool.dex new file mode 100644 index 0000000..9ca4da7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$color.dex new file mode 100644 index 0000000..b05227a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$dimen.dex new file mode 100644 index 0000000..df26349 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$drawable.dex new file mode 100644 index 0000000..b7196e0 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$id.dex new file mode 100644 index 0000000..7117829 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$integer.dex new file mode 100644 index 0000000..527a249 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$layout.dex new file mode 100644 index 0000000..cd5c187 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$string.dex new file mode 100644 index 0000000..9a8bbba Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$style.dex new file mode 100644 index 0000000..9a0a791 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$styleable.dex new file mode 100644 index 0000000..7aacbf1 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R.dex new file mode 100644 index 0000000..27b5b0d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$attr.dex new file mode 100644 index 0000000..4ed1572 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$bool.dex new file mode 100644 index 0000000..3c8ecfc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$color.dex new file mode 100644 index 0000000..c1ed5af Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$dimen.dex new file mode 100644 index 0000000..0876a00 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$drawable.dex new file mode 100644 index 0000000..911dad7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$id.dex new file mode 100644 index 0000000..e17d294 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$integer.dex new file mode 100644 index 0000000..045bb05 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$layout.dex new file mode 100644 index 0000000..3bfa16a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$string.dex new file mode 100644 index 0000000..b232c00 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$style.dex new file mode 100644 index 0000000..8133204 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$styleable.dex new file mode 100644 index 0000000..0cabfc6 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R.dex new file mode 100644 index 0000000..af3eb87 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$attr.dex new file mode 100644 index 0000000..9775b54 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$bool.dex new file mode 100644 index 0000000..7f952a9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$color.dex new file mode 100644 index 0000000..4eaf860 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$dimen.dex new file mode 100644 index 0000000..440798e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$drawable.dex new file mode 100644 index 0000000..4c8fee4 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$id.dex new file mode 100644 index 0000000..458c880 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$integer.dex new file mode 100644 index 0000000..66d22de Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$layout.dex new file mode 100644 index 0000000..46be836 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$string.dex new file mode 100644 index 0000000..17559bf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$style.dex new file mode 100644 index 0000000..717dbe5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$styleable.dex new file mode 100644 index 0000000..6135c14 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R.dex new file mode 100644 index 0000000..12ad78d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$attr.dex new file mode 100644 index 0000000..fa98ba9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$bool.dex new file mode 100644 index 0000000..d217bdb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$color.dex new file mode 100644 index 0000000..c99e73d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$dimen.dex new file mode 100644 index 0000000..115ac91 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$drawable.dex new file mode 100644 index 0000000..d8150f7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$id.dex new file mode 100644 index 0000000..e792f82 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$integer.dex new file mode 100644 index 0000000..4a5665d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$layout.dex new file mode 100644 index 0000000..84f8d6e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$string.dex new file mode 100644 index 0000000..ec14828 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$style.dex new file mode 100644 index 0000000..015f096 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$styleable.dex new file mode 100644 index 0000000..267010e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R.dex new file mode 100644 index 0000000..5afe900 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$anim.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$anim.dex new file mode 100644 index 0000000..bded260 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$anim.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$attr.dex new file mode 100644 index 0000000..caa285d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$bool.dex new file mode 100644 index 0000000..b709de8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$color.dex new file mode 100644 index 0000000..c0b9c6e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$dimen.dex new file mode 100644 index 0000000..ca46dec Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$drawable.dex new file mode 100644 index 0000000..ebd5ef9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$id.dex new file mode 100644 index 0000000..f498d4a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$integer.dex new file mode 100644 index 0000000..64b5419 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$layout.dex new file mode 100644 index 0000000..ce84fae Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$string.dex new file mode 100644 index 0000000..f7ab5fc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$style.dex new file mode 100644 index 0000000..e22d522 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$styleable.dex new file mode 100644 index 0000000..f921037 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R.dex new file mode 100644 index 0000000..74d5890 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$attr.dex new file mode 100644 index 0000000..007f3b9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$bool.dex new file mode 100644 index 0000000..0363855 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$color.dex new file mode 100644 index 0000000..a8598ac Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$dimen.dex new file mode 100644 index 0000000..2dde11f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$drawable.dex new file mode 100644 index 0000000..1cae77a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$id.dex new file mode 100644 index 0000000..d253055 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$integer.dex new file mode 100644 index 0000000..a142a23 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$layout.dex new file mode 100644 index 0000000..4f31c67 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$string.dex new file mode 100644 index 0000000..0ea236f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$style.dex new file mode 100644 index 0000000..544a7c6 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$styleable.dex new file mode 100644 index 0000000..e002afc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R.dex new file mode 100644 index 0000000..29774b7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BigApplication.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BigApplication.dex new file mode 100644 index 0000000..cad8862 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BigApplication.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BigContext.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BigContext.dex new file mode 100644 index 0000000..c397fea Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BigContext.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BuildConfig.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BuildConfig.dex new file mode 100644 index 0000000..ab8b1c8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/BuildConfig.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$1.dex new file mode 100644 index 0000000..6374a9a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$2.dex new file mode 100644 index 0000000..818d3d8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$3.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$3.dex new file mode 100644 index 0000000..c88c7ea Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$3.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$4.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$4.dex new file mode 100644 index 0000000..34c686f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$4.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$5.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$5.dex new file mode 100644 index 0000000..067ba84 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$5.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$UserLoginTask.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$UserLoginTask.dex new file mode 100644 index 0000000..eb5d202 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity$UserLoginTask.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity.dex new file mode 100644 index 0000000..c70ee4f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/LoginActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$anim.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$anim.dex new file mode 100644 index 0000000..ea84483 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$anim.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$animator.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$animator.dex new file mode 100644 index 0000000..849a7f5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$animator.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$attr.dex new file mode 100644 index 0000000..651ba68 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$bool.dex new file mode 100644 index 0000000..45d639a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$color.dex new file mode 100644 index 0000000..1766998 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$dimen.dex new file mode 100644 index 0000000..cac3c4f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$drawable.dex new file mode 100644 index 0000000..3142b7f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$id.dex new file mode 100644 index 0000000..b9181b5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$integer.dex new file mode 100644 index 0000000..33b238b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$layout.dex new file mode 100644 index 0000000..5d42fab Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$mipmap.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$mipmap.dex new file mode 100644 index 0000000..b62134f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$mipmap.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$string.dex new file mode 100644 index 0000000..38350f3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$style.dex new file mode 100644 index 0000000..5d2d9c8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$styleable.dex new file mode 100644 index 0000000..d9589e5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R.dex new file mode 100644 index 0000000..a5a00d3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$1.dex new file mode 100644 index 0000000..c450e48 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$2.dex new file mode 100644 index 0000000..29331f4 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$3.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$3.dex new file mode 100644 index 0000000..5c70de5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1$3.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1.dex new file mode 100644 index 0000000..0d78dde Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity.dex new file mode 100644 index 0000000..4f2de2b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/RegisterActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/TabActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/TabActivity.dex new file mode 100644 index 0000000..50ecb7c Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/TabActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/WebDetailActivity$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/WebDetailActivity$1.dex new file mode 100644 index 0000000..2feeaee Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/WebDetailActivity$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/WebDetailActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/WebDetailActivity.dex new file mode 100644 index 0000000..b33e7df Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/WebDetailActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/constant/ServerConstant.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/constant/ServerConstant.dex new file mode 100644 index 0000000..47f9111 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/constant/ServerConstant.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/database/DBHelper.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/database/DBHelper.dex new file mode 100644 index 0000000..2a4bc45 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/database/DBHelper.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/database/DatabaseUtils.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/database/DatabaseUtils.dex new file mode 100644 index 0000000..88632e0 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/common/database/DatabaseUtils.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/FourFragment$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/FourFragment$1.dex new file mode 100644 index 0000000..391ffdb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/FourFragment$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/FourFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/FourFragment.dex new file mode 100644 index 0000000..17165c6 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/FourFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment$1.dex new file mode 100644 index 0000000..c7976d5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment$2.dex new file mode 100644 index 0000000..9ad3ddb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment.dex new file mode 100644 index 0000000..dc80ae2 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/OneFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$1.dex new file mode 100644 index 0000000..6da98ac Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$2.dex new file mode 100644 index 0000000..5a24f9d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$3.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$3.dex new file mode 100644 index 0000000..965ba5b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$3.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$4.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$4.dex new file mode 100644 index 0000000..b9ba771 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment$4.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment.dex new file mode 100644 index 0000000..7b85b47 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TabsFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/ThreeFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/ThreeFragment.dex new file mode 100644 index 0000000..d6ca9cf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/ThreeFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TwoFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TwoFragment.dex new file mode 100644 index 0000000..cee7367 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/fragment/TwoFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/model/User.dex b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/model/User.dex new file mode 100644 index 0000000..3d431e3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/debug/0/com/movies/info/model/User.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/debug/__content__.json b/shopping/app/build/intermediates/transforms/dexBuilder/debug/__content__.json new file mode 100644 index 0000000..9e0f4e6 --- /dev/null +++ b/shopping/app/build/intermediates/transforms/dexBuilder/debug/__content__.json @@ -0,0 +1 @@ +[{"name":"D:\\AndroidProject\\Movie\\app\\build\\intermediates\\javac\\debug\\classes","index":0,"scopes":["PROJECT"],"types":["DEX_ARCHIVE"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/0.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/0.jar new file mode 100644 index 0000000..a81918c Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/0.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/1.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/1.jar new file mode 100644 index 0000000..5d649d1 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/1.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/10.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/10.jar new file mode 100644 index 0000000..004dba9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/10.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/11.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/11.jar new file mode 100644 index 0000000..d5d0fd3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/11.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/12.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/12.jar new file mode 100644 index 0000000..f2439d9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/12.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/13.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/13.jar new file mode 100644 index 0000000..fe434b5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/13.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/14.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/14.jar new file mode 100644 index 0000000..3fd597b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/14.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/15.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/15.jar new file mode 100644 index 0000000..45a0ea6 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/15.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/arch/lifecycle/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/arch/lifecycle/R.dex new file mode 100644 index 0000000..28f07eb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/arch/lifecycle/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$attr.dex new file mode 100644 index 0000000..5a4d800 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$bool.dex new file mode 100644 index 0000000..c402cca Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$color.dex new file mode 100644 index 0000000..1171fae Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$dimen.dex new file mode 100644 index 0000000..7b34b99 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$drawable.dex new file mode 100644 index 0000000..b337161 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$id.dex new file mode 100644 index 0000000..70ab263 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$integer.dex new file mode 100644 index 0000000..b7717fd Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$layout.dex new file mode 100644 index 0000000..9cab665 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$string.dex new file mode 100644 index 0000000..7cb1bce Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$style.dex new file mode 100644 index 0000000..436ce8a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$styleable.dex new file mode 100644 index 0000000..2688c2b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R.dex new file mode 100644 index 0000000..adb698e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/compat/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$attr.dex new file mode 100644 index 0000000..56dcd96 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$bool.dex new file mode 100644 index 0000000..6a9ca93 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$color.dex new file mode 100644 index 0000000..f1490b3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$dimen.dex new file mode 100644 index 0000000..6649769 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$drawable.dex new file mode 100644 index 0000000..c173303 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$id.dex new file mode 100644 index 0000000..2a348a8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$integer.dex new file mode 100644 index 0000000..7097704 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$layout.dex new file mode 100644 index 0000000..0f270ea Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$string.dex new file mode 100644 index 0000000..9e7f38a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$style.dex new file mode 100644 index 0000000..de2e306 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$styleable.dex new file mode 100644 index 0000000..0db084a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R.dex new file mode 100644 index 0000000..a18d92a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreui/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$attr.dex new file mode 100644 index 0000000..b661013 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$bool.dex new file mode 100644 index 0000000..fd2ef83 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$color.dex new file mode 100644 index 0000000..76c89a4 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$dimen.dex new file mode 100644 index 0000000..716ea47 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$drawable.dex new file mode 100644 index 0000000..1f17488 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$id.dex new file mode 100644 index 0000000..2e6bcdf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$integer.dex new file mode 100644 index 0000000..8e34d12 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$layout.dex new file mode 100644 index 0000000..d433143 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$string.dex new file mode 100644 index 0000000..00c2b3f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$style.dex new file mode 100644 index 0000000..47276ca Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$styleable.dex new file mode 100644 index 0000000..126b310 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R.dex new file mode 100644 index 0000000..a87a2cf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/coreutils/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$anim.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$anim.dex new file mode 100644 index 0000000..595781d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$anim.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$animator.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$animator.dex new file mode 100644 index 0000000..a92b0fc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$animator.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$attr.dex new file mode 100644 index 0000000..83fe1a3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$bool.dex new file mode 100644 index 0000000..556dbb9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$color.dex new file mode 100644 index 0000000..7bb9704 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$dimen.dex new file mode 100644 index 0000000..26e0749 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$drawable.dex new file mode 100644 index 0000000..fe2629f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$id.dex new file mode 100644 index 0000000..72d1b72 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$integer.dex new file mode 100644 index 0000000..548de0a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$layout.dex new file mode 100644 index 0000000..472d168 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$string.dex new file mode 100644 index 0000000..a07cab8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$style.dex new file mode 100644 index 0000000..8da43a7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$styleable.dex new file mode 100644 index 0000000..10eafc5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R.dex new file mode 100644 index 0000000..9f3998c Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/design/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$attr.dex new file mode 100644 index 0000000..d66dcf8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$bool.dex new file mode 100644 index 0000000..d179f4c Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$color.dex new file mode 100644 index 0000000..03d0081 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$dimen.dex new file mode 100644 index 0000000..1ce56cb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$drawable.dex new file mode 100644 index 0000000..a81f259 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$id.dex new file mode 100644 index 0000000..e6683f8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$integer.dex new file mode 100644 index 0000000..1059701 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$layout.dex new file mode 100644 index 0000000..5458f23 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$string.dex new file mode 100644 index 0000000..c3d696f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$style.dex new file mode 100644 index 0000000..05c8c00 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$styleable.dex new file mode 100644 index 0000000..2f49826 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R.dex new file mode 100644 index 0000000..30db860 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/fragment/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$attr.dex new file mode 100644 index 0000000..458d2cd Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$bool.dex new file mode 100644 index 0000000..86cf33d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$color.dex new file mode 100644 index 0000000..13801de Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$dimen.dex new file mode 100644 index 0000000..0651a63 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$drawable.dex new file mode 100644 index 0000000..972d584 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$id.dex new file mode 100644 index 0000000..5b6a52e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$integer.dex new file mode 100644 index 0000000..131bf27 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$layout.dex new file mode 100644 index 0000000..d962658 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$string.dex new file mode 100644 index 0000000..25fb50b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$style.dex new file mode 100644 index 0000000..54d79ec Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$styleable.dex new file mode 100644 index 0000000..2932d80 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R.dex new file mode 100644 index 0000000..54e44d5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$attr.dex new file mode 100644 index 0000000..db677a0 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$bool.dex new file mode 100644 index 0000000..9ca4da7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$color.dex new file mode 100644 index 0000000..b05227a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$dimen.dex new file mode 100644 index 0000000..df26349 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$drawable.dex new file mode 100644 index 0000000..b7196e0 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$id.dex new file mode 100644 index 0000000..7117829 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$integer.dex new file mode 100644 index 0000000..527a249 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$layout.dex new file mode 100644 index 0000000..cd5c187 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$string.dex new file mode 100644 index 0000000..9a8bbba Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$style.dex new file mode 100644 index 0000000..9a0a791 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$styleable.dex new file mode 100644 index 0000000..568a326 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R.dex new file mode 100644 index 0000000..27b5b0d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/graphics/drawable/animated/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$attr.dex new file mode 100644 index 0000000..4ed1572 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$bool.dex new file mode 100644 index 0000000..3c8ecfc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$color.dex new file mode 100644 index 0000000..c1ed5af Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$dimen.dex new file mode 100644 index 0000000..0876a00 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$drawable.dex new file mode 100644 index 0000000..911dad7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$id.dex new file mode 100644 index 0000000..e17d294 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$integer.dex new file mode 100644 index 0000000..045bb05 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$layout.dex new file mode 100644 index 0000000..3bfa16a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$string.dex new file mode 100644 index 0000000..b232c00 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$style.dex new file mode 100644 index 0000000..8133204 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$styleable.dex new file mode 100644 index 0000000..660710f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R.dex new file mode 100644 index 0000000..af3eb87 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/mediacompat/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$attr.dex new file mode 100644 index 0000000..9775b54 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$bool.dex new file mode 100644 index 0000000..7f952a9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$color.dex new file mode 100644 index 0000000..4eaf860 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$dimen.dex new file mode 100644 index 0000000..440798e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$drawable.dex new file mode 100644 index 0000000..4c8fee4 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$id.dex new file mode 100644 index 0000000..458c880 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$integer.dex new file mode 100644 index 0000000..66d22de Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$layout.dex new file mode 100644 index 0000000..46be836 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$string.dex new file mode 100644 index 0000000..17559bf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$style.dex new file mode 100644 index 0000000..717dbe5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$styleable.dex new file mode 100644 index 0000000..b39c784 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R.dex new file mode 100644 index 0000000..12ad78d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/transition/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$attr.dex new file mode 100644 index 0000000..fa98ba9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$bool.dex new file mode 100644 index 0000000..d217bdb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$color.dex new file mode 100644 index 0000000..c99e73d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$dimen.dex new file mode 100644 index 0000000..115ac91 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$drawable.dex new file mode 100644 index 0000000..d8150f7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$id.dex new file mode 100644 index 0000000..e792f82 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$integer.dex new file mode 100644 index 0000000..4a5665d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$layout.dex new file mode 100644 index 0000000..84f8d6e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$string.dex new file mode 100644 index 0000000..ec14828 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$style.dex new file mode 100644 index 0000000..015f096 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$styleable.dex new file mode 100644 index 0000000..8aece3a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R.dex new file mode 100644 index 0000000..5afe900 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v4/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$anim.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$anim.dex new file mode 100644 index 0000000..bded260 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$anim.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$attr.dex new file mode 100644 index 0000000..caa285d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$bool.dex new file mode 100644 index 0000000..b709de8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$color.dex new file mode 100644 index 0000000..c0b9c6e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$dimen.dex new file mode 100644 index 0000000..ca46dec Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$drawable.dex new file mode 100644 index 0000000..ebd5ef9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$id.dex new file mode 100644 index 0000000..f498d4a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$integer.dex new file mode 100644 index 0000000..64b5419 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$layout.dex new file mode 100644 index 0000000..ce84fae Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$string.dex new file mode 100644 index 0000000..f7ab5fc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$style.dex new file mode 100644 index 0000000..e22d522 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$styleable.dex new file mode 100644 index 0000000..164c4b4 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R.dex new file mode 100644 index 0000000..74d5890 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/appcompat/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$attr.dex new file mode 100644 index 0000000..007f3b9 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$bool.dex new file mode 100644 index 0000000..0363855 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$color.dex new file mode 100644 index 0000000..a8598ac Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$dimen.dex new file mode 100644 index 0000000..2dde11f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$drawable.dex new file mode 100644 index 0000000..1cae77a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$id.dex new file mode 100644 index 0000000..d253055 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$integer.dex new file mode 100644 index 0000000..a142a23 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$layout.dex new file mode 100644 index 0000000..4f31c67 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$string.dex new file mode 100644 index 0000000..0ea236f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$style.dex new file mode 100644 index 0000000..544a7c6 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$styleable.dex new file mode 100644 index 0000000..7857e86 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R.dex new file mode 100644 index 0000000..29774b7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/android/support/v7/recyclerview/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BigApplication.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BigApplication.dex new file mode 100644 index 0000000..88b732d Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BigApplication.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BigContext.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BigContext.dex new file mode 100644 index 0000000..ecc1ea2 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BigContext.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BuildConfig.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BuildConfig.dex new file mode 100644 index 0000000..8f992c6 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/BuildConfig.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$1.dex new file mode 100644 index 0000000..d65f2cc Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$2.dex new file mode 100644 index 0000000..0e99cad Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$3.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$3.dex new file mode 100644 index 0000000..39f0b0b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$3.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$4.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$4.dex new file mode 100644 index 0000000..241787e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$4.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$5.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$5.dex new file mode 100644 index 0000000..0cab340 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$5.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$UserLoginTask.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$UserLoginTask.dex new file mode 100644 index 0000000..42e7173 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity$UserLoginTask.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity.dex new file mode 100644 index 0000000..9614f40 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/LoginActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$anim.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$anim.dex new file mode 100644 index 0000000..ea84483 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$anim.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$animator.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$animator.dex new file mode 100644 index 0000000..849a7f5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$animator.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$attr.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$attr.dex new file mode 100644 index 0000000..651ba68 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$attr.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$bool.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$bool.dex new file mode 100644 index 0000000..45d639a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$bool.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$color.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$color.dex new file mode 100644 index 0000000..1766998 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$color.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$dimen.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$dimen.dex new file mode 100644 index 0000000..cac3c4f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$dimen.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$drawable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$drawable.dex new file mode 100644 index 0000000..3142b7f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$drawable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$id.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$id.dex new file mode 100644 index 0000000..b9181b5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$id.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$integer.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$integer.dex new file mode 100644 index 0000000..33b238b Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$integer.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$layout.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$layout.dex new file mode 100644 index 0000000..5d42fab Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$layout.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$mipmap.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$mipmap.dex new file mode 100644 index 0000000..da68598 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$mipmap.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$string.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$string.dex new file mode 100644 index 0000000..38350f3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$string.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$style.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$style.dex new file mode 100644 index 0000000..5d2d9c8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$style.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$styleable.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$styleable.dex new file mode 100644 index 0000000..2a0c056 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R$styleable.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R.dex new file mode 100644 index 0000000..a5a00d3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/R.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$1.dex new file mode 100644 index 0000000..9f03a17 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$2.dex new file mode 100644 index 0000000..9a1d1d3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$3.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$3.dex new file mode 100644 index 0000000..49b5865 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1$3.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1.dex new file mode 100644 index 0000000..b65c5f2 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity.dex new file mode 100644 index 0000000..f727c76 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/RegisterActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/TabActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/TabActivity.dex new file mode 100644 index 0000000..d95e216 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/TabActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/WebDetailActivity$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/WebDetailActivity$1.dex new file mode 100644 index 0000000..3f2fdc7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/WebDetailActivity$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/WebDetailActivity.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/WebDetailActivity.dex new file mode 100644 index 0000000..c93332e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/WebDetailActivity.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/constant/ServerConstant.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/constant/ServerConstant.dex new file mode 100644 index 0000000..47f9111 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/constant/ServerConstant.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/database/DBHelper.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/database/DBHelper.dex new file mode 100644 index 0000000..6379e3c Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/database/DBHelper.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/database/DatabaseUtils.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/database/DatabaseUtils.dex new file mode 100644 index 0000000..dc9c798 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/common/database/DatabaseUtils.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/FourFragment$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/FourFragment$1.dex new file mode 100644 index 0000000..f56262a Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/FourFragment$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/FourFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/FourFragment.dex new file mode 100644 index 0000000..090fb34 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/FourFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment$1.dex new file mode 100644 index 0000000..0c608d0 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment$2.dex new file mode 100644 index 0000000..8e62d85 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment.dex new file mode 100644 index 0000000..ac0d89e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/OneFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$1.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$1.dex new file mode 100644 index 0000000..eb1eb5e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$1.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$2.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$2.dex new file mode 100644 index 0000000..8ffe7bb Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$2.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$3.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$3.dex new file mode 100644 index 0000000..266371e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$3.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$4.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$4.dex new file mode 100644 index 0000000..61335a7 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment$4.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment.dex new file mode 100644 index 0000000..34b5aed Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TabsFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/ThreeFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/ThreeFragment.dex new file mode 100644 index 0000000..93475f5 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/ThreeFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TwoFragment.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TwoFragment.dex new file mode 100644 index 0000000..a8d9f21 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/fragment/TwoFragment.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/model/User.dex b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/model/User.dex new file mode 100644 index 0000000..bafc90e Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/16/com/movies/info/model/User.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/2.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/2.jar new file mode 100644 index 0000000..d3a79a3 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/2.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/3.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/3.jar new file mode 100644 index 0000000..be9a688 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/3.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/4.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/4.jar new file mode 100644 index 0000000..47eb219 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/4.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/5.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/5.jar new file mode 100644 index 0000000..a8a4ea2 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/5.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/6.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/6.jar new file mode 100644 index 0000000..d879385 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/6.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/7.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/7.jar new file mode 100644 index 0000000..70ad05f Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/7.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/8.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/8.jar new file mode 100644 index 0000000..dab9ec1 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/8.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/9.jar b/shopping/app/build/intermediates/transforms/dexBuilder/release/9.jar new file mode 100644 index 0000000..755fc29 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexBuilder/release/9.jar differ diff --git a/shopping/app/build/intermediates/transforms/dexBuilder/release/__content__.json b/shopping/app/build/intermediates/transforms/dexBuilder/release/__content__.json new file mode 100644 index 0000000..e3d20eb --- /dev/null +++ b/shopping/app/build/intermediates/transforms/dexBuilder/release/__content__.json @@ -0,0 +1 @@ +[{"name":"com.android.support:design:26.1.0","index":0,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:appcompat-v7:26.1.0","index":1,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:animated-vector-drawable:26.1.0","index":2,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-vector-drawable:26.1.0","index":3,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:recyclerview-v7:26.1.0","index":4,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:transition:26.1.0","index":5,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-v4:26.1.0","index":6,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-media-compat:26.1.0","index":7,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-fragment:26.1.0","index":8,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-core-utils:26.1.0","index":9,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-core-ui:26.1.0","index":10,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-compat:26.1.0","index":11,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-annotations:26.1.0","index":12,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.lifecycle:runtime:1.0.0","index":13,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.lifecycle:common:1.0.0","index":14,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.core:common:1.0.0","index":15,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"8d2e1ad4934a02f119be1bae6afa265017ef68ed","index":16,"scopes":["PROJECT"],"types":["DEX_ARCHIVE"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/dexMerger/debug/0/classes.dex b/shopping/app/build/intermediates/transforms/dexMerger/debug/0/classes.dex new file mode 100644 index 0000000..c488bab Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexMerger/debug/0/classes.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexMerger/debug/__content__.json b/shopping/app/build/intermediates/transforms/dexMerger/debug/__content__.json new file mode 100644 index 0000000..7e7b736 --- /dev/null +++ b/shopping/app/build/intermediates/transforms/dexMerger/debug/__content__.json @@ -0,0 +1 @@ +[{"name":"main","index":0,"scopes":["SUB_PROJECTS","PROJECT","EXTERNAL_LIBRARIES","MAIN_SPLIT"],"types":["DEX"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/dexMerger/release/0/classes.dex b/shopping/app/build/intermediates/transforms/dexMerger/release/0/classes.dex new file mode 100644 index 0000000..16750f8 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/dexMerger/release/0/classes.dex differ diff --git a/shopping/app/build/intermediates/transforms/dexMerger/release/__content__.json b/shopping/app/build/intermediates/transforms/dexMerger/release/__content__.json new file mode 100644 index 0000000..7e7b736 --- /dev/null +++ b/shopping/app/build/intermediates/transforms/dexMerger/release/__content__.json @@ -0,0 +1 @@ +[{"name":"main","index":0,"scopes":["SUB_PROJECTS","PROJECT","EXTERNAL_LIBRARIES","MAIN_SPLIT"],"types":["DEX"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/externalLibsDexMerger/debug/0/classes.dex b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/debug/0/classes.dex new file mode 100644 index 0000000..c4fb4bf Binary files /dev/null and b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/debug/0/classes.dex differ diff --git a/shopping/app/build/intermediates/transforms/externalLibsDexMerger/debug/__content__.json b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/debug/__content__.json new file mode 100644 index 0000000..30a17cd --- /dev/null +++ b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/debug/__content__.json @@ -0,0 +1 @@ +[{"name":"main","index":0,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/externalLibsDexMerger/release/0/classes.dex b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/release/0/classes.dex new file mode 100644 index 0000000..162e638 Binary files /dev/null and b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/release/0/classes.dex differ diff --git a/shopping/app/build/intermediates/transforms/externalLibsDexMerger/release/__content__.json b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/release/__content__.json new file mode 100644 index 0000000..30a17cd --- /dev/null +++ b/shopping/app/build/intermediates/transforms/externalLibsDexMerger/release/__content__.json @@ -0,0 +1 @@ +[{"name":"main","index":0,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/mergeJavaRes/debug/0.jar b/shopping/app/build/intermediates/transforms/mergeJavaRes/debug/0.jar new file mode 100644 index 0000000..15cb0ec Binary files /dev/null and b/shopping/app/build/intermediates/transforms/mergeJavaRes/debug/0.jar differ diff --git a/shopping/app/build/intermediates/transforms/mergeJavaRes/debug/__content__.json b/shopping/app/build/intermediates/transforms/mergeJavaRes/debug/__content__.json new file mode 100644 index 0000000..bd29a84 --- /dev/null +++ b/shopping/app/build/intermediates/transforms/mergeJavaRes/debug/__content__.json @@ -0,0 +1 @@ +[{"name":"resources","index":0,"scopes":["PROJECT","SUB_PROJECTS","EXTERNAL_LIBRARIES"],"types":["RESOURCES"],"format":"JAR","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/mergeJavaRes/release/0.jar b/shopping/app/build/intermediates/transforms/mergeJavaRes/release/0.jar new file mode 100644 index 0000000..15cb0ec Binary files /dev/null and b/shopping/app/build/intermediates/transforms/mergeJavaRes/release/0.jar differ diff --git a/shopping/app/build/intermediates/transforms/mergeJavaRes/release/__content__.json b/shopping/app/build/intermediates/transforms/mergeJavaRes/release/__content__.json new file mode 100644 index 0000000..bd29a84 --- /dev/null +++ b/shopping/app/build/intermediates/transforms/mergeJavaRes/release/__content__.json @@ -0,0 +1 @@ +[{"name":"resources","index":0,"scopes":["PROJECT","SUB_PROJECTS","EXTERNAL_LIBRARIES"],"types":["RESOURCES"],"format":"JAR","present":true}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/mergeJniLibs/debug/__content__.json b/shopping/app/build/intermediates/transforms/mergeJniLibs/debug/__content__.json new file mode 100644 index 0000000..90f92f5 --- /dev/null +++ b/shopping/app/build/intermediates/transforms/mergeJniLibs/debug/__content__.json @@ -0,0 +1 @@ +[{"name":"resources","index":0,"scopes":["PROJECT","SUB_PROJECTS","EXTERNAL_LIBRARIES"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}] \ No newline at end of file diff --git a/shopping/app/build/intermediates/transforms/mergeJniLibs/release/__content__.json b/shopping/app/build/intermediates/transforms/mergeJniLibs/release/__content__.json new file mode 100644 index 0000000..90f92f5 --- /dev/null +++ b/shopping/app/build/intermediates/transforms/mergeJniLibs/release/__content__.json @@ -0,0 +1 @@ +[{"name":"resources","index":0,"scopes":["PROJECT","SUB_PROJECTS","EXTERNAL_LIBRARIES"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}] \ No newline at end of file diff --git a/shopping/app/build/outputs/apk/debug/app-debug.apk b/shopping/app/build/outputs/apk/debug/app-debug.apk new file mode 100644 index 0000000..63bdf3e Binary files /dev/null and b/shopping/app/build/outputs/apk/debug/app-debug.apk differ diff --git a/shopping/app/build/outputs/apk/debug/output.json b/shopping/app/build/outputs/apk/debug/output.json new file mode 100644 index 0000000..92a0784 --- /dev/null +++ b/shopping/app/build/outputs/apk/debug/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"app-debug.apk","properties":{}}] \ No newline at end of file diff --git a/shopping/app/build/outputs/logs/manifest-merger-debug-report.txt b/shopping/app/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 0000000..054f79e --- /dev/null +++ b/shopping/app/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,184 @@ +-- Merging decision tree log --- +manifest +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +MERGED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:appcompat-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\b28c3dfacec283a46c3ce58afd169202\appcompat-v7-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\3dd85d1e994bf65d956ec3b7b4e31d3a\animated-vector-drawable-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:support-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\ff85a5f3550238ae0cf6c2ade7768dab\support-vector-drawable-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:recyclerview-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\0c0dd377aec827ca3874d547d79d8d13\recyclerview-v7-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:transition:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8322cf9af32f65600c7efa78f6346140\transition-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:support-v4:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\551bc97023610b3a2a13198864385efa\support-v4-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-media-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\971a5b69b89846008f16f9726686958d\support-media-compat-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-fragment:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8a8c7d53542ab2c848ae5b8b6026706d\support-fragment-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-core-utils:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\c09b57d019897d7ffda25f0a8ed175eb\support-core-utils-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-core-ui:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\5db4ccce50706864284de1c007bf07c2\support-core-ui-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\acedb5a439482afea3702661a6a2cc74\support-compat-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:17:1-30:12 +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 + package + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:3:5-30 + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + android:versionName + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + android:versionCode + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + xmlns:android + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:2:11-69 +uses-permission#android.permission.INTERNET +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:4:5-67 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:4:22-64 +application +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:6:5-24:19 +MERGED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:appcompat-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\b28c3dfacec283a46c3ce58afd169202\appcompat-v7-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:appcompat-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\b28c3dfacec283a46c3ce58afd169202\appcompat-v7-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\3dd85d1e994bf65d956ec3b7b4e31d3a\animated-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\3dd85d1e994bf65d956ec3b7b4e31d3a\animated-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\ff85a5f3550238ae0cf6c2ade7768dab\support-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\ff85a5f3550238ae0cf6c2ade7768dab\support-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:recyclerview-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\0c0dd377aec827ca3874d547d79d8d13\recyclerview-v7-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:recyclerview-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\0c0dd377aec827ca3874d547d79d8d13\recyclerview-v7-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:transition:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8322cf9af32f65600c7efa78f6346140\transition-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:transition:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8322cf9af32f65600c7efa78f6346140\transition-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-v4:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\551bc97023610b3a2a13198864385efa\support-v4-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-v4:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\551bc97023610b3a2a13198864385efa\support-v4-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-media-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\971a5b69b89846008f16f9726686958d\support-media-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-media-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\971a5b69b89846008f16f9726686958d\support-media-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-fragment:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8a8c7d53542ab2c848ae5b8b6026706d\support-fragment-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-fragment:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8a8c7d53542ab2c848ae5b8b6026706d\support-fragment-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-utils:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\c09b57d019897d7ffda25f0a8ed175eb\support-core-utils-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-utils:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\c09b57d019897d7ffda25f0a8ed175eb\support-core-utils-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-ui:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\5db4ccce50706864284de1c007bf07c2\support-core-ui-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-ui:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\5db4ccce50706864284de1c007bf07c2\support-core-ui-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\acedb5a439482afea3702661a6a2cc74\support-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\acedb5a439482afea3702661a6a2cc74\support-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:24:5-28:19 +MERGED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:24:5-28:19 + android:supportsRtl + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:12:9-35 + android:label + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:9:9-41 + android:roundIcon + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:11:9-54 + android:icon + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:8:9-43 + android:allowBackup + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:7:9-35 + android:theme + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:13:9-40 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:10:9-54 +activity#com.movies.info.LoginActivity +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:14:9-20:20 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:14:19-63 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:15:13-19:29 +action#android.intent.action.MAIN +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:16:17-69 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:16:25-66 +category#android.intent.category.LAUNCHER +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:18:17-77 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:18:27-74 +activity#com.movies.info.TabActivity +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:21:9-64 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:21:19-61 +activity#com.movies.info.WebDetailActivity +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:22:9-70 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:22:19-67 +activity#com.movies.info.RegisterActivity +ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:23:9-69 + android:name + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml:23:19-66 +uses-sdk +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml reason: use-sdk injection requested +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml +MERGED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:21:5-23:62 +MERGED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:21:5-23:62 +MERGED from [com.android.support:appcompat-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\b28c3dfacec283a46c3ce58afd169202\appcompat-v7-26.1.0\AndroidManifest.xml:21:5-23:78 +MERGED from [com.android.support:appcompat-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\b28c3dfacec283a46c3ce58afd169202\appcompat-v7-26.1.0\AndroidManifest.xml:21:5-23:78 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\3dd85d1e994bf65d956ec3b7b4e31d3a\animated-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\3dd85d1e994bf65d956ec3b7b4e31d3a\animated-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\ff85a5f3550238ae0cf6c2ade7768dab\support-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\ff85a5f3550238ae0cf6c2ade7768dab\support-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:recyclerview-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\0c0dd377aec827ca3874d547d79d8d13\recyclerview-v7-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:recyclerview-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\0c0dd377aec827ca3874d547d79d8d13\recyclerview-v7-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:transition:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8322cf9af32f65600c7efa78f6346140\transition-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:transition:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8322cf9af32f65600c7efa78f6346140\transition-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-v4:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\551bc97023610b3a2a13198864385efa\support-v4-26.1.0\AndroidManifest.xml:21:5-23:54 +MERGED from [com.android.support:support-v4:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\551bc97023610b3a2a13198864385efa\support-v4-26.1.0\AndroidManifest.xml:21:5-23:54 +MERGED from [com.android.support:support-media-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\971a5b69b89846008f16f9726686958d\support-media-compat-26.1.0\AndroidManifest.xml:21:5-23:63 +MERGED from [com.android.support:support-media-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\971a5b69b89846008f16f9726686958d\support-media-compat-26.1.0\AndroidManifest.xml:21:5-23:63 +MERGED from [com.android.support:support-fragment:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8a8c7d53542ab2c848ae5b8b6026706d\support-fragment-26.1.0\AndroidManifest.xml:21:5-23:60 +MERGED from [com.android.support:support-fragment:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8a8c7d53542ab2c848ae5b8b6026706d\support-fragment-26.1.0\AndroidManifest.xml:21:5-23:60 +MERGED from [com.android.support:support-core-utils:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\c09b57d019897d7ffda25f0a8ed175eb\support-core-utils-26.1.0\AndroidManifest.xml:21:5-23:61 +MERGED from [com.android.support:support-core-utils:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\c09b57d019897d7ffda25f0a8ed175eb\support-core-utils-26.1.0\AndroidManifest.xml:21:5-23:61 +MERGED from [com.android.support:support-core-ui:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\5db4ccce50706864284de1c007bf07c2\support-core-ui-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-core-ui:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\5db4ccce50706864284de1c007bf07c2\support-core-ui-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\acedb5a439482afea3702661a6a2cc74\support-compat-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\acedb5a439482afea3702661a6a2cc74\support-compat-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:20:5-22:41 +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml +INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + tools:overrideLibrary + ADDED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:23:9-59 + android:targetSdkVersion + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + android:minSdkVersion + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + ADDED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml + INJECTED from D:\AndroidProject\Movie\app\src\main\AndroidManifest.xml +meta-data#android.support.VERSION +ADDED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:appcompat-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\b28c3dfacec283a46c3ce58afd169202\appcompat-v7-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:appcompat-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\b28c3dfacec283a46c3ce58afd169202\appcompat-v7-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\3dd85d1e994bf65d956ec3b7b4e31d3a\animated-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\3dd85d1e994bf65d956ec3b7b4e31d3a\animated-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\ff85a5f3550238ae0cf6c2ade7768dab\support-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-vector-drawable:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\ff85a5f3550238ae0cf6c2ade7768dab\support-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:recyclerview-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\0c0dd377aec827ca3874d547d79d8d13\recyclerview-v7-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:recyclerview-v7:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\0c0dd377aec827ca3874d547d79d8d13\recyclerview-v7-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:transition:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8322cf9af32f65600c7efa78f6346140\transition-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:transition:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8322cf9af32f65600c7efa78f6346140\transition-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-v4:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\551bc97023610b3a2a13198864385efa\support-v4-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-v4:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\551bc97023610b3a2a13198864385efa\support-v4-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-media-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\971a5b69b89846008f16f9726686958d\support-media-compat-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-media-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\971a5b69b89846008f16f9726686958d\support-media-compat-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-fragment:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8a8c7d53542ab2c848ae5b8b6026706d\support-fragment-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-fragment:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\8a8c7d53542ab2c848ae5b8b6026706d\support-fragment-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-utils:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\c09b57d019897d7ffda25f0a8ed175eb\support-core-utils-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-utils:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\c09b57d019897d7ffda25f0a8ed175eb\support-core-utils-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-ui:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\5db4ccce50706864284de1c007bf07c2\support-core-ui-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-ui:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\5db4ccce50706864284de1c007bf07c2\support-core-ui-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\acedb5a439482afea3702661a6a2cc74\support-compat-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-compat:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\acedb5a439482afea3702661a6a2cc74\support-compat-26.1.0\AndroidManifest.xml:26:9-28:38 + android:value + ADDED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:28:13-35 + android:name + ADDED from [com.android.support:design:26.1.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\fa761254aaa8e1689e6752d7e2f87c59\design-26.1.0\AndroidManifest.xml:27:13-51 +meta-data#android.arch.lifecycle.VERSION +ADDED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:25:9-27:47 + android:value + ADDED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:27:13-44 + android:name + ADDED from [android.arch.lifecycle:runtime:1.0.0] D:\development\Android\gradle\caches\transforms-2\files-2.1\2651008cd98233e6b4b850667bef3705\runtime-1.0.0\AndroidManifest.xml:26:13-58 diff --git a/shopping/app/build/outputs/logs/manifest-merger-release-report.txt b/shopping/app/build/outputs/logs/manifest-merger-release-report.txt new file mode 100644 index 0000000..8e5bd9f --- /dev/null +++ b/shopping/app/build/outputs/logs/manifest-merger-release-report.txt @@ -0,0 +1,184 @@ +-- Merging decision tree log --- +manifest +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +MERGED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\22d30c1a816f27581fe7e1b93e2d644c\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\animated-vector-drawable-26.1.0.aar\4d05e3dd3388e917adb63bddd582edb8\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-vector-drawable-26.1.0.aar\63535f462e5da7f57af807c92ef5b05f\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\recyclerview-v7-26.1.0.aar\7705d3aa4503b38f042c8b0fb8c92778\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:transition:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\transition-26.1.0.aar\0068c6a3a9b549cc509f267617ab5afc\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-v4-26.1.0.aar\1c2be99b18bd0eaeb116e9de5c7943bd\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-media-compat-26.1.0.aar\8670109b971b29d901d73d6cbd575913\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-fragment-26.1.0.aar\174486d2ac4a394eda4a671153a5d538\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-utils-26.1.0.aar\269a490098aa47b7e95e5e941873d5ac\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-ui-26.1.0.aar\2587e56835137c26a7e9adae6e5fcc3f\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-compat-26.1.0.aar\7eecbc65bf685a38dab0bf29802d9dcf\AndroidManifest.xml:17:1-31:12 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:17:1-30:12 +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 + package + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:3:5-30 + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + android:versionName + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + android:versionCode + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:1-26:12 + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + xmlns:android + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:2:11-69 +uses-permission#android.permission.INTERNET +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:4:5-67 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:4:22-64 +application +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:6:5-24:19 +MERGED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\22d30c1a816f27581fe7e1b93e2d644c\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\22d30c1a816f27581fe7e1b93e2d644c\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\animated-vector-drawable-26.1.0.aar\4d05e3dd3388e917adb63bddd582edb8\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\animated-vector-drawable-26.1.0.aar\4d05e3dd3388e917adb63bddd582edb8\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-vector-drawable-26.1.0.aar\63535f462e5da7f57af807c92ef5b05f\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-vector-drawable-26.1.0.aar\63535f462e5da7f57af807c92ef5b05f\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\recyclerview-v7-26.1.0.aar\7705d3aa4503b38f042c8b0fb8c92778\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\recyclerview-v7-26.1.0.aar\7705d3aa4503b38f042c8b0fb8c92778\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:transition:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\transition-26.1.0.aar\0068c6a3a9b549cc509f267617ab5afc\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:transition:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\transition-26.1.0.aar\0068c6a3a9b549cc509f267617ab5afc\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-v4-26.1.0.aar\1c2be99b18bd0eaeb116e9de5c7943bd\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-v4-26.1.0.aar\1c2be99b18bd0eaeb116e9de5c7943bd\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-media-compat-26.1.0.aar\8670109b971b29d901d73d6cbd575913\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-media-compat-26.1.0.aar\8670109b971b29d901d73d6cbd575913\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-fragment-26.1.0.aar\174486d2ac4a394eda4a671153a5d538\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-fragment-26.1.0.aar\174486d2ac4a394eda4a671153a5d538\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-utils-26.1.0.aar\269a490098aa47b7e95e5e941873d5ac\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-utils-26.1.0.aar\269a490098aa47b7e95e5e941873d5ac\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-ui-26.1.0.aar\2587e56835137c26a7e9adae6e5fcc3f\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-ui-26.1.0.aar\2587e56835137c26a7e9adae6e5fcc3f\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-compat-26.1.0.aar\7eecbc65bf685a38dab0bf29802d9dcf\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-compat-26.1.0.aar\7eecbc65bf685a38dab0bf29802d9dcf\AndroidManifest.xml:25:5-29:19 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:24:5-28:19 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:24:5-28:19 + android:supportsRtl + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:12:9-35 + android:label + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:9:9-41 + android:roundIcon + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:11:9-54 + android:icon + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:8:9-43 + android:allowBackup + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:7:9-35 + android:theme + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:13:9-40 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:10:9-54 +activity#com.movies.info.LoginActivity +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:14:9-20:20 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:14:19-63 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:15:13-19:29 +action#android.intent.action.MAIN +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:16:17-69 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:16:25-66 +category#android.intent.category.LAUNCHER +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:18:17-77 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:18:27-74 +activity#com.movies.info.TabActivity +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:21:9-64 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:21:19-61 +activity#com.movies.info.WebDetailActivity +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:22:9-70 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:22:19-67 +activity#com.movies.info.RegisterActivity +ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:23:9-69 + android:name + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml:23:19-66 +uses-sdk +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml reason: use-sdk injection requested +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml +MERGED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:21:5-23:62 +MERGED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:21:5-23:62 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\22d30c1a816f27581fe7e1b93e2d644c\AndroidManifest.xml:21:5-23:78 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\22d30c1a816f27581fe7e1b93e2d644c\AndroidManifest.xml:21:5-23:78 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\animated-vector-drawable-26.1.0.aar\4d05e3dd3388e917adb63bddd582edb8\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\animated-vector-drawable-26.1.0.aar\4d05e3dd3388e917adb63bddd582edb8\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-vector-drawable-26.1.0.aar\63535f462e5da7f57af807c92ef5b05f\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-vector-drawable-26.1.0.aar\63535f462e5da7f57af807c92ef5b05f\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\recyclerview-v7-26.1.0.aar\7705d3aa4503b38f042c8b0fb8c92778\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\recyclerview-v7-26.1.0.aar\7705d3aa4503b38f042c8b0fb8c92778\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:transition:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\transition-26.1.0.aar\0068c6a3a9b549cc509f267617ab5afc\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:transition:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\transition-26.1.0.aar\0068c6a3a9b549cc509f267617ab5afc\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-v4-26.1.0.aar\1c2be99b18bd0eaeb116e9de5c7943bd\AndroidManifest.xml:21:5-23:54 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-v4-26.1.0.aar\1c2be99b18bd0eaeb116e9de5c7943bd\AndroidManifest.xml:21:5-23:54 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-media-compat-26.1.0.aar\8670109b971b29d901d73d6cbd575913\AndroidManifest.xml:21:5-23:63 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-media-compat-26.1.0.aar\8670109b971b29d901d73d6cbd575913\AndroidManifest.xml:21:5-23:63 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-fragment-26.1.0.aar\174486d2ac4a394eda4a671153a5d538\AndroidManifest.xml:21:5-23:60 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-fragment-26.1.0.aar\174486d2ac4a394eda4a671153a5d538\AndroidManifest.xml:21:5-23:60 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-utils-26.1.0.aar\269a490098aa47b7e95e5e941873d5ac\AndroidManifest.xml:21:5-23:61 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-utils-26.1.0.aar\269a490098aa47b7e95e5e941873d5ac\AndroidManifest.xml:21:5-23:61 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-ui-26.1.0.aar\2587e56835137c26a7e9adae6e5fcc3f\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-ui-26.1.0.aar\2587e56835137c26a7e9adae6e5fcc3f\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-compat-26.1.0.aar\7eecbc65bf685a38dab0bf29802d9dcf\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-compat-26.1.0.aar\7eecbc65bf685a38dab0bf29802d9dcf\AndroidManifest.xml:21:5-23:58 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:20:5-22:41 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:20:5-22:41 +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml +INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + tools:overrideLibrary + ADDED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:23:9-59 + android:targetSdkVersion + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + android:minSdkVersion + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + ADDED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml + INJECTED from E:\ITshop\Movie\Movie\app\src\main\AndroidManifest.xml +meta-data#android.support.VERSION +ADDED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\22d30c1a816f27581fe7e1b93e2d644c\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\22d30c1a816f27581fe7e1b93e2d644c\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\animated-vector-drawable-26.1.0.aar\4d05e3dd3388e917adb63bddd582edb8\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\animated-vector-drawable-26.1.0.aar\4d05e3dd3388e917adb63bddd582edb8\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-vector-drawable-26.1.0.aar\63535f462e5da7f57af807c92ef5b05f\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-vector-drawable-26.1.0.aar\63535f462e5da7f57af807c92ef5b05f\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\recyclerview-v7-26.1.0.aar\7705d3aa4503b38f042c8b0fb8c92778\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\recyclerview-v7-26.1.0.aar\7705d3aa4503b38f042c8b0fb8c92778\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:transition:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\transition-26.1.0.aar\0068c6a3a9b549cc509f267617ab5afc\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:transition:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\transition-26.1.0.aar\0068c6a3a9b549cc509f267617ab5afc\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-v4-26.1.0.aar\1c2be99b18bd0eaeb116e9de5c7943bd\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-v4-26.1.0.aar\1c2be99b18bd0eaeb116e9de5c7943bd\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-media-compat-26.1.0.aar\8670109b971b29d901d73d6cbd575913\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-media-compat-26.1.0.aar\8670109b971b29d901d73d6cbd575913\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-fragment-26.1.0.aar\174486d2ac4a394eda4a671153a5d538\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-fragment-26.1.0.aar\174486d2ac4a394eda4a671153a5d538\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-utils-26.1.0.aar\269a490098aa47b7e95e5e941873d5ac\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-utils-26.1.0.aar\269a490098aa47b7e95e5e941873d5ac\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-ui-26.1.0.aar\2587e56835137c26a7e9adae6e5fcc3f\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-core-ui-26.1.0.aar\2587e56835137c26a7e9adae6e5fcc3f\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-compat-26.1.0.aar\7eecbc65bf685a38dab0bf29802d9dcf\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\support-compat-26.1.0.aar\7eecbc65bf685a38dab0bf29802d9dcf\AndroidManifest.xml:26:9-28:38 + android:value + ADDED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:28:13-35 + android:name + ADDED from [com.android.support:design:26.1.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\design-26.1.0.aar\e7139bdb924c7f40d1a73566edce967c\AndroidManifest.xml:27:13-51 +meta-data#android.arch.lifecycle.VERSION +ADDED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:25:9-27:47 + android:value + ADDED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:27:13-44 + android:name + ADDED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\ϣ\.gradle\caches\transforms-1\files-1.1\runtime-1.0.0.aar\8af27da95c8714a89549ddf828fce470\AndroidManifest.xml:26:13-58 diff --git a/shopping/app/build/reports/lint-results-release-fatal.html b/shopping/app/build/reports/lint-results-release-fatal.html new file mode 100644 index 0000000..41924b7 --- /dev/null +++ b/shopping/app/build/reports/lint-results-release-fatal.html @@ -0,0 +1,201 @@ + + + + + +Lint Report + + + + + + + + +

+
+
+ Lint Report: No errors or warnings +
+ +
+
+
+ Issue Types + +
+
+
+
+
+

No Issues Found

+
+
+Congratulations!
+
+
+
+
+ + \ No newline at end of file diff --git a/shopping/app/build/reports/lint-results-release-fatal.xml b/shopping/app/build/reports/lint-results-release-fatal.xml new file mode 100644 index 0000000..e4db706 --- /dev/null +++ b/shopping/app/build/reports/lint-results-release-fatal.xml @@ -0,0 +1,4 @@ + + + + diff --git a/shopping/app/proguard-rules.pro b/shopping/app/proguard-rules.pro new file mode 100644 index 0000000..f1b4245 --- /dev/null +++ b/shopping/app/proguard-rules.pro @@ -0,0 +1,21 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +#-keepattributes SourceFile,LineNumberTable + +# If you keep the line number information, uncomment this to +# hide the original source file name. +#-renamesourcefileattribute SourceFile diff --git a/shopping/app/release/app-release.apk b/shopping/app/release/app-release.apk new file mode 100644 index 0000000..edf5d71 Binary files /dev/null and b/shopping/app/release/app-release.apk differ diff --git a/shopping/app/release/output.json b/shopping/app/release/output.json new file mode 100644 index 0000000..9f0c959 --- /dev/null +++ b/shopping/app/release/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/shopping/app/src/androidTest/java/com/movies/info/ExampleInstrumentedTest.java b/shopping/app/src/androidTest/java/com/movies/info/ExampleInstrumentedTest.java new file mode 100644 index 0000000..48b041d --- /dev/null +++ b/shopping/app/src/androidTest/java/com/movies/info/ExampleInstrumentedTest.java @@ -0,0 +1,27 @@ +package com.movies.info; + +import android.content.Context; + +import androidx.test.platform.app.InstrumentationRegistry; +import androidx.test.ext.junit.runners.AndroidJUnit4; + +import org.junit.Test; +import org.junit.runner.RunWith; + +import static org.junit.Assert.*; + +/** + * Instrumented test, which will execute on an Android device. + * + * @see Testing documentation + */ +@RunWith(AndroidJUnit4.class) +public class ExampleInstrumentedTest { + @Test + public void useAppContext() { + // Context of the app under test. + Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); + + assertEquals("com.example.bigproject", appContext.getPackageName()); + } +} diff --git a/shopping/app/src/main/AndroidManifest.xml b/shopping/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..7caa3c5 --- /dev/null +++ b/shopping/app/src/main/AndroidManifest.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/src/main/java/com/movies/info/BigApplication.java b/shopping/app/src/main/java/com/movies/info/BigApplication.java new file mode 100644 index 0000000..e2d9d16 --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/BigApplication.java @@ -0,0 +1,36 @@ +package com.movies.info; + +import android.app.ActivityManager; +import android.app.Application; +import android.content.Context; + +import java.util.List; + +public class BigApplication extends Application { + + + + @Override + public void onCreate() { + super.onCreate(); + //注册消息类型的时候判断当前的进程是否在主进程 + if(isMainProcess()){ + //注册xutils + BigContext.init(this); + } + } + + //判断是否是主进程 + public boolean isMainProcess(){ + ActivityManager am = (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE); + List processInfos = am.getRunningAppProcesses(); + int myPid = android.os.Process.myPid(); + String mainProcessName = getPackageName(); + for(ActivityManager.RunningAppProcessInfo info :processInfos){ + if(myPid == info.pid&&mainProcessName.equals(info.processName)){ + return true; + } + } + return false; + } +} diff --git a/shopping/app/src/main/java/com/movies/info/BigContext.java b/shopping/app/src/main/java/com/movies/info/BigContext.java new file mode 100644 index 0000000..84ed67b --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/BigContext.java @@ -0,0 +1,62 @@ +package com.movies.info; + +import android.content.Context; + +import com.movies.info.common.database.DBHelper; +import com.movies.info.model.User; + +public class BigContext { + private static BigContext mDemoContext; + public Context mContext; + private User currentUser; + public DBHelper dbHelper ; + private BigApplication application; + + public static BigContext getInstance() { + return mDemoContext; + } + + public static void init(Context context) { + if (mDemoContext == null) { + mDemoContext = new BigContext(context); + } + } + + public Context getmContext() { + return mContext; + } + + private BigContext(Context context) { + mContext = context; + application = (BigApplication) context.getApplicationContext(); + dbHelper = new DBHelper(mContext, "calculator.db3", null, 1); + } + + public DBHelper getDbHelper() { + return dbHelper; + } + + public void setDbHelper(DBHelper dbHelper) { + this.dbHelper = dbHelper; + } + + + public BigApplication getApplication() { + return application; + } + + public void setApplication(BigApplication application) { + this.application = application; + } + + //获取登录用户信息 + public User getCurrentUser() { + return currentUser; + } + + + //缓存登录用户信息 + public void setCurrentUser(User currentUser) { + this.currentUser = currentUser; + } +} diff --git a/shopping/app/src/main/java/com/movies/info/LoginActivity.java b/shopping/app/src/main/java/com/movies/info/LoginActivity.java new file mode 100644 index 0000000..c1ff2c9 --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/LoginActivity.java @@ -0,0 +1,293 @@ +package com.movies.info; + + +import android.animation.Animator; +import android.animation.AnimatorListenerAdapter; +import android.annotation.TargetApi; +import android.content.Intent; +import android.os.AsyncTask; +import android.os.Build; +import android.os.Bundle; +import android.support.v7.app.AppCompatActivity; +import android.text.TextUtils; +import android.view.KeyEvent; +import android.view.View; +import android.view.inputmethod.EditorInfo; +import android.widget.AutoCompleteTextView; +import android.widget.Button; +import android.widget.EditText; +import android.widget.TextView; + +import com.movies.info.common.database.DatabaseUtils; +import com.movies.info.model.User; + + +public class LoginActivity extends AppCompatActivity { + + /** + * Keep track of the login task to ensure we can cancel it if requested. + */ + private UserLoginTask mAuthTask = null; + + // UI references. + private AutoCompleteTextView mEmailView; + private EditText mPasswordView; + private View mProgressView; + private View mLoginFormView; + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + getSupportActionBar().hide(); + setContentView(R.layout.login); + // Set up the login form. + mEmailView = (AutoCompleteTextView) findViewById(R.id.email); + //populateAutoComplete(); + + mPasswordView = (EditText) findViewById(R.id.password); + mPasswordView.setOnEditorActionListener(new TextView.OnEditorActionListener() { + @Override + public boolean onEditorAction(TextView textView, int id, KeyEvent keyEvent) { + if (id == EditorInfo.IME_ACTION_DONE || id == EditorInfo.IME_NULL) { + attemptLogin(); + return true; + } + return false; + } + }); + + Button mEmailSignInButton = (Button) findViewById(R.id.email_sign_in_button); + mEmailSignInButton.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View view) { + attemptLogin(); + } + }); + Button email_register_button = (Button) findViewById(R.id.email_register_button); + email_register_button.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + //点击到注册界面 + Intent intent = new Intent(LoginActivity.this,RegisterActivity.class); + startActivity(intent); + } + }); + mLoginFormView = findViewById(R.id.login_form); + mProgressView = findViewById(R.id.login_progress); + } + + + + private void attemptLogin() { + if (mAuthTask != null) { + return; + } + + // Reset errors. + mEmailView.setError(null); + mPasswordView.setError(null); + + // Store values at the time of the login attempt. + String email = mEmailView.getText().toString(); + String password = mPasswordView.getText().toString(); + + boolean cancel = false; + View focusView = null; + + // Check for a valid password, if the user entered one. + + + // Check for a valid email address. + if (TextUtils.isEmpty(email)) { + mEmailView.setError("用户名不能为空"); + focusView = mEmailView; + cancel = true; + } + + if (TextUtils.isEmpty(password)) { + mPasswordView.setError("密码不能为空"); + focusView = mPasswordView; + cancel = true; + } + + + if (cancel) { + // There was an error; don't attempt login and focus the first + // form field with an error. + focusView.requestFocus(); + } else { + // Show a progress spinner, and kick off a background task to + // perform the user login attempt. + showProgress(true); + mAuthTask = new UserLoginTask(email, password); + mAuthTask.execute((Void) null); + } + } + + /*private boolean isEmailValid(String email) { + //TODO: Replace this with your own logic + return email.contains("@"); + } + + private boolean isPasswordValid(String password) { + //TODO: Replace this with your own logic + return password.length() > 4; + }*/ + + /** + * Shows the progress UI and hides the login form. + */ + @TargetApi(Build.VERSION_CODES.HONEYCOMB_MR2) + private void showProgress(final boolean show) { + // On Honeycomb MR2 we have the ViewPropertyAnimator APIs, which allow + // for very easy animations. If available, use these APIs to fade-in + // the progress spinner. + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR2) { + int shortAnimTime = getResources().getInteger(android.R.integer.config_shortAnimTime); + + mLoginFormView.setVisibility(show ? View.GONE : View.VISIBLE); + mLoginFormView.animate().setDuration(shortAnimTime).alpha( + show ? 0 : 1).setListener(new AnimatorListenerAdapter() { + @Override + public void onAnimationEnd(Animator animation) { + mLoginFormView.setVisibility(show ? View.GONE : View.VISIBLE); + } + }); + + mProgressView.setVisibility(show ? View.VISIBLE : View.GONE); + mProgressView.animate().setDuration(shortAnimTime).alpha( + show ? 1 : 0).setListener(new AnimatorListenerAdapter() { + @Override + public void onAnimationEnd(Animator animation) { + mProgressView.setVisibility(show ? View.VISIBLE : View.GONE); + } + }); + } else { + // The ViewPropertyAnimator APIs are not available, so simply show + // and hide the relevant UI components. + mProgressView.setVisibility(show ? View.VISIBLE : View.GONE); + mLoginFormView.setVisibility(show ? View.GONE : View.VISIBLE); + } + } + + /* @Override + public Loader onCreateLoader(int i, Bundle bundle) { + return new CursorLoader(this, + // Retrieve data rows for the device user's 'profile' contact. + Uri.withAppendedPath(ContactsContract.Profile.CONTENT_URI, + ContactsContract.Contacts.Data.CONTENT_DIRECTORY), ProfileQuery.PROJECTION, + + // Select only email addresses. + ContactsContract.Contacts.Data.MIMETYPE + + " = ?", new String[]{ContactsContract.CommonDataKinds.Email + .CONTENT_ITEM_TYPE}, + + // Show primary email addresses first. Note that there won't be + // a primary email address if the user hasn't specified one. + ContactsContract.Contacts.Data.IS_PRIMARY + " DESC"); + } + + @Override + public void onLoadFinished(Loader cursorLoader, Cursor cursor) { + List emails = new ArrayList<>(); + cursor.moveToFirst(); + while (!cursor.isAfterLast()) { + emails.add(cursor.getString(ProfileQuery.ADDRESS)); + cursor.moveToNext(); + } + + addEmailsToAutoComplete(emails); + } + + @Override + public void onLoaderReset(Loader cursorLoader) { + + }*/ + + /* private void addEmailsToAutoComplete(List emailAddressCollection) { + //Create adapter to tell the AutoCompleteTextView what to show in its dropdown list. + ArrayAdapter adapter = + new ArrayAdapter<>(LoginActivity.this, + android.R.layout.simple_dropdown_item_1line, emailAddressCollection); + + mEmailView.setAdapter(adapter); + }*/ + + + /*private interface ProfileQuery { + String[] PROJECTION = { + ContactsContract.CommonDataKinds.Email.ADDRESS, + ContactsContract.CommonDataKinds.Email.IS_PRIMARY, + }; + + int ADDRESS = 0; + int IS_PRIMARY = 1; + }*/ + + /** + * Represents an asynchronous login/registration task used to authenticate + * the user. + */ + public class UserLoginTask extends AsyncTask { + + private String mEmail; + private String mPassword; + + UserLoginTask(String email, String password) { + mEmail = email; + mPassword = password; + } + + @Override + protected Boolean doInBackground(Void... params) { + // TODO: attempt authentication against a network service. + + try { + // Simulate network access. + Thread.sleep(2000); + } catch (InterruptedException e) { + return false; + } + + User user = DatabaseUtils.getUserInfo(mEmail,mPassword); + if(user == null){ + return false; + }else { + BigContext.getInstance().setCurrentUser(user); + return true; + } + /*for (String credential : DUMMY_CREDENTIALS) { + String[] pieces = credential.split(":"); + if (pieces[0].equals(mEmail)) { + // Account exists, return true if the password matches. + return pieces[1].equals(mPassword); + } + }*/ + + // TODO: register the new account here. + + } + + @Override + protected void onPostExecute(final Boolean success) { + mAuthTask = null; + showProgress(false); + + if (success) { + Intent intent = new Intent(LoginActivity.this,TabActivity.class); + startActivity(intent); + finish(); + } else { + mPasswordView.setError("用户名或密码错误!"); + mPasswordView.requestFocus(); + } + } + + @Override + protected void onCancelled() { + mAuthTask = null; + showProgress(false); + } + } +} + diff --git a/shopping/app/src/main/java/com/movies/info/RegisterActivity.java b/shopping/app/src/main/java/com/movies/info/RegisterActivity.java new file mode 100644 index 0000000..8b0fd33 --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/RegisterActivity.java @@ -0,0 +1,113 @@ +package com.movies.info; + +import android.os.Bundle; +import android.support.annotation.Nullable; +import android.support.v7.app.AppCompatActivity; +import android.text.TextUtils; +import android.view.View; +import android.widget.Button; +import android.widget.EditText; +import android.widget.Toast; + +import com.movies.info.common.database.DatabaseUtils; + +public class RegisterActivity extends AppCompatActivity implements View.OnClickListener{ + + private EditText email; + private EditText password; + private EditText password_again; + + private Button email_resetting_button; + private Button email_register_button; + private Button email_cancel; + @Override + protected void onCreate(@Nullable Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + getSupportActionBar().hide(); + setContentView(R.layout.activity_register); + email = findViewById(R.id.email); + password = findViewById(R.id.password); + password_again = findViewById(R.id.password_again); + email_resetting_button = findViewById(R.id.email_resetting_button); + email_register_button = findViewById(R.id.email_register_button); + email_cancel = findViewById(R.id.email_cancel); + + + email_resetting_button.setOnClickListener(this); + email_register_button.setOnClickListener(this); + email_cancel.setOnClickListener(this); + } + + @Override + public void onClick(View v) { + switch (v.getId()){ + case R.id.email_resetting_button: + //输入内容重置 + email.setText(""); + password.setText(""); + password_again.setText(""); + break; + case R.id.email_register_button: + if(TextUtils.isEmpty(email.getText().toString())){ + Toast.makeText(this,"用户名不能为空",Toast.LENGTH_SHORT).show(); + return; + } + if(TextUtils.isEmpty(password.getText().toString())){ + Toast.makeText(this,"密码不能为空",Toast.LENGTH_SHORT).show(); + return; + } + if(TextUtils.isEmpty(password_again.getText().toString())){ + Toast.makeText(this,"确认密码不能为空",Toast.LENGTH_SHORT).show(); + return; + } + + if(!password.getText().toString().equals(password_again.getText().toString())){ + Toast.makeText(this,"2次输入密码不一致",Toast.LENGTH_SHORT).show(); + return; + } + Thread thread = new Thread(new Runnable() { + @Override + public void run() { + + try { + Thread.sleep(1000); + } catch (InterruptedException e) { + e.printStackTrace(); + } + //注册的数据保存在数据库中 + long index = DatabaseUtils.saveUser(email.getText().toString(),password.getText().toString()); + if(index == -1){ + runOnUiThread(new Runnable() { + @Override + public void run() { + Toast.makeText(RegisterActivity.this,"注册失败!",Toast.LENGTH_SHORT).show(); + } + }); + }else if(index == -2){ + runOnUiThread(new Runnable() { + @Override + public void run() { + Toast.makeText(RegisterActivity.this,"用户名已经存在!",Toast.LENGTH_SHORT).show(); + } + }); + }else { + runOnUiThread(new Runnable() { + @Override + public void run() { + Toast.makeText(RegisterActivity.this,"注册成功,请登录!",Toast.LENGTH_SHORT).show(); + RegisterActivity.this.finish(); + } + }); + } + + } + }); + thread.start(); + + break; + case R.id.email_cancel: + this.finish(); + break; + } + } +} \ No newline at end of file diff --git a/shopping/app/src/main/java/com/movies/info/TabActivity.java b/shopping/app/src/main/java/com/movies/info/TabActivity.java new file mode 100644 index 0000000..d5c16ee --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/TabActivity.java @@ -0,0 +1,26 @@ +package com.movies.info; + +import android.os.Bundle; +import android.support.v7.app.AppCompatActivity; + +import com.movies.info.fragment.TabsFragment; + +public class TabActivity extends AppCompatActivity { + + + private TabsFragment tabs; + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + getSupportActionBar().hide(); + setContentView(R.layout.activity_tab); + //初始化tabs Fragment组件 + tabs = (TabsFragment) getSupportFragmentManager().findFragmentById(R.id.footer_tab); + } + + + + + +} diff --git a/shopping/app/src/main/java/com/movies/info/WebDetailActivity.java b/shopping/app/src/main/java/com/movies/info/WebDetailActivity.java new file mode 100644 index 0000000..2d1379e --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/WebDetailActivity.java @@ -0,0 +1,56 @@ +package com.movies.info; + +import android.content.Intent; +import android.net.Uri; +import android.os.Build; +import android.os.Bundle; +import android.support.v7.app.AppCompatActivity; +import android.webkit.WebView; +import android.webkit.WebViewClient; + + +public class WebDetailActivity extends AppCompatActivity { + + private WebView webView; + private String currPage ; + @Override + protected void onCreate(Bundle savedInstanceState) { + // TODO Auto-generated method stub + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_web_detail); + currPage = getIntent().getStringExtra("url"); + initData(); + } + + protected void initData() { + // TODO Auto-generated method stub + webView = (WebView) findViewById(R.id.web_view); + webView.getSettings().setJavaScriptEnabled(true); + webView.getSettings().setSupportZoom(true); + webView.getSettings().setBuiltInZoomControls(true); + webView.getSettings().setDomStorageEnabled(true); + webView.getSettings().setUseWideViewPort(true); + webView.getSettings().setLoadWithOverviewMode(true); + webView.loadUrl(currPage); + webView.setWebViewClient(new WebViewClient(){ + @Override + public boolean shouldOverrideUrlLoading(WebView view, String url) { + // TODO Auto-generated method stub + if (url.startsWith("tel:")) { + Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); + startActivity(intent); + } else { + //Android8.0以下的需要返回true 并且需要loadUrl;8.0之后效果相反 + if(Build.VERSION.SDK_INT<26) { + view.loadUrl(url); + currPage = url; + return true; + } + return false; + } + return true; + } + + }); + } +} diff --git a/shopping/app/src/main/java/com/movies/info/common/constant/ServerConstant.java b/shopping/app/src/main/java/com/movies/info/common/constant/ServerConstant.java new file mode 100644 index 0000000..390cc5b --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/common/constant/ServerConstant.java @@ -0,0 +1,8 @@ +package com.movies.info.common.constant; + +public class ServerConstant { + + //用户信息表 + public static final String TBL_USER = "tbl_user"; + +} diff --git a/shopping/app/src/main/java/com/movies/info/common/database/DBHelper.java b/shopping/app/src/main/java/com/movies/info/common/database/DBHelper.java new file mode 100644 index 0000000..6af59db --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/common/database/DBHelper.java @@ -0,0 +1,78 @@ +package com.movies.info.common.database; + +import android.content.Context; +import android.database.sqlite.SQLiteDatabase; +import android.database.sqlite.SQLiteOpenHelper; + +public class DBHelper extends SQLiteOpenHelper { + + private String userSql = "create table tbl_user (" + + "_id INTEGER PRIMARY KEY AUTOINCREMENT, " + + "user_name TEXT, " + + "password TEXT, " + + "ext TEXT"+ + ")"; + + private String deviceSql = "create table tbl_device (" + + "_id INTEGER PRIMARY KEY AUTOINCREMENT, " + + "name TEXT, " + + "uid TEXT, " + + "cmd TEXT, " + + "topic TEXT, " + + "other TEXT"+ + ")"; + public DBHelper(Context context, String name, SQLiteDatabase.CursorFactory factory, + int version) { + super(context, name, factory, version); + // TODO Auto-generated constructor stub + } + + @Override + public void onCreate(SQLiteDatabase db) { + // TODO Auto-generated method stub + //版本1 + db.execSQL(userSql); + //版本1 + db.execSQL(deviceSql); + } + + + @Override + public synchronized SQLiteDatabase getReadableDatabase() { + // TODO Auto-generated method stub + return super.getReadableDatabase(); + } + + @Override + public synchronized SQLiteDatabase getWritableDatabase() { + // TODO Auto-generated method stub + return super.getWritableDatabase(); + } + + /** + * 数据库升级 + */ + @Override + public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { + // TODO Auto-generated method stub + /*for(int j = oldVersion + 1;j <= newVersion ;j++){ + switch (j) { + case 2: + db.execSQL("DROP TABLE IF EXISTS "+ServerConstant.TBL_NOTICE+";"); + db.execSQL(noticeSql); + break; + default: + break; + } + }*/ + } + + + /** + * 数据库降级 + */ + @Override + public void onDowngrade(SQLiteDatabase db, int oldVersion, int newVersion) { + // TODO Auto-generated method stub + } +} diff --git a/shopping/app/src/main/java/com/movies/info/common/database/DatabaseUtils.java b/shopping/app/src/main/java/com/movies/info/common/database/DatabaseUtils.java new file mode 100644 index 0000000..663e997 --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/common/database/DatabaseUtils.java @@ -0,0 +1,92 @@ +package com.movies.info.common.database; + +import android.content.ContentValues; +import android.database.Cursor; +import android.database.sqlite.SQLiteDatabase; + +import com.movies.info.BigContext; +import com.movies.info.common.constant.ServerConstant; +import com.movies.info.model.User; + +public class DatabaseUtils { + + //登录时,获取用户信息,进行校验 + public static User getUserInfo(String user_name, String password) { + User detail = null; + Cursor cursor = null; + SQLiteDatabase db = BigContext.getInstance().dbHelper.getReadableDatabase(); + try{ + String sql = null; + sql = "select * from "+ ServerConstant.TBL_USER+" where user_name = '"+user_name+"' and password = '"+ password+"'"; + cursor = db.rawQuery(sql,null); + if(cursor.getCount() > 0 ){ + while(cursor.moveToNext()){ + detail = new User(); + detail.set_id(cursor.getInt(cursor.getColumnIndex("_id"))); + detail.setUser_name(cursor.getString(cursor.getColumnIndex("user_name"))); + detail.setPassword(cursor.getString(cursor.getColumnIndex("password"))); + } + } + }catch(Exception e){ + e.printStackTrace(); + return detail; + }finally{ + if(cursor != null){ + cursor.close(); + cursor = null; + } + } + return detail; + } + + //返回值 -2 :代表用户名已经存在 -1:代表未知错误 其他值代表保存成功 + public static long saveUser(String user_name, String password){ + long result = -1; + Cursor cursor = null; + //数据库缓存 + SQLiteDatabase db = BigContext.getInstance().dbHelper.getReadableDatabase(); + try{ + String sql = null; + sql = "select * from "+ ServerConstant.TBL_USER+" where user_name = '"+user_name+"'"; + cursor = db.rawQuery(sql,null); + if(cursor.getCount() > 0 ){ + return -2; + } + ContentValues cv = new ContentValues(); + cv.put("user_name",user_name); + cv.put("password",password); + result = db.insert(ServerConstant.TBL_USER, null, cv); + }catch(Exception e){ + e.printStackTrace(); + } + return result; + } + + public static long deleteUser(int _id){ + long result = -1; + //数据库缓存 + SQLiteDatabase db = BigContext.getInstance().dbHelper.getReadableDatabase(); + try{ + String sql = null; + result = db.delete(ServerConstant.TBL_USER,"_id = ?",new String[]{String.valueOf(_id)}); + }catch(Exception e){ + e.printStackTrace(); + } + return result; + } + + public static long updateUser(String password,int id){ + long result = -1; + Cursor cursor = null; + //数据库缓存 + SQLiteDatabase db = BigContext.getInstance().dbHelper.getReadableDatabase(); + try{ + ContentValues cv = new ContentValues(); + cv.put("password",password); + result = db.update(ServerConstant.TBL_USER,cv,"_id = ?",new String[]{String.valueOf(id)}); + }catch(Exception e){ + e.printStackTrace(); + } + return result; + } +} diff --git a/shopping/app/src/main/java/com/movies/info/fragment/FourFragment.java b/shopping/app/src/main/java/com/movies/info/fragment/FourFragment.java new file mode 100644 index 0000000..00733d6 --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/fragment/FourFragment.java @@ -0,0 +1,37 @@ +package com.movies.info.fragment; + +import android.os.Bundle; +import android.support.v4.app.Fragment; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.ImageView; + +import com.movies.info.R; + +public class FourFragment extends Fragment { + + private ImageView btn_logout; + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { + // TODO Auto-generated method stub + View mainView = inflater.inflate(R.layout.fragment_four, container, false); + init(mainView); + initData(); + return mainView; + } + + private void init(View mainView) { + btn_logout = mainView.findViewById(R.id.btn_logout); + btn_logout.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + getActivity().finish(); + } + }); + } + + private void initData() { + } + +} diff --git a/shopping/app/src/main/java/com/movies/info/fragment/OneFragment.java b/shopping/app/src/main/java/com/movies/info/fragment/OneFragment.java new file mode 100644 index 0000000..ee18c0b --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/fragment/OneFragment.java @@ -0,0 +1,96 @@ +package com.movies.info.fragment; + +import android.content.Intent; +import android.os.Bundle; +import android.support.v4.app.Fragment; +import android.text.TextPaint; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.LinearLayout; +import android.widget.TextView; + +import com.movies.info.R; +import com.movies.info.WebDetailActivity; + + +public class OneFragment extends Fragment implements View.OnClickListener{ + + private LinearLayout layout_left; + private LinearLayout layout_right; + TextView btn_left; + TextView btn_right; + + LinearLayout layout_four; + LinearLayout layout_three; + LinearLayout layout_two; + LinearLayout layout_one; + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { + // TODO Auto-generated method stub + View mainView = inflater.inflate(R.layout.fragment_one, container, false); + init(mainView); + initData(); + return mainView; + } + + private void init(View mainView) { + btn_left = mainView.findViewById(R.id.btn_left); + btn_right = mainView.findViewById(R.id.btn_right); + + layout_left = mainView.findViewById(R.id.layout_left); + layout_right = mainView.findViewById(R.id.layout_right); + + layout_four = mainView.findViewById(R.id.layout_four); + layout_three = mainView.findViewById(R.id.layout_three); + layout_two = mainView.findViewById(R.id.layout_two); + layout_one = mainView.findViewById(R.id.layout_one); + } + + private void initData() { + btn_left.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + layout_left.setVisibility(View.VISIBLE); + layout_right.setVisibility(View.GONE); + + TextPaint tp = btn_left.getPaint(); + tp.setFakeBoldText(true); + btn_left.setTextColor(getResources().getColor(R.color.Black)); + + tp = btn_right.getPaint(); + tp.setFakeBoldText(true); + btn_right.setTextColor(getResources().getColor(R.color.system_text_color_11)); + } + }); + btn_right.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + layout_left.setVisibility(View.GONE); + layout_right.setVisibility(View.VISIBLE); + + + TextPaint tp = btn_right.getPaint(); + tp.setFakeBoldText(true); + btn_right.setTextColor(getResources().getColor(R.color.Black)); + + tp = btn_left.getPaint(); + tp.setFakeBoldText(true); + btn_left.setTextColor(getResources().getColor(R.color.system_text_color_11)); + } + }); + + layout_four.setOnClickListener(this); + layout_three.setOnClickListener(this); + layout_two.setOnClickListener(this); + layout_one.setOnClickListener(this); + } + + @Override + public void onClick(View v) { + String url = v.getTag().toString(); + Intent intent = new Intent(getActivity(), WebDetailActivity.class); + intent.putExtra("url",url); + startActivity(intent); + } +} diff --git a/shopping/app/src/main/java/com/movies/info/fragment/TabsFragment.java b/shopping/app/src/main/java/com/movies/info/fragment/TabsFragment.java new file mode 100644 index 0000000..538c339 --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/fragment/TabsFragment.java @@ -0,0 +1,223 @@ +package com.movies.info.fragment; + +import android.app.Activity; +import android.content.Intent; +import android.os.Bundle; +import android.support.v4.app.Fragment; +import android.support.v4.app.FragmentTransaction; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.TextView; + +import com.movies.info.R; + +public class TabsFragment extends Fragment { + + LinearLayout tab_onebg; + ImageView tab_one_iv; + TextView tab_one_tv; + LinearLayout tab_twobg; + ImageView tab_two_iv; + TextView tab_two_tv; + + LinearLayout tab_threebg; + ImageView tab_three_iv; + TextView tab_three_tv; + + LinearLayout tab_fourbg; + ImageView tab_four_iv; + TextView tab_four_tv; + + //标准 + Fragment tab_one_fragment; + //项目 + Fragment tab_two_fragment; + //项目 + Fragment tab_three_fragment; + Fragment tab_four_fragment; + private String currentPage = ""; + private Activity activity; + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, + Bundle savedInstanceState) { + // TODO Auto-generated method stub + activity = getActivity(); + View mainView = inflater.inflate(R.layout.fragment_toolbar, container, false); + init(mainView); + return mainView; + } + + @Override + public void onActivityResult(int requestCode, int resultCode, Intent data) { + super.onActivityResult(requestCode, resultCode, data); + } + + @Override + public void onActivityCreated(Bundle savedInstanceState) { + // TODO Auto-generated method stub + super.onActivityCreated(savedInstanceState); + setRetainInstance(true); + } + + + void init(View mainView) { + tab_one_iv = (ImageView) mainView.findViewById(R.id.tab_one_iv); + tab_two_iv = (ImageView) mainView.findViewById(R.id.tab_two_iv); + tab_three_iv = (ImageView) mainView.findViewById(R.id.tab_three_iv); + tab_four_iv = (ImageView) mainView.findViewById(R.id.tab_four_iv); + + tab_one_tv = (TextView) mainView.findViewById(R.id.tab_one_tv); + tab_two_tv = (TextView) mainView.findViewById(R.id.tab_two_tv); + tab_three_tv = (TextView) mainView.findViewById(R.id.tab_three_tv); + tab_four_tv = (TextView) mainView.findViewById(R.id.tab_four_tv); + + this.tab_onebg = (LinearLayout) mainView.findViewById(R.id.tab_onebg); + this.tab_onebg.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + OnTabSelected("tab_one"); + } + }); + + this.tab_twobg = (LinearLayout) mainView.findViewById(R.id.tab_twobg); + this.tab_twobg.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + OnTabSelected("tab_two"); + } + }); + + + this.tab_threebg = (LinearLayout) mainView.findViewById(R.id.tab_threebg); + this.tab_threebg.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + OnTabSelected("tab_three"); + } + }); + + this.tab_fourbg = (LinearLayout) mainView.findViewById(R.id.tab_fourbg); + this.tab_fourbg.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + OnTabSelected("tab_four"); + } + }); + + + OnTabSelected("tab_one"); + } + + public void OnTabSelected(String tabName) { + if(tabName.equals(currentPage)){ + return ; + } + FragmentTransaction localFragmentTransaction = getFragmentManager().beginTransaction(); + tab_one_fragment = getFragmentManager().findFragmentByTag("tab_one"); + tab_two_fragment = getFragmentManager().findFragmentByTag("tab_two"); + tab_three_fragment = getFragmentManager().findFragmentByTag("tab_three"); + tab_four_fragment = getFragmentManager().findFragmentByTag("tab_four"); + if (tabName == "tab_one") { + currentPage = "tab_one"; + if (null == tab_one_fragment) + { + tab_one_fragment = new OneFragment(); + localFragmentTransaction.add(R.id.fragment_container, tab_one_fragment, "tab_one"); + }else{ + localFragmentTransaction.show(tab_one_fragment); + } + if(tab_two_fragment!=null){ + localFragmentTransaction.hide(tab_two_fragment); + } + + if(tab_three_fragment!=null){ + localFragmentTransaction.hide(tab_three_fragment); + } + if(tab_four_fragment!=null){ + localFragmentTransaction.hide(tab_four_fragment); + } + this.tab_one_iv.setImageResource(R.mipmap.tab_one_pressed); + this.tab_two_iv.setImageResource(R.mipmap.tab_two_normal); + this.tab_three_iv.setImageResource(R.mipmap.tab_three_normal); + this.tab_four_iv.setImageResource(R.mipmap.tab_four_normal); + } + else if (tabName == "tab_two") { + currentPage = "tab_two"; + if (null == tab_two_fragment) + { + tab_two_fragment = new TwoFragment(); + localFragmentTransaction.add(R.id.fragment_container, tab_two_fragment, "tab_two"); + }else{ + localFragmentTransaction.show(tab_two_fragment); + } + + if(tab_one_fragment!=null){ + localFragmentTransaction.hide(tab_one_fragment); + } + if(tab_three_fragment!=null){ + localFragmentTransaction.hide(tab_three_fragment); + } + if(tab_four_fragment!=null){ + localFragmentTransaction.hide(tab_four_fragment); + } + this.tab_one_iv.setImageResource(R.mipmap.tab_one_normal); + this.tab_two_iv.setImageResource(R.mipmap.tab_two_pressed); + this.tab_three_iv.setImageResource(R.mipmap.tab_three_normal); + this.tab_four_iv.setImageResource(R.mipmap.tab_four_normal); + } + else if (tabName == "tab_three") { + //activity.setTitle(getResources().getString(R.string.tab_two_msg)); + currentPage = "tab_three"; + if (null == tab_three_fragment) + { + tab_three_fragment = new ThreeFragment(); + localFragmentTransaction.add(R.id.fragment_container, tab_three_fragment, "tab_three"); + }else{ + localFragmentTransaction.show(tab_three_fragment); + } + + if(tab_one_fragment!=null){ + localFragmentTransaction.hide(tab_one_fragment); + } + if(tab_two_fragment!=null){ + localFragmentTransaction.hide(tab_two_fragment); + } + if(tab_four_fragment!=null){ + localFragmentTransaction.hide(tab_four_fragment); + } + this.tab_one_iv.setImageResource(R.mipmap.tab_one_normal); + this.tab_two_iv.setImageResource(R.mipmap.tab_two_normal); + this.tab_three_iv.setImageResource(R.mipmap.tab_three_pressed); + this.tab_four_iv.setImageResource(R.mipmap.tab_four_normal); + } + else if (tabName == "tab_four") { + //activity.setTitle(getResources().getString(R.string.tab_two_msg)); + currentPage = "tab_four"; + if (null == tab_four_fragment) + { + tab_four_fragment = new FourFragment(); + localFragmentTransaction.add(R.id.fragment_container, tab_four_fragment, "tab_four"); + }else{ + localFragmentTransaction.show(tab_four_fragment); + } + + if(tab_one_fragment!=null){ + localFragmentTransaction.hide(tab_one_fragment); + } + if(tab_two_fragment!=null){ + localFragmentTransaction.hide(tab_two_fragment); + } + if(tab_three_fragment!=null){ + localFragmentTransaction.hide(tab_three_fragment); + } + this.tab_one_iv.setImageResource(R.mipmap.tab_one_normal); + this.tab_two_iv.setImageResource(R.mipmap.tab_two_normal); + this.tab_three_iv.setImageResource(R.mipmap.tab_three_normal); + this.tab_four_iv.setImageResource(R.mipmap.tab_four_pressed); + } + localFragmentTransaction.commit(); + } +} \ No newline at end of file diff --git a/shopping/app/src/main/java/com/movies/info/fragment/ThreeFragment.java b/shopping/app/src/main/java/com/movies/info/fragment/ThreeFragment.java new file mode 100644 index 0000000..88547ca --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/fragment/ThreeFragment.java @@ -0,0 +1,74 @@ +package com.movies.info.fragment; + +import android.app.AlertDialog; +import android.content.DialogInterface; +import android.os.Bundle; +import android.support.v4.app.Fragment; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.Button; +import android.widget.EditText; +import android.widget.Toast; + +import com.movies.info.BigContext; +import com.movies.info.R; +import com.movies.info.common.database.DatabaseUtils; + +public class ThreeFragment extends Fragment { + /*private Button button=null; + private Button button1=null; + private Button btn3=null;*/ + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { + // TODO Auto-generated method stub + View mainView = inflater.inflate(R.layout.fragment_three, container, false); + init(mainView); + initData(); + return mainView; + } + + private void init(View mainView) { + /*btn3=(Button)mainView.findViewById(R.id.btn3); + button=(Button)mainView.findViewById(R.id.btn1); + + button.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + final EditText et = new EditText(getActivity()); + new AlertDialog.Builder(getActivity()).setTitle("请输入密码") + .setIcon(android.R.drawable.sym_def_app_icon) + .setView(et) + .setPositiveButton("确定", new DialogInterface.OnClickListener() { + @Override + public void onClick(DialogInterface dialogInterface, int i) { + //按下确定键后的事件 + DatabaseUtils.updateUser(et.getText().toString(),BigContext.getInstance().getCurrentUser().get_id()); + Toast.makeText(getActivity(),"密码修改成功",Toast.LENGTH_LONG).show(); + getActivity().finish(); + } + }).setNegativeButton("取消",null).show(); + + } + }); + button1=(Button)mainView.findViewById(R.id.btn2); + button1.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + DatabaseUtils.deleteUser(BigContext.getInstance().getCurrentUser().get_id()); + Toast.makeText(getActivity(),"账号注销成功",Toast.LENGTH_LONG).show(); + getActivity().finish(); + } + }); + btn3.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View v) { + getActivity().finish(); + } + });*/ + } + + private void initData() { + } + +} diff --git a/shopping/app/src/main/java/com/movies/info/fragment/TwoFragment.java b/shopping/app/src/main/java/com/movies/info/fragment/TwoFragment.java new file mode 100644 index 0000000..dd5c4db --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/fragment/TwoFragment.java @@ -0,0 +1,28 @@ +package com.movies.info.fragment; + +import android.os.Bundle; +import android.support.v4.app.Fragment; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.ListView; +import com.movies.info.R; + +public class TwoFragment extends Fragment { + + @Override + public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { + // TODO Auto-generated method stub + View mainView = inflater.inflate(R.layout.fragment_two, container, false); + init(mainView); + initData(); + return mainView; + } + + private void init(View mainView) { + } + + private void initData() { + } + +} diff --git a/shopping/app/src/main/java/com/movies/info/model/User.java b/shopping/app/src/main/java/com/movies/info/model/User.java new file mode 100644 index 0000000..314f4e6 --- /dev/null +++ b/shopping/app/src/main/java/com/movies/info/model/User.java @@ -0,0 +1,31 @@ +package com.movies.info.model; + +public class User { + int _id; + String user_name; + String password; + + public int get_id() { + return _id; + } + + public void set_id(int _id) { + this._id = _id; + } + + public String getUser_name() { + return user_name; + } + + public void setUser_name(String user_name) { + this.user_name = user_name; + } + + public String getPassword() { + return password; + } + + public void setPassword(String password) { + this.password = password; + } +} diff --git a/shopping/app/src/main/res/drawable/bg3.png b/shopping/app/src/main/res/drawable/bg3.png new file mode 100644 index 0000000..6852424 Binary files /dev/null and b/shopping/app/src/main/res/drawable/bg3.png differ diff --git a/shopping/app/src/main/res/drawable/shape_bg.xml b/shopping/app/src/main/res/drawable/shape_bg.xml new file mode 100644 index 0000000..e03d421 --- /dev/null +++ b/shopping/app/src/main/res/drawable/shape_bg.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/shopping/app/src/main/res/drawable/shape_fragment_toolbar.xml b/shopping/app/src/main/res/drawable/shape_fragment_toolbar.xml new file mode 100644 index 0000000..f9443f5 --- /dev/null +++ b/shopping/app/src/main/res/drawable/shape_fragment_toolbar.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shopping/app/src/main/res/layout/activity_register.xml b/shopping/app/src/main/res/layout/activity_register.xml new file mode 100644 index 0000000..13fd336 --- /dev/null +++ b/shopping/app/src/main/res/layout/activity_register.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +