diff --git a/app/build.gradle b/app/build.gradle index 6f507baf56..a00715f74a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,12 +17,15 @@ apply plugin: 'com.android.application' android { + compileSdkVersion 26 + compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { applicationId "lk.ac.mrt.cse.dbs.simpleexpensemanager" minSdkVersion 19 + targetSdkVersion 26 targetSdkVersion 23 versionCode 1 versionName "1.0" @@ -36,6 +39,10 @@ android { } dependencies { + implementation fileTree(dir: 'libs', include: ['*.jar']) + testImplementation 'junit:junit:4.12' + implementation 'com.android.support:appcompat-v7:26.1.0' + implementation 'com.android.support:design:26.1.0' compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.1' diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/android/arch/lifecycle/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/arch/lifecycle/R.java new file mode 100644 index 0000000000..b0c852ec52 --- /dev/null +++ b/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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/compat/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/compat/R.java new file mode 100644 index 0000000000..b8f8eeec3c --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int chronometer = 0x7f080035; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreui/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreui/R.java new file mode 100644 index 0000000000..d53762a962 --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int chronometer = 0x7f080035; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreutils/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/coreutils/R.java new file mode 100644 index 0000000000..667652a8b9 --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int chronometer = 0x7f080035; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/design/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/design/R.java new file mode 100644 index 0000000000..06b0c96a73 --- /dev/null +++ b/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 = 0x7f050000; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050001; + public static final int abc_btn_colored_borderless_text_material = 0x7f050002; + public static final int abc_btn_colored_text_material = 0x7f050003; + public static final int abc_color_highlight_material = 0x7f050004; + public static final int abc_hint_foreground_material_dark = 0x7f050005; + public static final int abc_hint_foreground_material_light = 0x7f050006; + public static final int abc_input_method_navigation_guard = 0x7f050007; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050008; + public static final int abc_primary_text_disable_only_material_light = 0x7f050009; + public static final int abc_primary_text_material_dark = 0x7f05000a; + public static final int abc_primary_text_material_light = 0x7f05000b; + public static final int abc_search_url_text = 0x7f05000c; + public static final int abc_search_url_text_normal = 0x7f05000d; + public static final int abc_search_url_text_pressed = 0x7f05000e; + public static final int abc_search_url_text_selected = 0x7f05000f; + public static final int abc_secondary_text_material_dark = 0x7f050010; + public static final int abc_secondary_text_material_light = 0x7f050011; + public static final int abc_tint_btn_checkable = 0x7f050012; + public static final int abc_tint_default = 0x7f050013; + public static final int abc_tint_edittext = 0x7f050014; + public static final int abc_tint_seek_thumb = 0x7f050015; + public static final int abc_tint_spinner = 0x7f050016; + public static final int abc_tint_switch_track = 0x7f050017; + public static final int accent_material_dark = 0x7f050018; + public static final int accent_material_light = 0x7f050019; + public static final int background_floating_material_dark = 0x7f05001a; + public static final int background_floating_material_light = 0x7f05001b; + public static final int background_material_dark = 0x7f05001c; + public static final int background_material_light = 0x7f05001d; + public static final int bright_foreground_disabled_material_dark = 0x7f05001e; + public static final int bright_foreground_disabled_material_light = 0x7f05001f; + public static final int bright_foreground_inverse_material_dark = 0x7f050020; + public static final int bright_foreground_inverse_material_light = 0x7f050021; + public static final int bright_foreground_material_dark = 0x7f050022; + public static final int bright_foreground_material_light = 0x7f050023; + public static final int button_material_dark = 0x7f050024; + public static final int button_material_light = 0x7f050025; + public static final int design_bottom_navigation_shadow_color = 0x7f050029; + public static final int design_error = 0x7f05002a; + public static final int design_fab_shadow_end_color = 0x7f05002b; + public static final int design_fab_shadow_mid_color = 0x7f05002c; + public static final int design_fab_shadow_start_color = 0x7f05002d; + public static final int design_fab_stroke_end_inner_color = 0x7f05002e; + public static final int design_fab_stroke_end_outer_color = 0x7f05002f; + public static final int design_fab_stroke_top_inner_color = 0x7f050030; + public static final int design_fab_stroke_top_outer_color = 0x7f050031; + public static final int design_snackbar_background_color = 0x7f050032; + public static final int design_tint_password_toggle = 0x7f050033; + public static final int dim_foreground_disabled_material_dark = 0x7f050034; + public static final int dim_foreground_disabled_material_light = 0x7f050035; + public static final int dim_foreground_material_dark = 0x7f050036; + public static final int dim_foreground_material_light = 0x7f050037; + public static final int error_color_material = 0x7f050038; + public static final int foreground_material_dark = 0x7f050039; + public static final int foreground_material_light = 0x7f05003a; + public static final int highlighted_text_material_dark = 0x7f05003b; + public static final int highlighted_text_material_light = 0x7f05003c; + public static final int material_blue_grey_800 = 0x7f05003d; + public static final int material_blue_grey_900 = 0x7f05003e; + public static final int material_blue_grey_950 = 0x7f05003f; + public static final int material_deep_teal_200 = 0x7f050040; + public static final int material_deep_teal_500 = 0x7f050041; + public static final int material_grey_100 = 0x7f050042; + public static final int material_grey_300 = 0x7f050043; + public static final int material_grey_50 = 0x7f050044; + public static final int material_grey_600 = 0x7f050045; + public static final int material_grey_800 = 0x7f050046; + public static final int material_grey_850 = 0x7f050047; + public static final int material_grey_900 = 0x7f050048; + public static final int notification_action_color_filter = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int notification_material_background_media_default_color = 0x7f05004b; + public static final int primary_dark_material_dark = 0x7f05004c; + public static final int primary_dark_material_light = 0x7f05004d; + public static final int primary_material_dark = 0x7f05004e; + public static final int primary_material_light = 0x7f05004f; + public static final int primary_text_default_material_dark = 0x7f050050; + public static final int primary_text_default_material_light = 0x7f050051; + public static final int primary_text_disabled_material_dark = 0x7f050052; + public static final int primary_text_disabled_material_light = 0x7f050053; + public static final int ripple_material_dark = 0x7f050054; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_dark = 0x7f050056; + public static final int secondary_text_default_material_light = 0x7f050057; + public static final int secondary_text_disabled_material_dark = 0x7f050058; + public static final int secondary_text_disabled_material_light = 0x7f050059; + public static final int switch_thumb_disabled_material_dark = 0x7f05005a; + public static final int switch_thumb_disabled_material_light = 0x7f05005b; + public static final int switch_thumb_material_dark = 0x7f05005c; + public static final int switch_thumb_material_light = 0x7f05005d; + public static final int switch_thumb_normal_material_dark = 0x7f05005e; + public static final int switch_thumb_normal_material_light = 0x7f05005f; + public static final int tooltip_background_dark = 0x7f050060; + public static final int tooltip_background_light = 0x7f050061; + } + 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 = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int design_appbar_elevation = 0x7f060052; + public static final int design_bottom_navigation_active_item_max_width = 0x7f060053; + public static final int design_bottom_navigation_active_text_size = 0x7f060054; + public static final int design_bottom_navigation_elevation = 0x7f060055; + public static final int design_bottom_navigation_height = 0x7f060056; + public static final int design_bottom_navigation_item_max_width = 0x7f060057; + public static final int design_bottom_navigation_item_min_width = 0x7f060058; + public static final int design_bottom_navigation_margin = 0x7f060059; + public static final int design_bottom_navigation_shadow_height = 0x7f06005a; + public static final int design_bottom_navigation_text_size = 0x7f06005b; + public static final int design_bottom_sheet_modal_elevation = 0x7f06005c; + public static final int design_bottom_sheet_peek_height_min = 0x7f06005d; + public static final int design_fab_border_width = 0x7f06005e; + public static final int design_fab_elevation = 0x7f06005f; + public static final int design_fab_image_size = 0x7f060060; + public static final int design_fab_size_mini = 0x7f060061; + public static final int design_fab_size_normal = 0x7f060062; + public static final int design_fab_translation_z_pressed = 0x7f060063; + public static final int design_navigation_elevation = 0x7f060064; + public static final int design_navigation_icon_padding = 0x7f060065; + public static final int design_navigation_icon_size = 0x7f060066; + public static final int design_navigation_max_width = 0x7f060067; + public static final int design_navigation_padding_bottom = 0x7f060068; + public static final int design_navigation_separator_vertical_padding = 0x7f060069; + public static final int design_snackbar_action_inline_max_width = 0x7f06006a; + public static final int design_snackbar_background_corner_radius = 0x7f06006b; + public static final int design_snackbar_elevation = 0x7f06006c; + public static final int design_snackbar_extra_spacing_horizontal = 0x7f06006d; + public static final int design_snackbar_max_width = 0x7f06006e; + public static final int design_snackbar_min_width = 0x7f06006f; + public static final int design_snackbar_padding_horizontal = 0x7f060070; + public static final int design_snackbar_padding_vertical = 0x7f060071; + public static final int design_snackbar_padding_vertical_2lines = 0x7f060072; + public static final int design_snackbar_text_size = 0x7f060073; + public static final int design_tab_max_width = 0x7f060074; + public static final int design_tab_scrollable_min_width = 0x7f060075; + public static final int design_tab_text_size = 0x7f060076; + public static final int design_tab_text_size_2line = 0x7f060077; + public static final int disabled_alpha_material_dark = 0x7f060078; + public static final int disabled_alpha_material_light = 0x7f060079; + public static final int fastscroll_default_thickness = 0x7f06007b; + public static final int fastscroll_margin = 0x7f06007c; + public static final int fastscroll_minimum_range = 0x7f06007d; + public static final int highlight_alpha_material_colored = 0x7f06007e; + public static final int highlight_alpha_material_dark = 0x7f06007f; + public static final int highlight_alpha_material_light = 0x7f060080; + public static final int hint_alpha_material_dark = 0x7f060081; + public static final int hint_alpha_material_light = 0x7f060082; + public static final int hint_pressed_alpha_material_dark = 0x7f060083; + public static final int hint_pressed_alpha_material_light = 0x7f060084; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060085; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060086; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060087; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + public static final int tooltip_corner_radius = 0x7f060097; + public static final int tooltip_horizontal_padding = 0x7f060098; + public static final int tooltip_margin = 0x7f060099; + public static final int tooltip_precise_anchor_extra_offset = 0x7f06009a; + public static final int tooltip_precise_anchor_threshold = 0x7f06009b; + public static final int tooltip_vertical_padding = 0x7f06009c; + public static final int tooltip_y_offset_non_touch = 0x7f06009d; + public static final int tooltip_y_offset_touch = 0x7f06009e; + } + 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 = 0x7f07005b; + public static final int design_fab_background = 0x7f07005c; + public static final int design_ic_visibility = 0x7f07005d; + public static final int design_ic_visibility_off = 0x7f07005e; + public static final int design_password_eye = 0x7f07005f; + public static final int design_snackbar_background = 0x7f070060; + public static final int navigation_empty_icon = 0x7f070061; + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + public static final int tooltip_frame_dark = 0x7f07006e; + public static final int tooltip_frame_light = 0x7f07006f; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f08000c; + public static final int action_bar = 0x7f08000d; + public static final int action_bar_activity_content = 0x7f08000e; + public static final int action_bar_container = 0x7f08000f; + public static final int action_bar_root = 0x7f080010; + public static final int action_bar_spinner = 0x7f080011; + public static final int action_bar_subtitle = 0x7f080012; + public static final int action_bar_title = 0x7f080013; + public static final int action_container = 0x7f080014; + public static final int action_context_bar = 0x7f080015; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_menu_divider = 0x7f080018; + public static final int action_menu_presenter = 0x7f080019; + public static final int action_mode_bar = 0x7f08001a; + public static final int action_mode_bar_stub = 0x7f08001b; + public static final int action_mode_close_button = 0x7f08001c; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int activity_chooser_view_content = 0x7f08001f; + public static final int add = 0x7f080020; + public static final int alertTitle = 0x7f080022; + public static final int async = 0x7f080028; + public static final int auto = 0x7f080029; + public static final int blocking = 0x7f08002d; + public static final int bottom = 0x7f08002e; + public static final int buttonPanel = 0x7f08002f; + public static final int cancel_action = 0x7f080030; + public static final int center = 0x7f080031; + public static final int checkbox = 0x7f080034; + public static final int chronometer = 0x7f080035; + public static final int container = 0x7f080039; + public static final int contentPanel = 0x7f08003a; + public static final int coordinator = 0x7f08003b; + public static final int custom = 0x7f08003c; + public static final int customPanel = 0x7f08003d; + public static final int decor_content_parent = 0x7f080040; + public static final int default_activity_button = 0x7f080041; + public static final int design_bottom_sheet = 0x7f080042; + public static final int design_menu_item_action_area = 0x7f080043; + public static final int design_menu_item_action_area_stub = 0x7f080044; + public static final int design_menu_item_text = 0x7f080045; + public static final int design_navigation_view = 0x7f080046; + public static final int edit_query = 0x7f080048; + public static final int end = 0x7f080049; + public static final int end_padder = 0x7f08004a; + public static final int expand_activities_button = 0x7f08004e; + public static final int expanded_menu = 0x7f08004f; + public static final int fill = 0x7f080053; + public static final int fixed = 0x7f080056; + public static final int forever = 0x7f080057; + public static final int ghost_view = 0x7f080058; + public static final int home = 0x7f080059; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int image = 0x7f08005e; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int item_touch_helper_previous_elevation = 0x7f080064; + public static final int largeLabel = 0x7f080069; + public static final int left = 0x7f08006a; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int listMode = 0x7f08006d; + public static final int list_item = 0x7f08006e; + public static final int masked = 0x7f080072; + public static final int media_actions = 0x7f080073; + public static final int message = 0x7f080074; + public static final int mini = 0x7f080076; + public static final int multiply = 0x7f080077; + public static final int navigation_header_container = 0x7f080078; + public static final int none = 0x7f08007a; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int parallax = 0x7f08007f; + public static final int parentPanel = 0x7f080080; + public static final int parent_matrix = 0x7f080081; + public static final int pin = 0x7f080082; + public static final int progress_circular = 0x7f080083; + public static final int progress_horizontal = 0x7f080084; + public static final int radio = 0x7f080085; + public static final int right = 0x7f080086; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int save_image_matrix = 0x7f080089; + public static final int save_non_transition_alpha = 0x7f08008a; + public static final int save_scale_type = 0x7f08008b; + public static final int screen = 0x7f08008c; + public static final int scrollIndicatorDown = 0x7f08008e; + public static final int scrollIndicatorUp = 0x7f08008f; + public static final int scrollView = 0x7f080090; + public static final int scrollable = 0x7f080091; + public static final int search_badge = 0x7f080092; + public static final int search_bar = 0x7f080093; + public static final int search_button = 0x7f080094; + public static final int search_close_btn = 0x7f080095; + public static final int search_edit_frame = 0x7f080096; + public static final int search_go_btn = 0x7f080097; + public static final int search_mag_icon = 0x7f080098; + public static final int search_plate = 0x7f080099; + public static final int search_src_text = 0x7f08009a; + public static final int search_voice_btn = 0x7f08009b; + public static final int select_dialog_listview = 0x7f08009c; + public static final int shortcut = 0x7f08009d; + public static final int smallLabel = 0x7f0800a1; + public static final int snackbar_action = 0x7f0800a2; + public static final int snackbar_text = 0x7f0800a3; + public static final int spacer = 0x7f0800a5; + public static final int split_action_bar = 0x7f0800a6; + public static final int src_atop = 0x7f0800a7; + public static final int src_in = 0x7f0800a8; + public static final int src_over = 0x7f0800a9; + public static final int start = 0x7f0800aa; + public static final int status_bar_latest_event_content = 0x7f0800ab; + public static final int submenuarrow = 0x7f0800ac; + public static final int submit_area = 0x7f0800ae; + public static final int tabMode = 0x7f0800af; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int textSpacerNoButtons = 0x7f0800b3; + public static final int textSpacerNoTitle = 0x7f0800b4; + public static final int text_input_password_toggle = 0x7f0800b5; + public static final int textinput_counter = 0x7f0800b6; + public static final int textinput_error = 0x7f0800b7; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + public static final int titleDividerNoCustom = 0x7f0800ba; + public static final int title_template = 0x7f0800bb; + public static final int top = 0x7f0800bd; + public static final int topPanel = 0x7f0800be; + public static final int touch_outside = 0x7f0800bf; + public static final int transition_current_scene = 0x7f0800c0; + public static final int transition_layout_save = 0x7f0800c1; + public static final int transition_position = 0x7f0800c2; + public static final int transition_scene_layoutid_cache = 0x7f0800c3; + public static final int transition_transform = 0x7f0800c4; + public static final int uniform = 0x7f0800c5; + public static final int up = 0x7f0800c6; + public static final int view_offset_helper = 0x7f0800c8; + public static final int visible = 0x7f0800c9; + public static final int wrap_content = 0x7f0800cb; + } + 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 = 0x7f0a001c; + public static final int design_bottom_sheet_dialog = 0x7f0a001d; + public static final int design_layout_snackbar = 0x7f0a001e; + public static final int design_layout_snackbar_include = 0x7f0a001f; + public static final int design_layout_tab_icon = 0x7f0a0020; + public static final int design_layout_tab_text = 0x7f0a0021; + public static final int design_menu_item_action_area = 0x7f0a0022; + public static final int design_navigation_item = 0x7f0a0023; + public static final int design_navigation_item_header = 0x7f0a0024; + public static final int design_navigation_item_separator = 0x7f0a0025; + public static final int design_navigation_item_subheader = 0x7f0a0026; + public static final int design_navigation_menu = 0x7f0a0027; + public static final int design_navigation_menu_item = 0x7f0a0028; + public static final int design_text_input_password_icon = 0x7f0a0029; + public static final int notification_action = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_media_action = 0x7f0a002f; + public static final int notification_media_cancel_action = 0x7f0a0030; + public static final int notification_template_big_media = 0x7f0a0031; + public static final int notification_template_big_media_custom = 0x7f0a0032; + public static final int notification_template_big_media_narrow = 0x7f0a0033; + public static final int notification_template_big_media_narrow_custom = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_lines_media = 0x7f0a0037; + public static final int notification_template_media = 0x7f0a0038; + public static final int notification_template_media_custom = 0x7f0a0039; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + public static final int select_dialog_item_material = 0x7f0a003c; + public static final int select_dialog_multichoice_material = 0x7f0a003d; + public static final int select_dialog_singlechoice_material = 0x7f0a003e; + public static final int support_simple_spinner_dropdown_item = 0x7f0a003f; + public static final int tooltip = 0x7f0a0040; + } + 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 = 0x7f0c0027; + public static final int character_counter_pattern = 0x7f0c0028; + public static final int password_toggle_content_description = 0x7f0c0039; + public static final int path_password_eye = 0x7f0c003a; + public static final int path_password_eye_mask_strike_through = 0x7f0c003b; + public static final int path_password_eye_mask_visible = 0x7f0c003c; + public static final int path_password_strike_through = 0x7f0c003d; + public static final int search_menu_title = 0x7f0c003e; + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + 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 = 0x7f0d000a; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d000b; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d000c; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000d; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000e; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d0010; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d003a; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d003b; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d003c; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003d; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003e; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003f; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0040; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0052; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0054; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0055; + public static final int Base_Theme_AppCompat = 0x7f0d0041; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0043; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d004a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004e; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d004c; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004d; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0058; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0056; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0057; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0059; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d005a; + public static final int Base_V14_Widget_Design_AppBarLayout = 0x7f0d005b; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d0060; + public static final int Base_V21_Theme_AppCompat = 0x7f0d005c; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005e; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005f; + public static final int Base_V21_Widget_Design_AppBarLayout = 0x7f0d0061; + public static final int Base_V22_Theme_AppCompat = 0x7f0d0062; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0063; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0064; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0065; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0066; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0067; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0068; + public static final int Base_V26_Widget_Design_AppBarLayout = 0x7f0d0069; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006e; + public static final int Base_V7_Theme_AppCompat = 0x7f0d006a; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d006c; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006f; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d0070; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0078; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0079; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d007b; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007d; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0083; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0084; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007f; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0080; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0085; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0086; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0087; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0088; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0089; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d008a; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d008b; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0091; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0093; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0096; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0097; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0098; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0099; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d009a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d009b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d009c; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009f; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a7; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a8; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a9; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00aa; + public static final int Base_Widget_Design_AppBarLayout = 0x7f0d00ab; + public static final int Base_Widget_Design_TabLayout = 0x7f0d00ac; + public static final int Platform_AppCompat = 0x7f0d00ad; + public static final int Platform_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00af; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00b0; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00b1; + public static final int Platform_V11_AppCompat = 0x7f0d00b2; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b3; + public static final int Platform_V14_AppCompat = 0x7f0d00b4; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b5; + public static final int Platform_V21_AppCompat = 0x7f0d00b6; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b7; + public static final int Platform_V25_AppCompat = 0x7f0d00b8; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b9; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00ba; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c6; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00c2; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c4; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c5; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c7; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c8; + public static final int TextAppearance_AppCompat = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00ff; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0100; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d0101; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d010a; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d010c; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0d010d; + public static final int TextAppearance_Design_Counter = 0x7f0d010e; + public static final int TextAppearance_Design_Counter_Overflow = 0x7f0d010f; + public static final int TextAppearance_Design_Error = 0x7f0d0110; + public static final int TextAppearance_Design_Hint = 0x7f0d0111; + public static final int TextAppearance_Design_Snackbar_Message = 0x7f0d0112; + public static final int TextAppearance_Design_Tab = 0x7f0d0113; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0114; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0115; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0116; + public static final int ThemeOverlay_AppCompat = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0135; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0136; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0137; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0138; + public static final int Theme_AppCompat = 0x7f0d0117; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011e; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d011c; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011d; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011f; + public static final int Theme_AppCompat_Dialog = 0x7f0d0120; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0123; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d0121; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d0122; + public static final int Theme_AppCompat_Light = 0x7f0d0124; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0125; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0126; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0129; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0127; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0128; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d012a; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d012b; + public static final int Theme_Design = 0x7f0d012c; + public static final int Theme_Design_BottomSheetDialog = 0x7f0d012d; + public static final int Theme_Design_Light = 0x7f0d012e; + public static final int Theme_Design_Light_BottomSheetDialog = 0x7f0d012f; + public static final int Theme_Design_Light_NoActionBar = 0x7f0d0130; + public static final int Theme_Design_NoActionBar = 0x7f0d0131; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d013a; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d013b; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d013c; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013d; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013e; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013f; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d0140; + public static final int Widget_AppCompat_ActionMode = 0x7f0d0141; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d0142; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0143; + public static final int Widget_AppCompat_Button = 0x7f0d0144; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d014a; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d014b; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0146; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0147; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d014c; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014d; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014e; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014f; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0150; + public static final int Widget_AppCompat_EditText = 0x7f0d0151; + public static final int Widget_AppCompat_ImageButton = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015d; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015e; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d0160; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d0161; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d0162; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0164; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0165; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0166; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0167; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0168; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0169; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d016a; + public static final int Widget_AppCompat_ListView = 0x7f0d016b; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d016c; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016d; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016e; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016f; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d0170; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d0171; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d0172; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0173; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0174; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0175; + public static final int Widget_AppCompat_SearchView = 0x7f0d0176; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0177; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0178; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner = 0x7f0d017a; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d017b; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d017c; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017d; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017e; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017f; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d0180; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + public static final int Widget_Design_AppBarLayout = 0x7f0d0183; + public static final int Widget_Design_BottomNavigationView = 0x7f0d0184; + public static final int Widget_Design_BottomSheet_Modal = 0x7f0d0185; + public static final int Widget_Design_CollapsingToolbar = 0x7f0d0186; + public static final int Widget_Design_CoordinatorLayout = 0x7f0d0187; + public static final int Widget_Design_FloatingActionButton = 0x7f0d0188; + public static final int Widget_Design_NavigationView = 0x7f0d0189; + public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f0d018a; + public static final int Widget_Design_Snackbar = 0x7f0d018b; + public static final int Widget_Design_TabLayout = 0x7f0d018c; + public static final int Widget_Design_TextInputLayout = 0x7f0d018d; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/fragment/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/fragment/R.java new file mode 100644 index 0000000000..47f5f097a7 --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int chronometer = 0x7f080035; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/R.java new file mode 100644 index 0000000000..10176fc233 --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int chronometer = 0x7f080035; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/animated/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/graphics/drawable/animated/R.java new file mode 100644 index 0000000000..d04a717e0a --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int chronometer = 0x7f080035; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/mediacompat/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/mediacompat/R.java new file mode 100644 index 0000000000..eaa8adea3f --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int notification_material_background_media_default_color = 0x7f05004b; + public static final int primary_text_default_material_dark = 0x7f050050; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_dark = 0x7f050056; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f08000c; + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int cancel_action = 0x7f080030; + public static final int chronometer = 0x7f080035; + public static final int end_padder = 0x7f08004a; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int media_actions = 0x7f080073; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int status_bar_latest_event_content = 0x7f0800ab; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_media_action = 0x7f0a002f; + public static final int notification_media_cancel_action = 0x7f0a0030; + public static final int notification_template_big_media = 0x7f0a0031; + public static final int notification_template_big_media_custom = 0x7f0a0032; + public static final int notification_template_big_media_narrow = 0x7f0a0033; + public static final int notification_template_big_media_narrow_custom = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_lines_media = 0x7f0a0037; + public static final int notification_template_media = 0x7f0a0038; + public static final int notification_template_media_custom = 0x7f0a0039; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d010a; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d010c; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/transition/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/transition/R.java new file mode 100644 index 0000000000..6c74ab4a3a --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int notification_material_background_media_default_color = 0x7f05004b; + public static final int primary_text_default_material_dark = 0x7f050050; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_dark = 0x7f050056; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f08000c; + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int cancel_action = 0x7f080030; + public static final int chronometer = 0x7f080035; + public static final int end_padder = 0x7f08004a; + public static final int forever = 0x7f080057; + public static final int ghost_view = 0x7f080058; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int media_actions = 0x7f080073; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int parent_matrix = 0x7f080081; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int save_image_matrix = 0x7f080089; + public static final int save_non_transition_alpha = 0x7f08008a; + public static final int save_scale_type = 0x7f08008b; + public static final int status_bar_latest_event_content = 0x7f0800ab; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + public static final int transition_current_scene = 0x7f0800c0; + public static final int transition_layout_save = 0x7f0800c1; + public static final int transition_position = 0x7f0800c2; + public static final int transition_scene_layoutid_cache = 0x7f0800c3; + public static final int transition_transform = 0x7f0800c4; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_media_action = 0x7f0a002f; + public static final int notification_media_cancel_action = 0x7f0a0030; + public static final int notification_template_big_media = 0x7f0a0031; + public static final int notification_template_big_media_custom = 0x7f0a0032; + public static final int notification_template_big_media_narrow = 0x7f0a0033; + public static final int notification_template_big_media_narrow_custom = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_lines_media = 0x7f0a0037; + public static final int notification_template_media = 0x7f0a0038; + public static final int notification_template_media_custom = 0x7f0a0039; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d010a; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d010c; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v4/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v4/R.java new file mode 100644 index 0000000000..c25b3e1391 --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int notification_material_background_media_default_color = 0x7f05004b; + public static final int primary_text_default_material_dark = 0x7f050050; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_dark = 0x7f050056; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f08000c; + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int cancel_action = 0x7f080030; + public static final int chronometer = 0x7f080035; + public static final int end_padder = 0x7f08004a; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int media_actions = 0x7f080073; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int status_bar_latest_event_content = 0x7f0800ab; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_media_action = 0x7f0a002f; + public static final int notification_media_cancel_action = 0x7f0a0030; + public static final int notification_template_big_media = 0x7f0a0031; + public static final int notification_template_big_media_custom = 0x7f0a0032; + public static final int notification_template_big_media_narrow = 0x7f0a0033; + public static final int notification_template_big_media_narrow_custom = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_lines_media = 0x7f0a0037; + public static final int notification_template_media = 0x7f0a0038; + public static final int notification_template_media_custom = 0x7f0a0039; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d010a; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d010c; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/appcompat/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/appcompat/R.java new file mode 100644 index 0000000000..3596340df0 --- /dev/null +++ b/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 = 0x7f050000; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050001; + public static final int abc_btn_colored_borderless_text_material = 0x7f050002; + public static final int abc_btn_colored_text_material = 0x7f050003; + public static final int abc_color_highlight_material = 0x7f050004; + public static final int abc_hint_foreground_material_dark = 0x7f050005; + public static final int abc_hint_foreground_material_light = 0x7f050006; + public static final int abc_input_method_navigation_guard = 0x7f050007; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050008; + public static final int abc_primary_text_disable_only_material_light = 0x7f050009; + public static final int abc_primary_text_material_dark = 0x7f05000a; + public static final int abc_primary_text_material_light = 0x7f05000b; + public static final int abc_search_url_text = 0x7f05000c; + public static final int abc_search_url_text_normal = 0x7f05000d; + public static final int abc_search_url_text_pressed = 0x7f05000e; + public static final int abc_search_url_text_selected = 0x7f05000f; + public static final int abc_secondary_text_material_dark = 0x7f050010; + public static final int abc_secondary_text_material_light = 0x7f050011; + public static final int abc_tint_btn_checkable = 0x7f050012; + public static final int abc_tint_default = 0x7f050013; + public static final int abc_tint_edittext = 0x7f050014; + public static final int abc_tint_seek_thumb = 0x7f050015; + public static final int abc_tint_spinner = 0x7f050016; + public static final int abc_tint_switch_track = 0x7f050017; + public static final int accent_material_dark = 0x7f050018; + public static final int accent_material_light = 0x7f050019; + public static final int background_floating_material_dark = 0x7f05001a; + public static final int background_floating_material_light = 0x7f05001b; + public static final int background_material_dark = 0x7f05001c; + public static final int background_material_light = 0x7f05001d; + public static final int bright_foreground_disabled_material_dark = 0x7f05001e; + public static final int bright_foreground_disabled_material_light = 0x7f05001f; + public static final int bright_foreground_inverse_material_dark = 0x7f050020; + public static final int bright_foreground_inverse_material_light = 0x7f050021; + public static final int bright_foreground_material_dark = 0x7f050022; + public static final int bright_foreground_material_light = 0x7f050023; + public static final int button_material_dark = 0x7f050024; + public static final int button_material_light = 0x7f050025; + public static final int dim_foreground_disabled_material_dark = 0x7f050034; + public static final int dim_foreground_disabled_material_light = 0x7f050035; + public static final int dim_foreground_material_dark = 0x7f050036; + public static final int dim_foreground_material_light = 0x7f050037; + public static final int error_color_material = 0x7f050038; + public static final int foreground_material_dark = 0x7f050039; + public static final int foreground_material_light = 0x7f05003a; + public static final int highlighted_text_material_dark = 0x7f05003b; + public static final int highlighted_text_material_light = 0x7f05003c; + public static final int material_blue_grey_800 = 0x7f05003d; + public static final int material_blue_grey_900 = 0x7f05003e; + public static final int material_blue_grey_950 = 0x7f05003f; + public static final int material_deep_teal_200 = 0x7f050040; + public static final int material_deep_teal_500 = 0x7f050041; + public static final int material_grey_100 = 0x7f050042; + public static final int material_grey_300 = 0x7f050043; + public static final int material_grey_50 = 0x7f050044; + public static final int material_grey_600 = 0x7f050045; + public static final int material_grey_800 = 0x7f050046; + public static final int material_grey_850 = 0x7f050047; + public static final int material_grey_900 = 0x7f050048; + public static final int notification_action_color_filter = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int notification_material_background_media_default_color = 0x7f05004b; + public static final int primary_dark_material_dark = 0x7f05004c; + public static final int primary_dark_material_light = 0x7f05004d; + public static final int primary_material_dark = 0x7f05004e; + public static final int primary_material_light = 0x7f05004f; + public static final int primary_text_default_material_dark = 0x7f050050; + public static final int primary_text_default_material_light = 0x7f050051; + public static final int primary_text_disabled_material_dark = 0x7f050052; + public static final int primary_text_disabled_material_light = 0x7f050053; + public static final int ripple_material_dark = 0x7f050054; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_dark = 0x7f050056; + public static final int secondary_text_default_material_light = 0x7f050057; + public static final int secondary_text_disabled_material_dark = 0x7f050058; + public static final int secondary_text_disabled_material_light = 0x7f050059; + public static final int switch_thumb_disabled_material_dark = 0x7f05005a; + public static final int switch_thumb_disabled_material_light = 0x7f05005b; + public static final int switch_thumb_material_dark = 0x7f05005c; + public static final int switch_thumb_material_light = 0x7f05005d; + public static final int switch_thumb_normal_material_dark = 0x7f05005e; + public static final int switch_thumb_normal_material_light = 0x7f05005f; + public static final int tooltip_background_dark = 0x7f050060; + public static final int tooltip_background_light = 0x7f050061; + } + 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 = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int disabled_alpha_material_dark = 0x7f060078; + public static final int disabled_alpha_material_light = 0x7f060079; + public static final int highlight_alpha_material_colored = 0x7f06007e; + public static final int highlight_alpha_material_dark = 0x7f06007f; + public static final int highlight_alpha_material_light = 0x7f060080; + public static final int hint_alpha_material_dark = 0x7f060081; + public static final int hint_alpha_material_light = 0x7f060082; + public static final int hint_pressed_alpha_material_dark = 0x7f060083; + public static final int hint_pressed_alpha_material_light = 0x7f060084; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + public static final int tooltip_corner_radius = 0x7f060097; + public static final int tooltip_horizontal_padding = 0x7f060098; + public static final int tooltip_margin = 0x7f060099; + public static final int tooltip_precise_anchor_extra_offset = 0x7f06009a; + public static final int tooltip_precise_anchor_threshold = 0x7f06009b; + public static final int tooltip_vertical_padding = 0x7f06009c; + public static final int tooltip_y_offset_non_touch = 0x7f06009d; + public static final int tooltip_y_offset_touch = 0x7f06009e; + } + 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 = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + public static final int tooltip_frame_dark = 0x7f07006e; + public static final int tooltip_frame_light = 0x7f07006f; + } + public static final class id { + private id() {} + + public static final int action0 = 0x7f08000c; + public static final int action_bar = 0x7f08000d; + public static final int action_bar_activity_content = 0x7f08000e; + public static final int action_bar_container = 0x7f08000f; + public static final int action_bar_root = 0x7f080010; + public static final int action_bar_spinner = 0x7f080011; + public static final int action_bar_subtitle = 0x7f080012; + public static final int action_bar_title = 0x7f080013; + public static final int action_container = 0x7f080014; + public static final int action_context_bar = 0x7f080015; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_menu_divider = 0x7f080018; + public static final int action_menu_presenter = 0x7f080019; + public static final int action_mode_bar = 0x7f08001a; + public static final int action_mode_bar_stub = 0x7f08001b; + public static final int action_mode_close_button = 0x7f08001c; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int activity_chooser_view_content = 0x7f08001f; + public static final int add = 0x7f080020; + public static final int alertTitle = 0x7f080022; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int buttonPanel = 0x7f08002f; + public static final int cancel_action = 0x7f080030; + public static final int checkbox = 0x7f080034; + public static final int chronometer = 0x7f080035; + public static final int contentPanel = 0x7f08003a; + public static final int custom = 0x7f08003c; + public static final int customPanel = 0x7f08003d; + public static final int decor_content_parent = 0x7f080040; + public static final int default_activity_button = 0x7f080041; + public static final int edit_query = 0x7f080048; + public static final int end_padder = 0x7f08004a; + public static final int expand_activities_button = 0x7f08004e; + public static final int expanded_menu = 0x7f08004f; + public static final int forever = 0x7f080057; + public static final int home = 0x7f080059; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int image = 0x7f08005e; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int listMode = 0x7f08006d; + public static final int list_item = 0x7f08006e; + public static final int media_actions = 0x7f080073; + public static final int message = 0x7f080074; + public static final int multiply = 0x7f080077; + public static final int none = 0x7f08007a; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int parentPanel = 0x7f080080; + public static final int progress_circular = 0x7f080083; + public static final int progress_horizontal = 0x7f080084; + public static final int radio = 0x7f080085; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int screen = 0x7f08008c; + public static final int scrollIndicatorDown = 0x7f08008e; + public static final int scrollIndicatorUp = 0x7f08008f; + public static final int scrollView = 0x7f080090; + public static final int search_badge = 0x7f080092; + public static final int search_bar = 0x7f080093; + public static final int search_button = 0x7f080094; + public static final int search_close_btn = 0x7f080095; + public static final int search_edit_frame = 0x7f080096; + public static final int search_go_btn = 0x7f080097; + public static final int search_mag_icon = 0x7f080098; + public static final int search_plate = 0x7f080099; + public static final int search_src_text = 0x7f08009a; + public static final int search_voice_btn = 0x7f08009b; + public static final int select_dialog_listview = 0x7f08009c; + public static final int shortcut = 0x7f08009d; + public static final int spacer = 0x7f0800a5; + public static final int split_action_bar = 0x7f0800a6; + public static final int src_atop = 0x7f0800a7; + public static final int src_in = 0x7f0800a8; + public static final int src_over = 0x7f0800a9; + public static final int status_bar_latest_event_content = 0x7f0800ab; + public static final int submenuarrow = 0x7f0800ac; + public static final int submit_area = 0x7f0800ae; + public static final int tabMode = 0x7f0800af; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int textSpacerNoButtons = 0x7f0800b3; + public static final int textSpacerNoTitle = 0x7f0800b4; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + public static final int titleDividerNoCustom = 0x7f0800ba; + public static final int title_template = 0x7f0800bb; + public static final int topPanel = 0x7f0800be; + public static final int uniform = 0x7f0800c5; + public static final int up = 0x7f0800c6; + public static final int wrap_content = 0x7f0800cb; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_media_action = 0x7f0a002f; + public static final int notification_media_cancel_action = 0x7f0a0030; + public static final int notification_template_big_media = 0x7f0a0031; + public static final int notification_template_big_media_custom = 0x7f0a0032; + public static final int notification_template_big_media_narrow = 0x7f0a0033; + public static final int notification_template_big_media_narrow_custom = 0x7f0a0034; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_lines_media = 0x7f0a0037; + public static final int notification_template_media = 0x7f0a0038; + public static final int notification_template_media_custom = 0x7f0a0039; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + public static final int select_dialog_item_material = 0x7f0a003c; + public static final int select_dialog_multichoice_material = 0x7f0a003d; + public static final int select_dialog_singlechoice_material = 0x7f0a003e; + public static final int support_simple_spinner_dropdown_item = 0x7f0a003f; + public static final int tooltip = 0x7f0a0040; + } + 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 = 0x7f0c003e; + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + 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 = 0x7f0d000a; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0d000b; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0d000c; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0d000d; + public static final int Base_Animation_AppCompat_Tooltip = 0x7f0d000e; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0d0010; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0d000f; + public static final int Base_TextAppearance_AppCompat = 0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d003a; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d003b; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0d003c; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d003d; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d003e; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d003f; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0040; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0052; + public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0d0053; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0054; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0d0055; + public static final int Base_Theme_AppCompat = 0x7f0d0041; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0d0043; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0d0047; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0d0045; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0d0046; + public static final int Base_Theme_AppCompat_Light = 0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0d004a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d004e; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0d004c; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d004d; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog = 0x7f0d0058; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0d0056; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0d0057; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0d0059; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0d005a; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0d0060; + public static final int Base_V21_Theme_AppCompat = 0x7f0d005c; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0d005d; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0d005e; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0d005f; + public static final int Base_V22_Theme_AppCompat = 0x7f0d0062; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0d0063; + public static final int Base_V23_Theme_AppCompat = 0x7f0d0064; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0d0065; + public static final int Base_V26_Theme_AppCompat = 0x7f0d0066; + public static final int Base_V26_Theme_AppCompat_Light = 0x7f0d0067; + public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0d0068; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0d006e; + public static final int Base_V7_Theme_AppCompat = 0x7f0d006a; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0d006b; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0d006c; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0d006d; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0d006f; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0d0070; + public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0d0077; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0d0078; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0d0079; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0d007a; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0d007b; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0d007c; + public static final int Base_Widget_AppCompat_Button = 0x7f0d007d; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0d0083; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d0084; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0d007f; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0080; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0d0082; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d0085; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d0086; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0d0087; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0d0088; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0d0089; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0d008a; + public static final int Base_Widget_AppCompat_EditText = 0x7f0d008b; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0091; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d0092; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0d0093; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0094; + public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0d0095; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0d0096; + public static final int Base_Widget_AppCompat_ListView = 0x7f0d0097; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0d0098; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0d0099; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0d009a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0d009b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0d009c; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0d009d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d009e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0d009f; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0d00a0; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0d00a1; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0d00a2; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0d00a3; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0d00a4; + public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0d00a5; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0d00a6; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0d00a7; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0d00a8; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0d00a9; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d00aa; + public static final int Platform_AppCompat = 0x7f0d00ad; + public static final int Platform_AppCompat_Light = 0x7f0d00ae; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0d00af; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0d00b0; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0d00b1; + public static final int Platform_V11_AppCompat = 0x7f0d00b2; + public static final int Platform_V11_AppCompat_Light = 0x7f0d00b3; + public static final int Platform_V14_AppCompat = 0x7f0d00b4; + public static final int Platform_V14_AppCompat_Light = 0x7f0d00b5; + public static final int Platform_V21_AppCompat = 0x7f0d00b6; + public static final int Platform_V21_AppCompat_Light = 0x7f0d00b7; + public static final int Platform_V25_AppCompat = 0x7f0d00b8; + public static final int Platform_V25_AppCompat_Light = 0x7f0d00b9; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0d00ba; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0d00c6; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0d00c2; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0d00c4; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0d00c5; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0d00c7; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0d00c8; + public static final int TextAppearance_AppCompat = 0x7f0d00c9; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0d00ca; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0d00cb; + public static final int TextAppearance_AppCompat_Button = 0x7f0d00cc; + public static final int TextAppearance_AppCompat_Caption = 0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0d00ce; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0d00cf; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0d00d0; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0d00d1; + public static final int TextAppearance_AppCompat_Headline = 0x7f0d00d2; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0d00d3; + public static final int TextAppearance_AppCompat_Large = 0x7f0d00d4; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0d00d6; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0d00d7; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0d00d8; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0d00d9; + public static final int TextAppearance_AppCompat_Medium = 0x7f0d00da; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0d00db; + public static final int TextAppearance_AppCompat_Menu = 0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification = 0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Info = 0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Info_Media = 0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Line2 = 0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Line2_Media = 0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Media = 0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Time = 0x7f0d00e3; + public static final int TextAppearance_AppCompat_Notification_Time_Media = 0x7f0d00e4; + public static final int TextAppearance_AppCompat_Notification_Title = 0x7f0d00e5; + public static final int TextAppearance_AppCompat_Notification_Title_Media = 0x7f0d00e6; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0d00e7; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0d00e8; + public static final int TextAppearance_AppCompat_Small = 0x7f0d00e9; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0d00ea; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0d00eb; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0d00ec; + public static final int TextAppearance_AppCompat_Title = 0x7f0d00ed; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0d00ee; + public static final int TextAppearance_AppCompat_Tooltip = 0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0d00ff; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0d0100; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0d0101; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0d0102; + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Info_Media = 0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Line2_Media = 0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Media = 0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Time_Media = 0x7f0d010a; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int TextAppearance_Compat_Notification_Title_Media = 0x7f0d010c; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0d0114; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0d0115; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0d0116; + public static final int ThemeOverlay_AppCompat = 0x7f0d0132; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0d0135; + public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0d0136; + public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0d0137; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0d0138; + public static final int Theme_AppCompat = 0x7f0d0117; + public static final int Theme_AppCompat_CompactMenu = 0x7f0d0118; + public static final int Theme_AppCompat_DayNight = 0x7f0d0119; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0d011a; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0d011b; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0d011e; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0d011c; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0d011d; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0d011f; + public static final int Theme_AppCompat_Dialog = 0x7f0d0120; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0d0123; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0d0121; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0d0122; + public static final int Theme_AppCompat_Light = 0x7f0d0124; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0d0125; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0d0126; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0d0129; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0d0127; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0d0128; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0d012a; + public static final int Theme_AppCompat_NoActionBar = 0x7f0d012b; + public static final int Widget_AppCompat_ActionBar = 0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0d013a; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0d013b; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0d013c; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0d013d; + public static final int Widget_AppCompat_ActionButton = 0x7f0d013e; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0d013f; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0d0140; + public static final int Widget_AppCompat_ActionMode = 0x7f0d0141; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0d0142; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0d0143; + public static final int Widget_AppCompat_Button = 0x7f0d0144; + public static final int Widget_AppCompat_ButtonBar = 0x7f0d014a; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0d014b; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0d0145; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0d0146; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0d0147; + public static final int Widget_AppCompat_Button_Colored = 0x7f0d0148; + public static final int Widget_AppCompat_Button_Small = 0x7f0d0149; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0d014c; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0d014d; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0d014e; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0d014f; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0d0150; + public static final int Widget_AppCompat_EditText = 0x7f0d0151; + public static final int Widget_AppCompat_ImageButton = 0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0d015c; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0d015d; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0d015e; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0d015f; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0d0160; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0d0161; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0d0162; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0d0163; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0d0164; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0d0165; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0d0166; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0d0167; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0d0168; + public static final int Widget_AppCompat_ListMenuView = 0x7f0d0169; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0d016a; + public static final int Widget_AppCompat_ListView = 0x7f0d016b; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0d016c; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0d016d; + public static final int Widget_AppCompat_PopupMenu = 0x7f0d016e; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0d016f; + public static final int Widget_AppCompat_PopupWindow = 0x7f0d0170; + public static final int Widget_AppCompat_ProgressBar = 0x7f0d0171; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0d0172; + public static final int Widget_AppCompat_RatingBar = 0x7f0d0173; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0d0174; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0d0175; + public static final int Widget_AppCompat_SearchView = 0x7f0d0176; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0d0177; + public static final int Widget_AppCompat_SeekBar = 0x7f0d0178; + public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0d0179; + public static final int Widget_AppCompat_Spinner = 0x7f0d017a; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0d017b; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0d017c; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0d017d; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0d017e; + public static final int Widget_AppCompat_Toolbar = 0x7f0d017f; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0d0180; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/recyclerview/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000000..22ee70cc2f --- /dev/null +++ b/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 = 0x7f050049; + public static final int notification_icon_bg_color = 0x7f05004a; + public static final int ripple_material_light = 0x7f050055; + public static final int secondary_text_default_material_light = 0x7f050057; + } + public static final class dimen { + private dimen() {} + + public static final int compat_button_inset_horizontal_material = 0x7f06004d; + public static final int compat_button_inset_vertical_material = 0x7f06004e; + public static final int compat_button_padding_horizontal_material = 0x7f06004f; + public static final int compat_button_padding_vertical_material = 0x7f060050; + public static final int compat_control_corner_material = 0x7f060051; + public static final int fastscroll_default_thickness = 0x7f06007b; + public static final int fastscroll_margin = 0x7f06007c; + public static final int fastscroll_minimum_range = 0x7f06007d; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060085; + public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060086; + public static final int item_touch_helper_swipe_escape_velocity = 0x7f060087; + public static final int notification_action_icon_size = 0x7f060088; + public static final int notification_action_text_size = 0x7f060089; + public static final int notification_big_circle_margin = 0x7f06008a; + public static final int notification_content_margin_start = 0x7f06008b; + public static final int notification_large_icon_height = 0x7f06008c; + public static final int notification_large_icon_width = 0x7f06008d; + public static final int notification_main_column_padding_top = 0x7f06008e; + public static final int notification_media_narrow_margin = 0x7f06008f; + public static final int notification_right_icon_size = 0x7f060090; + public static final int notification_right_side_padding_top = 0x7f060091; + public static final int notification_small_icon_background_padding = 0x7f060092; + public static final int notification_small_icon_size_as_large = 0x7f060093; + public static final int notification_subtext_size = 0x7f060094; + public static final int notification_top_pad = 0x7f060095; + public static final int notification_top_pad_large_text = 0x7f060096; + } + public static final class drawable { + private drawable() {} + + public static final int notification_action_background = 0x7f070062; + public static final int notification_bg = 0x7f070063; + public static final int notification_bg_low = 0x7f070064; + public static final int notification_bg_low_normal = 0x7f070065; + public static final int notification_bg_low_pressed = 0x7f070066; + public static final int notification_bg_normal = 0x7f070067; + public static final int notification_bg_normal_pressed = 0x7f070068; + public static final int notification_icon_background = 0x7f070069; + public static final int notification_template_icon_bg = 0x7f07006a; + public static final int notification_template_icon_low_bg = 0x7f07006b; + public static final int notification_tile_bg = 0x7f07006c; + public static final int notify_panel_notification_icon_bg = 0x7f07006d; + } + public static final class id { + private id() {} + + public static final int action_container = 0x7f080014; + public static final int action_divider = 0x7f080016; + public static final int action_image = 0x7f080017; + public static final int action_text = 0x7f08001d; + public static final int actions = 0x7f08001e; + public static final int async = 0x7f080028; + public static final int blocking = 0x7f08002d; + public static final int chronometer = 0x7f080035; + public static final int forever = 0x7f080057; + public static final int icon = 0x7f08005b; + public static final int icon_group = 0x7f08005c; + public static final int info = 0x7f080060; + public static final int italic = 0x7f080063; + public static final int item_touch_helper_previous_elevation = 0x7f080064; + public static final int line1 = 0x7f08006b; + public static final int line3 = 0x7f08006c; + public static final int normal = 0x7f08007b; + public static final int notification_background = 0x7f08007c; + public static final int notification_main_column = 0x7f08007d; + public static final int notification_main_column_container = 0x7f08007e; + public static final int right_icon = 0x7f080087; + public static final int right_side = 0x7f080088; + public static final int text = 0x7f0800b1; + public static final int text2 = 0x7f0800b2; + public static final int time = 0x7f0800b8; + public static final int title = 0x7f0800b9; + } + 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 = 0x7f0a002d; + public static final int notification_action_tombstone = 0x7f0a002e; + public static final int notification_template_custom_big = 0x7f0a0035; + public static final int notification_template_icon_group = 0x7f0a0036; + public static final int notification_template_part_chronometer = 0x7f0a003a; + public static final int notification_template_part_time = 0x7f0a003b; + } + public static final class string { + private string() {} + + public static final int status_bar_notification_info_overflow = 0x7f0c0040; + } + public static final class style { + private style() {} + + public static final int TextAppearance_Compat_Notification = 0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info = 0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Time = 0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Title = 0x7f0d010b; + public static final int Widget_Compat_NotificationActionContainer = 0x7f0d0181; + public static final int Widget_Compat_NotificationActionText = 0x7f0d0182; + } + 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/app/build/generated/not_namespaced_r_class_sources/debug/r/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.java new file mode 100644 index 0000000000..39264573eb --- /dev/null +++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.java @@ -0,0 +1,11760 @@ +/* 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 lk.ac.mrt.cse.dbs.simpleexpensemanager; + +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 abc_background_cache_hint_selector_material_dark=0x7f050000; + public static final int abc_background_cache_hint_selector_material_light=0x7f050001; + public static final int abc_btn_colored_borderless_text_material=0x7f050002; + public static final int abc_btn_colored_text_material=0x7f050003; + public static final int abc_color_highlight_material=0x7f050004; + public static final int abc_hint_foreground_material_dark=0x7f050005; + public static final int abc_hint_foreground_material_light=0x7f050006; + public static final int abc_input_method_navigation_guard=0x7f050007; + public static final int abc_primary_text_disable_only_material_dark=0x7f050008; + public static final int abc_primary_text_disable_only_material_light=0x7f050009; + public static final int abc_primary_text_material_dark=0x7f05000a; + public static final int abc_primary_text_material_light=0x7f05000b; + public static final int abc_search_url_text=0x7f05000c; + public static final int abc_search_url_text_normal=0x7f05000d; + public static final int abc_search_url_text_pressed=0x7f05000e; + public static final int abc_search_url_text_selected=0x7f05000f; + public static final int abc_secondary_text_material_dark=0x7f050010; + public static final int abc_secondary_text_material_light=0x7f050011; + public static final int abc_tint_btn_checkable=0x7f050012; + public static final int abc_tint_default=0x7f050013; + public static final int abc_tint_edittext=0x7f050014; + public static final int abc_tint_seek_thumb=0x7f050015; + public static final int abc_tint_spinner=0x7f050016; + public static final int abc_tint_switch_track=0x7f050017; + public static final int accent_material_dark=0x7f050018; + public static final int accent_material_light=0x7f050019; + public static final int background_floating_material_dark=0x7f05001a; + public static final int background_floating_material_light=0x7f05001b; + public static final int background_material_dark=0x7f05001c; + public static final int background_material_light=0x7f05001d; + public static final int bright_foreground_disabled_material_dark=0x7f05001e; + public static final int bright_foreground_disabled_material_light=0x7f05001f; + public static final int bright_foreground_inverse_material_dark=0x7f050020; + public static final int bright_foreground_inverse_material_light=0x7f050021; + public static final int bright_foreground_material_dark=0x7f050022; + public static final int bright_foreground_material_light=0x7f050023; + public static final int button_material_dark=0x7f050024; + public static final int button_material_light=0x7f050025; + public static final int colorAccent=0x7f050026; + public static final int colorPrimary=0x7f050027; + public static final int colorPrimaryDark=0x7f050028; + public static final int design_bottom_navigation_shadow_color=0x7f050029; + public static final int design_error=0x7f05002a; + public static final int design_fab_shadow_end_color=0x7f05002b; + public static final int design_fab_shadow_mid_color=0x7f05002c; + public static final int design_fab_shadow_start_color=0x7f05002d; + public static final int design_fab_stroke_end_inner_color=0x7f05002e; + public static final int design_fab_stroke_end_outer_color=0x7f05002f; + public static final int design_fab_stroke_top_inner_color=0x7f050030; + public static final int design_fab_stroke_top_outer_color=0x7f050031; + public static final int design_snackbar_background_color=0x7f050032; + public static final int design_tint_password_toggle=0x7f050033; + public static final int dim_foreground_disabled_material_dark=0x7f050034; + public static final int dim_foreground_disabled_material_light=0x7f050035; + public static final int dim_foreground_material_dark=0x7f050036; + public static final int dim_foreground_material_light=0x7f050037; + public static final int error_color_material=0x7f050038; + public static final int foreground_material_dark=0x7f050039; + public static final int foreground_material_light=0x7f05003a; + public static final int highlighted_text_material_dark=0x7f05003b; + public static final int highlighted_text_material_light=0x7f05003c; + public static final int material_blue_grey_800=0x7f05003d; + public static final int material_blue_grey_900=0x7f05003e; + public static final int material_blue_grey_950=0x7f05003f; + public static final int material_deep_teal_200=0x7f050040; + public static final int material_deep_teal_500=0x7f050041; + public static final int material_grey_100=0x7f050042; + public static final int material_grey_300=0x7f050043; + public static final int material_grey_50=0x7f050044; + public static final int material_grey_600=0x7f050045; + public static final int material_grey_800=0x7f050046; + public static final int material_grey_850=0x7f050047; + public static final int material_grey_900=0x7f050048; + public static final int notification_action_color_filter=0x7f050049; + public static final int notification_icon_bg_color=0x7f05004a; + public static final int notification_material_background_media_default_color=0x7f05004b; + public static final int primary_dark_material_dark=0x7f05004c; + public static final int primary_dark_material_light=0x7f05004d; + public static final int primary_material_dark=0x7f05004e; + public static final int primary_material_light=0x7f05004f; + public static final int primary_text_default_material_dark=0x7f050050; + public static final int primary_text_default_material_light=0x7f050051; + public static final int primary_text_disabled_material_dark=0x7f050052; + public static final int primary_text_disabled_material_light=0x7f050053; + public static final int ripple_material_dark=0x7f050054; + public static final int ripple_material_light=0x7f050055; + public static final int secondary_text_default_material_dark=0x7f050056; + public static final int secondary_text_default_material_light=0x7f050057; + public static final int secondary_text_disabled_material_dark=0x7f050058; + public static final int secondary_text_disabled_material_light=0x7f050059; + public static final int switch_thumb_disabled_material_dark=0x7f05005a; + public static final int switch_thumb_disabled_material_light=0x7f05005b; + public static final int switch_thumb_material_dark=0x7f05005c; + public static final int switch_thumb_material_light=0x7f05005d; + public static final int switch_thumb_normal_material_dark=0x7f05005e; + public static final int switch_thumb_normal_material_light=0x7f05005f; + public static final int tooltip_background_dark=0x7f050060; + public static final int tooltip_background_light=0x7f050061; + } + 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 appbar_padding_top=0x7f06004c; + public static final int compat_button_inset_horizontal_material=0x7f06004d; + public static final int compat_button_inset_vertical_material=0x7f06004e; + public static final int compat_button_padding_horizontal_material=0x7f06004f; + public static final int compat_button_padding_vertical_material=0x7f060050; + public static final int compat_control_corner_material=0x7f060051; + public static final int design_appbar_elevation=0x7f060052; + public static final int design_bottom_navigation_active_item_max_width=0x7f060053; + public static final int design_bottom_navigation_active_text_size=0x7f060054; + public static final int design_bottom_navigation_elevation=0x7f060055; + public static final int design_bottom_navigation_height=0x7f060056; + public static final int design_bottom_navigation_item_max_width=0x7f060057; + public static final int design_bottom_navigation_item_min_width=0x7f060058; + public static final int design_bottom_navigation_margin=0x7f060059; + public static final int design_bottom_navigation_shadow_height=0x7f06005a; + public static final int design_bottom_navigation_text_size=0x7f06005b; + public static final int design_bottom_sheet_modal_elevation=0x7f06005c; + public static final int design_bottom_sheet_peek_height_min=0x7f06005d; + public static final int design_fab_border_width=0x7f06005e; + public static final int design_fab_elevation=0x7f06005f; + public static final int design_fab_image_size=0x7f060060; + public static final int design_fab_size_mini=0x7f060061; + public static final int design_fab_size_normal=0x7f060062; + public static final int design_fab_translation_z_pressed=0x7f060063; + public static final int design_navigation_elevation=0x7f060064; + public static final int design_navigation_icon_padding=0x7f060065; + public static final int design_navigation_icon_size=0x7f060066; + public static final int design_navigation_max_width=0x7f060067; + public static final int design_navigation_padding_bottom=0x7f060068; + public static final int design_navigation_separator_vertical_padding=0x7f060069; + public static final int design_snackbar_action_inline_max_width=0x7f06006a; + public static final int design_snackbar_background_corner_radius=0x7f06006b; + public static final int design_snackbar_elevation=0x7f06006c; + public static final int design_snackbar_extra_spacing_horizontal=0x7f06006d; + public static final int design_snackbar_max_width=0x7f06006e; + public static final int design_snackbar_min_width=0x7f06006f; + public static final int design_snackbar_padding_horizontal=0x7f060070; + public static final int design_snackbar_padding_vertical=0x7f060071; + public static final int design_snackbar_padding_vertical_2lines=0x7f060072; + public static final int design_snackbar_text_size=0x7f060073; + public static final int design_tab_max_width=0x7f060074; + public static final int design_tab_scrollable_min_width=0x7f060075; + public static final int design_tab_text_size=0x7f060076; + public static final int design_tab_text_size_2line=0x7f060077; + public static final int disabled_alpha_material_dark=0x7f060078; + public static final int disabled_alpha_material_light=0x7f060079; + public static final int fab_margin=0x7f06007a; + public static final int fastscroll_default_thickness=0x7f06007b; + public static final int fastscroll_margin=0x7f06007c; + public static final int fastscroll_minimum_range=0x7f06007d; + public static final int highlight_alpha_material_colored=0x7f06007e; + public static final int highlight_alpha_material_dark=0x7f06007f; + public static final int highlight_alpha_material_light=0x7f060080; + public static final int hint_alpha_material_dark=0x7f060081; + public static final int hint_alpha_material_light=0x7f060082; + public static final int hint_pressed_alpha_material_dark=0x7f060083; + public static final int hint_pressed_alpha_material_light=0x7f060084; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060085; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060086; + public static final int item_touch_helper_swipe_escape_velocity=0x7f060087; + public static final int notification_action_icon_size=0x7f060088; + public static final int notification_action_text_size=0x7f060089; + public static final int notification_big_circle_margin=0x7f06008a; + public static final int notification_content_margin_start=0x7f06008b; + public static final int notification_large_icon_height=0x7f06008c; + public static final int notification_large_icon_width=0x7f06008d; + public static final int notification_main_column_padding_top=0x7f06008e; + public static final int notification_media_narrow_margin=0x7f06008f; + public static final int notification_right_icon_size=0x7f060090; + public static final int notification_right_side_padding_top=0x7f060091; + public static final int notification_small_icon_background_padding=0x7f060092; + public static final int notification_small_icon_size_as_large=0x7f060093; + public static final int notification_subtext_size=0x7f060094; + public static final int notification_top_pad=0x7f060095; + public static final int notification_top_pad_large_text=0x7f060096; + public static final int tooltip_corner_radius=0x7f060097; + public static final int tooltip_horizontal_padding=0x7f060098; + public static final int tooltip_margin=0x7f060099; + public static final int tooltip_precise_anchor_extra_offset=0x7f06009a; + public static final int tooltip_precise_anchor_threshold=0x7f06009b; + public static final int tooltip_vertical_padding=0x7f06009c; + public static final int tooltip_y_offset_non_touch=0x7f06009d; + public static final int tooltip_y_offset_touch=0x7f06009e; + } + 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 design_bottom_navigation_item_background=0x7f07005b; + public static final int design_fab_background=0x7f07005c; + public static final int design_ic_visibility=0x7f07005d; + public static final int design_ic_visibility_off=0x7f07005e; + public static final int design_password_eye=0x7f07005f; + public static final int design_snackbar_background=0x7f070060; + public static final int navigation_empty_icon=0x7f070061; + public static final int notification_action_background=0x7f070062; + public static final int notification_bg=0x7f070063; + public static final int notification_bg_low=0x7f070064; + public static final int notification_bg_low_normal=0x7f070065; + public static final int notification_bg_low_pressed=0x7f070066; + public static final int notification_bg_normal=0x7f070067; + public static final int notification_bg_normal_pressed=0x7f070068; + public static final int notification_icon_background=0x7f070069; + public static final int notification_template_icon_bg=0x7f07006a; + public static final int notification_template_icon_low_bg=0x7f07006b; + public static final int notification_tile_bg=0x7f07006c; + public static final int notify_panel_notification_icon_bg=0x7f07006d; + public static final int tooltip_frame_dark=0x7f07006e; + public static final int tooltip_frame_light=0x7f07006f; + } + 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 account_holder_name=0x7f080006; + public static final int account_holder_name_tv=0x7f080007; + public static final int account_num=0x7f080008; + public static final int account_selector=0x7f080009; + public static final int account_text_tv=0x7f08000a; + public static final int account_tv=0x7f08000b; + public static final int action0=0x7f08000c; + public static final int action_bar=0x7f08000d; + public static final int action_bar_activity_content=0x7f08000e; + public static final int action_bar_container=0x7f08000f; + public static final int action_bar_root=0x7f080010; + public static final int action_bar_spinner=0x7f080011; + public static final int action_bar_subtitle=0x7f080012; + public static final int action_bar_title=0x7f080013; + public static final int action_container=0x7f080014; + public static final int action_context_bar=0x7f080015; + public static final int action_divider=0x7f080016; + public static final int action_image=0x7f080017; + public static final int action_menu_divider=0x7f080018; + public static final int action_menu_presenter=0x7f080019; + public static final int action_mode_bar=0x7f08001a; + public static final int action_mode_bar_stub=0x7f08001b; + public static final int action_mode_close_button=0x7f08001c; + public static final int action_text=0x7f08001d; + public static final int actions=0x7f08001e; + public static final int activity_chooser_view_content=0x7f08001f; + public static final int add=0x7f080020; + public static final int add_account=0x7f080021; + public static final int alertTitle=0x7f080022; + public static final int all=0x7f080023; + public static final int always=0x7f080024; + public static final int amount=0x7f080025; + public static final int amount_text_tv=0x7f080026; + public static final int appbar=0x7f080027; + public static final int async=0x7f080028; + public static final int auto=0x7f080029; + public static final int bank_name=0x7f08002a; + public static final int bank_name_tv=0x7f08002b; + public static final int beginning=0x7f08002c; + public static final int blocking=0x7f08002d; + public static final int bottom=0x7f08002e; + public static final int buttonPanel=0x7f08002f; + public static final int cancel_action=0x7f080030; + public static final int center=0x7f080031; + public static final int center_horizontal=0x7f080032; + public static final int center_vertical=0x7f080033; + public static final int checkbox=0x7f080034; + public static final int chronometer=0x7f080035; + public static final int clip_horizontal=0x7f080036; + public static final int clip_vertical=0x7f080037; + public static final int collapseActionView=0x7f080038; + public static final int container=0x7f080039; + public static final int contentPanel=0x7f08003a; + public static final int coordinator=0x7f08003b; + public static final int custom=0x7f08003c; + public static final int customPanel=0x7f08003d; + public static final int date_selector=0x7f08003e; + public static final int date_tv=0x7f08003f; + public static final int decor_content_parent=0x7f080040; + public static final int default_activity_button=0x7f080041; + public static final int design_bottom_sheet=0x7f080042; + public static final int design_menu_item_action_area=0x7f080043; + public static final int design_menu_item_action_area_stub=0x7f080044; + public static final int design_menu_item_text=0x7f080045; + public static final int design_navigation_view=0x7f080046; + public static final int disableHome=0x7f080047; + public static final int edit_query=0x7f080048; + public static final int end=0x7f080049; + public static final int end_padder=0x7f08004a; + public static final int enterAlways=0x7f08004b; + public static final int enterAlwaysCollapsed=0x7f08004c; + public static final int exitUntilCollapsed=0x7f08004d; + public static final int expand_activities_button=0x7f08004e; + public static final int expanded_menu=0x7f08004f; + public static final int expense=0x7f080050; + public static final int expense_type_group=0x7f080051; + public static final int expense_type_tv=0x7f080052; + public static final int fill=0x7f080053; + public static final int fill_horizontal=0x7f080054; + public static final int fill_vertical=0x7f080055; + public static final int fixed=0x7f080056; + public static final int forever=0x7f080057; + public static final int ghost_view=0x7f080058; + public static final int home=0x7f080059; + public static final int homeAsUp=0x7f08005a; + public static final int icon=0x7f08005b; + public static final int icon_group=0x7f08005c; + public static final int ifRoom=0x7f08005d; + public static final int image=0x7f08005e; + public static final int income=0x7f08005f; + public static final int info=0x7f080060; + public static final int initial_balance=0x7f080061; + public static final int initial_balance_tv=0x7f080062; + public static final int italic=0x7f080063; + public static final int item_touch_helper_previous_elevation=0x7f080064; + public static final int label_acount=0x7f080065; + public static final int label_amount=0x7f080066; + public static final int label_date=0x7f080067; + public static final int label_type=0x7f080068; + public static final int largeLabel=0x7f080069; + public static final int left=0x7f08006a; + public static final int line1=0x7f08006b; + public static final int line3=0x7f08006c; + public static final int listMode=0x7f08006d; + public static final int list_item=0x7f08006e; + public static final int logs_table=0x7f08006f; + public static final int logs_table_header=0x7f080070; + public static final int main_content=0x7f080071; + public static final int masked=0x7f080072; + public static final int media_actions=0x7f080073; + public static final int message=0x7f080074; + public static final int middle=0x7f080075; + public static final int mini=0x7f080076; + public static final int multiply=0x7f080077; + public static final int navigation_header_container=0x7f080078; + public static final int never=0x7f080079; + public static final int none=0x7f08007a; + public static final int normal=0x7f08007b; + public static final int notification_background=0x7f08007c; + public static final int notification_main_column=0x7f08007d; + public static final int notification_main_column_container=0x7f08007e; + public static final int parallax=0x7f08007f; + public static final int parentPanel=0x7f080080; + public static final int parent_matrix=0x7f080081; + public static final int pin=0x7f080082; + public static final int progress_circular=0x7f080083; + public static final int progress_horizontal=0x7f080084; + public static final int radio=0x7f080085; + public static final int right=0x7f080086; + public static final int right_icon=0x7f080087; + public static final int right_side=0x7f080088; + public static final int save_image_matrix=0x7f080089; + public static final int save_non_transition_alpha=0x7f08008a; + public static final int save_scale_type=0x7f08008b; + public static final int screen=0x7f08008c; + public static final int scroll=0x7f08008d; + public static final int scrollIndicatorDown=0x7f08008e; + public static final int scrollIndicatorUp=0x7f08008f; + public static final int scrollView=0x7f080090; + public static final int scrollable=0x7f080091; + public static final int search_badge=0x7f080092; + public static final int search_bar=0x7f080093; + public static final int search_button=0x7f080094; + public static final int search_close_btn=0x7f080095; + public static final int search_edit_frame=0x7f080096; + public static final int search_go_btn=0x7f080097; + public static final int search_mag_icon=0x7f080098; + public static final int search_plate=0x7f080099; + public static final int search_src_text=0x7f08009a; + public static final int search_voice_btn=0x7f08009b; + public static final int select_dialog_listview=0x7f08009c; + public static final int shortcut=0x7f08009d; + public static final int showCustom=0x7f08009e; + public static final int showHome=0x7f08009f; + public static final int showTitle=0x7f0800a0; + public static final int smallLabel=0x7f0800a1; + public static final int snackbar_action=0x7f0800a2; + public static final int snackbar_text=0x7f0800a3; + public static final int snap=0x7f0800a4; + public static final int spacer=0x7f0800a5; + public static final int split_action_bar=0x7f0800a6; + public static final int src_atop=0x7f0800a7; + public static final int src_in=0x7f0800a8; + public static final int src_over=0x7f0800a9; + public static final int start=0x7f0800aa; + public static final int status_bar_latest_event_content=0x7f0800ab; + public static final int submenuarrow=0x7f0800ac; + public static final int submit_amount=0x7f0800ad; + public static final int submit_area=0x7f0800ae; + public static final int tabMode=0x7f0800af; + public static final int tabs=0x7f0800b0; + public static final int text=0x7f0800b1; + public static final int text2=0x7f0800b2; + public static final int textSpacerNoButtons=0x7f0800b3; + public static final int textSpacerNoTitle=0x7f0800b4; + public static final int text_input_password_toggle=0x7f0800b5; + public static final int textinput_counter=0x7f0800b6; + public static final int textinput_error=0x7f0800b7; + public static final int time=0x7f0800b8; + public static final int title=0x7f0800b9; + public static final int titleDividerNoCustom=0x7f0800ba; + public static final int title_template=0x7f0800bb; + public static final int toolbar=0x7f0800bc; + public static final int top=0x7f0800bd; + public static final int topPanel=0x7f0800be; + public static final int touch_outside=0x7f0800bf; + public static final int transition_current_scene=0x7f0800c0; + public static final int transition_layout_save=0x7f0800c1; + public static final int transition_position=0x7f0800c2; + public static final int transition_scene_layoutid_cache=0x7f0800c3; + public static final int transition_transform=0x7f0800c4; + public static final int uniform=0x7f0800c5; + public static final int up=0x7f0800c6; + public static final int useLogo=0x7f0800c7; + public static final int view_offset_helper=0x7f0800c8; + public static final int visible=0x7f0800c9; + public static final int withText=0x7f0800ca; + public static final int wrap_content=0x7f0800cb; + } + 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_main=0x7f0a001b; + public static final int design_bottom_navigation_item=0x7f0a001c; + public static final int design_bottom_sheet_dialog=0x7f0a001d; + public static final int design_layout_snackbar=0x7f0a001e; + public static final int design_layout_snackbar_include=0x7f0a001f; + public static final int design_layout_tab_icon=0x7f0a0020; + public static final int design_layout_tab_text=0x7f0a0021; + public static final int design_menu_item_action_area=0x7f0a0022; + public static final int design_navigation_item=0x7f0a0023; + public static final int design_navigation_item_header=0x7f0a0024; + public static final int design_navigation_item_separator=0x7f0a0025; + public static final int design_navigation_item_subheader=0x7f0a0026; + public static final int design_navigation_menu=0x7f0a0027; + public static final int design_navigation_menu_item=0x7f0a0028; + public static final int design_text_input_password_icon=0x7f0a0029; + public static final int fragment_add_account=0x7f0a002a; + public static final int fragment_expense_logs=0x7f0a002b; + public static final int fragment_manage_expenses=0x7f0a002c; + public static final int notification_action=0x7f0a002d; + public static final int notification_action_tombstone=0x7f0a002e; + public static final int notification_media_action=0x7f0a002f; + public static final int notification_media_cancel_action=0x7f0a0030; + public static final int notification_template_big_media=0x7f0a0031; + public static final int notification_template_big_media_custom=0x7f0a0032; + public static final int notification_template_big_media_narrow=0x7f0a0033; + public static final int notification_template_big_media_narrow_custom=0x7f0a0034; + public static final int notification_template_custom_big=0x7f0a0035; + public static final int notification_template_icon_group=0x7f0a0036; + public static final int notification_template_lines_media=0x7f0a0037; + public static final int notification_template_media=0x7f0a0038; + public static final int notification_template_media_custom=0x7f0a0039; + public static final int notification_template_part_chronometer=0x7f0a003a; + public static final int notification_template_part_time=0x7f0a003b; + public static final int select_dialog_item_material=0x7f0a003c; + public static final int select_dialog_multichoice_material=0x7f0a003d; + public static final int select_dialog_singlechoice_material=0x7f0a003e; + public static final int support_simple_spinner_dropdown_item=0x7f0a003f; + public static final int tooltip=0x7f0a0040; + } + public static final class mipmap { + public static final int ic_launcher=0x7f0b0000; + } + 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 account_holder_text=0x7f0c001f; + public static final int account_text=0x7f0c0020; + public static final int action_settings=0x7f0c0021; + public static final int add_account_text=0x7f0c0022; + public static final int amount_text=0x7f0c0023; + public static final int app_name=0x7f0c0024; + public static final int appbar_scrolling_view_behavior=0x7f0c0025; + public static final int bank_text=0x7f0c0026; + public static final int bottom_sheet_behavior=0x7f0c0027; + public static final int character_counter_pattern=0x7f0c0028; + public static final int config_date_log_pattern=0x7f0c0029; + public static final int date_text=0x7f0c002a; + public static final int err_acct_holder_empty=0x7f0c002b; + public static final int err_acct_number_empty=0x7f0c002c; + public static final int err_amount_required=0x7f0c002d; + public static final int err_bank_name_empty=0x7f0c002e; + public static final int err_init_balance_empty=0x7f0c002f; + public static final int expense_text=0x7f0c0030; + public static final int expense_type_text=0x7f0c0031; + public static final int income_text=0x7f0c0032; + public static final int initial_balance_text=0x7f0c0033; + public static final int label_add_account=0x7f0c0034; + public static final int label_logs=0x7f0c0035; + public static final int label_manage=0x7f0c0036; + public static final int msg_account_update_unable=0x7f0c0037; + public static final int msg_ok=0x7f0c0038; + public static final int password_toggle_content_description=0x7f0c0039; + public static final int path_password_eye=0x7f0c003a; + public static final int path_password_eye_mask_strike_through=0x7f0c003b; + public static final int path_password_eye_mask_visible=0x7f0c003c; + public static final int path_password_strike_through=0x7f0c003d; + public static final int search_menu_title=0x7f0c003e; + public static final int section_format=0x7f0c003f; + public static final int status_bar_notification_info_overflow=0x7f0c0040; + public static final int submit=0x7f0c0041; + } + 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 AppTheme_AppBarOverlay=0x7f0d0007; + public static final int AppTheme_NoActionBar=0x7f0d0008; + public static final int AppTheme_PopupOverlay=0x7f0d0009; + public static final int Base_AlertDialog_AppCompat=0x7f0d000a; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0d000b; + public static final int Base_Animation_AppCompat_Dialog=0x7f0d000c; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0d000d; + public static final int Base_Animation_AppCompat_Tooltip=0x7f0d000e; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0d000f; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0d0010; + public static final int Base_TextAppearance_AppCompat=0x7f0d0011; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0d0012; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0d0013; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0d0014; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0d0015; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0d0016; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0d0017; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0d0018; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0d0019; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0d001a; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0d001b; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0d001c; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0d001d; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d001e; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d001f; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0d0020; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0d0021; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0d0022; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0d0023; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d0024; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0d0025; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0d0026; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0d0027; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0d0028; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0d0029; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0d002a; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0d002b; + public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0d002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d002d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d002e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d002f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d0030; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d0031; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d0032; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d0033; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0d0034; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d0035; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d0036; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d0037; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d0038; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d0039; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d003a; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d003b; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0d003c; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d003d; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d003e; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d003f; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d0040; + public static final int Base_Theme_AppCompat=0x7f0d0041; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0d0042; + public static final int Base_Theme_AppCompat_Dialog=0x7f0d0043; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0d0044; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0d0045; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0d0046; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0d0047; + public static final int Base_Theme_AppCompat_Light=0x7f0d0048; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0d0049; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0d004a; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0d004b; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0d004c; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d004d; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0d004e; + public static final int Base_ThemeOverlay_AppCompat=0x7f0d004f; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0d0050; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0d0051; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d0052; + public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0d0053; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0054; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0d0055; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0d0056; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0d0057; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0d0058; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0d0059; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0d005a; + public static final int Base_V14_Widget_Design_AppBarLayout=0x7f0d005b; + public static final int Base_V21_Theme_AppCompat=0x7f0d005c; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0d005d; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0d005e; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0d005f; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0d0060; + public static final int Base_V21_Widget_Design_AppBarLayout=0x7f0d0061; + public static final int Base_V22_Theme_AppCompat=0x7f0d0062; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0d0063; + public static final int Base_V23_Theme_AppCompat=0x7f0d0064; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0d0065; + public static final int Base_V26_Theme_AppCompat=0x7f0d0066; + public static final int Base_V26_Theme_AppCompat_Light=0x7f0d0067; + public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0d0068; + public static final int Base_V26_Widget_Design_AppBarLayout=0x7f0d0069; + public static final int Base_V7_Theme_AppCompat=0x7f0d006a; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0d006b; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0d006c; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0d006d; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0d006e; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0d006f; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0d0070; + public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0d0071; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0d0072; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0d0073; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0d0074; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0d0075; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0d0076; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0d0077; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0d0078; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0d0079; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0d007a; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0d007b; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0d007c; + public static final int Base_Widget_AppCompat_Button=0x7f0d007d; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0d007e; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0d007f; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d0080; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0d0081; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0d0082; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0d0083; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d0084; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0d0085; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0d0086; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0d0087; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0d0088; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0d0089; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0d008a; + public static final int Base_Widget_AppCompat_EditText=0x7f0d008b; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0d008c; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0d008d; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0d008e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d008f; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0d0090; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d0091; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0d0092; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0d0093; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0094; + public static final int Base_Widget_AppCompat_ListMenuView=0x7f0d0095; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0d0096; + public static final int Base_Widget_AppCompat_ListView=0x7f0d0097; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0d0098; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0d0099; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0d009a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0d009b; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0d009c; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0d009d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0d009e; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0d009f; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0d00a0; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0d00a1; + public static final int Base_Widget_AppCompat_SearchView=0x7f0d00a2; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0d00a3; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0d00a4; + public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0d00a5; + public static final int Base_Widget_AppCompat_Spinner=0x7f0d00a6; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0d00a7; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0d00a8; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0d00a9; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d00aa; + public static final int Base_Widget_Design_AppBarLayout=0x7f0d00ab; + public static final int Base_Widget_Design_TabLayout=0x7f0d00ac; + public static final int Platform_AppCompat=0x7f0d00ad; + public static final int Platform_AppCompat_Light=0x7f0d00ae; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0d00af; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0d00b0; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0d00b1; + public static final int Platform_V11_AppCompat=0x7f0d00b2; + public static final int Platform_V11_AppCompat_Light=0x7f0d00b3; + public static final int Platform_V14_AppCompat=0x7f0d00b4; + public static final int Platform_V14_AppCompat_Light=0x7f0d00b5; + public static final int Platform_V21_AppCompat=0x7f0d00b6; + public static final int Platform_V21_AppCompat_Light=0x7f0d00b7; + public static final int Platform_V25_AppCompat=0x7f0d00b8; + public static final int Platform_V25_AppCompat_Light=0x7f0d00b9; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0d00ba; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0d00bb; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0d00bc; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0d00bd; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0d00be; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0d00bf; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0d00c0; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0d00c1; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0d00c2; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0d00c3; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0d00c4; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0d00c5; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0d00c6; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0d00c7; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0d00c8; + public static final int TextAppearance_AppCompat=0x7f0d00c9; + public static final int TextAppearance_AppCompat_Body1=0x7f0d00ca; + public static final int TextAppearance_AppCompat_Body2=0x7f0d00cb; + public static final int TextAppearance_AppCompat_Button=0x7f0d00cc; + public static final int TextAppearance_AppCompat_Caption=0x7f0d00cd; + public static final int TextAppearance_AppCompat_Display1=0x7f0d00ce; + public static final int TextAppearance_AppCompat_Display2=0x7f0d00cf; + public static final int TextAppearance_AppCompat_Display3=0x7f0d00d0; + public static final int TextAppearance_AppCompat_Display4=0x7f0d00d1; + public static final int TextAppearance_AppCompat_Headline=0x7f0d00d2; + public static final int TextAppearance_AppCompat_Inverse=0x7f0d00d3; + public static final int TextAppearance_AppCompat_Large=0x7f0d00d4; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0d00d5; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0d00d6; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0d00d7; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d00d8; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d00d9; + public static final int TextAppearance_AppCompat_Medium=0x7f0d00da; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0d00db; + public static final int TextAppearance_AppCompat_Menu=0x7f0d00dc; + public static final int TextAppearance_AppCompat_Notification=0x7f0d00dd; + public static final int TextAppearance_AppCompat_Notification_Info=0x7f0d00de; + public static final int TextAppearance_AppCompat_Notification_Info_Media=0x7f0d00df; + public static final int TextAppearance_AppCompat_Notification_Line2=0x7f0d00e0; + public static final int TextAppearance_AppCompat_Notification_Line2_Media=0x7f0d00e1; + public static final int TextAppearance_AppCompat_Notification_Media=0x7f0d00e2; + public static final int TextAppearance_AppCompat_Notification_Time=0x7f0d00e3; + public static final int TextAppearance_AppCompat_Notification_Time_Media=0x7f0d00e4; + public static final int TextAppearance_AppCompat_Notification_Title=0x7f0d00e5; + public static final int TextAppearance_AppCompat_Notification_Title_Media=0x7f0d00e6; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d00e7; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0d00e8; + public static final int TextAppearance_AppCompat_Small=0x7f0d00e9; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0d00ea; + public static final int TextAppearance_AppCompat_Subhead=0x7f0d00eb; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0d00ec; + public static final int TextAppearance_AppCompat_Title=0x7f0d00ed; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0d00ee; + public static final int TextAppearance_AppCompat_Tooltip=0x7f0d00ef; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d00f0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d00f1; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d00f2; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d00f3; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d00f4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d00f5; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0d00f6; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d00f7; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0d00f8; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0d00f9; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d00fa; + public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d00fb; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d00fc; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d00fd; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d00fe; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d00ff; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d0100; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0d0101; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d0102; + public static final int TextAppearance_Compat_Notification=0x7f0d0103; + public static final int TextAppearance_Compat_Notification_Info=0x7f0d0104; + public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0d0105; + public static final int TextAppearance_Compat_Notification_Line2=0x7f0d0106; + public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0d0107; + public static final int TextAppearance_Compat_Notification_Media=0x7f0d0108; + public static final int TextAppearance_Compat_Notification_Time=0x7f0d0109; + public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0d010a; + public static final int TextAppearance_Compat_Notification_Title=0x7f0d010b; + public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0d010c; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0d010d; + public static final int TextAppearance_Design_Counter=0x7f0d010e; + public static final int TextAppearance_Design_Counter_Overflow=0x7f0d010f; + public static final int TextAppearance_Design_Error=0x7f0d0110; + public static final int TextAppearance_Design_Hint=0x7f0d0111; + public static final int TextAppearance_Design_Snackbar_Message=0x7f0d0112; + public static final int TextAppearance_Design_Tab=0x7f0d0113; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d0114; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d0115; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d0116; + public static final int Theme_AppCompat=0x7f0d0117; + public static final int Theme_AppCompat_CompactMenu=0x7f0d0118; + public static final int Theme_AppCompat_DayNight=0x7f0d0119; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0d011a; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0d011b; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0d011c; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0d011d; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0d011e; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0d011f; + public static final int Theme_AppCompat_Dialog=0x7f0d0120; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0d0121; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0d0122; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0d0123; + public static final int Theme_AppCompat_Light=0x7f0d0124; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0d0125; + public static final int Theme_AppCompat_Light_Dialog=0x7f0d0126; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0d0127; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d0128; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0d0129; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0d012a; + public static final int Theme_AppCompat_NoActionBar=0x7f0d012b; + public static final int Theme_Design=0x7f0d012c; + public static final int Theme_Design_BottomSheetDialog=0x7f0d012d; + public static final int Theme_Design_Light=0x7f0d012e; + public static final int Theme_Design_Light_BottomSheetDialog=0x7f0d012f; + public static final int Theme_Design_Light_NoActionBar=0x7f0d0130; + public static final int Theme_Design_NoActionBar=0x7f0d0131; + public static final int ThemeOverlay_AppCompat=0x7f0d0132; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0d0133; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0d0134; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d0135; + public static final int ThemeOverlay_AppCompat_Dialog=0x7f0d0136; + public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0137; + public static final int ThemeOverlay_AppCompat_Light=0x7f0d0138; + public static final int Widget_AppCompat_ActionBar=0x7f0d0139; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0d013a; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0d013b; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0d013c; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0d013d; + public static final int Widget_AppCompat_ActionButton=0x7f0d013e; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0d013f; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0d0140; + public static final int Widget_AppCompat_ActionMode=0x7f0d0141; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0d0142; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0d0143; + public static final int Widget_AppCompat_Button=0x7f0d0144; + public static final int Widget_AppCompat_Button_Borderless=0x7f0d0145; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0d0146; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d0147; + public static final int Widget_AppCompat_Button_Colored=0x7f0d0148; + public static final int Widget_AppCompat_Button_Small=0x7f0d0149; + public static final int Widget_AppCompat_ButtonBar=0x7f0d014a; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d014b; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0d014c; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0d014d; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0d014e; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0d014f; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0d0150; + public static final int Widget_AppCompat_EditText=0x7f0d0151; + public static final int Widget_AppCompat_ImageButton=0x7f0d0152; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0d0153; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0d0154; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0d0155; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d0156; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0d0157; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0d0158; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d0159; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0d015a; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0d015b; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0d015c; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0d015d; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0d015e; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0d015f; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0d0160; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0d0161; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0d0162; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0d0163; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0d0164; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0d0165; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0166; + public static final int Widget_AppCompat_Light_SearchView=0x7f0d0167; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0d0168; + public static final int Widget_AppCompat_ListMenuView=0x7f0d0169; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0d016a; + public static final int Widget_AppCompat_ListView=0x7f0d016b; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0d016c; + public static final int Widget_AppCompat_ListView_Menu=0x7f0d016d; + public static final int Widget_AppCompat_PopupMenu=0x7f0d016e; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0d016f; + public static final int Widget_AppCompat_PopupWindow=0x7f0d0170; + public static final int Widget_AppCompat_ProgressBar=0x7f0d0171; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0d0172; + public static final int Widget_AppCompat_RatingBar=0x7f0d0173; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0d0174; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0d0175; + public static final int Widget_AppCompat_SearchView=0x7f0d0176; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0d0177; + public static final int Widget_AppCompat_SeekBar=0x7f0d0178; + public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0d0179; + public static final int Widget_AppCompat_Spinner=0x7f0d017a; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0d017b; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0d017c; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0d017d; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0d017e; + public static final int Widget_AppCompat_Toolbar=0x7f0d017f; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d0180; + public static final int Widget_Compat_NotificationActionContainer=0x7f0d0181; + public static final int Widget_Compat_NotificationActionText=0x7f0d0182; + public static final int Widget_Design_AppBarLayout=0x7f0d0183; + public static final int Widget_Design_BottomNavigationView=0x7f0d0184; + public static final int Widget_Design_BottomSheet_Modal=0x7f0d0185; + public static final int Widget_Design_CollapsingToolbar=0x7f0d0186; + public static final int Widget_Design_CoordinatorLayout=0x7f0d0187; + public static final int Widget_Design_FloatingActionButton=0x7f0d0188; + public static final int Widget_Design_NavigationView=0x7f0d0189; + public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0d018a; + public static final int Widget_Design_Snackbar=0x7f0d018b; + public static final int Widget_Design_TabLayout=0x7f0d018c; + public static final int Widget_Design_TextInputLayout=0x7f0d018d; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionBar_background lk.ac.mrt.cse.dbs.simpleexpensemanager:background}
{@link #ActionBar_backgroundSplit lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundSplit}
{@link #ActionBar_backgroundStacked lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundStacked}
{@link #ActionBar_contentInsetEnd lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetLeft}
{@link #ActionBar_contentInsetRight lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetRight}
{@link #ActionBar_contentInsetStart lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:customNavigationLayout}
{@link #ActionBar_displayOptions lk.ac.mrt.cse.dbs.simpleexpensemanager:displayOptions}
{@link #ActionBar_divider lk.ac.mrt.cse.dbs.simpleexpensemanager:divider}
{@link #ActionBar_elevation lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation}
{@link #ActionBar_height lk.ac.mrt.cse.dbs.simpleexpensemanager:height}
{@link #ActionBar_hideOnContentScroll lk.ac.mrt.cse.dbs.simpleexpensemanager:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator lk.ac.mrt.cse.dbs.simpleexpensemanager:homeAsUpIndicator}
{@link #ActionBar_homeLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:homeLayout}
{@link #ActionBar_icon lk.ac.mrt.cse.dbs.simpleexpensemanager:icon}
{@link #ActionBar_indeterminateProgressStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:indeterminateProgressStyle}
{@link #ActionBar_itemPadding lk.ac.mrt.cse.dbs.simpleexpensemanager:itemPadding}
{@link #ActionBar_logo lk.ac.mrt.cse.dbs.simpleexpensemanager:logo}
{@link #ActionBar_navigationMode lk.ac.mrt.cse.dbs.simpleexpensemanager:navigationMode}
{@link #ActionBar_popupTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:popupTheme}
{@link #ActionBar_progressBarPadding lk.ac.mrt.cse.dbs.simpleexpensemanager:progressBarPadding}
{@link #ActionBar_progressBarStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:progressBarStyle}
{@link #ActionBar_subtitle lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitle}
{@link #ActionBar_subtitleTextStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextStyle}
{@link #ActionBar_title lk.ac.mrt.cse.dbs.simpleexpensemanager:title}
{@link #ActionBar_titleTextStyle lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:background + */ + public static final int ActionBar_background=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEndWithActions + */ + public static final int ActionBar_contentInsetEndWithActions=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStartWithNavigation + */ + public static final int ActionBar_contentInsetStartWithNavigation=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:displayOptions + */ + public static final int ActionBar_displayOptions=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:divider + */ + public static final int ActionBar_divider=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation + */ + public static final int ActionBar_elevation=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:height + */ + public static final int ActionBar_height=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=15; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:homeLayout + */ + public static final int ActionBar_homeLayout=16; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:icon + */ + public static final int ActionBar_icon=17; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=18; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemPadding + */ + public static final int ActionBar_itemPadding=19; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:logo + */ + public static final int ActionBar_logo=20; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:navigationMode + */ + public static final int ActionBar_navigationMode=21; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:popupTheme + */ + public static final int ActionBar_popupTheme=22; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=23; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=24; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitle + */ + public static final int ActionBar_subtitle=25; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=26; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:title + */ + public static final int ActionBar_title=27; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:background}
{@link #ActionMode_backgroundSplit lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundSplit}
{@link #ActionMode_closeItemLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:closeItemLayout}
{@link #ActionMode_height lk.ac.mrt.cse.dbs.simpleexpensemanager:height}
{@link #ActionMode_subtitleTextStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextStyle}
{@link #ActionMode_titleTextStyle lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:background + */ + public static final int ActionMode_background=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:height + */ + public static final int ActionMode_height=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount lk.ac.mrt.cse.dbs.simpleexpensemanager:initialActivityCount}
+ * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f03007f, 0x7f0300a9 + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:listItemLayout}
{@link #AlertDialog_listLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:listLayout}
{@link #AlertDialog_multiChoiceItemLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:multiChoiceItemLayout}
{@link #AlertDialog_showTitle lk.ac.mrt.cse.dbs.simpleexpensemanager:showTitle}
{@link #AlertDialog_singleChoiceItemLayout lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listItemLayout + */ + public static final int AlertDialog_listItemLayout=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listLayout + */ + public static final int AlertDialog_listLayout=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:showTitle + */ + public static final int AlertDialog_showTitle=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation}
{@link #AppBarLayout_expanded lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation + */ + public static final int AppBarLayout_elevation=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:state_collapsed + */ + public static final int AppBarLayoutStates_state_collapsed=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_scrollFlags + */ + public static final int AppBarLayout_Layout_layout_scrollFlags=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:srcCompat}
{@link #AppCompatImageView_tint lk.ac.mrt.cse.dbs.simpleexpensemanager:tint}
{@link #AppCompatImageView_tintMode lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:srcCompat + */ + public static final int AppCompatImageView_srcCompat=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tint + */ + public static final int AppCompatImageView_tint=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tickMark}
{@link #AppCompatSeekBar_tickMarkTint lk.ac.mrt.cse.dbs.simpleexpensemanager:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tickMark + */ + public static final int AppCompatSeekBar_tickMark=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tickMarkTint + */ + public static final int AppCompatSeekBar_tickMarkTint=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeTextType}
{@link #AppCompatTextView_fontFamily lk.ac.mrt.cse.dbs.simpleexpensemanager:fontFamily}
{@link #AppCompatTextView_textAllCaps lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeMaxTextSize + */ + public static final int AppCompatTextView_autoSizeMaxTextSize=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeMinTextSize + */ + public static final int AppCompatTextView_autoSizeMinTextSize=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizePresetSizes + */ + public static final int AppCompatTextView_autoSizePresetSizes=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeStepGranularity + */ + public static final int AppCompatTextView_autoSizeStepGranularity=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:autoSizeTextType + */ + public static final int AppCompatTextView_autoSizeTextType=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontFamily + */ + public static final int AppCompatTextView_fontFamily=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogTheme}
{@link #AppCompatTheme_autoCompleteTextViewStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent lk.ac.mrt.cse.dbs.simpleexpensemanager:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating lk.ac.mrt.cse.dbs.simpleexpensemanager:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal lk.ac.mrt.cse.dbs.simpleexpensemanager:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated lk.ac.mrt.cse.dbs.simpleexpensemanager:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight lk.ac.mrt.cse.dbs.simpleexpensemanager:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal lk.ac.mrt.cse.dbs.simpleexpensemanager:colorControlNormal}
{@link #AppCompatTheme_colorError lk.ac.mrt.cse.dbs.simpleexpensemanager:colorError}
{@link #AppCompatTheme_colorPrimary lk.ac.mrt.cse.dbs.simpleexpensemanager:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark lk.ac.mrt.cse.dbs.simpleexpensemanager:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal lk.ac.mrt.cse.dbs.simpleexpensemanager:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding lk.ac.mrt.cse.dbs.simpleexpensemanager:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal lk.ac.mrt.cse.dbs.simpleexpensemanager:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical lk.ac.mrt.cse.dbs.simpleexpensemanager:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight lk.ac.mrt.cse.dbs.simpleexpensemanager:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:editTextBackground}
{@link #AppCompatTheme_editTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager:editTextColor}
{@link #AppCompatTheme_editTextStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator lk.ac.mrt.cse.dbs.simpleexpensemanager:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator lk.ac.mrt.cse.dbs.simpleexpensemanager:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog lk.ac.mrt.cse.dbs.simpleexpensemanager:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth lk.ac.mrt.cse.dbs.simpleexpensemanager:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator lk.ac.mrt.cse.dbs.simpleexpensemanager:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall lk.ac.mrt.cse.dbs.simpleexpensemanager:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless lk.ac.mrt.cse.dbs.simpleexpensemanager:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:spinnerStyle}
{@link #AppCompatTheme_switchStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem lk.ac.mrt.cse.dbs.simpleexpensemanager:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl lk.ac.mrt.cse.dbs.simpleexpensemanager:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor lk.ac.mrt.cse.dbs.simpleexpensemanager:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar lk.ac.mrt.cse.dbs.simpleexpensemanager:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay lk.ac.mrt.cse.dbs.simpleexpensemanager:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay lk.ac.mrt.cse.dbs.simpleexpensemanager:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor lk.ac.mrt.cse.dbs.simpleexpensemanager:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor lk.ac.mrt.cse.dbs.simpleexpensemanager:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance=15; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor=16; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground=17; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle=18; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable=19; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable=20; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable=21; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable=22; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable=23; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle=24; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable=25; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable=26; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground=27; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle=28; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable=29; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle=30; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle=31; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle=32; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons=34; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle=35; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme=36; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle=37; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle=38; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle=39; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle=43; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle=44; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall=45; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle=46; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle=47; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorAccent + */ + public static final int AppCompatTheme_colorAccent=48; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorBackgroundFloating + */ + public static final int AppCompatTheme_colorBackgroundFloating=49; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal=50; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated=51; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight=52; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal=53; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorError + */ + public static final int AppCompatTheme_colorError=54; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary=55; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark=56; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal=57; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:controlBackground + */ + public static final int AppCompatTheme_controlBackground=58; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding=59; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme=60; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal=61; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical=62; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle=63; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight=64; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground=65; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:editTextColor + */ + public static final int AppCompatTheme_editTextColor=66; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle=67; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator=68; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle=69; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator=70; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog=71; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listMenuViewStyle + */ + public static final int AppCompatTheme_listMenuViewStyle=72; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle=73; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight=74; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge=75; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall=76; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft=77; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight=78; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:panelBackground + */ + public static final int AppCompatTheme_panelBackground=79; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme=80; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth=81; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle=82; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle=83; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle=84; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle=85; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator=86; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall=87; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle=88; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle=89; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground=90; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless=91; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle=92; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle=93; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:switchStyle + */ + public static final int AppCompatTheme_switchStyle=94; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu=95; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem=96; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceListItemSecondary + */ + public static final int AppCompatTheme_textAppearanceListItemSecondary=97; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall=98; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearancePopupMenuHeader + */ + public static final int AppCompatTheme_textAppearancePopupMenuHeader=99; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=100; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle=101; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu=102; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem=103; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl=104; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle=105; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle=106; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tooltipForegroundColor + */ + public static final int AppCompatTheme_tooltipForegroundColor=107; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tooltipFrameBackground + */ + public static final int AppCompatTheme_tooltipFrameBackground=108; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar=109; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay=110; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay=111; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor=112; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor=113; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor=114; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor=115; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor=116; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor=117; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle=118; + /** + * Attributes that can be used with a BottomNavigationView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #BottomNavigationView_elevation lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation}
{@link #BottomNavigationView_itemBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:itemBackground}
{@link #BottomNavigationView_itemIconTint lk.ac.mrt.cse.dbs.simpleexpensemanager:itemIconTint}
{@link #BottomNavigationView_itemTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager:itemTextColor}
{@link #BottomNavigationView_menu lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation + */ + public static final int BottomNavigationView_elevation=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemBackground + */ + public static final int BottomNavigationView_itemBackground=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemIconTint + */ + public static final int BottomNavigationView_itemIconTint=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemTextColor + */ + public static final int BottomNavigationView_itemTextColor=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_hideable + */ + public static final int BottomSheetBehavior_Layout_behavior_hideable=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_peekHeight + */ + public static final int BottomSheetBehavior_Layout_behavior_peekHeight=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:allowStacking}
+ * @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout={ + 0x7f030026 + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:allowStacking + */ + public static final int ButtonBarLayout_allowStacking=0; + /** + * Attributes that can be used with a CollapsingToolbarLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity lk.ac.mrt.cse.dbs.simpleexpensemanager:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim lk.ac.mrt.cse.dbs.simpleexpensemanager:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration lk.ac.mrt.cse.dbs.simpleexpensemanager:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger lk.ac.mrt.cse.dbs.simpleexpensemanager:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim lk.ac.mrt.cse.dbs.simpleexpensemanager:statusBarScrim}
{@link #CollapsingToolbarLayout_title lk.ac.mrt.cse.dbs.simpleexpensemanager:title}
{@link #CollapsingToolbarLayout_titleEnabled lk.ac.mrt.cse.dbs.simpleexpensemanager:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:collapsedTitleGravity + */ + public static final int CollapsingToolbarLayout_collapsedTitleGravity=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:collapsedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentScrim + */ + public static final int CollapsingToolbarLayout_contentScrim=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleGravity + */ + public static final int CollapsingToolbarLayout_expandedTitleGravity=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMargin + */ + public static final int CollapsingToolbarLayout_expandedTitleMargin=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginBottom + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginEnd + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginStart + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginStart=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleMarginTop + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginTop=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:expandedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.R.attr#scrimAnimationDuration} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name lk.ac.mrt.cse.dbs.simpleexpensemanager:scrimAnimationDuration + */ + public static final int CollapsingToolbarLayout_scrimAnimationDuration=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:scrimVisibleHeightTrigger + */ + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:statusBarScrim + */ + public static final int CollapsingToolbarLayout_statusBarScrim=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:title + */ + public static final int CollapsingToolbarLayout_title=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleEnabled + */ + public static final int CollapsingToolbarLayout_titleEnabled=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_collapseMode + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonTint}
{@link #CompoundButton_buttonTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonTint + */ + public static final int CompoundButton_buttonTint=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode=2; + /** + * Attributes that can be used with a CoordinatorLayout. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #CoordinatorLayout_keylines lk.ac.mrt.cse.dbs.simpleexpensemanager:keylines}
{@link #CoordinatorLayout_statusBarBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:statusBarBackground}
+ * @see #CoordinatorLayout_keylines + * @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout={ + 0x7f0300b1, 0x7f030107 + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:keylines + */ + public static final int CoordinatorLayout_keylines=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:bottomSheetStyle}
{@link #DesignTheme_textColorError lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:bottomSheetDialogTheme + */ + public static final int DesignTheme_bottomSheetDialogTheme=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:bottomSheetStyle + */ + public static final int DesignTheme_bottomSheetStyle=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:textColorError + */ + public static final int DesignTheme_textColorError=2; + /** + * Attributes that can be used with a DrawerArrowToggle. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength lk.ac.mrt.cse.dbs.simpleexpensemanager:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength lk.ac.mrt.cse.dbs.simpleexpensemanager:arrowShaftLength}
{@link #DrawerArrowToggle_barLength lk.ac.mrt.cse.dbs.simpleexpensemanager:barLength}
{@link #DrawerArrowToggle_color lk.ac.mrt.cse.dbs.simpleexpensemanager:color}
{@link #DrawerArrowToggle_drawableSize lk.ac.mrt.cse.dbs.simpleexpensemanager:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars lk.ac.mrt.cse.dbs.simpleexpensemanager:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars lk.ac.mrt.cse.dbs.simpleexpensemanager:spinBars}
{@link #DrawerArrowToggle_thickness lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:barLength + */ + public static final int DrawerArrowToggle_barLength=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:color + */ + public static final int DrawerArrowToggle_color=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:spinBars + */ + public static final int DrawerArrowToggle_spinBars=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:thickness + */ + public static final int DrawerArrowToggle_thickness=7; + /** + * Attributes that can be used with a FloatingActionButton. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #FloatingActionButton_backgroundTint lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundTintMode}
{@link #FloatingActionButton_borderWidth lk.ac.mrt.cse.dbs.simpleexpensemanager:borderWidth}
{@link #FloatingActionButton_elevation lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation}
{@link #FloatingActionButton_fabSize lk.ac.mrt.cse.dbs.simpleexpensemanager:fabSize}
{@link #FloatingActionButton_pressedTranslationZ lk.ac.mrt.cse.dbs.simpleexpensemanager:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor lk.ac.mrt.cse.dbs.simpleexpensemanager:rippleColor}
{@link #FloatingActionButton_useCompatPadding lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundTint + */ + public static final int FloatingActionButton_backgroundTint=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundTintMode + */ + public static final int FloatingActionButton_backgroundTintMode=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:borderWidth + */ + public static final int FloatingActionButton_borderWidth=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation + */ + public static final int FloatingActionButton_elevation=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fabSize + */ + public static final int FloatingActionButton_fabSize=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:pressedTranslationZ + */ + public static final int FloatingActionButton_pressedTranslationZ=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:rippleColor + */ + public static final int FloatingActionButton_rippleColor=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_autoHide}
+ * @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout={ + 0x7f030037 + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderPackage}
{@link #FontFamily_fontProviderQuery lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery=5; + /** + * Attributes that can be used with a FontFamilyFont. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #FontFamilyFont_font lk.ac.mrt.cse.dbs.simpleexpensemanager:font}
{@link #FontFamilyFont_fontStyle lk.ac.mrt.cse.dbs.simpleexpensemanager:fontStyle}
{@link #FontFamilyFont_fontWeight lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:font + */ + public static final int FontFamilyFont_font=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontStyle + */ + public static final int FontFamilyFont_fontStyle=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.R.attr#fontWeight} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *

May be an integer value, such as "100". + * + * @attr name lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:divider}
{@link #LinearLayoutCompat_dividerPadding lk.ac.mrt.cse.dbs.simpleexpensemanager:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild lk.ac.mrt.cse.dbs.simpleexpensemanager:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:divider + */ + public static final int LinearLayoutCompat_divider=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionLayout}
{@link #MenuItem_actionProviderClass lk.ac.mrt.cse.dbs.simpleexpensemanager:actionProviderClass}
{@link #MenuItem_actionViewClass lk.ac.mrt.cse.dbs.simpleexpensemanager:actionViewClass}
{@link #MenuItem_alphabeticModifiers lk.ac.mrt.cse.dbs.simpleexpensemanager:alphabeticModifiers}
{@link #MenuItem_contentDescription lk.ac.mrt.cse.dbs.simpleexpensemanager:contentDescription}
{@link #MenuItem_iconTint lk.ac.mrt.cse.dbs.simpleexpensemanager:iconTint}
{@link #MenuItem_iconTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager:iconTintMode}
{@link #MenuItem_numericModifiers lk.ac.mrt.cse.dbs.simpleexpensemanager:numericModifiers}
{@link #MenuItem_showAsAction lk.ac.mrt.cse.dbs.simpleexpensemanager:showAsAction}
{@link #MenuItem_tooltipText lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionLayout + */ + public static final int MenuItem_actionLayout=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:actionViewClass + */ + public static final int MenuItem_actionViewClass=15; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:alphabeticModifiers + */ + public static final int MenuItem_alphabeticModifiers=16; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentDescription + */ + public static final int MenuItem_contentDescription=17; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:iconTint + */ + public static final int MenuItem_iconTint=18; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:iconTintMode + */ + public static final int MenuItem_iconTintMode=19; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:numericModifiers + */ + public static final int MenuItem_numericModifiers=20; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:showAsAction + */ + public static final int MenuItem_showAsAction=21; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:preserveIconSpacing}
{@link #MenuView_subMenuArrow lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation}
{@link #NavigationView_headerLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:headerLayout}
{@link #NavigationView_itemBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:itemBackground}
{@link #NavigationView_itemIconTint lk.ac.mrt.cse.dbs.simpleexpensemanager:itemIconTint}
{@link #NavigationView_itemTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:itemTextAppearance}
{@link #NavigationView_itemTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager:itemTextColor}
{@link #NavigationView_menu lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation + */ + public static final int NavigationView_elevation=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:headerLayout + */ + public static final int NavigationView_headerLayout=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemBackground + */ + public static final int NavigationView_itemBackground=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemIconTint + */ + public static final int NavigationView_itemIconTint=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemTextAppearance + */ + public static final int NavigationView_itemTextAppearance=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:itemTextColor + */ + public static final int NavigationView_itemTextColor=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:state_above_anchor}
+ * @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState={ + 0x7f030104 + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingTopNoTitle}
+ * @see #RecycleListView_paddingBottomNoButtons + * @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView={ + 0x7f0300d5, 0x7f0300d8 + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingBottomNoButtons + */ + public static final int RecycleListView_paddingBottomNoButtons=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager lk.ac.mrt.cse.dbs.simpleexpensemanager:layoutManager}
{@link #RecyclerView_reverseLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:reverseLayout}
{@link #RecyclerView_spanCount lk.ac.mrt.cse.dbs.simpleexpensemanager:spanCount}
{@link #RecyclerView_stackFromEnd lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollEnabled + */ + public static final int RecyclerView_fastScrollEnabled=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollHorizontalThumbDrawable + */ + public static final int RecyclerView_fastScrollHorizontalThumbDrawable=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollHorizontalTrackDrawable + */ + public static final int RecyclerView_fastScrollHorizontalTrackDrawable=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollVerticalThumbDrawable + */ + public static final int RecyclerView_fastScrollVerticalThumbDrawable=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fastScrollVerticalTrackDrawable + */ + public static final int RecyclerView_fastScrollVerticalTrackDrawable=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layoutManager + */ + public static final int RecyclerView_layoutManager=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:reverseLayout + */ + public static final int RecyclerView_reverseLayout=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.R.attr#spanCount} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *

May be an integer value, such as "100". + * + * @attr name lk.ac.mrt.cse.dbs.simpleexpensemanager:spanCount + */ + public static final int RecyclerView_spanCount=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd=10; + /** + * Attributes that can be used with a ScrimInsetsFrameLayout. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground lk.ac.mrt.cse.dbs.simpleexpensemanager:insetForeground}
+ * @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout={ + 0x7f0300aa + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_overlapTop}
+ * @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout={ + 0x7f030039 + }; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:closeIcon}
{@link #SearchView_commitIcon lk.ac.mrt.cse.dbs.simpleexpensemanager:commitIcon}
{@link #SearchView_defaultQueryHint lk.ac.mrt.cse.dbs.simpleexpensemanager:defaultQueryHint}
{@link #SearchView_goIcon lk.ac.mrt.cse.dbs.simpleexpensemanager:goIcon}
{@link #SearchView_iconifiedByDefault lk.ac.mrt.cse.dbs.simpleexpensemanager:iconifiedByDefault}
{@link #SearchView_layout lk.ac.mrt.cse.dbs.simpleexpensemanager:layout}
{@link #SearchView_queryBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:queryBackground}
{@link #SearchView_queryHint lk.ac.mrt.cse.dbs.simpleexpensemanager:queryHint}
{@link #SearchView_searchHintIcon lk.ac.mrt.cse.dbs.simpleexpensemanager:searchHintIcon}
{@link #SearchView_searchIcon lk.ac.mrt.cse.dbs.simpleexpensemanager:searchIcon}
{@link #SearchView_submitBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:submitBackground}
{@link #SearchView_suggestionRowLayout lk.ac.mrt.cse.dbs.simpleexpensemanager:suggestionRowLayout}
{@link #SearchView_voiceIcon lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:closeIcon + */ + public static final int SearchView_closeIcon=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:commitIcon + */ + public static final int SearchView_commitIcon=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:goIcon + */ + public static final int SearchView_goIcon=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:layout + */ + public static final int SearchView_layout=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:queryBackground + */ + public static final int SearchView_queryBackground=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:searchHintIcon + */ + public static final int SearchView_searchHintIcon=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:searchIcon + */ + public static final int SearchView_searchIcon=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:submitBackground + */ + public static final int SearchView_submitBackground=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout=15; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation}
{@link #SnackbarLayout_maxActionInlineWidth lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:elevation + */ + public static final int SnackbarLayout_elevation=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:showText}
{@link #SwitchCompat_splitTrack lk.ac.mrt.cse.dbs.simpleexpensemanager:splitTrack}
{@link #SwitchCompat_switchMinWidth lk.ac.mrt.cse.dbs.simpleexpensemanager:switchMinWidth}
{@link #SwitchCompat_switchPadding lk.ac.mrt.cse.dbs.simpleexpensemanager:switchPadding}
{@link #SwitchCompat_switchTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding lk.ac.mrt.cse.dbs.simpleexpensemanager:thumbTextPadding}
{@link #SwitchCompat_thumbTint lk.ac.mrt.cse.dbs.simpleexpensemanager:thumbTint}
{@link #SwitchCompat_thumbTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager:thumbTintMode}
{@link #SwitchCompat_track lk.ac.mrt.cse.dbs.simpleexpensemanager:track}
{@link #SwitchCompat_trackTint lk.ac.mrt.cse.dbs.simpleexpensemanager:trackTint}
{@link #SwitchCompat_trackTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:showText + */ + public static final int SwitchCompat_showText=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:thumbTint + */ + public static final int SwitchCompat_thumbTint=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:thumbTintMode + */ + public static final int SwitchCompat_thumbTintMode=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:track + */ + public static final int SwitchCompat_track=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:trackTint + */ + public static final int SwitchCompat_trackTint=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabBackground}
{@link #TabLayout_tabContentStart lk.ac.mrt.cse.dbs.simpleexpensemanager:tabContentStart}
{@link #TabLayout_tabGravity lk.ac.mrt.cse.dbs.simpleexpensemanager:tabGravity}
{@link #TabLayout_tabIndicatorColor lk.ac.mrt.cse.dbs.simpleexpensemanager:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight lk.ac.mrt.cse.dbs.simpleexpensemanager:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth lk.ac.mrt.cse.dbs.simpleexpensemanager:tabMaxWidth}
{@link #TabLayout_tabMinWidth lk.ac.mrt.cse.dbs.simpleexpensemanager:tabMinWidth}
{@link #TabLayout_tabMode lk.ac.mrt.cse.dbs.simpleexpensemanager:tabMode}
{@link #TabLayout_tabPadding lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPadding}
{@link #TabLayout_tabPaddingBottom lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingStart}
{@link #TabLayout_tabPaddingTop lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:tabTextAppearance}
{@link #TabLayout_tabTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabBackground + */ + public static final int TabLayout_tabBackground=0; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabContentStart + */ + public static final int TabLayout_tabContentStart=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabGravity + */ + public static final int TabLayout_tabGravity=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabIndicatorColor + */ + public static final int TabLayout_tabIndicatorColor=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabIndicatorHeight + */ + public static final int TabLayout_tabIndicatorHeight=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabMaxWidth + */ + public static final int TabLayout_tabMaxWidth=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabMinWidth + */ + public static final int TabLayout_tabMinWidth=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabMode + */ + public static final int TabLayout_tabMode=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPadding + */ + public static final int TabLayout_tabPadding=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingBottom + */ + public static final int TabLayout_tabPaddingBottom=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingEnd + */ + public static final int TabLayout_tabPaddingEnd=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingStart + */ + public static final int TabLayout_tabPaddingStart=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabPaddingTop + */ + public static final int TabLayout_tabPaddingTop=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabSelectedTextColor + */ + public static final int TabLayout_tabSelectedTextColor=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:tabTextAppearance + */ + public static final int TabLayout_tabTextAppearance=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontFamily}
{@link #TextAppearance_textAllCaps lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:fontFamily + */ + public static final int TextAppearance_fontFamily=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:counterEnabled}
{@link #TextInputLayout_counterMaxLength lk.ac.mrt.cse.dbs.simpleexpensemanager:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:counterTextAppearance}
{@link #TextInputLayout_errorEnabled lk.ac.mrt.cse.dbs.simpleexpensemanager:errorEnabled}
{@link #TextInputLayout_errorTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled lk.ac.mrt.cse.dbs.simpleexpensemanager:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled lk.ac.mrt.cse.dbs.simpleexpensemanager:hintEnabled}
{@link #TextInputLayout_hintTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:counterEnabled + */ + public static final int TextInputLayout_counterEnabled=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.R.attr#counterMaxLength} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *

May be an integer value, such as "100". + * + * @attr name lk.ac.mrt.cse.dbs.simpleexpensemanager:counterMaxLength + */ + public static final int TextInputLayout_counterMaxLength=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:counterOverflowTextAppearance + */ + public static final int TextInputLayout_counterOverflowTextAppearance=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:counterTextAppearance + */ + public static final int TextInputLayout_counterTextAppearance=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:errorEnabled + */ + public static final int TextInputLayout_errorEnabled=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:errorTextAppearance + */ + public static final int TextInputLayout_errorTextAppearance=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:hintAnimationEnabled + */ + public static final int TextInputLayout_hintAnimationEnabled=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:hintEnabled + */ + public static final int TextInputLayout_hintEnabled=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:hintTextAppearance + */ + public static final int TextInputLayout_hintTextAppearance=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleDrawable + */ + public static final int TextInputLayout_passwordToggleDrawable=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleEnabled + */ + public static final int TextInputLayout_passwordToggleEnabled=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:passwordToggleTint + */ + public static final int TextInputLayout_passwordToggleTint=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonGravity}
{@link #Toolbar_collapseContentDescription lk.ac.mrt.cse.dbs.simpleexpensemanager:collapseContentDescription}
{@link #Toolbar_collapseIcon lk.ac.mrt.cse.dbs.simpleexpensemanager:collapseIcon}
{@link #Toolbar_contentInsetEnd lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetLeft}
{@link #Toolbar_contentInsetRight lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetRight}
{@link #Toolbar_contentInsetStart lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStartWithNavigation}
{@link #Toolbar_logo lk.ac.mrt.cse.dbs.simpleexpensemanager:logo}
{@link #Toolbar_logoDescription lk.ac.mrt.cse.dbs.simpleexpensemanager:logoDescription}
{@link #Toolbar_maxButtonHeight lk.ac.mrt.cse.dbs.simpleexpensemanager:maxButtonHeight}
{@link #Toolbar_navigationContentDescription lk.ac.mrt.cse.dbs.simpleexpensemanager:navigationContentDescription}
{@link #Toolbar_navigationIcon lk.ac.mrt.cse.dbs.simpleexpensemanager:navigationIcon}
{@link #Toolbar_popupTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:popupTheme}
{@link #Toolbar_subtitle lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitle}
{@link #Toolbar_subtitleTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextColor}
{@link #Toolbar_title lk.ac.mrt.cse.dbs.simpleexpensemanager:title}
{@link #Toolbar_titleMargin lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMargin}
{@link #Toolbar_titleMarginBottom lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginBottom}
{@link #Toolbar_titleMarginEnd lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginEnd}
{@link #Toolbar_titleMarginStart lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginStart}
{@link #Toolbar_titleMarginTop lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginTop}
{@link #Toolbar_titleMargins lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMargins}
{@link #Toolbar_titleTextAppearance lk.ac.mrt.cse.dbs.simpleexpensemanager:titleTextAppearance}
{@link #Toolbar_titleTextColor lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:buttonGravity + */ + public static final int Toolbar_buttonGravity=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:collapseIcon + */ + public static final int Toolbar_collapseIcon=4; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=5; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetEndWithActions + */ + public static final int Toolbar_contentInsetEndWithActions=6; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=7; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=8; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=9; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:contentInsetStartWithNavigation + */ + public static final int Toolbar_contentInsetStartWithNavigation=10; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:logo + */ + public static final int Toolbar_logo=11; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:logoDescription + */ + public static final int Toolbar_logoDescription=12; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=13; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=14; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:navigationIcon + */ + public static final int Toolbar_navigationIcon=15; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:popupTheme + */ + public static final int Toolbar_popupTheme=16; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitle + */ + public static final int Toolbar_subtitle=17; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=18; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor=19; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:title + */ + public static final int Toolbar_title=20; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMargin + */ + public static final int Toolbar_titleMargin=21; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=22; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=23; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=24; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=25; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleMargins + */ + public static final int Toolbar_titleMargins=26; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=27; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingEnd}
{@link #View_paddingStart lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingStart}
{@link #View_theme lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingEnd + */ + public static final int View_paddingEnd=2; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingStart + */ + public static final int View_paddingStart=3; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode lk.ac.mrt.cse.dbs.simpleexpensemanager: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 lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint=1; + /** + *

This symbol is the offset where the {@link lk.ac.mrt.cse.dbs.simpleexpensemanager.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 lk.ac.mrt.cse.dbs.simpleexpensemanager: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/app/build/generated/source/buildConfig/androidTest/debug/lk/ac/mrt/cse/dbs/simpleexpensemanager/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/lk/ac/mrt/cse/dbs/simpleexpensemanager/test/BuildConfig.java new file mode 100644 index 0000000000..c335b9f0fc --- /dev/null +++ b/app/build/generated/source/buildConfig/androidTest/debug/lk/ac/mrt/cse/dbs/simpleexpensemanager/test/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package lk.ac.mrt.cse.dbs.simpleexpensemanager.test; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "lk.ac.mrt.cse.dbs.simpleexpensemanager.test"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/app/build/generated/source/buildConfig/debug/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.java b/app/build/generated/source/buildConfig/debug/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.java new file mode 100644 index 0000000000..571a77a579 --- /dev/null +++ b/app/build/generated/source/buildConfig/debug/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package lk.ac.mrt.cse.dbs.simpleexpensemanager; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "lk.ac.mrt.cse.dbs.simpleexpensemanager"; + 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/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson b/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson new file mode 100644 index 0000000000..eaec468764 --- /dev/null +++ b/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/app/build/intermediates/blame/res/debug/multi-v2/debug.json b/app/build/intermediates/blame/res/debug/multi-v2/debug.json new file mode 100644 index 0000000000..39d071edce --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/debug.json @@ -0,0 +1,1983 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-w820dp-v13_values-w820dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values-w820dp\\dimens.xml", + "from": { + "startLines": "20", + "startColumns": "4", + "startOffsets": "977", + "endColumns": "57", + "endOffsets": "1030" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "57", + "endOffsets": "108" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-th_values-th.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values-v21\\styles.xml", + "from": { + "startLines": "18", + "startColumns": "4", + "startOffsets": "704", + "endLines": "23", + "endColumns": "12", + "endOffsets": "1000" + }, + "to": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "354", + "endLines": "11", + "endColumns": "12", + "endOffsets": "650" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\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,289,290,297,301,305,308", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,21060,21176,21633,21927,22222,22394", + "endLines": "2,3,4,5,289,290,297,301,307,312", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,21171,21297,21754,22050,22389,22727" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\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": "291,294,298,302", + "startColumns": "4,4,4,4", + "startOffsets": "21302,21470,21759,22055", + "endLines": "293,296,300,304", + "endColumns": "12,12,12,12", + "endOffsets": "21465,21628,21922,22217" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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": "170,234", + "startColumns": "4,4", + "startOffsets": "12878,17428", + "endLines": "172,234", + "endColumns": "12,96", + "endOffsets": "13084,17520" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,29,30,31,32,34,36,37,38,39,40,42,44,46,48,50,52,53,58,60,62,63,64,66,68,69,70,71,72,73,117,120,164,167,173,175,177,179,182,184,187,188,189,192,193,194,195,196,197,200,201,203,205,207,209,213,215,216,217,218,220,224,226,228,229,230,231,232,235,236,237,247,248,249,261,273,274,275,278,281,282,285,286", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "655,746,849,952,1057,1164,1273,1382,1491,1600,1709,1816,1919,2038,2193,2348,2453,2574,2675,2822,2963,3066,3185,3292,3395,3550,3721,3870,4035,4192,4343,4462,4834,4983,5132,5244,5391,5544,5691,5766,5855,5942,6043,6146,9214,9400,12480,12678,13089,13212,13335,13448,13631,13762,13963,14052,14163,14396,14497,14592,14715,14844,14961,15138,15237,15372,15515,15650,15769,15970,16089,16182,16293,16349,16456,16651,16762,16895,16990,17081,17172,17289,17525,17596,17679,18359,18416,18474,19168,19874,19993,20122,20293,20459,20588,20759,20890", + "endLines": "12,13,14,15,16,17,18,19,20,21,22,23,24,26,28,29,30,31,33,35,36,37,38,39,41,43,45,47,49,51,52,57,59,61,62,63,65,67,68,69,70,71,72,116,119,163,166,169,174,176,178,181,183,186,187,188,191,192,193,194,195,196,199,200,202,204,206,208,212,214,215,216,217,219,223,225,227,228,229,230,231,233,235,236,246,247,248,260,272,273,274,277,280,281,284,285,288", + "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": "741,844,947,1052,1159,1268,1377,1486,1595,1704,1811,1914,2033,2188,2343,2448,2569,2670,2817,2958,3061,3180,3287,3390,3545,3716,3865,4030,4187,4338,4457,4829,4978,5127,5239,5386,5539,5686,5761,5850,5937,6038,6141,9209,9395,12475,12673,12873,13207,13330,13443,13626,13757,13958,14047,14158,14391,14492,14587,14710,14839,14956,15133,15232,15367,15510,15645,15764,15965,16084,16177,16288,16344,16451,16646,16757,16890,16985,17076,17167,17284,17423,17591,17674,18354,18411,18469,19163,19869,19988,20117,20288,20454,20583,20754,20885,21055" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-az_values-az.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-port_values-port.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v11_values-v11.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v12_values-v12.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-land_values-land.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-my_values-my.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-es_values-es.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v14_values-v14.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-de_values-de.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-be_values-be.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-am_values-am.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-is_values-is.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-da_values-da.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-in_values-in.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-et_values-et.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v13_values-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\values-v13\\values-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "58", + "endOffsets": "109" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-af_values-af.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-km_values-km.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-te_values-te.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-it_values-it.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-el_values-el.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-si_values-si.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\configurations.xml", + "from": { + "startLines": "18", + "startColumns": "4", + "startOffsets": "741", + "endColumns": "62", + "endOffsets": "799" + }, + "to": { + "startLines": "325", + "startColumns": "4", + "startOffsets": "21307", + "endColumns": "62", + "endOffsets": "21365" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,348,414,536,597,663", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "139,409,531,592,658,725" + }, + "to": { + "startLines": "64,1646,1648,1649,1654,1656", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "4214,109098,109274,109396,109658,109853", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "4298,109159,109391,109452,109719,109915" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\errors.xml", + "from": { + "startLines": "21,19,18,20,22", + "startColumns": "4,4,4,4,4", + "startOffsets": "966,809,741,891,1056", + "endColumns": "89,81,67,74,83", + "endOffsets": "1051,886,804,961,1135" + }, + "to": { + "startLines": "327,328,329,330,331", + "startColumns": "4,4,4,4,4", + "startOffsets": "21413,21503,21585,21653,21728", + "endColumns": "89,81,67,74,83", + "endOffsets": "21498,21580,21648,21723,21807" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,393,394,398,402,406,411,417,424,428,432,437,441,445,449,453,457,461,465,469,473,477,481,485,490,494,497,501,505,509,513,517,521,524,528,532,536,540,544,545,546,547,550,553,556,559,563,564,565,566,567,570,572,574,576,581,582,586,592,596,597,599,610,611,615,621,625,626,627,631,658,662,663,667,695,861,883,1049,1071,1098,1105,1110,1124,1146,1151,1156,1166,1175,1184,1188,1195,1203,1210,1211,1220,1223,1226,1230,1234,1238,1241,1242,1246,1250,1260,1265,1272,1278,1279,1282,1286,1291,1293,1295,1298,1301,1303,1307,1310,1317,1320,1323,1327,1329,1333,1335,1341,1343,1347,1355,1363,1375,1381,1390,1393,1404,1407,1412,1413,1418,1460,1503,1504,1514,1523,1524,1526,1530,1533,1536,1539,1542,1546,1549,1552,1555,1559,1562,1566,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1595,1596,1597,1598,1599,1603,1604,1605,1606,1608,1610,1611,1612,1613,1614,1615,1616,1617,1619,1620,1622,1623,1625,1627,1628,1630,1631,1632,1633,1634,1635,1637,1638,1639,1640,1641,1642,1644,1646,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1662,1663,1664,1665,1666,1667,1669,1673,1677,1678,1679,1680,1681,1682,1683,1684,1686,1688,1690,1692,1694,1695,1696,1697,1699,1701,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1717,1718,1719,1720,1722,1724,1725,1727,1728,1730,1732,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1747,1748,1749,1750,1752,1753,1754,1755,1756,1758,1760,1762,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,70,86,87,88,89,90,91,92,104,118,119,125,128,129,130,142,143,149,150,151,152,191,192,193,194,195,196,197,224,225,231,232,244", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,110,155,204,245,300,358,420,488,566,647,708,783,859,936,1014,1099,1181,1257,1333,1410,1488,1594,1700,1779,1859,1916,1974,2048,2123,2188,2254,2309,2381,2454,2521,2589,2648,2707,2766,2825,2884,2938,2992,3045,3099,3153,3207,3261,3335,3414,3487,3561,3632,3704,3776,3849,3906,3964,4037,4111,4185,4260,4332,4405,4475,4546,4606,26813,26882,26951,27021,27095,27171,27235,27312,27388,27465,27529,27594,27663,27740,27815,27884,27952,28029,28095,28192,28257,28326,28425,28496,28555,28613,28670,28729,28800,28872,28944,29016,29088,29155,29223,29291,29350,29413,29477,29567,29658,29718,29784,29851,29917,29987,30051,30104,30217,30275,30338,30403,30468,30543,30616,30688,30737,30798,30859,30920,30982,31046,31110,31174,31239,31302,31362,31423,31489,31548,31608,31670,31741,31801,31869,31955,32042,32132,32219,32307,32389,32472,32562,32653,32705,32763,32808,32874,32938,32995,33052,33106,33163,33211,33260,33311,33345,33392,33441,33487,33519,33583,33645,33705,33762,33836,33914,34007,34077,34155,34209,34279,34364,34412,34458,34529,34607,34685,34757,34831,34905,34979,35059,35132,35201,35273,35350,35402,35475,35549,35618,35693,35767,35841,35930,36000,36053,36131,36221,36309,36405,36495,36996,37085,37332,37613,37857,38142,38535,39012,39234,39456,39724,39951,40181,40411,40641,40871,41098,41337,41563,41808,42038,42286,42505,42788,42996,43127,43354,43600,43825,44072,44293,44538,44658,44934,45235,45559,45850,46164,46301,46432,46537,46779,46946,47150,47358,47629,47741,47853,47958,48075,48289,48435,48575,48661,49009,49097,49327,49745,49978,50060,50158,50775,50875,51111,51535,51774,51868,51957,52194,54246,54488,54590,54827,57011,67548,68799,79433,80696,82188,82724,83054,84115,85380,85636,85872,86419,86913,87518,87716,88296,88860,89235,89353,89891,90048,90244,90517,90773,90943,91084,91148,91430,91716,92392,92656,92994,93347,93441,93627,93933,94195,94320,94447,94686,94897,95016,95209,95386,95841,96022,96144,96403,96516,96703,96805,97249,97373,97648,98156,98652,99529,99823,100393,100542,101274,101446,101782,101874,102152,105338,108667,108729,109359,109973,110059,110172,110401,110561,110713,110884,111051,111294,111464,111637,111808,112082,112281,112486,112816,112900,112996,113092,113190,113290,113392,113494,113596,113698,113800,113900,113996,114108,114237,114360,114491,114622,114720,114834,114928,115048,115252,115321,115437,115565,115629,115833,115902,116034,116104,116244,116378,116474,116586,116686,116802,116898,117010,117110,117250,117386,117550,117680,117838,117988,118129,118273,118408,118520,118670,118798,118926,119062,119194,119324,119454,119566,119706,119852,119996,120134,120200,120290,120366,120470,120560,120662,120770,120878,120978,121058,121150,121248,121358,121436,121542,121634,121738,121848,121970,122133,122290,122370,122470,122560,122670,122764,122870,122962,123062,123174,123288,123404,123520,123614,123728,123840,123942,124062,124184,124266,124370,124490,124616,124714,124808,124896,125008,125124,125246,125358,125533,125649,125735,125827,125939,126063,126130,126256,126324,126452,126596,126724,126793,126888,127003,127116,127215,127324,127435,127546,127647,127752,127852,127982,128073,128196,128290,128402,128488,128592,128688,128776,128894,128998,129102,129228,129316,129424,129524,129614,129724,129808,129910,129994,130048,130112,130218,130328,130412,4667,6582,6686,6787,6834,7082,7274,7665,8169,8743,9063,9652,16288,16400,16561,17033,17456,18049,18270,18429,18688,20815,21254,21442,21570,21744,22525,22742,24073,24552,25925,26170,26660", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,392,393,397,401,405,410,416,423,427,431,436,440,444,448,452,456,460,464,468,472,476,480,484,489,493,496,500,504,508,512,516,520,523,527,531,535,539,543,544,545,546,549,552,555,558,562,563,564,565,566,569,571,573,575,580,581,585,591,595,596,598,609,610,614,620,624,625,626,630,657,661,662,666,694,860,882,1048,1070,1097,1104,1109,1123,1145,1150,1155,1165,1174,1183,1187,1194,1202,1209,1210,1219,1222,1225,1229,1233,1237,1240,1241,1245,1249,1259,1264,1271,1277,1278,1281,1285,1290,1292,1294,1297,1300,1302,1306,1309,1316,1319,1322,1326,1328,1332,1334,1340,1342,1346,1354,1362,1374,1380,1389,1392,1403,1406,1411,1412,1417,1459,1502,1503,1513,1522,1523,1525,1529,1532,1535,1538,1541,1545,1548,1551,1554,1558,1561,1565,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1598,1602,1603,1604,1605,1607,1609,1610,1611,1612,1613,1614,1615,1616,1618,1619,1621,1622,1624,1626,1627,1629,1630,1631,1632,1633,1634,1636,1637,1638,1639,1640,1641,1643,1645,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1661,1662,1663,1664,1665,1666,1668,1672,1676,1677,1678,1679,1680,1681,1682,1683,1685,1687,1689,1691,1693,1694,1695,1696,1698,1700,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1716,1717,1718,1719,1721,1723,1724,1726,1727,1729,1731,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1746,1747,1748,1749,1751,1752,1753,1754,1755,1757,1759,1761,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,85,86,87,88,89,90,91,103,117,118,124,127,128,129,141,142,148,149,150,151,190,191,192,193,194,195,196,223,224,230,231,243,244", + "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,1290,103,100,46,247,191,390,35,35,319,292,5296,111,160,35,422,83,220,158,258,35,438,187,127,173,780,216,375,478,458,244,35,152", + "endOffsets": "105,150,199,240,295,353,415,483,561,642,703,778,854,931,1009,1094,1176,1252,1328,1405,1483,1589,1695,1774,1854,1911,1969,2043,2118,2183,2249,2304,2376,2449,2516,2584,2643,2702,2761,2820,2879,2933,2987,3040,3094,3148,3202,3256,3330,3409,3482,3556,3627,3699,3771,3844,3901,3959,4032,4106,4180,4255,4327,4400,4470,4541,4601,4662,26877,26946,27016,27090,27166,27230,27307,27383,27460,27524,27589,27658,27735,27810,27879,27947,28024,28090,28187,28252,28321,28420,28491,28550,28608,28665,28724,28795,28867,28939,29011,29083,29150,29218,29286,29345,29408,29472,29562,29653,29713,29779,29846,29912,29982,30046,30099,30212,30270,30333,30398,30463,30538,30611,30683,30732,30793,30854,30915,30977,31041,31105,31169,31234,31297,31357,31418,31484,31543,31603,31665,31736,31796,31864,31950,32037,32127,32214,32302,32384,32467,32557,32648,32700,32758,32803,32869,32933,32990,33047,33101,33158,33206,33255,33306,33340,33387,33436,33482,33514,33578,33640,33700,33757,33831,33909,34002,34072,34150,34204,34274,34359,34407,34453,34524,34602,34680,34752,34826,34900,34974,35054,35127,35196,35268,35345,35397,35470,35544,35613,35688,35762,35836,35925,35995,36048,36126,36216,36304,36400,36490,36991,37080,37327,37608,37852,38137,38530,39007,39229,39451,39719,39946,40176,40406,40636,40866,41093,41332,41558,41803,42033,42281,42500,42783,42991,43122,43349,43595,43820,44067,44288,44533,44653,44929,45230,45554,45845,46159,46296,46427,46532,46774,46941,47145,47353,47624,47736,47848,47953,48070,48284,48430,48570,48656,49004,49092,49322,49740,49973,50055,50153,50770,50870,51106,51530,51769,51863,51952,52189,54241,54483,54585,54822,57006,67543,68794,79428,80691,82183,82719,83049,84110,85375,85631,85867,86414,86908,87513,87711,88291,88855,89230,89348,89886,90043,90239,90512,90768,90938,91079,91143,91425,91711,92387,92651,92989,93342,93436,93622,93928,94190,94315,94442,94681,94892,95011,95204,95381,95836,96017,96139,96398,96511,96698,96800,97244,97368,97643,98151,98647,99524,99818,100388,100537,101269,101441,101777,101869,102147,105333,108662,108724,109354,109968,110054,110167,110396,110556,110708,110879,111046,111289,111459,111632,111803,112077,112276,112481,112811,112895,112991,113087,113185,113285,113387,113489,113591,113693,113795,113895,113991,114103,114232,114355,114486,114617,114715,114829,114923,115043,115247,115316,115432,115560,115624,115828,115897,116029,116099,116239,116373,116469,116581,116681,116797,116893,117005,117105,117245,117381,117545,117675,117833,117983,118124,118268,118403,118515,118665,118793,118921,119057,119189,119319,119449,119561,119701,119847,119991,120129,120195,120285,120361,120465,120555,120657,120765,120873,120973,121053,121145,121243,121353,121431,121537,121629,121733,121843,121965,122128,122285,122365,122465,122555,122665,122759,122865,122957,123057,123169,123283,123399,123515,123609,123723,123835,123937,124057,124179,124261,124365,124485,124611,124709,124803,124891,125003,125119,125241,125353,125528,125644,125730,125822,125934,126058,126125,126251,126319,126447,126591,126719,126788,126883,126998,127111,127210,127319,127430,127541,127642,127747,127847,127977,128068,128191,128285,128397,128483,128587,128683,128771,128889,128993,129097,129223,129311,129419,129519,129609,129719,129803,129905,129989,130043,130107,130213,130323,130407,130527,6577,6681,6782,6829,7077,7269,7660,8164,8738,9058,9647,16283,16395,16556,17028,17451,18044,18265,18424,18683,20810,21249,21437,21565,21739,22520,22737,24068,24547,25920,26165,26655,26808" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,205,206,211,212,213,214,215,216,217,236,237,238,239,240,241,242,243,246,247,248,249,251,256,257,261,272,274,275,278,279,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,346,350,351,352,353,354,371,378,379,383,387,391,396,402,409,413,417,422,426,430,434,438,442,446,450,454,458,462,466,470,475,479,482,486,490,494,498,502,506,509,513,517,521,525,529,530,531,532,535,538,541,544,548,549,550,551,552,555,557,559,561,566,567,571,577,581,582,584,595,596,600,606,610,611,612,616,643,647,648,652,683,849,871,1037,1059,1086,1093,1098,1112,1134,1139,1144,1154,1163,1172,1176,1183,1191,1198,1199,1208,1211,1214,1218,1222,1226,1229,1230,1234,1238,1248,1253,1260,1266,1267,1270,1274,1279,1281,1283,1286,1289,1291,1295,1298,1305,1308,1311,1315,1317,1321,1323,1329,1331,1335,1343,1351,1363,1369,1378,1381,1392,1395,1400,1401,1417,1459,1502,1503,1513,1522,1523,1525,1529,1532,1535,1538,1541,1545,1548,1551,1554,1558,1561,1565,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1598,1602,1603,1604,1605,1607,1609,1610,1611,1612,1613,1614,1615,1616,1618,1619,1621,1622,1624,1626,1627,1629,1630,1631,1632,1633,1634,1636,1637,1638,1639,1640,1679,1681,1683,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1699,1700,1701,1702,1703,1704,1706,1710,1738,1739,1740,1741,1742,1743,1744,1745,1747,1749,1751,1753,1755,1756,1757,1758,1760,1762,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1778,1779,1780,1781,1783,1785,1786,1788,1789,1791,1793,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1808,1809,1810,1811,1813,1814,1815,1816,1817,1819,1821,1823,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1901,1917,1918,1919,1920,1921,1922,1941,1953,1967,1968,1974,1982,2034,2035,2111,2135,2141,2142,2143,2144,2183,2185,2186,2187,2191,2193,2194,2229,2242,2248,2249,2261", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,611,692,753,828,904,981,1059,1144,1226,1302,1378,1455,1533,1639,1745,1824,1904,1961,2795,2869,2944,3009,3075,3130,3202,3275,3342,3410,3469,3528,3587,3646,3705,3759,3813,3866,3920,3974,4028,4303,4377,4456,4529,4603,4674,4746,4818,4891,4948,5006,5079,5153,5227,5302,5374,5447,5517,5588,5648,5709,5778,5847,5917,5991,6067,6131,6208,6284,6361,6425,6490,6559,6636,6711,6780,6848,6925,6991,7088,7153,7222,7321,7392,7451,7509,7566,7625,7696,7768,7840,7912,7984,8051,8119,8187,8246,8309,8373,8463,8554,8614,8680,8747,8813,8883,8947,9000,9113,9171,9234,9299,9364,9439,9512,9584,9633,9694,9755,9816,9878,9942,10006,10070,10135,10198,10258,10319,10385,10444,10504,10566,10637,10697,13651,13737,14029,14119,14206,14294,14376,14459,14549,15841,15893,15951,15996,16062,16126,16183,16240,16442,16499,16547,16596,16687,16900,16947,17143,17651,17731,17795,17985,18045,18349,18423,18501,18594,18664,18742,18796,18866,18951,18999,19045,19116,19194,19272,19344,19418,19492,19566,19646,19719,19788,19860,19937,19989,20062,20136,20205,20280,20354,20428,20517,23115,23355,23433,23523,23611,23707,24723,25224,25313,25560,25841,26085,26370,26763,27240,27462,27684,27952,28179,28409,28639,28869,29099,29326,29565,29791,30036,30266,30514,30733,31016,31224,31355,31582,31828,32053,32300,32521,32766,32886,33162,33463,33787,34078,34392,34529,34660,34765,35007,35174,35378,35586,35857,35969,36081,36186,36303,36517,36663,36803,36889,37237,37325,37555,37973,38206,38288,38386,39003,39103,39339,39763,40002,40096,40185,40422,42474,42716,42818,43055,45397,55934,57185,67819,69082,70574,71110,71440,72501,73766,74022,74258,74805,75299,75904,76102,76682,77246,77621,77739,78277,78434,78630,78903,79159,79329,79470,79534,79816,80102,80778,81042,81380,81733,81827,82013,82319,82581,82706,82833,83072,83283,83402,83595,83772,84227,84408,84530,84789,84902,85089,85191,85635,85759,86034,86542,87038,87915,88209,88779,88928,89660,89832,90168,90260,91226,94412,97741,97803,98433,99047,99133,99246,99475,99635,99787,99958,100125,100368,100538,100711,100882,101156,101355,101560,101890,101974,102070,102166,102264,102364,102466,102568,102670,102772,102874,102974,103070,103182,103311,103434,103565,103696,103794,103908,104002,104122,104326,104395,104511,104639,104703,104907,104976,105108,105178,105318,105452,105548,105660,105760,105876,105972,106084,106184,106324,106460,106624,106754,106912,107062,107203,107347,107482,107594,107744,107872,108000,108136,108268,108398,108528,108640,111279,111425,111569,111707,111773,111863,111939,112043,112133,112235,112343,112451,112551,112631,112723,112821,112931,113009,113115,113207,113311,113421,113543,113706,115177,115257,115357,115447,115557,115651,115757,115849,115949,116061,116175,116291,116407,116501,116615,116727,116829,116949,117071,117153,117257,117377,117503,117601,117695,117783,117895,118011,118133,118245,118420,118536,118622,118714,118826,118950,119017,119143,119211,119339,119483,119611,119680,119775,119890,120003,120102,120211,120322,120433,120534,120639,120739,120869,120960,121083,121177,121289,121375,121479,121575,121663,121781,121885,121989,122115,122203,122311,122411,122501,122611,122695,122797,122881,122935,122999,123105,123215,123299,127311,129226,129330,129431,129478,129726,129918,131236,131740,132314,132634,133223,140363,142982,143143,146203,148349,148942,149163,149322,149581,151708,152610,152798,152926,153992,154948,155165,157618,159248,160621,160866,161356", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,205,206,211,212,213,214,215,216,217,236,237,238,239,240,241,242,243,246,247,248,249,251,256,257,261,272,274,275,278,279,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,346,350,351,352,353,354,377,378,382,386,390,395,401,408,412,416,421,425,429,433,437,441,445,449,453,457,461,465,469,474,478,481,485,489,493,497,501,505,508,512,516,520,524,528,529,530,531,534,537,540,543,547,548,549,550,551,554,556,558,560,565,566,570,576,580,581,583,594,595,599,605,609,610,611,615,642,646,647,651,679,848,870,1036,1058,1085,1092,1097,1111,1133,1138,1143,1153,1162,1171,1175,1182,1190,1197,1198,1207,1210,1213,1217,1221,1225,1228,1229,1233,1237,1247,1252,1259,1265,1266,1269,1273,1278,1280,1282,1285,1288,1290,1294,1297,1304,1307,1310,1314,1316,1320,1322,1328,1330,1334,1342,1350,1362,1368,1377,1380,1391,1394,1399,1400,1405,1458,1501,1502,1512,1521,1522,1524,1528,1531,1534,1537,1540,1544,1547,1550,1553,1557,1560,1564,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1593,1594,1595,1596,1597,1601,1602,1603,1604,1606,1608,1609,1610,1611,1612,1613,1614,1615,1617,1618,1620,1621,1623,1625,1626,1628,1629,1630,1631,1632,1633,1635,1636,1637,1638,1639,1640,1680,1682,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1698,1699,1700,1701,1702,1703,1705,1709,1713,1738,1739,1740,1741,1742,1743,1744,1746,1748,1750,1752,1754,1755,1756,1757,1759,1761,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1777,1778,1779,1780,1782,1784,1785,1787,1788,1790,1792,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1807,1808,1809,1810,1812,1813,1814,1815,1816,1818,1820,1822,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1916,1917,1918,1919,1920,1921,1922,1952,1966,1967,1973,1976,1982,2034,2046,2111,2140,2141,2142,2143,2182,2183,2185,2186,2187,2191,2193,2220,2229,2247,2248,2260,2261", + "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,1290,103,100,46,247,191,390,35,35,319,292,5296,111,160,35,422,83,220,158,258,35,438,187,127,173,780,216,375,478,458,244,35,152", + "endOffsets": "150,195,244,285,340,398,460,528,606,687,748,823,899,976,1054,1139,1221,1297,1373,1450,1528,1634,1740,1819,1899,1956,2014,2864,2939,3004,3070,3125,3197,3270,3337,3405,3464,3523,3582,3641,3700,3754,3808,3861,3915,3969,4023,4077,4372,4451,4524,4598,4669,4741,4813,4886,4943,5001,5074,5148,5222,5297,5369,5442,5512,5583,5643,5704,5773,5842,5912,5986,6062,6126,6203,6279,6356,6420,6485,6554,6631,6706,6775,6843,6920,6986,7083,7148,7217,7316,7387,7446,7504,7561,7620,7691,7763,7835,7907,7979,8046,8114,8182,8241,8304,8368,8458,8549,8609,8675,8742,8808,8878,8942,8995,9108,9166,9229,9294,9359,9434,9507,9579,9628,9689,9750,9811,9873,9937,10001,10065,10130,10193,10253,10314,10380,10439,10499,10561,10632,10692,10760,13732,13819,14114,14201,14289,14371,14454,14544,14635,15888,15946,15991,16057,16121,16178,16235,16289,16494,16542,16591,16642,16716,16942,16991,17184,17678,17790,17852,18040,18097,18418,18496,18589,18659,18737,18791,18861,18946,18994,19040,19111,19189,19267,19339,19413,19487,19561,19641,19714,19783,19855,19932,19984,20057,20131,20200,20275,20349,20423,20512,20582,23163,23428,23518,23606,23702,23792,25219,25308,25555,25836,26080,26365,26758,27235,27457,27679,27947,28174,28404,28634,28864,29094,29321,29560,29786,30031,30261,30509,30728,31011,31219,31350,31577,31823,32048,32295,32516,32761,32881,33157,33458,33782,34073,34387,34524,34655,34760,35002,35169,35373,35581,35852,35964,36076,36181,36298,36512,36658,36798,36884,37232,37320,37550,37968,38201,38283,38381,38998,39098,39334,39758,39997,40091,40180,40417,42469,42711,42813,43050,45234,55929,57180,67814,69077,70569,71105,71435,72496,73761,74017,74253,74800,75294,75899,76097,76677,77241,77616,77734,78272,78429,78625,78898,79154,79324,79465,79529,79811,80097,80773,81037,81375,81728,81822,82008,82314,82576,82701,82828,83067,83278,83397,83590,83767,84222,84403,84525,84784,84897,85084,85186,85630,85754,86029,86537,87033,87910,88204,88774,88923,89655,89827,90163,90255,90533,94407,97736,97798,98428,99042,99128,99241,99470,99630,99782,99953,100120,100363,100533,100706,100877,101151,101350,101555,101885,101969,102065,102161,102259,102359,102461,102563,102665,102767,102869,102969,103065,103177,103306,103429,103560,103691,103789,103903,103997,104117,104321,104390,104506,104634,104698,104902,104971,105103,105173,105313,105447,105543,105655,105755,105871,105967,106079,106179,106319,106455,106619,106749,106907,107057,107198,107342,107477,107589,107739,107867,107995,108131,108263,108393,108523,108635,108775,111420,111564,111702,111768,111858,111934,112038,112128,112230,112338,112446,112546,112626,112718,112816,112926,113004,113110,113202,113306,113416,113538,113701,113858,115252,115352,115442,115552,115646,115752,115844,115944,116056,116170,116286,116402,116496,116610,116722,116824,116944,117066,117148,117252,117372,117498,117596,117690,117778,117890,118006,118128,118240,118415,118531,118617,118709,118821,118945,119012,119138,119206,119334,119478,119606,119675,119770,119885,119998,120097,120206,120317,120428,120529,120634,120734,120864,120955,121078,121172,121284,121370,121474,121570,121658,121776,121880,121984,122110,122198,122306,122406,122496,122606,122690,122792,122876,122930,122994,123100,123210,123294,123414,129221,129325,129426,129473,129721,129913,130304,131735,132309,132629,133218,139854,140470,143138,143610,146621,148937,149158,149317,149576,151703,152142,152793,152921,153095,154768,155160,156491,158092,160616,160861,161351,161504" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "20,18,19", + "startColumns": "4,4,4", + "startOffsets": "839,741,788", + "endColumns": "45,46,50", + "endOffsets": "880,783,834" + }, + "to": { + "startLines": "29,30,31", + "startColumns": "4,4,4", + "startOffsets": "2019,2065,2112", + "endColumns": "45,46,50", + "endOffsets": "2060,2107,2158" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "19,31,26,33", + "startColumns": "4,4,4,4", + "startOffsets": "740,1211,1060,1302", + "endLines": "24,31,29,33", + "endColumns": "12,89,12,79", + "endOffsets": "1054,1296,1205,1377" + }, + "to": { + "startLines": "359,365,366,370", + "startColumns": "4,4,4,4", + "startOffsets": "24084,24403,24493,24643", + "endLines": "364,365,369,370", + "endColumns": "12,89,12,79", + "endOffsets": "24398,24488,24638,24718" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,241,244,245,255,258,259,262,265,268,272,277,280,285,288,293,297,301,303,307,314,318,321,330,336,339,348,352,11,12,13,29,30,34,77,85,86,148,149,157,158,159,160,161,162,163,164,171", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,174,255,319,385,455,525,595,665,11320,11374,11453,11526,11591,11654,11725,11796,11858,11927,11993,12060,12127,12183,12234,12287,12339,12393,12456,12515,12577,12636,12696,12759,12834,12906,12977,13033,13104,13161,13218,13284,13348,13419,13476,13529,13592,13644,13702,13749,13794,13842,13908,13970,14033,14090,14147,14292,14413,14500,14591,14892,15058,15213,15315,15602,15760,15857,16448,16649,16741,16920,17088,17263,17516,17807,17937,18295,18437,18807,18967,19121,19221,19462,19897,20104,20263,20828,21189,21318,21985,22165,732,986,1152,1659,1858,2163,4308,4670,4834,7035,7258,7808,7945,8147,8610,8739,8872,9047,9189,10169", + "endLines": "2,3,4,5,6,7,8,9,10,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,240,243,244,254,257,258,261,264,267,271,276,279,284,287,292,296,300,302,306,313,317,320,329,335,338,347,351,360,11,12,28,29,33,76,84,85,147,148,156,157,158,159,160,161,162,163,170,182", + "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,253,165,94,198,138,99,98,163,35,222,205,136,201,462,128,132,174,141,505,35", + "endOffsets": "169,250,314,380,450,520,590,660,727,11369,11448,11521,11586,11649,11720,11791,11853,11922,11988,12055,12122,12178,12229,12282,12334,12388,12451,12510,12572,12631,12691,12754,12829,12901,12972,13028,13099,13156,13213,13279,13343,13414,13471,13524,13587,13639,13697,13744,13789,13837,13903,13965,14028,14085,14142,14287,14408,14495,14586,14887,15053,15208,15310,15597,15755,15852,16443,16644,16736,16915,17083,17258,17511,17802,17932,18290,18432,18802,18962,19116,19216,19457,19892,20099,20258,20823,21184,21313,21980,22160,22869,981,1147,1654,1853,2158,4303,4665,4829,7030,7253,7803,7940,8142,8605,8734,8867,9042,9184,10164,11315" + }, + "to": { + "startLines": "32,33,34,35,36,37,38,39,40,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,264,265,273,276,277,280,281,282,321,323,324,341,342,343,344,345,355,680,1406,1407,1657,1660,1661,1664,1667,1670,1674,1714,1717,1722,1725,1730,1734,1841,1843,1847,1854,1858,1861,1870,1876,1879,1888,1892,1923,1924,1925,1977,1978,1983,2026,2047,2048,2110,2112,2120,2134,2184,2189,2190,2192,2221,2222,2230", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "2163,2237,2318,2382,2448,2518,2588,2658,2728,11269,11323,11402,11475,11540,11603,11674,11745,11807,11876,11942,12009,12076,12132,12183,12236,12288,12342,12405,12464,12526,12585,12645,12708,12783,12855,12926,12982,13053,13110,13167,13233,13297,13368,13425,13478,13541,13593,17258,17305,17683,17857,17923,18102,18165,18222,20911,21099,21220,22300,22391,22692,22858,23013,23797,45239,90538,90635,109920,110121,110213,110392,110560,110735,110988,113863,113993,114351,114493,114863,115023,123558,123658,123899,124334,124541,124700,125265,125626,125755,126422,126602,130309,130563,130729,139859,140058,140475,142620,143615,143779,145980,146626,147176,148147,152147,153730,153859,154773,156496,156638,158097", + "endLines": "32,33,34,35,36,37,38,39,40,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,264,265,273,276,277,280,281,282,321,323,324,341,342,343,344,345,358,682,1406,1416,1659,1660,1663,1666,1669,1673,1678,1716,1721,1724,1729,1733,1737,1842,1846,1853,1857,1860,1869,1875,1878,1887,1891,1900,1923,1924,1940,1977,1981,2025,2033,2047,2109,2110,2119,2120,2134,2184,2189,2190,2192,2221,2228,2241", + "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,253,165,94,198,138,99,98,163,35,222,205,136,201,462,128,132,174,141,505,35", + "endOffsets": "2232,2313,2377,2443,2513,2583,2653,2723,2790,11318,11397,11470,11535,11598,11669,11740,11802,11871,11937,12004,12071,12127,12178,12231,12283,12337,12400,12459,12521,12580,12640,12703,12778,12850,12921,12977,13048,13105,13162,13228,13292,13363,13420,13473,13536,13588,13646,17300,17345,17726,17918,17980,18160,18217,18274,21051,21215,21302,22386,22687,22853,23008,23110,24079,45392,90630,91221,110116,110208,110387,110555,110730,110983,111274,113988,114346,114488,114858,115018,115172,123653,123894,124329,124536,124695,125260,125621,125750,126417,126597,127306,130558,130724,131231,140053,140358,142615,142977,143774,145975,146198,147171,147308,148344,152605,153854,153987,154943,156633,157613,159243" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\ef7c5ae2af6a27687948fc6cc3886b74\\recyclerview-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "3,4,5,6,7,8,9,2", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "685,744,792,848,923,999,1071,55", + "endColumns": "58,47,55,74,75,71,65,629", + "endOffsets": "739,787,843,918,994,1066,1132,680" + }, + "to": { + "startLines": "208,209,210,218,219,220,252,2188", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "13866,13925,13973,14640,14715,14791,16721,153100", + "endColumns": "58,47,55,74,75,71,65,629", + "endOffsets": "13920,13968,14024,14710,14786,14858,16782,153725" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "28,20,18,30,21,17,27,22,24,26,25,29,34,35,33,31,32,19,23", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1262,887,760,1390,940,702,1219,987,1072,1168,1121,1325,1614,1672,1566,1440,1528,813,1030", + "endColumns": "62,52,52,49,46,57,42,42,48,50,46,64,57,43,47,87,37,73,41", + "endOffsets": "1320,935,808,1435,982,755,1257,1025,1116,1214,1163,1385,1667,1711,1609,1523,1561,882,1067" + }, + "to": { + "startLines": "315,316,317,318,319,320,322,326,332,333,334,335,336,337,338,339,340,347,349", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "20587,20650,20703,20756,20806,20853,21056,21370,21812,21861,21912,21959,22024,22082,22126,22174,22262,23168,23313", + "endColumns": "62,52,52,49,46,57,42,42,48,50,46,64,57,43,47,87,37,73,41", + "endOffsets": "20645,20698,20751,20801,20848,20906,21094,21408,21856,21907,21954,22019,22077,22121,22169,22257,22295,23237,23350" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\e13c4a3a02d0f93e83b088e91c91216c\\transition-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,138,185,240,285,339,391,440,501", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "90,133,180,235,280,334,386,435,496,546" + }, + "to": { + "startLines": "250,255,258,259,260,267,268,269,270,271", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "16647,16857,16996,17043,17098,17385,17439,17491,17540,17601", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "16682,16895,17038,17093,17138,17434,17486,17535,17596,17646" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "18,19,21,20", + "startColumns": "4,4,4,4", + "startOffsets": "774,832,930,888", + "endColumns": "57,55,48,41", + "endOffsets": "827,883,974,925" + }, + "to": { + "startLines": "159,160,161,207", + "startColumns": "4,4,4,4", + "startOffsets": "10765,10823,10879,13824", + "endColumns": "57,55,48,41", + "endOffsets": "10818,10874,10923,13861" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,54,58,59,60,6,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,1153,1223,1291,1363,1433,1494,1555,1616,1678,1742,1804,1865,1933,2033,2093,2159,2232,2301,2358,2410,2472,2544,2620,2655,2690,2724,2759,2794,2864,2935,3052,3253,3363,3564,3693,3765,319,880", + "endLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,52,53,57,58,59,60,14,18", + "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,35,115", + "endOffsets": "119,182,1218,1286,1358,1428,1489,1550,1611,1673,1737,1799,1860,1928,2028,2088,2154,2227,2296,2353,2405,2467,2539,2615,2650,2685,2719,2754,2789,2859,2930,3047,3248,3358,3559,3688,3760,3827,875,1148" + }, + "to": { + "startLines": "62,63,162,163,164,165,166,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,244,245,253,254,262,263,266,283,348,1641,1642,1647,1650,1655,1839,1840,2121,2130", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "4082,4151,10928,10998,11066,11138,11208,14863,14924,14985,15047,15111,15173,15234,15302,15402,15462,15528,15601,15670,15727,15779,16294,16366,16787,16822,17189,17223,17350,18279,23242,108780,108897,109164,109457,109724,123419,123491,147313,147874", + "endLines": "62,63,162,163,164,165,166,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,244,245,253,254,262,263,266,283,348,1641,1645,1647,1653,1655,1839,1840,2129,2133", + "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,35,115", + "endOffsets": "4146,4209,10993,11061,11133,11203,11264,14919,14980,15042,15106,15168,15229,15297,15397,15457,15523,15596,15665,15722,15774,15836,16361,16437,16817,16852,17218,17253,17380,18344,23308,108892,109093,109269,109653,109848,123486,123553,147869,148142" + } + } + ] + }, + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-af.json b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json new file mode 100644 index 0000000000..92982a4045 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-am.json b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json new file mode 100644 index 0000000000..4605670003 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json new file mode 100644 index 0000000000..50fdc51636 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-az.json b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json new file mode 100644 index 0000000000..80fc1f86d0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000000..7402e992c8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-be.json b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json new file mode 100644 index 0000000000..0d8c81ef58 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json new file mode 100644 index 0000000000..09fe150b0a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json new file mode 100644 index 0000000000..1a2bd301a5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json new file mode 100644 index 0000000000..6aca922723 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json new file mode 100644 index 0000000000..bcace8b6eb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json new file mode 100644 index 0000000000..8f94eb5708 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-da.json b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json new file mode 100644 index 0000000000..3d8dbdf92a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-de.json b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json new file mode 100644 index 0000000000..06bd614ebd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-el.json b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json new file mode 100644 index 0000000000..dd985e44f9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json new file mode 100644 index 0000000000..d47c393b24 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json new file mode 100644 index 0000000000..a728563044 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json new file mode 100644 index 0000000000..cf714cf027 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json new file mode 100644 index 0000000000..021006fd54 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-es.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json new file mode 100644 index 0000000000..2ccf60ecaf --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es\\values-es.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-et.json b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json new file mode 100644 index 0000000000..fa18b830e1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-et\\values-et.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json new file mode 100644 index 0000000000..857f7aeb7b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-eu\\values-eu.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json new file mode 100644 index 0000000000..0ce5421133 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fa\\values-fa.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json new file mode 100644 index 0000000000..58ff907708 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fi\\values-fi.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000000..293a47ad7c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json new file mode 100644 index 0000000000..f3a977e1b6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr\\values-fr.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json new file mode 100644 index 0000000000..e9596c3793 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gl\\values-gl.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json new file mode 100644 index 0000000000..651abcc0a1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gu\\values-gu.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000000..2ac743b018 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000000..ab7da39215 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json new file mode 100644 index 0000000000..4a4ac2d3d7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hi\\values-hi.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json new file mode 100644 index 0000000000..8579ae29da --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hr\\values-hr.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json new file mode 100644 index 0000000000..cb2083b67d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hu\\values-hu.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json new file mode 100644 index 0000000000..f8ec76d14a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hy\\values-hy.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-in.json b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json new file mode 100644 index 0000000000..4c7a078fe7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-in\\values-in.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-is.json b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json new file mode 100644 index 0000000000..3b86a446a4 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-is\\values-is.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-it.json b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json new file mode 100644 index 0000000000..d895925e17 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-it\\values-it.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json new file mode 100644 index 0000000000..6b5827de54 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-iw\\values-iw.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json new file mode 100644 index 0000000000..2040d8f025 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ja\\values-ja.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json new file mode 100644 index 0000000000..1316071964 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ka\\values-ka.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json new file mode 100644 index 0000000000..2213ccd721 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kk\\values-kk.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-km.json b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json new file mode 100644 index 0000000000..6bd2914240 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-km\\values-km.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json new file mode 100644 index 0000000000..93c26f1bd6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn\\values-kn.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json new file mode 100644 index 0000000000..7753f0f636 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ko\\values-ko.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json new file mode 100644 index 0000000000..b5593f49b7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ky\\values-ky.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-land.json b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json new file mode 100644 index 0000000000..fb3b7db6aa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json new file mode 100644 index 0000000000..493fe31983 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000000..6426a84bfc --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json new file mode 100644 index 0000000000..07a0a24a56 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lo\\values-lo.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json new file mode 100644 index 0000000000..4d705512c6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lt\\values-lt.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json new file mode 100644 index 0000000000..d6bf545049 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lv\\values-lv.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json new file mode 100644 index 0000000000..d4d2c921aa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mk\\values-mk.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json new file mode 100644 index 0000000000..157e0ea6fa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ml\\values-ml.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json new file mode 100644 index 0000000000..9a2b1a71a6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mn\\values-mn.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json new file mode 100644 index 0000000000..5c4ba4ab3c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mr\\values-mr.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json new file mode 100644 index 0000000000..14501e5c4d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ms\\values-ms.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-my.json b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json new file mode 100644 index 0000000000..b9a01fb0ad --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-my\\values-my.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json new file mode 100644 index 0000000000..146510e43c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nb\\values-nb.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json new file mode 100644 index 0000000000..e09981d179 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ne\\values-ne.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json new file mode 100644 index 0000000000..7d03d0213f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json new file mode 100644 index 0000000000..d39d56c16e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nl\\values-nl.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json new file mode 100644 index 0000000000..cda03e9635 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json new file mode 100644 index 0000000000..73b9dff546 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pl\\values-pl.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-port.json b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json new file mode 100644 index 0000000000..734fcf088d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000000..d0c6a77f54 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000000..57cfa6a3e3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json new file mode 100644 index 0000000000..07fcf5d8ba --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt\\values-pt.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json new file mode 100644 index 0000000000..e7c426a6bc --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ro\\values-ro.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json new file mode 100644 index 0000000000..9971d84413 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ru\\values-ru.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-si.json b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json new file mode 100644 index 0000000000..c67d111734 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si\\values-si.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json new file mode 100644 index 0000000000..a7d391448a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sk\\values-sk.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json new file mode 100644 index 0000000000..0f629fff4a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sl\\values-sl.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json new file mode 100644 index 0000000000..8c3af75adc --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sq\\values-sq.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json new file mode 100644 index 0000000000..4f02c3652e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sr\\values-sr.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json new file mode 100644 index 0000000000..f8983e3532 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sv\\values-sv.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json new file mode 100644 index 0000000000..991dddfd2c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000000..a1ca18435a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json new file mode 100644 index 0000000000..86d0109c3c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ta\\values-ta.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-te.json b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json new file mode 100644 index 0000000000..e91fea3e3c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-te\\values-te.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-th.json b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json new file mode 100644 index 0000000000..012466de15 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-th\\values-th.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json new file mode 100644 index 0000000000..ae27dc8e4f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tl\\values-tl.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json new file mode 100644 index 0000000000..40aed0b37c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tr\\values-tr.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json new file mode 100644 index 0000000000..a11248d76b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uk\\values-uk.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json new file mode 100644 index 0000000000..7857558f30 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ur\\values-ur.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json new file mode 100644 index 0000000000..7aac93afa5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uz\\values-uz.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json new file mode 100644 index 0000000000..e4955c50d4 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v11\\values-v11.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json new file mode 100644 index 0000000000..9fc9131e68 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v12\\values-v12.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v13.json new file mode 100644 index 0000000000..620edf1a73 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v13\\values-v13.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json new file mode 100644 index 0000000000..bcd943cf75 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v14\\values-v14.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json new file mode 100644 index 0000000000..c474fc85e8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v16\\values-v16.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json new file mode 100644 index 0000000000..066b89890e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json new file mode 100644 index 0000000000..4f87dc6718 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json new file mode 100644 index 0000000000..406a1ff987 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json @@ -0,0 +1,104 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values-v21\\styles.xml", + "from": { + "startLines": "18", + "startColumns": "4", + "startOffsets": "704", + "endLines": "23", + "endColumns": "12", + "endOffsets": "1000" + }, + "to": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "354", + "endLines": "11", + "endColumns": "12", + "endOffsets": "650" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\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,289,290,297,301,305,308", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,21060,21176,21633,21927,22222,22394", + "endLines": "2,3,4,5,289,290,297,301,307,312", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,21171,21297,21754,22050,22389,22727" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\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": "291,294,298,302", + "startColumns": "4,4,4,4", + "startOffsets": "21302,21470,21759,22055", + "endLines": "293,296,300,304", + "endColumns": "12,12,12,12", + "endOffsets": "21465,21628,21922,22217" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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": "170,234", + "startColumns": "4,4", + "startOffsets": "12878,17428", + "endLines": "172,234", + "endColumns": "12,96", + "endOffsets": "13084,17520" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,29,30,31,32,34,36,37,38,39,40,42,44,46,48,50,52,53,58,60,62,63,64,66,68,69,70,71,72,73,117,120,164,167,173,175,177,179,182,184,187,188,189,192,193,194,195,196,197,200,201,203,205,207,209,213,215,216,217,218,220,224,226,228,229,230,231,232,235,236,237,247,248,249,261,273,274,275,278,281,282,285,286", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "655,746,849,952,1057,1164,1273,1382,1491,1600,1709,1816,1919,2038,2193,2348,2453,2574,2675,2822,2963,3066,3185,3292,3395,3550,3721,3870,4035,4192,4343,4462,4834,4983,5132,5244,5391,5544,5691,5766,5855,5942,6043,6146,9214,9400,12480,12678,13089,13212,13335,13448,13631,13762,13963,14052,14163,14396,14497,14592,14715,14844,14961,15138,15237,15372,15515,15650,15769,15970,16089,16182,16293,16349,16456,16651,16762,16895,16990,17081,17172,17289,17525,17596,17679,18359,18416,18474,19168,19874,19993,20122,20293,20459,20588,20759,20890", + "endLines": "12,13,14,15,16,17,18,19,20,21,22,23,24,26,28,29,30,31,33,35,36,37,38,39,41,43,45,47,49,51,52,57,59,61,62,63,65,67,68,69,70,71,72,116,119,163,166,169,174,176,178,181,183,186,187,188,191,192,193,194,195,196,199,200,202,204,206,208,212,214,215,216,217,219,223,225,227,228,229,230,231,233,235,236,246,247,248,260,272,273,274,277,280,281,284,285,288", + "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": "741,844,947,1052,1159,1268,1377,1486,1595,1704,1811,1914,2033,2188,2343,2448,2569,2670,2817,2958,3061,3180,3287,3390,3545,3716,3865,4030,4187,4338,4457,4829,4978,5127,5239,5386,5539,5686,5761,5850,5937,6038,6141,9209,9395,12475,12673,12873,13207,13330,13443,13626,13757,13958,14047,14158,14391,14492,14587,14710,14839,14956,15133,15232,15367,15510,15645,15764,15965,16084,16177,16288,16344,16451,16646,16757,16890,16985,17076,17167,17284,17423,17591,17674,18354,18411,18469,19163,19869,19988,20117,20288,20454,20583,20754,20885,21055" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json new file mode 100644 index 0000000000..373fa98903 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json new file mode 100644 index 0000000000..3d10f3e70f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v23\\values-v23.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json new file mode 100644 index 0000000000..d58dc1a0ec --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json new file mode 100644 index 0000000000..5b5aabdc73 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json new file mode 100644 index 0000000000..dfe6720905 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\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" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json new file mode 100644 index 0000000000..dd150cdecb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-vi\\values-vi.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-w820dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-w820dp-v13.json new file mode 100644 index 0000000000..e561639b7b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-w820dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w820dp-v13\\values-w820dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values-w820dp\\dimens.xml", + "from": { + "startLines": "20", + "startColumns": "4", + "startOffsets": "977", + "endColumns": "57", + "endOffsets": "1030" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "57", + "endOffsets": "108" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000000..529a8edad1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000000..06d8ade9c5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000000..c07880a2f6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000000..520b9d1004 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json new file mode 100644 index 0000000000..3d034e274e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zu\\values-zu.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\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/app/build/intermediates/blame/res/debug/multi-v2/values.json b/app/build/intermediates/blame/res/debug/multi-v2/values.json new file mode 100644 index 0000000000..a94d2877cd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values.json @@ -0,0 +1,221 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml", + "map": [ + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\configurations.xml", + "from": { + "startLines": "18", + "startColumns": "4", + "startOffsets": "741", + "endColumns": "62", + "endOffsets": "799" + }, + "to": { + "startLines": "325", + "startColumns": "4", + "startOffsets": "21307", + "endColumns": "62", + "endOffsets": "21365" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,348,414,536,597,663", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "139,409,531,592,658,725" + }, + "to": { + "startLines": "64,1646,1648,1649,1654,1656", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "4214,109098,109274,109396,109658,109853", + "endColumns": "88,65,121,60,65,66", + "endOffsets": "4298,109159,109391,109452,109719,109915" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\errors.xml", + "from": { + "startLines": "21,19,18,20,22", + "startColumns": "4,4,4,4,4", + "startOffsets": "966,809,741,891,1056", + "endColumns": "89,81,67,74,83", + "endOffsets": "1051,886,804,961,1135" + }, + "to": { + "startLines": "327,328,329,330,331", + "startColumns": "4,4,4,4,4", + "startOffsets": "21413,21503,21585,21653,21728", + "endColumns": "89,81,67,74,83", + "endOffsets": "21498,21580,21648,21723,21807" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,393,394,398,402,406,411,417,424,428,432,437,441,445,449,453,457,461,465,469,473,477,481,485,490,494,497,501,505,509,513,517,521,524,528,532,536,540,544,545,546,547,550,553,556,559,563,564,565,566,567,570,572,574,576,581,582,586,592,596,597,599,610,611,615,621,625,626,627,631,658,662,663,667,695,861,883,1049,1071,1098,1105,1110,1124,1146,1151,1156,1166,1175,1184,1188,1195,1203,1210,1211,1220,1223,1226,1230,1234,1238,1241,1242,1246,1250,1260,1265,1272,1278,1279,1282,1286,1291,1293,1295,1298,1301,1303,1307,1310,1317,1320,1323,1327,1329,1333,1335,1341,1343,1347,1355,1363,1375,1381,1390,1393,1404,1407,1412,1413,1418,1460,1503,1504,1514,1523,1524,1526,1530,1533,1536,1539,1542,1546,1549,1552,1555,1559,1562,1566,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1595,1596,1597,1598,1599,1603,1604,1605,1606,1608,1610,1611,1612,1613,1614,1615,1616,1617,1619,1620,1622,1623,1625,1627,1628,1630,1631,1632,1633,1634,1635,1637,1638,1639,1640,1641,1642,1644,1646,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1662,1663,1664,1665,1666,1667,1669,1673,1677,1678,1679,1680,1681,1682,1683,1684,1686,1688,1690,1692,1694,1695,1696,1697,1699,1701,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1717,1718,1719,1720,1722,1724,1725,1727,1728,1730,1732,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1747,1748,1749,1750,1752,1753,1754,1755,1756,1758,1760,1762,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,70,86,87,88,89,90,91,92,104,118,119,125,128,129,130,142,143,149,150,151,152,191,192,193,194,195,196,197,224,225,231,232,244", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,110,155,204,245,300,358,420,488,566,647,708,783,859,936,1014,1099,1181,1257,1333,1410,1488,1594,1700,1779,1859,1916,1974,2048,2123,2188,2254,2309,2381,2454,2521,2589,2648,2707,2766,2825,2884,2938,2992,3045,3099,3153,3207,3261,3335,3414,3487,3561,3632,3704,3776,3849,3906,3964,4037,4111,4185,4260,4332,4405,4475,4546,4606,26813,26882,26951,27021,27095,27171,27235,27312,27388,27465,27529,27594,27663,27740,27815,27884,27952,28029,28095,28192,28257,28326,28425,28496,28555,28613,28670,28729,28800,28872,28944,29016,29088,29155,29223,29291,29350,29413,29477,29567,29658,29718,29784,29851,29917,29987,30051,30104,30217,30275,30338,30403,30468,30543,30616,30688,30737,30798,30859,30920,30982,31046,31110,31174,31239,31302,31362,31423,31489,31548,31608,31670,31741,31801,31869,31955,32042,32132,32219,32307,32389,32472,32562,32653,32705,32763,32808,32874,32938,32995,33052,33106,33163,33211,33260,33311,33345,33392,33441,33487,33519,33583,33645,33705,33762,33836,33914,34007,34077,34155,34209,34279,34364,34412,34458,34529,34607,34685,34757,34831,34905,34979,35059,35132,35201,35273,35350,35402,35475,35549,35618,35693,35767,35841,35930,36000,36053,36131,36221,36309,36405,36495,36996,37085,37332,37613,37857,38142,38535,39012,39234,39456,39724,39951,40181,40411,40641,40871,41098,41337,41563,41808,42038,42286,42505,42788,42996,43127,43354,43600,43825,44072,44293,44538,44658,44934,45235,45559,45850,46164,46301,46432,46537,46779,46946,47150,47358,47629,47741,47853,47958,48075,48289,48435,48575,48661,49009,49097,49327,49745,49978,50060,50158,50775,50875,51111,51535,51774,51868,51957,52194,54246,54488,54590,54827,57011,67548,68799,79433,80696,82188,82724,83054,84115,85380,85636,85872,86419,86913,87518,87716,88296,88860,89235,89353,89891,90048,90244,90517,90773,90943,91084,91148,91430,91716,92392,92656,92994,93347,93441,93627,93933,94195,94320,94447,94686,94897,95016,95209,95386,95841,96022,96144,96403,96516,96703,96805,97249,97373,97648,98156,98652,99529,99823,100393,100542,101274,101446,101782,101874,102152,105338,108667,108729,109359,109973,110059,110172,110401,110561,110713,110884,111051,111294,111464,111637,111808,112082,112281,112486,112816,112900,112996,113092,113190,113290,113392,113494,113596,113698,113800,113900,113996,114108,114237,114360,114491,114622,114720,114834,114928,115048,115252,115321,115437,115565,115629,115833,115902,116034,116104,116244,116378,116474,116586,116686,116802,116898,117010,117110,117250,117386,117550,117680,117838,117988,118129,118273,118408,118520,118670,118798,118926,119062,119194,119324,119454,119566,119706,119852,119996,120134,120200,120290,120366,120470,120560,120662,120770,120878,120978,121058,121150,121248,121358,121436,121542,121634,121738,121848,121970,122133,122290,122370,122470,122560,122670,122764,122870,122962,123062,123174,123288,123404,123520,123614,123728,123840,123942,124062,124184,124266,124370,124490,124616,124714,124808,124896,125008,125124,125246,125358,125533,125649,125735,125827,125939,126063,126130,126256,126324,126452,126596,126724,126793,126888,127003,127116,127215,127324,127435,127546,127647,127752,127852,127982,128073,128196,128290,128402,128488,128592,128688,128776,128894,128998,129102,129228,129316,129424,129524,129614,129724,129808,129910,129994,130048,130112,130218,130328,130412,4667,6582,6686,6787,6834,7082,7274,7665,8169,8743,9063,9652,16288,16400,16561,17033,17456,18049,18270,18429,18688,20815,21254,21442,21570,21744,22525,22742,24073,24552,25925,26170,26660", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,392,393,397,401,405,410,416,423,427,431,436,440,444,448,452,456,460,464,468,472,476,480,484,489,493,496,500,504,508,512,516,520,523,527,531,535,539,543,544,545,546,549,552,555,558,562,563,564,565,566,569,571,573,575,580,581,585,591,595,596,598,609,610,614,620,624,625,626,630,657,661,662,666,694,860,882,1048,1070,1097,1104,1109,1123,1145,1150,1155,1165,1174,1183,1187,1194,1202,1209,1210,1219,1222,1225,1229,1233,1237,1240,1241,1245,1249,1259,1264,1271,1277,1278,1281,1285,1290,1292,1294,1297,1300,1302,1306,1309,1316,1319,1322,1326,1328,1332,1334,1340,1342,1346,1354,1362,1374,1380,1389,1392,1403,1406,1411,1412,1417,1459,1502,1503,1513,1522,1523,1525,1529,1532,1535,1538,1541,1545,1548,1551,1554,1558,1561,1565,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1598,1602,1603,1604,1605,1607,1609,1610,1611,1612,1613,1614,1615,1616,1618,1619,1621,1622,1624,1626,1627,1629,1630,1631,1632,1633,1634,1636,1637,1638,1639,1640,1641,1643,1645,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1661,1662,1663,1664,1665,1666,1668,1672,1676,1677,1678,1679,1680,1681,1682,1683,1685,1687,1689,1691,1693,1694,1695,1696,1698,1700,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1716,1717,1718,1719,1721,1723,1724,1726,1727,1729,1731,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1746,1747,1748,1749,1751,1752,1753,1754,1755,1757,1759,1761,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,85,86,87,88,89,90,91,103,117,118,124,127,128,129,141,142,148,149,150,151,190,191,192,193,194,195,196,223,224,230,231,243,244", + "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,1290,103,100,46,247,191,390,35,35,319,292,5296,111,160,35,422,83,220,158,258,35,438,187,127,173,780,216,375,478,458,244,35,152", + "endOffsets": "105,150,199,240,295,353,415,483,561,642,703,778,854,931,1009,1094,1176,1252,1328,1405,1483,1589,1695,1774,1854,1911,1969,2043,2118,2183,2249,2304,2376,2449,2516,2584,2643,2702,2761,2820,2879,2933,2987,3040,3094,3148,3202,3256,3330,3409,3482,3556,3627,3699,3771,3844,3901,3959,4032,4106,4180,4255,4327,4400,4470,4541,4601,4662,26877,26946,27016,27090,27166,27230,27307,27383,27460,27524,27589,27658,27735,27810,27879,27947,28024,28090,28187,28252,28321,28420,28491,28550,28608,28665,28724,28795,28867,28939,29011,29083,29150,29218,29286,29345,29408,29472,29562,29653,29713,29779,29846,29912,29982,30046,30099,30212,30270,30333,30398,30463,30538,30611,30683,30732,30793,30854,30915,30977,31041,31105,31169,31234,31297,31357,31418,31484,31543,31603,31665,31736,31796,31864,31950,32037,32127,32214,32302,32384,32467,32557,32648,32700,32758,32803,32869,32933,32990,33047,33101,33158,33206,33255,33306,33340,33387,33436,33482,33514,33578,33640,33700,33757,33831,33909,34002,34072,34150,34204,34274,34359,34407,34453,34524,34602,34680,34752,34826,34900,34974,35054,35127,35196,35268,35345,35397,35470,35544,35613,35688,35762,35836,35925,35995,36048,36126,36216,36304,36400,36490,36991,37080,37327,37608,37852,38137,38530,39007,39229,39451,39719,39946,40176,40406,40636,40866,41093,41332,41558,41803,42033,42281,42500,42783,42991,43122,43349,43595,43820,44067,44288,44533,44653,44929,45230,45554,45845,46159,46296,46427,46532,46774,46941,47145,47353,47624,47736,47848,47953,48070,48284,48430,48570,48656,49004,49092,49322,49740,49973,50055,50153,50770,50870,51106,51530,51769,51863,51952,52189,54241,54483,54585,54822,57006,67543,68794,79428,80691,82183,82719,83049,84110,85375,85631,85867,86414,86908,87513,87711,88291,88855,89230,89348,89886,90043,90239,90512,90768,90938,91079,91143,91425,91711,92387,92651,92989,93342,93436,93622,93928,94190,94315,94442,94681,94892,95011,95204,95381,95836,96017,96139,96398,96511,96698,96800,97244,97368,97643,98151,98647,99524,99818,100388,100537,101269,101441,101777,101869,102147,105333,108662,108724,109354,109968,110054,110167,110396,110556,110708,110879,111046,111289,111459,111632,111803,112077,112276,112481,112811,112895,112991,113087,113185,113285,113387,113489,113591,113693,113795,113895,113991,114103,114232,114355,114486,114617,114715,114829,114923,115043,115247,115316,115432,115560,115624,115828,115897,116029,116099,116239,116373,116469,116581,116681,116797,116893,117005,117105,117245,117381,117545,117675,117833,117983,118124,118268,118403,118515,118665,118793,118921,119057,119189,119319,119449,119561,119701,119847,119991,120129,120195,120285,120361,120465,120555,120657,120765,120873,120973,121053,121145,121243,121353,121431,121537,121629,121733,121843,121965,122128,122285,122365,122465,122555,122665,122759,122865,122957,123057,123169,123283,123399,123515,123609,123723,123835,123937,124057,124179,124261,124365,124485,124611,124709,124803,124891,125003,125119,125241,125353,125528,125644,125730,125822,125934,126058,126125,126251,126319,126447,126591,126719,126788,126883,126998,127111,127210,127319,127430,127541,127642,127747,127847,127977,128068,128191,128285,128397,128483,128587,128683,128771,128889,128993,129097,129223,129311,129419,129519,129609,129719,129803,129905,129989,130043,130107,130213,130323,130407,130527,6577,6681,6782,6829,7077,7269,7660,8164,8738,9058,9647,16283,16395,16556,17028,17451,18044,18265,18424,18683,20810,21249,21437,21565,21739,22520,22737,24068,24547,25920,26165,26655,26808" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,205,206,211,212,213,214,215,216,217,236,237,238,239,240,241,242,243,246,247,248,249,251,256,257,261,272,274,275,278,279,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,346,350,351,352,353,354,371,378,379,383,387,391,396,402,409,413,417,422,426,430,434,438,442,446,450,454,458,462,466,470,475,479,482,486,490,494,498,502,506,509,513,517,521,525,529,530,531,532,535,538,541,544,548,549,550,551,552,555,557,559,561,566,567,571,577,581,582,584,595,596,600,606,610,611,612,616,643,647,648,652,683,849,871,1037,1059,1086,1093,1098,1112,1134,1139,1144,1154,1163,1172,1176,1183,1191,1198,1199,1208,1211,1214,1218,1222,1226,1229,1230,1234,1238,1248,1253,1260,1266,1267,1270,1274,1279,1281,1283,1286,1289,1291,1295,1298,1305,1308,1311,1315,1317,1321,1323,1329,1331,1335,1343,1351,1363,1369,1378,1381,1392,1395,1400,1401,1417,1459,1502,1503,1513,1522,1523,1525,1529,1532,1535,1538,1541,1545,1548,1551,1554,1558,1561,1565,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1598,1602,1603,1604,1605,1607,1609,1610,1611,1612,1613,1614,1615,1616,1618,1619,1621,1622,1624,1626,1627,1629,1630,1631,1632,1633,1634,1636,1637,1638,1639,1640,1679,1681,1683,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1699,1700,1701,1702,1703,1704,1706,1710,1738,1739,1740,1741,1742,1743,1744,1745,1747,1749,1751,1753,1755,1756,1757,1758,1760,1762,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1778,1779,1780,1781,1783,1785,1786,1788,1789,1791,1793,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1808,1809,1810,1811,1813,1814,1815,1816,1817,1819,1821,1823,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1901,1917,1918,1919,1920,1921,1922,1941,1953,1967,1968,1974,1982,2034,2035,2111,2135,2141,2142,2143,2144,2183,2185,2186,2187,2191,2193,2194,2229,2242,2248,2249,2261", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,611,692,753,828,904,981,1059,1144,1226,1302,1378,1455,1533,1639,1745,1824,1904,1961,2795,2869,2944,3009,3075,3130,3202,3275,3342,3410,3469,3528,3587,3646,3705,3759,3813,3866,3920,3974,4028,4303,4377,4456,4529,4603,4674,4746,4818,4891,4948,5006,5079,5153,5227,5302,5374,5447,5517,5588,5648,5709,5778,5847,5917,5991,6067,6131,6208,6284,6361,6425,6490,6559,6636,6711,6780,6848,6925,6991,7088,7153,7222,7321,7392,7451,7509,7566,7625,7696,7768,7840,7912,7984,8051,8119,8187,8246,8309,8373,8463,8554,8614,8680,8747,8813,8883,8947,9000,9113,9171,9234,9299,9364,9439,9512,9584,9633,9694,9755,9816,9878,9942,10006,10070,10135,10198,10258,10319,10385,10444,10504,10566,10637,10697,13651,13737,14029,14119,14206,14294,14376,14459,14549,15841,15893,15951,15996,16062,16126,16183,16240,16442,16499,16547,16596,16687,16900,16947,17143,17651,17731,17795,17985,18045,18349,18423,18501,18594,18664,18742,18796,18866,18951,18999,19045,19116,19194,19272,19344,19418,19492,19566,19646,19719,19788,19860,19937,19989,20062,20136,20205,20280,20354,20428,20517,23115,23355,23433,23523,23611,23707,24723,25224,25313,25560,25841,26085,26370,26763,27240,27462,27684,27952,28179,28409,28639,28869,29099,29326,29565,29791,30036,30266,30514,30733,31016,31224,31355,31582,31828,32053,32300,32521,32766,32886,33162,33463,33787,34078,34392,34529,34660,34765,35007,35174,35378,35586,35857,35969,36081,36186,36303,36517,36663,36803,36889,37237,37325,37555,37973,38206,38288,38386,39003,39103,39339,39763,40002,40096,40185,40422,42474,42716,42818,43055,45397,55934,57185,67819,69082,70574,71110,71440,72501,73766,74022,74258,74805,75299,75904,76102,76682,77246,77621,77739,78277,78434,78630,78903,79159,79329,79470,79534,79816,80102,80778,81042,81380,81733,81827,82013,82319,82581,82706,82833,83072,83283,83402,83595,83772,84227,84408,84530,84789,84902,85089,85191,85635,85759,86034,86542,87038,87915,88209,88779,88928,89660,89832,90168,90260,91226,94412,97741,97803,98433,99047,99133,99246,99475,99635,99787,99958,100125,100368,100538,100711,100882,101156,101355,101560,101890,101974,102070,102166,102264,102364,102466,102568,102670,102772,102874,102974,103070,103182,103311,103434,103565,103696,103794,103908,104002,104122,104326,104395,104511,104639,104703,104907,104976,105108,105178,105318,105452,105548,105660,105760,105876,105972,106084,106184,106324,106460,106624,106754,106912,107062,107203,107347,107482,107594,107744,107872,108000,108136,108268,108398,108528,108640,111279,111425,111569,111707,111773,111863,111939,112043,112133,112235,112343,112451,112551,112631,112723,112821,112931,113009,113115,113207,113311,113421,113543,113706,115177,115257,115357,115447,115557,115651,115757,115849,115949,116061,116175,116291,116407,116501,116615,116727,116829,116949,117071,117153,117257,117377,117503,117601,117695,117783,117895,118011,118133,118245,118420,118536,118622,118714,118826,118950,119017,119143,119211,119339,119483,119611,119680,119775,119890,120003,120102,120211,120322,120433,120534,120639,120739,120869,120960,121083,121177,121289,121375,121479,121575,121663,121781,121885,121989,122115,122203,122311,122411,122501,122611,122695,122797,122881,122935,122999,123105,123215,123299,127311,129226,129330,129431,129478,129726,129918,131236,131740,132314,132634,133223,140363,142982,143143,146203,148349,148942,149163,149322,149581,151708,152610,152798,152926,153992,154948,155165,157618,159248,160621,160866,161356", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,205,206,211,212,213,214,215,216,217,236,237,238,239,240,241,242,243,246,247,248,249,251,256,257,261,272,274,275,278,279,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,346,350,351,352,353,354,377,378,382,386,390,395,401,408,412,416,421,425,429,433,437,441,445,449,453,457,461,465,469,474,478,481,485,489,493,497,501,505,508,512,516,520,524,528,529,530,531,534,537,540,543,547,548,549,550,551,554,556,558,560,565,566,570,576,580,581,583,594,595,599,605,609,610,611,615,642,646,647,651,679,848,870,1036,1058,1085,1092,1097,1111,1133,1138,1143,1153,1162,1171,1175,1182,1190,1197,1198,1207,1210,1213,1217,1221,1225,1228,1229,1233,1237,1247,1252,1259,1265,1266,1269,1273,1278,1280,1282,1285,1288,1290,1294,1297,1304,1307,1310,1314,1316,1320,1322,1328,1330,1334,1342,1350,1362,1368,1377,1380,1391,1394,1399,1400,1405,1458,1501,1502,1512,1521,1522,1524,1528,1531,1534,1537,1540,1544,1547,1550,1553,1557,1560,1564,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1593,1594,1595,1596,1597,1601,1602,1603,1604,1606,1608,1609,1610,1611,1612,1613,1614,1615,1617,1618,1620,1621,1623,1625,1626,1628,1629,1630,1631,1632,1633,1635,1636,1637,1638,1639,1640,1680,1682,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1698,1699,1700,1701,1702,1703,1705,1709,1713,1738,1739,1740,1741,1742,1743,1744,1746,1748,1750,1752,1754,1755,1756,1757,1759,1761,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1777,1778,1779,1780,1782,1784,1785,1787,1788,1790,1792,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1807,1808,1809,1810,1812,1813,1814,1815,1816,1818,1820,1822,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1916,1917,1918,1919,1920,1921,1922,1952,1966,1967,1973,1976,1982,2034,2046,2111,2140,2141,2142,2143,2182,2183,2185,2186,2187,2191,2193,2220,2229,2247,2248,2260,2261", + "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,1290,103,100,46,247,191,390,35,35,319,292,5296,111,160,35,422,83,220,158,258,35,438,187,127,173,780,216,375,478,458,244,35,152", + "endOffsets": "150,195,244,285,340,398,460,528,606,687,748,823,899,976,1054,1139,1221,1297,1373,1450,1528,1634,1740,1819,1899,1956,2014,2864,2939,3004,3070,3125,3197,3270,3337,3405,3464,3523,3582,3641,3700,3754,3808,3861,3915,3969,4023,4077,4372,4451,4524,4598,4669,4741,4813,4886,4943,5001,5074,5148,5222,5297,5369,5442,5512,5583,5643,5704,5773,5842,5912,5986,6062,6126,6203,6279,6356,6420,6485,6554,6631,6706,6775,6843,6920,6986,7083,7148,7217,7316,7387,7446,7504,7561,7620,7691,7763,7835,7907,7979,8046,8114,8182,8241,8304,8368,8458,8549,8609,8675,8742,8808,8878,8942,8995,9108,9166,9229,9294,9359,9434,9507,9579,9628,9689,9750,9811,9873,9937,10001,10065,10130,10193,10253,10314,10380,10439,10499,10561,10632,10692,10760,13732,13819,14114,14201,14289,14371,14454,14544,14635,15888,15946,15991,16057,16121,16178,16235,16289,16494,16542,16591,16642,16716,16942,16991,17184,17678,17790,17852,18040,18097,18418,18496,18589,18659,18737,18791,18861,18946,18994,19040,19111,19189,19267,19339,19413,19487,19561,19641,19714,19783,19855,19932,19984,20057,20131,20200,20275,20349,20423,20512,20582,23163,23428,23518,23606,23702,23792,25219,25308,25555,25836,26080,26365,26758,27235,27457,27679,27947,28174,28404,28634,28864,29094,29321,29560,29786,30031,30261,30509,30728,31011,31219,31350,31577,31823,32048,32295,32516,32761,32881,33157,33458,33782,34073,34387,34524,34655,34760,35002,35169,35373,35581,35852,35964,36076,36181,36298,36512,36658,36798,36884,37232,37320,37550,37968,38201,38283,38381,38998,39098,39334,39758,39997,40091,40180,40417,42469,42711,42813,43050,45234,55929,57180,67814,69077,70569,71105,71435,72496,73761,74017,74253,74800,75294,75899,76097,76677,77241,77616,77734,78272,78429,78625,78898,79154,79324,79465,79529,79811,80097,80773,81037,81375,81728,81822,82008,82314,82576,82701,82828,83067,83278,83397,83590,83767,84222,84403,84525,84784,84897,85084,85186,85630,85754,86029,86537,87033,87910,88204,88774,88923,89655,89827,90163,90255,90533,94407,97736,97798,98428,99042,99128,99241,99470,99630,99782,99953,100120,100363,100533,100706,100877,101151,101350,101555,101885,101969,102065,102161,102259,102359,102461,102563,102665,102767,102869,102969,103065,103177,103306,103429,103560,103691,103789,103903,103997,104117,104321,104390,104506,104634,104698,104902,104971,105103,105173,105313,105447,105543,105655,105755,105871,105967,106079,106179,106319,106455,106619,106749,106907,107057,107198,107342,107477,107589,107739,107867,107995,108131,108263,108393,108523,108635,108775,111420,111564,111702,111768,111858,111934,112038,112128,112230,112338,112446,112546,112626,112718,112816,112926,113004,113110,113202,113306,113416,113538,113701,113858,115252,115352,115442,115552,115646,115752,115844,115944,116056,116170,116286,116402,116496,116610,116722,116824,116944,117066,117148,117252,117372,117498,117596,117690,117778,117890,118006,118128,118240,118415,118531,118617,118709,118821,118945,119012,119138,119206,119334,119478,119606,119675,119770,119885,119998,120097,120206,120317,120428,120529,120634,120734,120864,120955,121078,121172,121284,121370,121474,121570,121658,121776,121880,121984,122110,122198,122306,122406,122496,122606,122690,122792,122876,122930,122994,123100,123210,123294,123414,129221,129325,129426,129473,129721,129913,130304,131735,132309,132629,133218,139854,140470,143138,143610,146621,148937,149158,149317,149576,151703,152142,152793,152921,153095,154768,155160,156491,158092,160616,160861,161351,161504" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "20,18,19", + "startColumns": "4,4,4", + "startOffsets": "839,741,788", + "endColumns": "45,46,50", + "endOffsets": "880,783,834" + }, + "to": { + "startLines": "29,30,31", + "startColumns": "4,4,4", + "startOffsets": "2019,2065,2112", + "endColumns": "45,46,50", + "endOffsets": "2060,2107,2158" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "19,31,26,33", + "startColumns": "4,4,4,4", + "startOffsets": "740,1211,1060,1302", + "endLines": "24,31,29,33", + "endColumns": "12,89,12,79", + "endOffsets": "1054,1296,1205,1377" + }, + "to": { + "startLines": "359,365,366,370", + "startColumns": "4,4,4,4", + "startOffsets": "24084,24403,24493,24643", + "endLines": "364,365,369,370", + "endColumns": "12,89,12,79", + "endOffsets": "24398,24488,24638,24718" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,241,244,245,255,258,259,262,265,268,272,277,280,285,288,293,297,301,303,307,314,318,321,330,336,339,348,352,11,12,13,29,30,34,77,85,86,148,149,157,158,159,160,161,162,163,164,171", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,174,255,319,385,455,525,595,665,11320,11374,11453,11526,11591,11654,11725,11796,11858,11927,11993,12060,12127,12183,12234,12287,12339,12393,12456,12515,12577,12636,12696,12759,12834,12906,12977,13033,13104,13161,13218,13284,13348,13419,13476,13529,13592,13644,13702,13749,13794,13842,13908,13970,14033,14090,14147,14292,14413,14500,14591,14892,15058,15213,15315,15602,15760,15857,16448,16649,16741,16920,17088,17263,17516,17807,17937,18295,18437,18807,18967,19121,19221,19462,19897,20104,20263,20828,21189,21318,21985,22165,732,986,1152,1659,1858,2163,4308,4670,4834,7035,7258,7808,7945,8147,8610,8739,8872,9047,9189,10169", + "endLines": "2,3,4,5,6,7,8,9,10,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,240,243,244,254,257,258,261,264,267,271,276,279,284,287,292,296,300,302,306,313,317,320,329,335,338,347,351,360,11,12,28,29,33,76,84,85,147,148,156,157,158,159,160,161,162,163,170,182", + "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,253,165,94,198,138,99,98,163,35,222,205,136,201,462,128,132,174,141,505,35", + "endOffsets": "169,250,314,380,450,520,590,660,727,11369,11448,11521,11586,11649,11720,11791,11853,11922,11988,12055,12122,12178,12229,12282,12334,12388,12451,12510,12572,12631,12691,12754,12829,12901,12972,13028,13099,13156,13213,13279,13343,13414,13471,13524,13587,13639,13697,13744,13789,13837,13903,13965,14028,14085,14142,14287,14408,14495,14586,14887,15053,15208,15310,15597,15755,15852,16443,16644,16736,16915,17083,17258,17511,17802,17932,18290,18432,18802,18962,19116,19216,19457,19892,20099,20258,20823,21184,21313,21980,22160,22869,981,1147,1654,1853,2158,4303,4665,4829,7030,7253,7803,7940,8142,8605,8734,8867,9042,9184,10164,11315" + }, + "to": { + "startLines": "32,33,34,35,36,37,38,39,40,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,264,265,273,276,277,280,281,282,321,323,324,341,342,343,344,345,355,680,1406,1407,1657,1660,1661,1664,1667,1670,1674,1714,1717,1722,1725,1730,1734,1841,1843,1847,1854,1858,1861,1870,1876,1879,1888,1892,1923,1924,1925,1977,1978,1983,2026,2047,2048,2110,2112,2120,2134,2184,2189,2190,2192,2221,2222,2230", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "2163,2237,2318,2382,2448,2518,2588,2658,2728,11269,11323,11402,11475,11540,11603,11674,11745,11807,11876,11942,12009,12076,12132,12183,12236,12288,12342,12405,12464,12526,12585,12645,12708,12783,12855,12926,12982,13053,13110,13167,13233,13297,13368,13425,13478,13541,13593,17258,17305,17683,17857,17923,18102,18165,18222,20911,21099,21220,22300,22391,22692,22858,23013,23797,45239,90538,90635,109920,110121,110213,110392,110560,110735,110988,113863,113993,114351,114493,114863,115023,123558,123658,123899,124334,124541,124700,125265,125626,125755,126422,126602,130309,130563,130729,139859,140058,140475,142620,143615,143779,145980,146626,147176,148147,152147,153730,153859,154773,156496,156638,158097", + "endLines": "32,33,34,35,36,37,38,39,40,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,264,265,273,276,277,280,281,282,321,323,324,341,342,343,344,345,358,682,1406,1416,1659,1660,1663,1666,1669,1673,1678,1716,1721,1724,1729,1733,1737,1842,1846,1853,1857,1860,1869,1875,1878,1887,1891,1900,1923,1924,1940,1977,1981,2025,2033,2047,2109,2110,2119,2120,2134,2184,2189,2190,2192,2221,2228,2241", + "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,253,165,94,198,138,99,98,163,35,222,205,136,201,462,128,132,174,141,505,35", + "endOffsets": "2232,2313,2377,2443,2513,2583,2653,2723,2790,11318,11397,11470,11535,11598,11669,11740,11802,11871,11937,12004,12071,12127,12178,12231,12283,12337,12400,12459,12521,12580,12640,12703,12778,12850,12921,12977,13048,13105,13162,13228,13292,13363,13420,13473,13536,13588,13646,17300,17345,17726,17918,17980,18160,18217,18274,21051,21215,21302,22386,22687,22853,23008,23110,24079,45392,90630,91221,110116,110208,110387,110555,110730,110983,111274,113988,114346,114488,114858,115018,115172,123653,123894,124329,124536,124695,125260,125621,125750,126417,126597,127306,130558,130724,131231,140053,140358,142615,142977,143774,145975,146198,147171,147308,148344,152605,153854,153987,154943,156633,157613,159243" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\ef7c5ae2af6a27687948fc6cc3886b74\\recyclerview-v7-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "3,4,5,6,7,8,9,2", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "685,744,792,848,923,999,1071,55", + "endColumns": "58,47,55,74,75,71,65,629", + "endOffsets": "739,787,843,918,994,1066,1132,680" + }, + "to": { + "startLines": "208,209,210,218,219,220,252,2188", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "13866,13925,13973,14640,14715,14791,16721,153100", + "endColumns": "58,47,55,74,75,71,65,629", + "endOffsets": "13920,13968,14024,14710,14786,14858,16782,153725" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "28,20,18,30,21,17,27,22,24,26,25,29,34,35,33,31,32,19,23", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1262,887,760,1390,940,702,1219,987,1072,1168,1121,1325,1614,1672,1566,1440,1528,813,1030", + "endColumns": "62,52,52,49,46,57,42,42,48,50,46,64,57,43,47,87,37,73,41", + "endOffsets": "1320,935,808,1435,982,755,1257,1025,1116,1214,1163,1385,1667,1711,1609,1523,1561,882,1067" + }, + "to": { + "startLines": "315,316,317,318,319,320,322,326,332,333,334,335,336,337,338,339,340,347,349", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "20587,20650,20703,20756,20806,20853,21056,21370,21812,21861,21912,21959,22024,22082,22126,22174,22262,23168,23313", + "endColumns": "62,52,52,49,46,57,42,42,48,50,46,64,57,43,47,87,37,73,41", + "endOffsets": "20645,20698,20751,20801,20848,20906,21094,21408,21856,21907,21954,22019,22077,22121,22169,22257,22295,23237,23350" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\e13c4a3a02d0f93e83b088e91c91216c\\transition-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,138,185,240,285,339,391,440,501", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "90,133,180,235,280,334,386,435,496,546" + }, + "to": { + "startLines": "250,255,258,259,260,267,268,269,270,271", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "16647,16857,16996,17043,17098,17385,17439,17491,17540,17601", + "endColumns": "39,42,46,54,44,53,51,48,60,49", + "endOffsets": "16682,16895,17038,17093,17138,17434,17486,17535,17596,17646" + } + }, + { + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\values\\dimens.xml", + "from": { + "startLines": "18,19,21,20", + "startColumns": "4,4,4,4", + "startOffsets": "774,832,930,888", + "endColumns": "57,55,48,41", + "endOffsets": "827,883,974,925" + }, + "to": { + "startLines": "159,160,161,207", + "startColumns": "4,4,4,4", + "startOffsets": "10765,10823,10879,13824", + "endColumns": "57,55,48,41", + "endOffsets": "10818,10874,10923,13861" + } + }, + { + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,54,58,59,60,6,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,1153,1223,1291,1363,1433,1494,1555,1616,1678,1742,1804,1865,1933,2033,2093,2159,2232,2301,2358,2410,2472,2544,2620,2655,2690,2724,2759,2794,2864,2935,3052,3253,3363,3564,3693,3765,319,880", + "endLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,52,53,57,58,59,60,14,18", + "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,35,115", + "endOffsets": "119,182,1218,1286,1358,1428,1489,1550,1611,1673,1737,1799,1860,1928,2028,2088,2154,2227,2296,2353,2405,2467,2539,2615,2650,2685,2719,2754,2789,2859,2930,3047,3248,3358,3559,3688,3760,3827,875,1148" + }, + "to": { + "startLines": "62,63,162,163,164,165,166,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,244,245,253,254,262,263,266,283,348,1641,1642,1647,1650,1655,1839,1840,2121,2130", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "4082,4151,10928,10998,11066,11138,11208,14863,14924,14985,15047,15111,15173,15234,15302,15402,15462,15528,15601,15670,15727,15779,16294,16366,16787,16822,17189,17223,17350,18279,23242,108780,108897,109164,109457,109724,123419,123491,147313,147874", + "endLines": "62,63,162,163,164,165,166,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,244,245,253,254,262,263,266,283,348,1641,1645,1647,1653,1655,1839,1840,2129,2133", + "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,35,115", + "endOffsets": "4146,4209,10993,11061,11133,11203,11264,14919,14980,15042,15106,15168,15229,15297,15397,15457,15523,15596,15665,15722,15774,15836,16361,16437,16817,16852,17218,17253,17380,18344,23308,108892,109093,109269,109653,109848,123486,123553,147869,148142" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/debug.json b/app/build/intermediates/blame/res/debug/single/debug.json new file mode 100644 index 0000000000..2435df1221 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/debug.json @@ -0,0 +1,1754 @@ +[ + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v23\\abc_control_background_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_menu_overflow_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_design_tint_password_toggle.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\color\\design_tint_password_toggle.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_title_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_out.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_snackbar_out.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_text_cursor_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_enter.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\tooltip_enter.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout-v26\\abc_screen_toolbar.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_vector_test.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_icon.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_cancel_action.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_media_cancel_action.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_borderless_text_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_borderless_text_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_password_eye.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\design_password_eye.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_item_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_edittext.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_edittext.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_subheader.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item_subheader.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_text_input_password_icon.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_text_input_password_icon.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_layout.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_edit_text_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_edit_text_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_edit_text_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_out.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_out.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_header.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item_header.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_check_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\activity_main.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_default.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_default.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_exit.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\tooltip_exit.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_bottom.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_template_icon_group.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_internal_bg.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_out.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_multichoice_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_spinner_textfield_background_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_go_search_api_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_tick_mark_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_exit.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_switch_thumb_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_search_url_text.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_textfield_search_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_select_dialog_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_expanded_menu_layout.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_hide_password.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\avd_hide_password.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_borderless_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_default.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_design_layout_snackbar.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_search_api_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_navigation_empty_icon.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\navigation_empty_icon.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_bar.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_indicator_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_radio_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_manage_expenses.xml.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\fragment_manage_expenses.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_up_container.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_seek_thumb.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_in.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_snackbar_in.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow_custom.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow_custom.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_fab_background.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_fab_background.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu_item.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_menu_item.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_navigation_item.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_bottom_navigation_item.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_design_tint_password_toggle.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\color-v23\\design_tint_password_toggle.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_switch_track.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_template_part_time.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_expense_logs.xml.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\fragment_expense_logs.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_add_account.xml.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\fragment_add_account.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_btn_checkable.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar_include.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_snackbar_include.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_icon_group.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_template_icon_group.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_separator.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item_separator.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_show_password.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\avd_show_password.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_menu_item_action_area.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_menu_item_action_area.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_dialog_title_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_sheet_dialog.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_bottom_sheet_dialog.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_icon_background.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_checkbox.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_btn_checkable.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_btn_checkable.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_track_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_ab_back_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_toolbar.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_toolbar.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_action.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_in.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_thumb_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_color_highlight_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_bg_low.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_radio.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_top_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_snackbar.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_text_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_lines_media.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_lines_media.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_out.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_bottom.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_action.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_media.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_spinner.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_spinner.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_item_layout.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_icon.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_tab_icon.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_snackbar_background.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_snackbar_background.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_voice_search_api_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_small_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media_custom.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_media_custom.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_bg.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_switch_track.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_switch_track.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_colored_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_colored_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_edittext.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_design_error.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\color\\design_error.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_tab_indicator_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_action.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_media_action.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_text_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_text_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-v21\\notification_action_background.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_bottom_navigation_item_background.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_bottom_navigation_item_background.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_title_item.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\animator-v21_design_appbar_state_list_animator.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\animator-v21\\design_appbar_state_list_animator.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_singlechoice_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_in.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_enter.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_text.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_tab_text.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action_tombstone.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_action_tombstone.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_clear_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_search_view.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_view_list_nav_layout.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_item_layout.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_top.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_seek_thumb.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_seek_thumb.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_btn_colored_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v16_notification_template_custom_big.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v16\\notification_template_custom_big.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_in.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_in.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_tile_bg.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_bottom_navigation_item_background.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\design_bottom_navigation_item_background.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_password_eye.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_password_eye.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_action_tombstone.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_close_item_material.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_custom.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_custom.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_top.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_dialog_material_background.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_dialog_material_background.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat", + "source": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_tooltip.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\tooltip.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_dark.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_layout.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_light.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_template_custom_big.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_content_include.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_menu.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_header_item_layout.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_spinner.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_template_part_chronometer.xml" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat", + "source": "C:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml" + } +] \ No newline at end of file diff --git a/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml new file mode 100644 index 0000000000..47b3004039 --- /dev/null +++ b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json new file mode 100644 index 0000000000..f01eba61ed --- /dev/null +++ b/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":"lk.ac.mrt.cse.dbs.simpleexpensemanager","split":"","minSdkVersion":"19"}}] \ No newline at end of file diff --git a/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json b/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json new file mode 100644 index 0000000000..0637a088a0 --- /dev/null +++ b/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex b/app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex new file mode 100644 index 0000000000..fed5fb1854 Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex differ diff --git a/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/out/classes.dex b/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/out/classes.dex new file mode 100644 index 0000000000..a6ebab51ad Binary files /dev/null and b/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/out/classes.dex differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000000..74da791a92 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1X9AIWSgDRQTZPrGSneC_buEq0o= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1X9AIWSgDRQTZPrGSneC_buEq0o= new file mode 100644 index 0000000000..bee6cf7629 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1X9AIWSgDRQTZPrGSneC_buEq0o= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AZzJNxKV9FUUGX3C+LlTDJRsbjo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AZzJNxKV9FUUGX3C+LlTDJRsbjo= new file mode 100644 index 0000000000..3f7a7d78b3 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AZzJNxKV9FUUGX3C+LlTDJRsbjo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EiYD50gE_afI7PWq+WsuE73YR_8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EiYD50gE_afI7PWq+WsuE73YR_8= new file mode 100644 index 0000000000..39cf7461be Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EiYD50gE_afI7PWq+WsuE73YR_8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gb5SXdfkwDRQJ9xe9vbBvyGHxv8= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gb5SXdfkwDRQJ9xe9vbBvyGHxv8= new file mode 100644 index 0000000000..ad290b130d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gb5SXdfkwDRQJ9xe9vbBvyGHxv8= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gu223mdyq43PiWiLEO2sxmEdctU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gu223mdyq43PiWiLEO2sxmEdctU= new file mode 100644 index 0000000000..6cfa522737 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gu223mdyq43PiWiLEO2sxmEdctU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QGGgkB3s06yXzMt4I6pyd14OdoE= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QGGgkB3s06yXzMt4I6pyd14OdoE= new file mode 100644 index 0000000000..d03e85a4b6 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QGGgkB3s06yXzMt4I6pyd14OdoE= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qx9bADVM+W6qXNBcM4sO3qygGnY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qx9bADVM+W6qXNBcM4sO3qygGnY= new file mode 100644 index 0000000000..681c56d5f1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qx9bADVM+W6qXNBcM4sO3qygGnY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TNn0Lv8NrJvuPuqsicEC+9yB12A= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TNn0Lv8NrJvuPuqsicEC+9yB12A= new file mode 100644 index 0000000000..0821412adf Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TNn0Lv8NrJvuPuqsicEC+9yB12A= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TZHzO2h4crhJ1knGq+IqqmXX29M= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TZHzO2h4crhJ1knGq+IqqmXX29M= new file mode 100644 index 0000000000..f267458c8a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TZHzO2h4crhJ1knGq+IqqmXX29M= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zk38Nw7cZ9_iK_u4OHWCc6GNIys= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zk38Nw7cZ9_iK_u4OHWCc6GNIys= new file mode 100644 index 0000000000..3e41f72987 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zk38Nw7cZ9_iK_u4OHWCc6GNIys= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_Zg1Gc9CLVC31fQ+7RoG4E7lhmo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_Zg1Gc9CLVC31fQ+7RoG4E7lhmo= new file mode 100644 index 0000000000..3553759e01 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_Zg1Gc9CLVC31fQ+7RoG4E7lhmo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e9PTALKD4+WYDI6qX_I1b4Be9ks= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e9PTALKD4+WYDI6qX_I1b4Be9ks= new file mode 100644 index 0000000000..10ff45ae02 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e9PTALKD4+WYDI6qX_I1b4Be9ks= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eOiVfEVo6PD3j5MamRcw0Zxeyio= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eOiVfEVo6PD3j5MamRcw0Zxeyio= new file mode 100644 index 0000000000..4e196dba1b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eOiVfEVo6PD3j5MamRcw0Zxeyio= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vn5JK9XbRiedmW3_stkg3YZBL0I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vn5JK9XbRiedmW3_stkg3YZBL0I= new file mode 100644 index 0000000000..89e055bd49 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vn5JK9XbRiedmW3_stkg3YZBL0I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x5p_UIJCeNncwge3TRO75wkOvQg= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x5p_UIJCeNncwge3TRO75wkOvQg= new file mode 100644 index 0000000000..6de739a164 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x5p_UIJCeNncwge3TRO75wkOvQg= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ykEoKeOdtzj9i56FGXGsdHpnNuY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ykEoKeOdtzj9i56FGXGsdHpnNuY= new file mode 100644 index 0000000000..054e4ef959 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ykEoKeOdtzj9i56FGXGsdHpnNuY= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state new file mode 100644 index 0000000000..eec3c50650 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1X9AIWSgDRQTZPrGSneC_buEq0o= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1X9AIWSgDRQTZPrGSneC_buEq0o= new file mode 100644 index 0000000000..bee6cf7629 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1X9AIWSgDRQTZPrGSneC_buEq0o= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AZzJNxKV9FUUGX3C+LlTDJRsbjo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AZzJNxKV9FUUGX3C+LlTDJRsbjo= new file mode 100644 index 0000000000..3f7a7d78b3 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AZzJNxKV9FUUGX3C+LlTDJRsbjo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EiYD50gE_afI7PWq+WsuE73YR_8= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EiYD50gE_afI7PWq+WsuE73YR_8= new file mode 100644 index 0000000000..39cf7461be Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EiYD50gE_afI7PWq+WsuE73YR_8= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gb5SXdfkwDRQJ9xe9vbBvyGHxv8= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gb5SXdfkwDRQJ9xe9vbBvyGHxv8= new file mode 100644 index 0000000000..ad290b130d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gb5SXdfkwDRQJ9xe9vbBvyGHxv8= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gu223mdyq43PiWiLEO2sxmEdctU= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gu223mdyq43PiWiLEO2sxmEdctU= new file mode 100644 index 0000000000..6cfa522737 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gu223mdyq43PiWiLEO2sxmEdctU= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QGGgkB3s06yXzMt4I6pyd14OdoE= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QGGgkB3s06yXzMt4I6pyd14OdoE= new file mode 100644 index 0000000000..d03e85a4b6 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QGGgkB3s06yXzMt4I6pyd14OdoE= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Qx9bADVM+W6qXNBcM4sO3qygGnY= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Qx9bADVM+W6qXNBcM4sO3qygGnY= new file mode 100644 index 0000000000..681c56d5f1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Qx9bADVM+W6qXNBcM4sO3qygGnY= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TNn0Lv8NrJvuPuqsicEC+9yB12A= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TNn0Lv8NrJvuPuqsicEC+9yB12A= new file mode 100644 index 0000000000..0821412adf Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TNn0Lv8NrJvuPuqsicEC+9yB12A= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TZHzO2h4crhJ1knGq+IqqmXX29M= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TZHzO2h4crhJ1knGq+IqqmXX29M= new file mode 100644 index 0000000000..f267458c8a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/TZHzO2h4crhJ1knGq+IqqmXX29M= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Zk38Nw7cZ9_iK_u4OHWCc6GNIys= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Zk38Nw7cZ9_iK_u4OHWCc6GNIys= new file mode 100644 index 0000000000..3e41f72987 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Zk38Nw7cZ9_iK_u4OHWCc6GNIys= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_Zg1Gc9CLVC31fQ+7RoG4E7lhmo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_Zg1Gc9CLVC31fQ+7RoG4E7lhmo= new file mode 100644 index 0000000000..3553759e01 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_Zg1Gc9CLVC31fQ+7RoG4E7lhmo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/e9PTALKD4+WYDI6qX_I1b4Be9ks= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/e9PTALKD4+WYDI6qX_I1b4Be9ks= new file mode 100644 index 0000000000..10ff45ae02 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/e9PTALKD4+WYDI6qX_I1b4Be9ks= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eOiVfEVo6PD3j5MamRcw0Zxeyio= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eOiVfEVo6PD3j5MamRcw0Zxeyio= new file mode 100644 index 0000000000..4e196dba1b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eOiVfEVo6PD3j5MamRcw0Zxeyio= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vn5JK9XbRiedmW3_stkg3YZBL0I= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vn5JK9XbRiedmW3_stkg3YZBL0I= new file mode 100644 index 0000000000..89e055bd49 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vn5JK9XbRiedmW3_stkg3YZBL0I= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/x5p_UIJCeNncwge3TRO75wkOvQg= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/x5p_UIJCeNncwge3TRO75wkOvQg= new file mode 100644 index 0000000000..6de739a164 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/x5p_UIJCeNncwge3TRO75wkOvQg= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ykEoKeOdtzj9i56FGXGsdHpnNuY= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ykEoKeOdtzj9i56FGXGsdHpnNuY= new file mode 100644 index 0000000000..054e4ef959 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ykEoKeOdtzj9i56FGXGsdHpnNuY= differ diff --git a/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000000..765618fb2d --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000000..b4a3389e3f --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000000..423f8cc004 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,439 @@ +#Thu Dec 19 10:04:23 IST 2019 +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_icon.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_layout.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_text_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_text_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_snackbar_background.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_snackbar_background.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_menu_overflow_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_title_item.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_check_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_search_url_text.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_menu_item.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu_item.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view_list_item.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\tooltip.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_tooltip.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_template_icon_group.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_icon_group.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_lines_media.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_lines_media.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_media_cancel_action.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_cancel_action.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_close_item_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_snackbar_include.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar_include.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_edit_text_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_edit_text_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_tick_mark_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_edittext.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_edittext.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_clear_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_voice_search_api_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v23\\abc_control_background_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_template_part_chronometer.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_tab_indicator_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_switch_thumb_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\navigation_empty_icon.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_navigation_empty_icon.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_top_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_header_item_layout.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_search_api_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\activity_main.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_default.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_password_eye.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_password_eye.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_in.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_textfield_search_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_template_icon_group.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_icon_background.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_out.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_out.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v11_abc_background_cache_hint_selector_material_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\color\\design_error.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_design_error.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-v21\\notification_action_background.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_out.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_search_view.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_default.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_default.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_tile_bg.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_thumb_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_layout.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_seek_thumb.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_bottom_navigation_item_background.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_bottom_navigation_item_background.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_menu.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable\\design_fab_background.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_fab_background.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\avd_show_password.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_show_password.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_bottom_navigation_item.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_navigation_item.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xhdpi-v4\\design_ic_visibility.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item_separator.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_separator.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_template_part_time.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\color\\design_tint_password_toggle.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_design_tint_password_toggle.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_spinner.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_spinner.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_action_tombstone.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_menu_item_action_area.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_menu_item_action_area.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\tooltip_exit.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_exit.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_btn_colored_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_mode_bar.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-anydpi-v21\\design_ic_visibility.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\avd_hide_password.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_hide_password.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_bottom_sheet_dialog.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_sheet_dialog.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_bg_low.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_expanded_menu_layout.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_multichoice_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\tooltip_frame_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_bottom.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_btn_checkable.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_menu_item_layout.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_go_search_api_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_in_top.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item_subheader.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_subheader.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_up_container.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_bottom_sheet_slide_in.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_bottom_sheet_slide_in.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\fragment_manage_expenses.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_manage_expenses.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow_custom.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow_custom.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_radio.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_seek_thumb.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_seek_thumb.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_in.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_edit_text_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ic_ab_back_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_item_background_holo_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_text_cursor_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_snackbar.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_action.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_spinner.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_select_dialog_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_holo_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_action.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_custom.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_custom.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-mdpi-v4\\design_ic_visibility.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_tab_icon.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_icon.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_indicator_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_dialog_material_background.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_dialog_material_background.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_dialog_title_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_hint_foreground_material_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout-v26\\abc_screen_toolbar.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_btn_colored_borderless_text_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_borderless_text_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_bottom.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_edittext.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item_header.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_header.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_colored_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_colored_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_navigation_item.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_action_bar_view_list_nav_layout.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_view_list_nav_layout.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_slide_out_top.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable\\notification_bg.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_big_media_narrow.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_big_media_narrow.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_exit.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\color-v23\\design_tint_password_toggle.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_design_tint_password_toggle.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\design_bottom_navigation_item_background.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_bottom_navigation_item_background.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_seekbar_track_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_popup_menu_item_layout.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_btn_colored_text_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_fade_out.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_borderless_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\tooltip_enter.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_tooltip_enter.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_tint_switch_track.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_snackbar_in.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_in.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\drawable-v21\\design_password_eye.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_password_eye.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_popup_enter.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\switch_thumb_material_light.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_layout_tab_text.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_text.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_btn_checkable.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_btn_checkable.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_title_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_media_custom.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media_custom.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_singlechoice_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_template_media.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_media.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_activity_chooser_view.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\26df0f8813a13404e327c780b3b81904\\support-media-compat-26.1.0\\res\\layout\\notification_media_action.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_media_action.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_tint_switch_track.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_switch_track.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout\\notification_action_tombstone.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action_tombstone.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_btn_radio_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\anim\\design_snackbar_out.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_out.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_material_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color-v23\\abc_color_highlight_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v21\\notification_template_custom_big.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_alert_dialog_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\fragment_add_account.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_add_account.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\animator-v21\\design_appbar_state_list_animator.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\animator-v21_design_appbar_state_list_animator.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\support_simple_spinner_dropdown_item.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_ratingbar_small_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\select_dialog_item_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_cab_background_internal_bg.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_secondary_text_material_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_spinner_textfield_background_material.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout\\design_text_input_password_icon.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_text_input_password_icon.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_vector_test.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_content_include.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\layout-v16\\notification_template_custom_big.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v16_notification_template_custom_big.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\20002896a77046aac10817efbb717d4b\\design-26.1.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_design_layout_snackbar.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_screen_toolbar.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_toolbar.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\19640d657814c0deaea3c9f8ce878766\\support-compat-26.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\layout\\abc_list_menu_item_checkbox.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\.gradle\\caches\\transforms-2\\files-2.1\\3c115bd9f6556a7430ab54a2645aa55d\\appcompat-v7-26.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\layout\\fragment_expense_logs.xml=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_fragment_expense_logs.xml.flat +C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml new file mode 100644 index 0000000000..1afc755843 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml @@ -0,0 +1,24 @@ + + + "Navigeer tuis" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navigeer op" + "Nog opsies" + "Klaar" + "Sien alles" + "Kies \'n program" + "AF" + "AAN" + "Soek …" + "Vee navraag uit" + "Soeknavraag" + "Soek" + "Dien navraag in" + "Stemsoektog" + "Deel met" + "Deel met %s" + "Vou in" + "Soek" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml new file mode 100644 index 0000000000..750aecf587 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml @@ -0,0 +1,24 @@ + + + "ወደ መነሻ ይዳስሱ" + "%1$s፣ %2$s" + "%1$s፣ %2$s፣ %3$s" + "ወደ ላይ ይዳስሱ" + "ተጨማሪ አማራጮች" + "ተከናውኗል" + "ሁሉንም ይመልከቱ" + "መተግበሪያ ይምረጡ" + "ጠፍቷል" + "በርቷል" + "ፈልግ…" + "መጠይቅ አጽዳ" + "የፍለጋ ጥያቄ" + "ፍለጋ" + "መጠይቅ ያስረክቡ" + "የድምፅ ፍለጋ" + "ከሚከተለው ጋር ያጋሩ" + "ከ%s ጋር ያጋሩ" + "ሰብስብ" + "ፈልግ" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml new file mode 100644 index 0000000000..4a4a5e118b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml @@ -0,0 +1,24 @@ + + + "التنقل إلى الشاشة الرئيسية" + "%1$s، %2$s" + "%1$s، %2$s، %3$s" + "التنقل إلى أعلى" + "خيارات إضافية" + "تم" + "عرض الكل" + "اختيار تطبيق" + "إيقاف" + "تشغيل" + "بحث…" + "محو طلب البحث" + "طلب البحث" + "بحث" + "إرسال طلب البحث" + "البحث الصوتي" + "مشاركة مع" + "‏مشاركة مع %s" + "تصغير" + "البحث" + "+999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml new file mode 100644 index 0000000000..59aa1cd1f7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml @@ -0,0 +1,23 @@ + + + "Evə naviqasiya et" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Yuxarı get" + "Digər variantlar" + "Hazırdır" + "Hamısına baxın" + "Tətbiq seçin" + "DEAKTİV" + "AKTİV" + "Axtarış..." + "Sorğunu təmizlə" + "Axtarış sorğusu" + "Axtarış" + "Sorğunu göndərin" + "Səsli axtarış" + "Bununla paylaşın" + "Dağıt" + "Axtarış" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml new file mode 100644 index 0000000000..05e53a7c4d --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml @@ -0,0 +1,24 @@ + + + "Odlazak na Početnu" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Kretanje nagore" + "Još opcija" + "Gotovo" + "Prikaži sve" + "Izbor aplikacije" + "ISKLJUČI" + "UKLJUČI" + "Pretražite..." + "Brisanje upita" + "Upit za pretragu" + "Pretraga" + "Slanje upita" + "Glasovna pretraga" + "Deli sa" + "Deli sa aplikacijom %s" + "Skupi" + "Pretraži" + ">999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml new file mode 100644 index 0000000000..1bc6dccd29 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml @@ -0,0 +1,24 @@ + + + "Перайсці на галоўную старонку" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Перайсці ўверх" + "Дадатковыя параметры" + "Гатова" + "Прагледзець усё" + "Выбраць праграму" + "ВЫКЛ." + "УКЛ." + "Пошук..." + "Выдалiць запыт" + "Запыт на пошук" + "Пошук" + "Адправіць запыт" + "Галасавы пошук" + "Абагуліць з" + "Абагуліць з %s" + "Згарнуць" + "Пошук" + "больш за 999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml new file mode 100644 index 0000000000..44f7a285e2 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml @@ -0,0 +1,24 @@ + + + "Придвижване към „Начало“" + "„%1$s“ – %2$s" + "„%1$s“, „%2$s“ – %3$s" + "Придвижване нагоре" + "Още опции" + "Готово" + "Вижте всички" + "Изберете приложение" + "ИЗКЛ." + "ВКЛ." + "Търсете…" + "Изчистване на заявката" + "Заявка за търсене" + "Търсене" + "Изпращане на заявката" + "Гласово търсене" + "Споделяне със:" + "Споделяне със: %s" + "Свиване" + "Търсене" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml new file mode 100644 index 0000000000..89f21d1a3c --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml @@ -0,0 +1,24 @@ + + + "হোম এ নেভিগেট করুন" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "উপরের দিকে নেভিগেট করুন" + "আরো বিকল্প" + "সম্পন্ন হয়েছে" + "সবগুলো দেখুন" + "একটি অ্যাপ্লিকেশান বেছে নিন" + "বন্ধ" + "চালু" + "অনুসন্ধান..." + "ক্যোয়ারী সাফ করুন" + "ক্যোয়ারী অনুসন্ধান করুন" + "অনুসন্ধান করুন" + "ক্যোয়ারী জমা দিন" + "ভয়েস অনুসন্ধান" + "এর সাথে শেয়ার করুন" + "%s এর সাথে শেয়ার করুন" + "সঙ্কুচিত করুন" + "অনুসন্ধান করুন" + "৯৯৯+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml new file mode 100644 index 0000000000..1c7eff0896 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml @@ -0,0 +1,24 @@ + + + "Vrati se na početnu stranicu" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navigiraj prema gore" + "Više opcija" + "Gotovo" + "Vidi sve" + "Odaberite aplikaciju" + "ISKLJUČI" + "UKLJUČI" + "Pretraži..." + "Obriši upit" + "Pretraži upit" + "Traži" + "Pošalji upit" + "Pretraživanje glasom" + "Podijeli sa" + "Podijeli sa %s" + "Skupi" + "Pretraži" + ">999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml new file mode 100644 index 0000000000..d615d94674 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml @@ -0,0 +1,24 @@ + + + "Navega a la pàgina d\'inici" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navega cap a dalt" + "Més opcions" + "Fet" + "Mostra\'ls tots" + "Selecciona una aplicació" + "DESACTIVAT" + "ACTIVAT" + "Cerca..." + "Esborra la consulta" + "Consulta de cerca" + "Cerca" + "Envia la consulta" + "Cerca per veu" + "Comparteix amb" + "Comparteix amb %s" + "Replega" + "Cerca" + "+999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml new file mode 100644 index 0000000000..474b37e8ee --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml @@ -0,0 +1,24 @@ + + + "Přejít na plochu" + "%1$s – %2$s" + "%1$s, %2$s – %3$s" + "Přejít nahoru" + "Více možností" + "Hotovo" + "Zobrazit vše" + "Vybrat aplikaci" + "VYPNUTO" + "ZAPNUTO" + "Vyhledat…" + "Smazat dotaz" + "Vyhledávací dotaz" + "Hledat" + "Odeslat dotaz" + "Hlasové vyhledávání" + "Sdílet pomocí" + "Sdílet pomocí %s" + "Sbalit" + "Hledat" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml new file mode 100644 index 0000000000..e397602a65 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml @@ -0,0 +1,24 @@ + + + "Naviger hjem" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Naviger op" + "Flere muligheder" + "Luk" + "Se alle" + "Vælg en app" + "FRA" + "TIL" + "Søg…" + "Ryd forespørgslen" + "Søgeforespørgsel" + "Søg" + "Indsend forespørgslen" + "Talesøgning" + "Del med" + "Del med %s" + "Skjul" + "Søg" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml new file mode 100644 index 0000000000..389dcf30ce --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml @@ -0,0 +1,24 @@ + + + "Zur Startseite" + "%1$s: %2$s" + "%1$s, %2$s: %3$s" + "Nach oben" + "Weitere Optionen" + "Fertig" + "Alle ansehen" + "App auswählen" + "Aus" + "An" + "Suchen…" + "Suchanfrage löschen" + "Suchanfrage" + "Suchen" + "Suchanfrage senden" + "Sprachsuche" + "Freigeben für" + "Freigeben für %s" + "Minimieren" + "Suchen" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml new file mode 100644 index 0000000000..d68df63f92 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml @@ -0,0 +1,24 @@ + + + "Πλοήγηση στην αρχική σελίδα" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Πλοήγηση προς τα επάνω" + "Περισσότερες επιλογές" + "Τέλος" + "Προβολή όλων" + "Επιλέξτε κάποια εφαρμογή" + "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" + "ΕΝΕΡΓΟΠΟΙΗΣΗ" + "Αναζήτηση…" + "Διαγραφή ερωτήματος" + "Ερώτημα αναζήτησης" + "Αναζήτηση" + "Υποβολή ερωτήματος" + "Φωνητική αναζήτηση" + "Κοινή χρήση με" + "Κοινή χρήση με %s" + "Σύμπτυξη" + "Αναζήτηση" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml new file mode 100644 index 0000000000..35ea31a0ba --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml @@ -0,0 +1,24 @@ + + + "Navigate home" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml new file mode 100644 index 0000000000..35ea31a0ba --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml @@ -0,0 +1,24 @@ + + + "Navigate home" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml new file mode 100644 index 0000000000..35ea31a0ba --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml @@ -0,0 +1,24 @@ + + + "Navigate home" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml new file mode 100644 index 0000000000..0a34b1b67d --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml @@ -0,0 +1,24 @@ + + + "Navegar a la página principal" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navegar hacia arriba" + "Más opciones" + "Listo" + "Ver todo" + "Elige una aplicación." + "DESACTIVADO" + "ACTIVADO" + "Buscar…" + "Eliminar la consulta" + "Búsqueda" + "Búsqueda" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + "Contraer" + "Buscar" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml new file mode 100644 index 0000000000..063a7f6cb2 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml @@ -0,0 +1,24 @@ + + + "Ir a la pantalla de inicio" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Desplazarse hacia arriba" + "Más opciones" + "Listo" + "Ver todo" + "Seleccionar una aplicación" + "DESACTIVADO" + "ACTIVADO" + "Buscar…" + "Borrar consulta" + "Consulta" + "Buscar" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + "Contraer" + "Buscar" + "+999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml new file mode 100644 index 0000000000..b4cfc016bc --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml @@ -0,0 +1,24 @@ + + + "Navigeerimine avaekraanile" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Navigeerimine üles" + "Rohkem valikuid" + "Valmis" + "Kuva kõik" + "Valige rakendus" + "VÄLJAS" + "SEES" + "Otsige …" + "Päringu tühistamine" + "Otsingupäring" + "Otsing" + "Päringu esitamine" + "Häälotsing" + "Jagamine:" + "Jagamine kasutajaga %s" + "Ahendamine" + "Otsing" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml new file mode 100644 index 0000000000..74fc58b7e3 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml @@ -0,0 +1,24 @@ + + + "Joan orri nagusira" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Joan gora" + "Aukera gehiago" + "Eginda" + "Ikusi guztiak" + "Aukeratu aplikazio bat" + "DESAKTIBATUTA" + "AKTIBATUTA" + "Bilatu…" + "Garbitu kontsulta" + "Bilaketa-kontsulta" + "Bilatu" + "Bidali kontsulta" + "Ahots bidezko bilaketa" + "Partekatu hauekin" + "Partekatu %s erabiltzailearekin" + "Tolestu" + "Bilatu" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml new file mode 100644 index 0000000000..8b325d3891 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml @@ -0,0 +1,24 @@ + + + "پیمایش به صفحه اصلی" + "‏%1$s‏، %2$s" + "‏%1$s‏، %2$s‏، %3$s" + "پیمایش به بالا" + "گزینه‌های بیشتر" + "تمام" + "مشاهده همه" + "انتخاب برنامه" + "خاموش" + "روشن" + "جستجو…" + "پاک کردن عبارت جستجو" + "عبارت جستجو" + "جستجو" + "ارسال عبارت جستجو" + "جستجوی گفتاری" + "اشتراک‌گذاری با" + "‏اشتراک‌گذاری با %s" + "کوچک کردن" + "جستجو" + "۹۹۹+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml new file mode 100644 index 0000000000..b6aa778be8 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml @@ -0,0 +1,24 @@ + + + "Siirry etusivulle" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Siirry ylös" + "Lisää" + "Valmis" + "Näytä kaikki" + "Valitse sovellus" + "POIS KÄYTÖSTÄ" + "KÄYTÖSSÄ" + "Haku…" + "Tyhjennä kysely" + "Hakulauseke" + "Haku" + "Lähetä kysely" + "Puhehaku" + "Jakaminen:" + "Jakaminen: %s" + "Kutista" + "Haku" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml new file mode 100644 index 0000000000..9ff50e1c3a --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml @@ -0,0 +1,24 @@ + + + "Revenir à l\'accueil" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Revenir en haut de la page" + "Plus d\'options" + "Terminé" + "Voir toutes les chaînes" + "Sélectionnez une application" + "DÉSACTIVÉ" + "ACTIVÉ" + "Recherche en cours..." + "Effacer la requête" + "Requête de recherche" + "Rechercher" + "Envoyer la requête" + "Recherche vocale" + "Partager" + "Partager avec %s" + "Réduire" + "Rechercher" + ">999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml new file mode 100644 index 0000000000..1334f3934f --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml @@ -0,0 +1,24 @@ + + + "Revenir à l\'accueil" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Revenir en haut de la page" + "Plus d\'options" + "OK" + "Tout afficher" + "Sélectionner une application" + "DÉSACTIVÉ" + "ACTIVÉ" + "Rechercher…" + "Effacer la requête" + "Requête de recherche" + "Rechercher" + "Envoyer la requête" + "Recherche vocale" + "Partager avec" + "Partager avec %s" + "Réduire" + "Rechercher" + ">999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml new file mode 100644 index 0000000000..e64cee80f2 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml @@ -0,0 +1,24 @@ + + + "Ir á páxina de inicio" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Desprazarse cara arriba" + "Máis opcións" + "Feito" + "Ver todas" + "Escoller unha aplicación" + "DESACTIVAR" + "ACTIVAR" + "Buscar…" + "Borrar consulta" + "Consulta de busca" + "Buscar" + "Enviar consulta" + "Busca por voz" + "Compartir con" + "Compartir con %s" + "Contraer" + "Buscar" + ">999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml new file mode 100644 index 0000000000..00e9de34e6 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml @@ -0,0 +1,24 @@ + + + "હોમ પર નેવિગેટ કરો" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "ઉપર નેવિગેટ કરો" + "વધુ વિકલ્પો" + "થઈ ગયું" + "બધું જુઓ" + "એક ઍપ્લિકેશન પસંદ કરો" + "બંધ" + "ચાલુ" + "શોધો…" + "ક્વેરી સાફ કરો" + "શોધ ક્વેરી" + "શોધો" + "ક્વેરી સબમિટ કરો" + "વૉઇસ શોધ" + "આની સાથે શેર કરો" + "%s સાથે શેર કરો" + "સંકુચિત કરો" + "શોધો" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml new file mode 100644 index 0000000000..e38bb90b35 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml @@ -0,0 +1,4 @@ + + + 54dip + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml new file mode 100644 index 0000000000..d5a138ef9b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml new file mode 100644 index 0000000000..89057c403b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml @@ -0,0 +1,24 @@ + + + "मुख्यपृष्ठ पर नेविगेट करें" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "ऊपर नेविगेट करें" + "अधिक विकल्प" + "पूर्ण" + "सभी देखें" + "कोई एप्‍लिकेशन चुनें" + "बंद" + "चालू" + "खोजा जा रहा है…" + "क्‍वेरी साफ़ करें" + "खोज क्वेरी" + "खोजें" + "क्वेरी सबमिट करें" + "ध्वनि खोज" + "इसके द्वारा साझा करें" + "%s के साथ साझा करें" + "संक्षिप्त करें" + "खोज" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml new file mode 100644 index 0000000000..ca0de20661 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml @@ -0,0 +1,24 @@ + + + "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+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml new file mode 100644 index 0000000000..b2ebff5076 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml @@ -0,0 +1,24 @@ + + + "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+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml new file mode 100644 index 0000000000..ffaeec02c5 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml @@ -0,0 +1,24 @@ + + + "Ուղղվել տուն" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Ուղղվել վերև" + "Այլ ընտրանքներ" + "Պատրաստ է" + "Տեսնել բոլորը" + "Ընտրել ծրագիր" + "ԱՆՋԱՏՎԱԾ" + "ՄԻԱՑՎԱԾ" + "Որոնում..." + "Մաքրել հարցումը" + "Որոնման հարցում" + "Որոնել" + "Ուղարկել հարցումը" + "Ձայնային որոնում" + "Կիսվել" + "Կիսվել %s-ի միջոցով" + "Թաքցնել" + "Որոնել" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml new file mode 100644 index 0000000000..1d32fa19ff --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml @@ -0,0 +1,24 @@ + + + "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+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml new file mode 100644 index 0000000000..6cd2b46626 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml @@ -0,0 +1,24 @@ + + + "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+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml new file mode 100644 index 0000000000..103f40d921 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml @@ -0,0 +1,24 @@ + + + "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+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml new file mode 100644 index 0000000000..1ca9be604a --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml @@ -0,0 +1,24 @@ + + + "נווט לדף הבית" + "‏%1$s‏, %2$s" + "‏%1$s‏, %2$s‏, %3$s" + "נווט למעלה" + "עוד אפשרויות" + "בוצע" + "ראה הכל" + "בחר אפליקציה" + "כבוי" + "פועל" + "חפש…" + "מחק שאילתה" + "שאילתת חיפוש" + "חפש" + "שלח שאילתה" + "חיפוש קולי" + "שתף עם" + "‏שתף עם %s" + "כווץ" + "חפש" + "‎999+‎" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml new file mode 100644 index 0000000000..dc08b9f101 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml @@ -0,0 +1,24 @@ + + + "ホームへ移動" + "%1$s、%2$s" + "%1$s、%2$s、%3$s" + "上へ移動" + "その他のオプション" + "完了" + "すべて表示" + "アプリの選択" + "OFF" + "ON" + "検索…" + "検索キーワードを削除" + "検索キーワード" + "検索" + "検索キーワードを送信" + "音声検索" + "共有" + "%sと共有" + "折りたたむ" + "検索" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml new file mode 100644 index 0000000000..3f321189d3 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml @@ -0,0 +1,24 @@ + + + "მთავარზე ნავიგაცია" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "ზემოთ ნავიგაცია" + "მეტი ვარიანტები" + "დასრულდა" + "ყველას ნახვა" + "აპის არჩევა" + "გამორთულია" + "ჩართულია" + "ძიება..." + "მოთხოვნის გასუფთავება" + "ძიების მოთხოვნა" + "ძიება" + "მოთხოვნის გადაგზავნა" + "ხმოვანი ძიება" + "გაზიარება:" + "%s-თან გაზიარება" + "აკეცვა" + "ძიება" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml new file mode 100644 index 0000000000..a00d111a3e --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml @@ -0,0 +1,24 @@ + + + "Негізгі бетте қозғалу" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Жоғары қозғалу" + "Басқа опциялар" + "Дайын" + "Барлығын көру" + "Қолданбаны таңдау" + "ӨШІРУЛІ" + "ҚОСУЛЫ" + "Іздеу…" + "Сұрақты жою" + "Сұрақты іздеу" + "Іздеу" + "Сұрақты жіберу" + "Дауыс арқылы іздеу" + "Бөлісу" + "%s бөлісу" + "Тасалау" + "Іздеу" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml new file mode 100644 index 0000000000..a2dd37a14e --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml @@ -0,0 +1,24 @@ + + + "រកមើល​ទៅ​ដើម" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "រកមើល​ឡើងលើ" + "ជម្រើស​ច្រើន​ទៀត" + "រួចរាល់" + "មើល​ទាំងអស់" + "ជ្រើស​កម្មវិធី​​" + "បិទ" + "បើក" + "ស្វែងរក…" + "សម្អាត​សំណួរ" + "ស្វែងរក​សំណួរ" + "ស្វែងរក" + "ដាក់​​​ស្នើ​សំណួរ" + "ការស្វែងរក​សំឡេង" + "ចែករំលែក​ជាមួយ" + "ចែករំលែក​ជាមួយ %s" + "បង្រួម" + "ស្វែងរក" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml new file mode 100644 index 0000000000..99cdffd61b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml @@ -0,0 +1,24 @@ + + + "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" + "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" + "ಮುಗಿದಿದೆ" + "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" + "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ" + "ಆಫ್" + "ಆನ್" + "ಹುಡುಕಿ…" + "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು" + "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" + "ಹುಡುಕಿ" + "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು" + "ಧ್ವನಿ ಹುಡುಕಾಟ" + "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" + "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ" + "ಸಂಕುಚಿಸು" + "ಹುಡುಕಿ" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml new file mode 100644 index 0000000000..ca98630586 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml @@ -0,0 +1,24 @@ + + + "홈 탐색" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "위로 탐색" + "옵션 더보기" + "완료" + "전체 보기" + "앱 선택" + "사용 안함" + "사용" + "검색..." + "검색어 삭제" + "검색어" + "검색" + "검색어 보내기" + "음성 검색" + "공유 대상" + "%s와(과) 공유" + "접기" + "검색" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml new file mode 100644 index 0000000000..2493032a11 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml @@ -0,0 +1,24 @@ + + + "Үйгө багыттоо" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Жогору" + "Көбүрөөк мүмкүнчүлүктөр" + "Даяр" + "Бардыгын көрүү" + "Колдонмо тандоо" + "ӨЧҮК" + "КҮЙҮК" + "Издөө…" + "Талаптарды тазалоо" + "Издөө талаптары" + "Издөө" + "Талап жөнөтүү" + "Үн аркылуу издөө" + "Бөлүшүү" + "%s аркылуу бөлүшүү" + "Жыйнап коюу" + "Издөө" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml new file mode 100644 index 0000000000..530920e369 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml @@ -0,0 +1,11 @@ + + + 48dp + 32dp + 12dp + 14dp + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml new file mode 100644 index 0000000000..cc236ebd9c --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml @@ -0,0 +1,12 @@ + + + 440dp + 60% + 90% + 60% + 90% + 55% + 80% + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml new file mode 100644 index 0000000000..fd1fabfeac --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml @@ -0,0 +1,24 @@ + + + "முகப்பிற்கு வழிசெலுத்து" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "மேலே வழிசெலுத்து" + "மேலும் விருப்பங்கள்" + "முடிந்தது" + "எல்லாம் காட்டு" + "பயன்பாட்டைத் தேர்வுசெய்க" + "முடக்கு" + "இயக்கு" + "தேடு..." + "வினவலை அழி" + "தேடல் வினவல்" + "தேடு" + "வினவலைச் சமர்ப்பி" + "குரல் தேடல்" + "இதனுடன் பகிர்" + "%s உடன் பகிர்" + "சுருக்கு" + "தேடு" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml new file mode 100644 index 0000000000..7e9888d77c --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml @@ -0,0 +1,24 @@ + + + "హోమ్‌కు నావిగేట్ చేయండి" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "పైకి నావిగేట్ చేయండి" + "మరిన్ని ఎంపికలు" + "పూర్తయింది" + "అన్నీ చూడండి" + "అనువర్తనాన్ని ఎంచుకోండి" + "ఆఫ్ చేయి" + "ఆన్ చేయి" + "శోధించు..." + "ప్రశ్నను క్లియర్ చేయి" + "ప్రశ్న శోధించండి" + "శోధించు" + "ప్రశ్నని సమర్పించు" + "వాయిస్ శోధన" + "వీరితో భాగస్వామ్యం చేయి" + "%sతో భాగస్వామ్యం చేయి" + "కుదించండి" + "శోధించు" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml new file mode 100644 index 0000000000..2570a3eae1 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml @@ -0,0 +1,24 @@ + + + "นำทางไปหน้าแรก" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "นำทางขึ้น" + "ตัวเลือกอื่น" + "เสร็จสิ้น" + "ดูทั้งหมด" + "เลือกแอป" + "ปิด" + "เปิด" + "ค้นหา…" + "ล้างข้อความค้นหา" + "ข้อความค้นหา" + "ค้นหา" + "ส่งข้อความค้นหา" + "ค้นหาด้วยเสียง" + "แชร์กับ" + "แชร์กับ %s" + "ยุบ" + "ค้นหา" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml new file mode 100644 index 0000000000..591cffd132 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml @@ -0,0 +1,24 @@ + + + "Mag-navigate patungo sa home" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Mag-navigate pataas" + "Higit pang mga opsyon" + "Tapos na" + "Tingnan lahat" + "Pumili ng isang app" + "I-OFF" + "I-ON" + "Maghanap…" + "I-clear ang query" + "Query sa paghahanap" + "Maghanap" + "Isumite ang query" + "Paghahanap gamit ang boses" + "Ibahagi sa/kay" + "Ibahagi sa/kay %s" + "I-collapse" + "Maghanap" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml new file mode 100644 index 0000000000..6fe1f8fc66 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml @@ -0,0 +1,24 @@ + + + "Ana ekrana git" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Yukarı git" + "Diğer seçenekler" + "Bitti" + "Tümünü göster" + "Bir uygulama seçin" + "KAPAT" + "AÇ" + "Ara…" + "Sorguyu temizle" + "Arama sorgusu" + "Ara" + "Sorguyu gönder" + "Sesli arama" + "Şununla paylaş" + "%s ile paylaş" + "Daralt" + "Ara" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml new file mode 100644 index 0000000000..73718ca487 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml @@ -0,0 +1,24 @@ + + + "Перейти на головний" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Перейти вгору" + "Інші опції" + "Готово" + "Переглянути всі" + "Вибрати програму" + "ВИМК." + "УВІМК." + "Пошук…" + "Очистити запит" + "Пошуковий запит" + "Пошук" + "Надіслати запит" + "Голосовий пошук" + "Надіслати через" + "Надіслати через %s" + "Згорнути" + "Пошук" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml new file mode 100644 index 0000000000..2c8a2fe180 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml @@ -0,0 +1,24 @@ + + + "ہوم پر نیویگیٹ کریں" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "اوپر نیویگیٹ کریں" + "مزید اختیارات" + "ہو گیا" + "سبھی دیکھیں" + "ایک ایپ منتخب کریں" + "آف" + "آن" + "تلاش کریں…" + "استفسار صاف کریں" + "استفسار تلاش کریں" + "تلاش کریں" + "استفسار جمع کرائیں" + "صوتی تلاش" + "اشتراک کریں مع" + "‏%s کے ساتھ اشتراک کریں" + "سکیڑیں" + "تلاش" + "‎999+‎" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml new file mode 100644 index 0000000000..644683613b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml @@ -0,0 +1,24 @@ + + + "Boshiga o‘tish" + "%1$s, %2$s" + "%1$s, %2$s, %3$s" + "Yuqoriga o‘tish" + "Boshqa parametrlar" + "Tayyor" + "Barchasini ko‘rish" + "Dastur tanlang" + "O‘CHIQ" + "YONIQ" + "Qidirish…" + "So‘rovni tozalash" + "So‘rovni izlash" + "Qidirish" + "So‘rov yaratish" + "Ovozli qidiruv" + "Ruxsat berish" + "%sga ruxsat berish" + "Yig‘ish" + "Qidirish" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v11/values-v11.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v11/values-v11.xml new file mode 100644 index 0000000000..56f5c9d154 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v11/values-v11.xml @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml new file mode 100644 index 0000000000..5ee2feb238 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml @@ -0,0 +1,8 @@ + + + 4dp + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml new file mode 100644 index 0000000000..f9f23d1379 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml new file mode 100644 index 0000000000..7dad77f9e2 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml @@ -0,0 +1,4 @@ + + + 0px + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml new file mode 100644 index 0000000000..6abd28e4ad --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml @@ -0,0 +1,314 @@ + + + @color/secondary_text_default_material_light + 0dp + 0dp + 12dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml new file mode 100644 index 0000000000..d4a514a5fb --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml new file mode 100644 index 0000000000..d807aaeeb4 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml @@ -0,0 +1,38 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml new file mode 100644 index 0000000000..9b3fa3c3ae --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/mergeDebugResources/merger.xml new file mode 100644 index 0000000000..1780292781 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merger.xml @@ -0,0 +1,2266 @@ + +#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_vertical160dp164dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000000..1948b20c2b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt new file mode 100644 index 0000000000..3e205336fc --- /dev/null +++ b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,4 @@ +#Thu Dec 19 10:04:57 IST 2019 +base.0=C\:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\out\\classes.dex +path.0=classes.dex +renamed.0=classes.dex diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/xdCPh5svSc3mZiBzc3W7aurdTFk= b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/xdCPh5svSc3mZiBzc3W7aurdTFk= new file mode 100644 index 0000000000..70d9a39f82 Binary files /dev/null and b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/xdCPh5svSc3mZiBzc3W7aurdTFk= differ diff --git a/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml b/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000000..941f0cf8c8 --- /dev/null +++ b/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/instant_app_manifest/debug/output.json b/app/build/intermediates/instant_app_manifest/debug/output.json new file mode 100644 index 0000000000..794067c2a6 --- /dev/null +++ b/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":"lk.ac.mrt.cse.dbs.simpleexpensemanager","split":"","minSdkVersion":"19"}}] \ No newline at end of file diff --git a/app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class b/app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class new file mode 100644 index 0000000000..c52407bee1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class new file mode 100644 index 0000000000..d1c0e7fab6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$bool.class new file mode 100644 index 0000000000..f06b6bcb07 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$color.class new file mode 100644 index 0000000000..5bed7bc04b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$dimen.class new file mode 100644 index 0000000000..ea8deac220 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$drawable.class new file mode 100644 index 0000000000..fd0c764f54 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class new file mode 100644 index 0000000000..54f1c1c940 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$integer.class new file mode 100644 index 0000000000..1f865bf76c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$layout.class new file mode 100644 index 0000000000..e57e48c0ad Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$string.class new file mode 100644 index 0000000000..6b5867f224 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$style.class new file mode 100644 index 0000000000..5ab6dca81d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R$styleable.class new file mode 100644 index 0000000000..3938378089 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/compat/R.class b/app/build/intermediates/javac/debug/classes/android/support/compat/R.class new file mode 100644 index 0000000000..2cc664d58e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/compat/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class new file mode 100644 index 0000000000..67891e40a9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$bool.class new file mode 100644 index 0000000000..98b9de71ff Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$color.class new file mode 100644 index 0000000000..63db59a358 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$dimen.class new file mode 100644 index 0000000000..77dd4aadb4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$drawable.class new file mode 100644 index 0000000000..d2d40869b6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class new file mode 100644 index 0000000000..fb6f3d7b4f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$integer.class new file mode 100644 index 0000000000..c442745919 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$layout.class new file mode 100644 index 0000000000..05f0b4e625 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$string.class new file mode 100644 index 0000000000..a74095d402 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$style.class new file mode 100644 index 0000000000..db84bcd8e9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$styleable.class new file mode 100644 index 0000000000..a7b497b7e9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreui/R.class b/app/build/intermediates/javac/debug/classes/android/support/coreui/R.class new file mode 100644 index 0000000000..a3dbd0c7fc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreui/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$attr.class new file mode 100644 index 0000000000..db350d4b05 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$bool.class new file mode 100644 index 0000000000..d84a636be0 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$color.class new file mode 100644 index 0000000000..30de911c74 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$dimen.class new file mode 100644 index 0000000000..c4fc453972 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$drawable.class new file mode 100644 index 0000000000..a814c7dac9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$id.class new file mode 100644 index 0000000000..610a0b4d40 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$integer.class new file mode 100644 index 0000000000..28a3b838d4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$layout.class new file mode 100644 index 0000000000..09c7390c9a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$string.class new file mode 100644 index 0000000000..23123b3491 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$style.class new file mode 100644 index 0000000000..59435fa36a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$styleable.class new file mode 100644 index 0000000000..55f83f0da4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class new file mode 100644 index 0000000000..dd1f11b725 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class new file mode 100644 index 0000000000..013ea9a91f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$animator.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$animator.class new file mode 100644 index 0000000000..5b2aff6120 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$animator.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class new file mode 100644 index 0000000000..ba8123d9fe Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class new file mode 100644 index 0000000000..ebffc348af Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$color.class new file mode 100644 index 0000000000..98dd07750a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$dimen.class new file mode 100644 index 0000000000..cbd4984fb2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$drawable.class new file mode 100644 index 0000000000..466228616e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$id.class new file mode 100644 index 0000000000..a3686032ea Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$integer.class new file mode 100644 index 0000000000..25d247ed5a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$layout.class new file mode 100644 index 0000000000..ba435d3ebe Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$string.class new file mode 100644 index 0000000000..6dac9a3b4b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$style.class new file mode 100644 index 0000000000..61322199ce Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/design/R$styleable.class new file mode 100644 index 0000000000..22b67532ef Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/design/R.class b/app/build/intermediates/javac/debug/classes/android/support/design/R.class new file mode 100644 index 0000000000..8ecd4201e7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/design/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$attr.class new file mode 100644 index 0000000000..e5cdf07a3e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$bool.class new file mode 100644 index 0000000000..e752b58d52 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$color.class new file mode 100644 index 0000000000..bceff32ef1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$dimen.class new file mode 100644 index 0000000000..b1136dfac1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$drawable.class new file mode 100644 index 0000000000..e910ddb23d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class new file mode 100644 index 0000000000..555a5e52f3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$integer.class new file mode 100644 index 0000000000..f859d19265 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$layout.class new file mode 100644 index 0000000000..87b4e919a3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$string.class new file mode 100644 index 0000000000..a301ee1544 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$style.class new file mode 100644 index 0000000000..76e1822a4d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$styleable.class new file mode 100644 index 0000000000..67cf399ce8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/fragment/R.class b/app/build/intermediates/javac/debug/classes/android/support/fragment/R.class new file mode 100644 index 0000000000..b09e405431 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/fragment/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$attr.class new file mode 100644 index 0000000000..221d4a5246 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$bool.class new file mode 100644 index 0000000000..c3b3b5c2dc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$color.class new file mode 100644 index 0000000000..fdedc484e5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$dimen.class new file mode 100644 index 0000000000..6fd6143ed3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$drawable.class new file mode 100644 index 0000000000..1ce8fe09ec Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$id.class new file mode 100644 index 0000000000..853b0daa5d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$integer.class new file mode 100644 index 0000000000..389c492874 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$layout.class new file mode 100644 index 0000000000..49198cfa98 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$string.class new file mode 100644 index 0000000000..3872507ffc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$style.class new file mode 100644 index 0000000000..eaf70a676b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$styleable.class new file mode 100644 index 0000000000..8c0d8b520d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R.class new file mode 100644 index 0000000000..f8803005c5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$attr.class new file mode 100644 index 0000000000..90bbc5275e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$bool.class new file mode 100644 index 0000000000..d31728539d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$color.class new file mode 100644 index 0000000000..e822e621f5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$dimen.class new file mode 100644 index 0000000000..cea4fd35de Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$drawable.class new file mode 100644 index 0000000000..40ed264f2e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$id.class new file mode 100644 index 0000000000..e2d2d58d9d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$integer.class new file mode 100644 index 0000000000..b55f7b2498 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$layout.class new file mode 100644 index 0000000000..8013b82b39 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$string.class new file mode 100644 index 0000000000..2a93362a07 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$style.class new file mode 100644 index 0000000000..d2b2b8be7f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$styleable.class new file mode 100644 index 0000000000..1dc0003c71 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R.class b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R.class new file mode 100644 index 0000000000..890fa88286 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/graphics/drawable/animated/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$attr.class new file mode 100644 index 0000000000..b10659f10b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$bool.class new file mode 100644 index 0000000000..7e0cdecd45 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$color.class new file mode 100644 index 0000000000..b1eb32d9b4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$dimen.class new file mode 100644 index 0000000000..5f625fdba9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$drawable.class new file mode 100644 index 0000000000..ee7389ac9a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$id.class new file mode 100644 index 0000000000..53eb0a963a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$integer.class new file mode 100644 index 0000000000..29f4dc1b5a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$layout.class new file mode 100644 index 0000000000..4eee2a2af4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$string.class new file mode 100644 index 0000000000..196a3c96b5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$style.class new file mode 100644 index 0000000000..02b774b30b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$styleable.class new file mode 100644 index 0000000000..949430dffd Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R.class b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R.class new file mode 100644 index 0000000000..165dadd288 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/mediacompat/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$attr.class new file mode 100644 index 0000000000..c2b9652269 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$bool.class new file mode 100644 index 0000000000..a75edb25bc Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$color.class new file mode 100644 index 0000000000..6d834faad8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$dimen.class new file mode 100644 index 0000000000..f52490ea22 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$drawable.class new file mode 100644 index 0000000000..3248605d70 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$id.class new file mode 100644 index 0000000000..97e0794034 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$integer.class new file mode 100644 index 0000000000..23fcb48d15 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$layout.class new file mode 100644 index 0000000000..986adcd670 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$string.class new file mode 100644 index 0000000000..b80f8615db Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$style.class new file mode 100644 index 0000000000..b697000be9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R$styleable.class new file mode 100644 index 0000000000..10aae4d27e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/transition/R.class b/app/build/intermediates/javac/debug/classes/android/support/transition/R.class new file mode 100644 index 0000000000..901c74e896 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/transition/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$attr.class new file mode 100644 index 0000000000..78ee10c863 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$bool.class new file mode 100644 index 0000000000..26125d09c8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$color.class new file mode 100644 index 0000000000..db872a27c1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$dimen.class new file mode 100644 index 0000000000..d9cf035013 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$drawable.class new file mode 100644 index 0000000000..afcb71593a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$id.class new file mode 100644 index 0000000000..324dec2d95 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$integer.class new file mode 100644 index 0000000000..c6d18023f4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$layout.class new file mode 100644 index 0000000000..3c6b9e8fe8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$string.class new file mode 100644 index 0000000000..8e00a0466b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$style.class new file mode 100644 index 0000000000..0e464961e8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R$styleable.class new file mode 100644 index 0000000000..3c16eeb05b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v4/R.class b/app/build/intermediates/javac/debug/classes/android/support/v4/R.class new file mode 100644 index 0000000000..1c87cfba64 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v4/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$anim.class new file mode 100644 index 0000000000..4c0beec3eb Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$anim.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$attr.class new file mode 100644 index 0000000000..c3fd5f2e0b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$bool.class new file mode 100644 index 0000000000..cc8a8f6788 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$color.class new file mode 100644 index 0000000000..31371fa04c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$dimen.class new file mode 100644 index 0000000000..694d17e47a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$drawable.class new file mode 100644 index 0000000000..e1f7f43c9e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$id.class new file mode 100644 index 0000000000..2ddcd71625 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$integer.class new file mode 100644 index 0000000000..6c4237e90e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$layout.class new file mode 100644 index 0000000000..de1188fed0 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$string.class new file mode 100644 index 0000000000..76d3e1fc0c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$style.class new file mode 100644 index 0000000000..4f5cbb336b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$styleable.class new file mode 100644 index 0000000000..93e4969a43 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R.class b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R.class new file mode 100644 index 0000000000..c2e3955c44 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/appcompat/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$attr.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$attr.class new file mode 100644 index 0000000000..52e52e6582 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$bool.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$bool.class new file mode 100644 index 0000000000..225d78999e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$color.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$color.class new file mode 100644 index 0000000000..5bb6946fd8 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$dimen.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$dimen.class new file mode 100644 index 0000000000..7f479119c2 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$drawable.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$drawable.class new file mode 100644 index 0000000000..a94167b935 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$id.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$id.class new file mode 100644 index 0000000000..c5d50795a4 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$integer.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$integer.class new file mode 100644 index 0000000000..19c633412e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$layout.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$layout.class new file mode 100644 index 0000000000..af2037d3ca Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$string.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$string.class new file mode 100644 index 0000000000..dd0002aa5d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$style.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$style.class new file mode 100644 index 0000000000..5952da7d1a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$styleable.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$styleable.class new file mode 100644 index 0000000000..f8da983452 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R.class b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R.class new file mode 100644 index 0000000000..670a77edf1 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/android/support/v7/recyclerview/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.class new file mode 100644 index 0000000000..01057ece5f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/Constants.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/Constants.class new file mode 100644 index 0000000000..f7d7ccaf5a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/Constants.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$anim.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$anim.class new file mode 100644 index 0000000000..1b91c6b0e9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$anim.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$animator.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$animator.class new file mode 100644 index 0000000000..077d8da32d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$animator.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$attr.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$attr.class new file mode 100644 index 0000000000..77d75b98d3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$attr.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$bool.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$bool.class new file mode 100644 index 0000000000..ff2c37ed27 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$bool.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$color.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$color.class new file mode 100644 index 0000000000..182f587061 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$color.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$dimen.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$dimen.class new file mode 100644 index 0000000000..e5ed878702 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$dimen.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$drawable.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$drawable.class new file mode 100644 index 0000000000..4196a8ec97 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$drawable.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$id.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$id.class new file mode 100644 index 0000000000..27d6d9177d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$id.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$integer.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$integer.class new file mode 100644 index 0000000000..58c761013f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$integer.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$layout.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$layout.class new file mode 100644 index 0000000000..0bd436b39a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$layout.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$mipmap.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$mipmap.class new file mode 100644 index 0000000000..4e8cf10723 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$mipmap.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$string.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$string.class new file mode 100644 index 0000000000..cd9aa7763e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$string.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$style.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$style.class new file mode 100644 index 0000000000..e7328fa57f Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$style.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$styleable.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$styleable.class new file mode 100644 index 0000000000..f8dfdd7c01 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$styleable.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.class new file mode 100644 index 0000000000..f60618195d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/ExpenseManager.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/ExpenseManager.class new file mode 100644 index 0000000000..d21395a658 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/ExpenseManager.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/InMemoryDemoExpenseManager.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/InMemoryDemoExpenseManager.class new file mode 100644 index 0000000000..adfb0222db Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/InMemoryDemoExpenseManager.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/exception/ExpenseManagerException.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/exception/ExpenseManagerException.class new file mode 100644 index 0000000000..5d607bf903 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/exception/ExpenseManagerException.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/AccountDAO.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/AccountDAO.class new file mode 100644 index 0000000000..56a0429e1b Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/AccountDAO.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/TransactionDAO.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/TransactionDAO.class new file mode 100644 index 0000000000..c5ffec9721 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/TransactionDAO.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/exception/InvalidAccountException.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/exception/InvalidAccountException.class new file mode 100644 index 0000000000..d05cb79981 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/exception/InvalidAccountException.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO$1.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO$1.class new file mode 100644 index 0000000000..b5553d6a3d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO.class new file mode 100644 index 0000000000..6692ecab14 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryTransactionDAO.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryTransactionDAO.class new file mode 100644 index 0000000000..8610157c61 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryTransactionDAO.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Account.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Account.class new file mode 100644 index 0000000000..6ec8ae7f8d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Account.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/ExpenseType.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/ExpenseType.class new file mode 100644 index 0000000000..a17bcc5ba3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/ExpenseType.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Transaction.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Transaction.class new file mode 100644 index 0000000000..1d50bc7289 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Transaction.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/AddAccountFragment.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/AddAccountFragment.class new file mode 100644 index 0000000000..c3573ef704 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/AddAccountFragment.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ExpenseLogsFragment.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ExpenseLogsFragment.class new file mode 100644 index 0000000000..839ba3c795 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ExpenseLogsFragment.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity$SectionsPagerAdapter.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity$SectionsPagerAdapter.class new file mode 100644 index 0000000000..dfa540ae13 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity$SectionsPagerAdapter.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.class new file mode 100644 index 0000000000..49b35d87a0 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment$1.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment$1.class new file mode 100644 index 0000000000..c43b8ee79c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment.class b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment.class new file mode 100644 index 0000000000..7bdb860895 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment.class differ diff --git a/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000000..23d2413003 --- /dev/null +++ b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,76 @@ +1 +2 +17 +21 +22 C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml +24 android:targetSdkVersion="26" /> +24-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml +25 +26 C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:21:5-37:19 +27 android:allowBackup="true" +27-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:22:9-35 +28 android:debuggable="true" +29 android:icon="@mipmap/ic_launcher" +29-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:23:9-43 +30 android:label="@string/app_name" +30-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:24:9-41 +31 android:supportsRtl="true" +31-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:25:9-35 +32 android:testOnly="true" +33 android:theme="@style/AppTheme" > +33-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:26:9-40 +34 C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:27:9-36:20 +35 android:name="lk.ac.mrt.cse.dbs.simpleexpensemanager.ui.MainActivity" +35-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:28:13-44 +36 android:label="@string/app_name" +36-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:29:13-45 +37 android:theme="@style/AppTheme.NoActionBar" > +37-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:30:13-56 +38 +38-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:31:13-35:29 +39 +39-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:32:17-68 +39-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:32:25-66 +40 +41 +41-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:34:17-76 +41-->C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:34:27-74 +42 +43 +44 +45 [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:26:9-28:38 +46 android:name="android.support.VERSION" +46-->[com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:27:13-51 +47 android:value="26.1.0" /> +47-->[com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:28:13-35 +48 [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:25:9-27:47 +49 android:name="android.arch.lifecycle.VERSION" +49-->[android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:26:13-58 +50 android:value="27.0.0-SNAPSHOT" /> +50-->[android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:27:13-44 +51 +52 +53 diff --git a/app/build/intermediates/merged_java_res/debug/out.jar b/app/build/intermediates/merged_java_res/debug/out.jar new file mode 100644 index 0000000000..15cb0ecb3e Binary files /dev/null and b/app/build/intermediates/merged_java_res/debug/out.jar differ diff --git a/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000000..47b3004039 --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debug/output.json b/app/build/intermediates/merged_manifests/debug/output.json new file mode 100644 index 0000000000..f3331c64f4 --- /dev/null +++ b/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":"lk.ac.mrt.cse.dbs.simpleexpensemanager","split":"","minSdkVersion":"19"}}] \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml b/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml new file mode 100644 index 0000000000..feacc53fe9 --- /dev/null +++ b/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/app/build/intermediates/merged_manifests/debugAndroidTest/output.json b/app/build/intermediates/merged_manifests/debugAndroidTest/output.json new file mode 100644 index 0000000000..480c8cad76 --- /dev/null +++ b/app/build/intermediates/merged_manifests/debugAndroidTest/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug-androidTest.apk","fullName":"debugAndroidTest","baseName":"debug-androidTest"},"path":"AndroidManifest.xml","properties":{}}] \ No newline at end of file diff --git a/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json b/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json new file mode 100644 index 0000000000..5875ae57c7 --- /dev/null +++ b/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/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json b/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json new file mode 100644 index 0000000000..3745b150e3 --- /dev/null +++ b/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":"lk.ac.mrt.cse.dbs.simpleexpensemanager","split":"","minSdkVersion":"19"}}] \ No newline at end of file diff --git a/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ b/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ new file mode 100644 index 0000000000..ecf125eaf6 Binary files /dev/null and b/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ differ diff --git a/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat new file mode 100644 index 0000000000..5b48469927 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat new file mode 100644 index 0000000000..ecf8af8dc1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim-v21_design_bottom_sheet_slide_out.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat new file mode 100644 index 0000000000..dbee9b6e46 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat new file mode 100644 index 0000000000..a5af57406f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat new file mode 100644 index 0000000000..518f818376 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat new file mode 100644 index 0000000000..5ac479fc4d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat new file mode 100644 index 0000000000..1cb9ab0764 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat new file mode 100644 index 0000000000..243097d195 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat new file mode 100644 index 0000000000..0cadbfac6d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat new file mode 100644 index 0000000000..0937952efb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat new file mode 100644 index 0000000000..071917031f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat new file mode 100644 index 0000000000..8c1baf51ef Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_in.xml.flat b/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_in.xml.flat new file mode 100644 index 0000000000..9da18ff0b8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_out.xml.flat b/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_out.xml.flat new file mode 100644 index 0000000000..acaff2845b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_design_bottom_sheet_slide_out.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat b/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat new file mode 100644 index 0000000000..03b0a6dd35 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat b/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat new file mode 100644 index 0000000000..066d1b5fa0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_tooltip_enter.xml.flat b/app/build/intermediates/res/merged/debug/anim_tooltip_enter.xml.flat new file mode 100644 index 0000000000..2377e17245 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_tooltip_enter.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/anim_tooltip_exit.xml.flat b/app/build/intermediates/res/merged/debug/anim_tooltip_exit.xml.flat new file mode 100644 index 0000000000..319a47aecc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/anim_tooltip_exit.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat b/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat new file mode 100644 index 0000000000..be403cfdcf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/animator-v21_design_appbar_state_list_animator.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat new file mode 100644 index 0000000000..5fe89d9910 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat new file mode 100644 index 0000000000..99797fc044 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat new file mode 100644 index 0000000000..cf3583041d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat new file mode 100644 index 0000000000..6564481226 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat new file mode 100644 index 0000000000..e2c5757837 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat new file mode 100644 index 0000000000..6c97c64fb9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat new file mode 100644 index 0000000000..3b6f217050 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat new file mode 100644 index 0000000000..0547b373eb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat new file mode 100644 index 0000000000..b357a83a61 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat new file mode 100644 index 0000000000..31f5fd0249 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat new file mode 100644 index 0000000000..e3cebf1a98 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat b/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat new file mode 100644 index 0000000000..7337081f18 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color-v23_design_tint_password_toggle.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat new file mode 100644 index 0000000000..2711f50ddc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat new file mode 100644 index 0000000000..67cd30a72f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat new file mode 100644 index 0000000000..b71b5880f6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat new file mode 100644 index 0000000000..1ae6d1cf11 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat new file mode 100644 index 0000000000..84021a18d0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat new file mode 100644 index 0000000000..aa725036db Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat new file mode 100644 index 0000000000..f104d64b35 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat new file mode 100644 index 0000000000..dc0394bfd7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat new file mode 100644 index 0000000000..c2971ca42e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat new file mode 100644 index 0000000000..50265a0301 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat new file mode 100644 index 0000000000..4fe924d048 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat new file mode 100644 index 0000000000..d09650e324 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat new file mode 100644 index 0000000000..7d584ebc1e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat new file mode 100644 index 0000000000..f815c63d08 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat new file mode 100644 index 0000000000..0c191bf083 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat new file mode 100644 index 0000000000..bcd2df340a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat b/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat new file mode 100644 index 0000000000..92e30935c8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_design_error.xml.flat b/app/build/intermediates/res/merged/debug/color_design_error.xml.flat new file mode 100644 index 0000000000..97a2b06155 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_design_error.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_design_tint_password_toggle.xml.flat b/app/build/intermediates/res/merged/debug/color_design_tint_password_toggle.xml.flat new file mode 100644 index 0000000000..29ca3a723d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_design_tint_password_toggle.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat new file mode 100644 index 0000000000..dde388927e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat new file mode 100644 index 0000000000..357c4a72f9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat new file mode 100644 index 0000000000..d071be7c64 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat new file mode 100644 index 0000000000..11d9d2e348 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_design_ic_visibility_off.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..50a5b48943 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..b5ec6ba884 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..bb19090ed9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..9f23864f05 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..7a6f6e111f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000000..cc6c7dca0f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000000..4322e88f25 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..c0e61d5d2e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000000..ad68ce552b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..28c7c45c70 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..a3a6714f29 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..868ca55f5d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000000..d18b913668 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000000..7c816fdf8c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000000..ca6cfedd6d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000000..d5e48315db Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000000..e1a868b999 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000000..9c9af6e566 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000000..bbfd74d6bc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000000..c8e4a81c04 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..e495adc5f0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000000..f5a0db00e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000000..3fbd762fe2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000000..cd07ca68d1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000000..e404a2d247 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000000..de849221fd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000000..dd00c082b4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..e3cc59ca79 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..b45a4873ea Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000000..92cdebdcde Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000000..845dfc0153 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000000..bd2fd972f4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..8d9efacf6c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..51ca1c0fa6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..6dee8e24eb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..4d262f7dd0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..fe8f525f4d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000000..39557a70e6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000000..b8a2c2459e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000000..67eb3dd384 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000000..a50a3c6a9e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000000..8ab37ac836 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000000..2f6adfcabc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..441f52f7d7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..7a1130e9cf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..2505e12b70 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..96b5b0b4cf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000000..6ed699645b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000000..b93602b659 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000000..0bab1565a3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000000..6a8554f34a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000000..500ea7f04c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000000..6fcd48074a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000000..854430cf49 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..af50861646 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..86b9cb8fa0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..5729f3b9cb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..add6d5cd3a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..af4e343022 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..4a38ed15e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..4bd69a9352 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..ea515c6b27 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..dc0ff2cdf7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..b6852fea6d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..8200fc0e28 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..84dab1c4d6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..c39182291d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..ad6860f50d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..c74210ef51 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..016385c98b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..2a396a5533 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..f7409f3972 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..aaa4f11655 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..63e46362ed Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000000..a50ac99814 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000000..3fc690e9b7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..5c83275450 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000000..ac5ecbfa76 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..abdd260074 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..5d1a208158 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..61405e88e4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000000..44edf18f26 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000000..8a86c8f699 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000000..afc343fe32 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000000..e8ba9d7cd4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000000..813bcb58b3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000000..888220faff Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000000..fc370b2961 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000000..0613390910 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..77278ac331 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000000..2f4250298b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000000..03396896d5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000000..c4b2ae498f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000000..16775722ee Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000000..4419e2fb77 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000000..a06a6523f3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..331337183d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..e36d6e7c92 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000000..f633f8e9aa Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000000..c247cd550b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000000..682d718320 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..81e63d656e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..a7e3784fac Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..997307563d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..9e15ef269d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..568665bd66 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000000..2672c84574 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000000..e95c870255 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000000..9a9940f2e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000000..b9259586e0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000000..008253ac00 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000000..b3403fadd3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..6be3c822cd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..2f28402699 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..84df88fa6e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..8942a3afc7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000000..adf6444a9b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000000..723a31c937 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000000..acebf625a5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000000..8bd64417b4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000000..c4762e914c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000000..0e5facd3a8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000000..2104556bc8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat new file mode 100644 index 0000000000..82cc240a00 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat new file mode 100644 index 0000000000..6865073cbc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat new file mode 100644 index 0000000000..ccf43984ee Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat new file mode 100644 index 0000000000..dcb128def1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_avd_hide_password.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat new file mode 100644 index 0000000000..4dc953e682 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_avd_show_password.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat new file mode 100644 index 0000000000..f27141248b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_design_bottom_navigation_item_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat new file mode 100644 index 0000000000..0695fdf847 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_design_password_eye.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat new file mode 100644 index 0000000000..beb12bfc55 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat new file mode 100644 index 0000000000..d661c03110 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..a8598b7168 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..6e81f10724 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..4e97111bdc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..8c07e42b1c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..581353d717 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000000..9f677279c3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000000..cf13c87132 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..386813c747 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000000..8fcb27e349 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..afa7958b60 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..84389a0056 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..86c9d1d902 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000000..bb05d00f3b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000000..fd81c06c4e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000000..5a9d82227f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000000..4306c382d5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000000..cf8baace83 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000000..1d86f45f6c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000000..e20b187292 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000000..39a0117731 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..a66a0a4ea1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000000..2a56a1daf2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000000..324bd84212 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000000..d7a2c2e04b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000000..a754d89f66 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000000..7b21635bdc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000000..7f13dc8fe5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..0fa2903af8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..bd5486bac1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000000..d258bfcf3f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000000..e35291f142 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000000..20b7d4c8e8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..582ae198bb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..6b87c50416 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..cfae3bade5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..f41b71a17c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..ecd376d1c5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000000..9f43a56171 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000000..48e2b1dbf4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000000..2815a04f36 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000000..f68eda41b7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000000..8c77cf33d5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000000..5f43121f01 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..4498ddfd77 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..1521ab22bb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..eba35c4857 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..2cb4ecf195 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000000..a22131284c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000000..028979056c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat new file mode 100644 index 0000000000..addf434cc0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat new file mode 100644 index 0000000000..100a71f93e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat new file mode 100644 index 0000000000..2ed3c8ddcc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat new file mode 100644 index 0000000000..8d78cc2f74 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat new file mode 100644 index 0000000000..a209c2388b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..18c09931d4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..ddc2ec8ecb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..2d5d5301d4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..1593304003 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..a2e98a5068 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000000..3cd9782329 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000000..9daf46d664 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..bad450a45a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat new file mode 100644 index 0000000000..01bbffc871 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..e0ebd4dac9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..0bfb2e6fdf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..56d65be431 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000000..35a46f16b6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000000..50612b39d7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000000..c9745b2f51 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000000..717f47b2a8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000000..f0c2bf9486 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000000..01852cf766 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000000..0037b33130 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000000..bcb6a24430 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..bb951075f4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat new file mode 100644 index 0000000000..b0bb292e3c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat new file mode 100644 index 0000000000..f6e24040bd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat new file mode 100644 index 0000000000..beba198a36 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat new file mode 100644 index 0000000000..a1aeba4936 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat new file mode 100644 index 0000000000..7bceb3ca14 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat new file mode 100644 index 0000000000..635261473d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..0cd1243312 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat new file mode 100644 index 0000000000..b6447a8b06 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat new file mode 100644 index 0000000000..e3b6145e77 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000000..a90f5c0a70 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000000..26f601ecfb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..675c0aed29 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..269502d4b8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..39b0249da4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..e7dc980c83 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..505088b112 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000000..ac212ad049 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000000..8063a6aee6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat new file mode 100644 index 0000000000..0975231fb3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat new file mode 100644 index 0000000000..d4ab6eb8d5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000000..56050eaeac Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000000..6886cc0f94 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..574e1dcadf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..03764d5cfd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..f2f0844fe9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..0efd99074f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000000..8f892c6834 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000000..ee81071828 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..24fc53dbe9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..3e614e86f3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat new file mode 100644 index 0000000000..8336df15cc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat new file mode 100644 index 0000000000..e72542ccd5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat new file mode 100644 index 0000000000..5ee62fffad Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat new file mode 100644 index 0000000000..8361d3d716 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..403bb0c78e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat new file mode 100644 index 0000000000..99435020b8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat new file mode 100644 index 0000000000..c1c7d87f36 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat new file mode 100644 index 0000000000..a4d0d994d7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat new file mode 100644 index 0000000000..ea0840c667 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat new file mode 100644 index 0000000000..15cc3938a3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat new file mode 100644 index 0000000000..ab72ed4d92 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat new file mode 100644 index 0000000000..de0c8e738b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat new file mode 100644 index 0000000000..b9e0960b67 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat new file mode 100644 index 0000000000..c4d060555b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat new file mode 100644 index 0000000000..c5d46ebdc5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat new file mode 100644 index 0000000000..d6660a1463 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat new file mode 100644 index 0000000000..1f40286eb7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat new file mode 100644 index 0000000000..f9bebccbaa Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..3fa53f0341 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat new file mode 100644 index 0000000000..6e59276bc3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat new file mode 100644 index 0000000000..da272f5a60 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat new file mode 100644 index 0000000000..d49305eeaf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat new file mode 100644 index 0000000000..d19ddeca08 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat new file mode 100644 index 0000000000..9bd9b0cda9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat new file mode 100644 index 0000000000..3616e16e89 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat new file mode 100644 index 0000000000..8fd35a4282 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat new file mode 100644 index 0000000000..aa24fa681a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat new file mode 100644 index 0000000000..922f517117 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat new file mode 100644 index 0000000000..3dded876ad Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat new file mode 100644 index 0000000000..1ca35bbcd5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat new file mode 100644 index 0000000000..00c620179e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat new file mode 100644 index 0000000000..7a2cd2542b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat new file mode 100644 index 0000000000..26f7a42ebc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat new file mode 100644 index 0000000000..dabe780a63 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat new file mode 100644 index 0000000000..8194b85183 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat new file mode 100644 index 0000000000..eab947d52a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat new file mode 100644 index 0000000000..60b98ccd30 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat new file mode 100644 index 0000000000..07dbf85e06 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat new file mode 100644 index 0000000000..43edc1d005 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat new file mode 100644 index 0000000000..91b13853a0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat new file mode 100644 index 0000000000..240e7e061a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat new file mode 100644 index 0000000000..63ff6d02f7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat new file mode 100644 index 0000000000..02dcd66e4b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat new file mode 100644 index 0000000000..d9de9587d7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat new file mode 100644 index 0000000000..3507c043cb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat new file mode 100644 index 0000000000..1f8ede5b79 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat new file mode 100644 index 0000000000..53f8401189 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat new file mode 100644 index 0000000000..7abd906e85 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat new file mode 100644 index 0000000000..300a02d5ed Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat new file mode 100644 index 0000000000..06772668ba Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat new file mode 100644 index 0000000000..c61e4374b0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat new file mode 100644 index 0000000000..78ab5c962a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat new file mode 100644 index 0000000000..994c2840cd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat new file mode 100644 index 0000000000..200ac70294 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat new file mode 100644 index 0000000000..a8d8ece9b3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat new file mode 100644 index 0000000000..e270b6d3fd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat new file mode 100644 index 0000000000..2f157360a1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat new file mode 100644 index 0000000000..eba0258f56 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat new file mode 100644 index 0000000000..61f1f7a6ab Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat b/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat new file mode 100644 index 0000000000..d5fa741428 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_design_bottom_navigation_item_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_design_bottom_navigation_item_background.xml.flat new file mode 100644 index 0000000000..340914fa2e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_design_bottom_navigation_item_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat new file mode 100644 index 0000000000..bdab7f2476 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_design_fab_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_design_password_eye.xml.flat b/app/build/intermediates/res/merged/debug/drawable_design_password_eye.xml.flat new file mode 100644 index 0000000000..6b53958c77 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_design_password_eye.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat new file mode 100644 index 0000000000..a997348533 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_design_snackbar_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat b/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat new file mode 100644 index 0000000000..54016c19a2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_navigation_empty_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat new file mode 100644 index 0000000000..b667a689f9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat new file mode 100644 index 0000000000..db172d1e07 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat new file mode 100644 index 0000000000..68dc395121 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat b/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat new file mode 100644 index 0000000000..4b80c7a51e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat new file mode 100644 index 0000000000..7434ff7e98 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat new file mode 100644 index 0000000000..f984bc1a8e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat b/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat new file mode 100644 index 0000000000..38f4329f94 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-sw600dp-v13_design_layout_snackbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat b/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat new file mode 100644 index 0000000000..e732ccaf09 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat new file mode 100644 index 0000000000..a8f89a0105 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat new file mode 100644 index 0000000000..9b915dff6a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat new file mode 100644 index 0000000000..f202a68f18 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat new file mode 100644 index 0000000000..950b06d42a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat b/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat new file mode 100644 index 0000000000..12a3cc719f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat new file mode 100644 index 0000000000..ba7550aff8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat new file mode 100644 index 0000000000..253a9f9ef3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat new file mode 100644 index 0000000000..0089d2e3b8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat new file mode 100644 index 0000000000..07bca77dc5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat new file mode 100644 index 0000000000..644d30a8d3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat new file mode 100644 index 0000000000..18b9f0459c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat new file mode 100644 index 0000000000..579ad807ac Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat new file mode 100644 index 0000000000..8084140079 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat new file mode 100644 index 0000000000..1e217d7e3c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat new file mode 100644 index 0000000000..1728e41d26 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat new file mode 100644 index 0000000000..b69a74932f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat new file mode 100644 index 0000000000..a52a0341d6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat new file mode 100644 index 0000000000..d1bf04d095 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat new file mode 100644 index 0000000000..40bacdde7b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat new file mode 100644 index 0000000000..d6fa935f93 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat new file mode 100644 index 0000000000..bccd1044e8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat new file mode 100644 index 0000000000..a9e2f47432 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat new file mode 100644 index 0000000000..10c59663c5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat new file mode 100644 index 0000000000..86890f365b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat new file mode 100644 index 0000000000..5cf0976373 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat new file mode 100644 index 0000000000..cb0dd8c664 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat new file mode 100644 index 0000000000..1eba3fbfe3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat new file mode 100644 index 0000000000..0dacc103ed Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat new file mode 100644 index 0000000000..60cfdcb2ca Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat new file mode 100644 index 0000000000..7a3dfb332e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat new file mode 100644 index 0000000000..adbb0ca504 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat new file mode 100644 index 0000000000..0996be0224 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat b/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat new file mode 100644 index 0000000000..aa07031478 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat new file mode 100644 index 0000000000..f0c26dd67a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_bottom_navigation_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat new file mode 100644 index 0000000000..d824f8adc7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_bottom_sheet_dialog.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat new file mode 100644 index 0000000000..7cac81ed65 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat new file mode 100644 index 0000000000..8ccb700309 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_snackbar_include.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat new file mode 100644 index 0000000000..dccfdaab07 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat new file mode 100644 index 0000000000..511db6f557 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_layout_tab_text.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat new file mode 100644 index 0000000000..4ec6a29831 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_menu_item_action_area.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat new file mode 100644 index 0000000000..b3558364b7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat new file mode 100644 index 0000000000..416e073313 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_header.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat new file mode 100644 index 0000000000..45ffe8feda Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_separator.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat new file mode 100644 index 0000000000..78eb4ac175 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_item_subheader.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat new file mode 100644 index 0000000000..315fc1db84 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat new file mode 100644 index 0000000000..38895c21a1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_navigation_menu_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat b/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat new file mode 100644 index 0000000000..da9a34271c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_design_text_input_password_icon.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_fragment_add_account.xml.flat b/app/build/intermediates/res/merged/debug/layout_fragment_add_account.xml.flat new file mode 100644 index 0000000000..c272d3d7cb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_fragment_add_account.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_fragment_expense_logs.xml.flat b/app/build/intermediates/res/merged/debug/layout_fragment_expense_logs.xml.flat new file mode 100644 index 0000000000..e8b068ca1c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_fragment_expense_logs.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_fragment_manage_expenses.xml.flat b/app/build/intermediates/res/merged/debug/layout_fragment_manage_expenses.xml.flat new file mode 100644 index 0000000000..7646b5c64b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_fragment_manage_expenses.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat new file mode 100644 index 0000000000..2e08dafa0e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat new file mode 100644 index 0000000000..a65280dcde Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_media_action.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_media_action.xml.flat new file mode 100644 index 0000000000..7801b3dd32 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_media_action.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_media_cancel_action.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_media_cancel_action.xml.flat new file mode 100644 index 0000000000..bea44f4243 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_media_cancel_action.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_big_media.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media.xml.flat new file mode 100644 index 0000000000..72c9e305aa Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_custom.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_custom.xml.flat new file mode 100644 index 0000000000..518cddcdcf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_custom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow.xml.flat new file mode 100644 index 0000000000..f694851e52 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow_custom.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow_custom.xml.flat new file mode 100644 index 0000000000..c93a287baf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow_custom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat new file mode 100644 index 0000000000..6912d2ec67 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_lines_media.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_lines_media.xml.flat new file mode 100644 index 0000000000..3a00ed47bc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_lines_media.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_media.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_media.xml.flat new file mode 100644 index 0000000000..c0e6f287f0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_media.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_media_custom.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_media_custom.xml.flat new file mode 100644 index 0000000000..f8b892b189 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_media_custom.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat new file mode 100644 index 0000000000..e406e4a5dc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat b/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat new file mode 100644 index 0000000000..4074e65feb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat new file mode 100644 index 0000000000..0a44f6e4dc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat new file mode 100644 index 0000000000..3e155b0f93 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat b/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat new file mode 100644 index 0000000000..a5da9a92de Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat b/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat new file mode 100644 index 0000000000..566a12bb2c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_tooltip.xml.flat b/app/build/intermediates/res/merged/debug/layout_tooltip.xml.flat new file mode 100644 index 0000000000..9a3d8ef9fe Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_tooltip.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat new file mode 100644 index 0000000000..cc8c4e514e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat new file mode 100644 index 0000000000..8a34a914ef Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat new file mode 100644 index 0000000000..cdb7fe23c2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000000..e3bb54a3c5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000000..cff45063d5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat b/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat new file mode 100644 index 0000000000..a750103a71 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat b/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat new file mode 100644 index 0000000000..603825e206 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat b/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000000..7359ef73d1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat b/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat new file mode 100644 index 0000000000..9cd57a7729 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000000..3dbc5caa61 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat b/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat new file mode 100644 index 0000000000..b6814334d2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat b/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000000..1f56080028 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat b/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000000..f2e4a756fd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat b/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000000..59b29c2820 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat b/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000000..77f54cb6e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat b/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000000..3a1f57078d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat b/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat new file mode 100644 index 0000000000..e7f5220009 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat b/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat new file mode 100644 index 0000000000..5c8a81359f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat b/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat new file mode 100644 index 0000000000..b5d84dba4c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000000..13615ff774 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000000..ddda97a3f2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000000..4592428767 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat b/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000000..6c505dca79 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat b/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat new file mode 100644 index 0000000000..6195a28320 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat b/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat new file mode 100644 index 0000000000..71931b7db8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat b/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000000..f694e6ed7f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat b/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000000..ee265437a4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat b/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000000..5b13442710 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000000..311d2c5a5c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat b/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000000..fcda4b24ef Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat b/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000000..38b5cdbd71 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat b/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000000..c312d87453 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000000..336c230605 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000000..aef16a9b59 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat b/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000000..85c1acdf74 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat b/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000000..f64f33c6b7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat b/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000000..63590c6beb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat b/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000000..d26162d9f1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat b/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat new file mode 100644 index 0000000000..fc2bd2c774 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat b/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat new file mode 100644 index 0000000000..23356b1bae Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat b/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat new file mode 100644 index 0000000000..95f0a443dd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat b/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000000..2479e594fb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat b/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000000..d93b89f7ea Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat b/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000000..f5b6262076 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat b/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000000..5e8a5e6471 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat b/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat new file mode 100644 index 0000000000..cd7bf640e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat b/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000000..3ccd17b4fd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat b/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000000..0b7b0a9a4b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat b/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000000..82d50b9f3e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat b/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat new file mode 100644 index 0000000000..59bb8f21bb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000000..c760054938 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000000..390b9b4650 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat b/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000000..bd8afb7d9c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat b/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000000..4319e68167 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat b/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000000..5963bd313c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat b/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000000..a919e9b7a4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat b/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000000..fba0d11523 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat b/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000000..29f879fbd5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat b/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000000..99ccb2d835 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat b/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000000..4e81619cb3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat b/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat new file mode 100644 index 0000000000..ca400a46cf Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat b/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000000..7939cdc618 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat b/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000000..9f3385ccef Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat b/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000000..ac91fd5cb8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat b/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000000..e375389766 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat b/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000000..9102928a92 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat b/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000000..1351adf260 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat b/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat new file mode 100644 index 0000000000..f19203a246 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000000..32f6c47a3a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000000..1dc0199f5a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000000..9b28e7bfeb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat b/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000000..3b6f7bcd51 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat b/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000000..0616726c30 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat b/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat new file mode 100644 index 0000000000..a4203f00e9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat b/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000000..d2fa428a38 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat b/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000000..6e3a2c616c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat b/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000000..bc30800373 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat b/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000000..d349a71dd2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat b/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000000..d1af6a5052 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000000..8b8146df74 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat b/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000000..86569e0bec Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat b/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000000..c4584c4f5a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat b/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat new file mode 100644 index 0000000000..c7ecf68c68 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat b/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat new file mode 100644 index 0000000000..5346f3fbd0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat b/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000000..dc66c36287 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat b/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000000..9d0aa50ca3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat b/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000000..64e35e6481 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat b/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000000..8ee9a2aa05 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat b/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000000..876bb88de8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat b/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat new file mode 100644 index 0000000000..4e1ae1ba46 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v12_values-v12.arsc.flat b/app/build/intermediates/res/merged/debug/values-v12_values-v12.arsc.flat new file mode 100644 index 0000000000..49f3f25bc5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v12_values-v12.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v13_values-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-v13_values-v13.arsc.flat new file mode 100644 index 0000000000..e88f61a287 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v13_values-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat b/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat new file mode 100644 index 0000000000..42805be179 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat b/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000000..af4d1c8bd8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat b/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000000..90ccd6379b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat b/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000000..1629fa38a5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000000..25d3614fd7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat b/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000000..f08e1a21fc Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat b/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000000..a437f31fd7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat b/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000000..dfbefa5ef3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat b/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000000..6a4f30d7a1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat b/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000000..9ec4159a96 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat b/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000000..372d310576 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-w820dp-v13_values-w820dp-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-w820dp-v13_values-w820dp-v13.arsc.flat new file mode 100644 index 0000000000..299cce57e3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-w820dp-v13_values-w820dp-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000000..e6dc4e2470 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000000..a1acd59c44 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000000..985b3f37db Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000000..30508881bb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat b/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000000..2bda201d87 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values_values.arsc.flat b/app/build/intermediates/res/merged/debug/values_values.arsc.flat new file mode 100644 index 0000000000..1d004e06ed Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values_values.arsc.flat differ diff --git a/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt new file mode 100644 index 0000000000..f3281a20ea --- /dev/null +++ b/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt @@ -0,0 +1,1532 @@ +lk.ac.mrt.cse.dbs.simpleexpensemanager +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 abc_background_cache_hint_selector_material_dark +color abc_background_cache_hint_selector_material_light +color abc_btn_colored_borderless_text_material +color abc_btn_colored_text_material +color abc_color_highlight_material +color abc_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_input_method_navigation_guard +color abc_primary_text_disable_only_material_dark +color abc_primary_text_disable_only_material_light +color abc_primary_text_material_dark +color abc_primary_text_material_light +color abc_search_url_text +color abc_search_url_text_normal +color abc_search_url_text_pressed +color abc_search_url_text_selected +color abc_secondary_text_material_dark +color abc_secondary_text_material_light +color abc_tint_btn_checkable +color abc_tint_default +color abc_tint_edittext +color abc_tint_seek_thumb +color abc_tint_spinner +color abc_tint_switch_track +color accent_material_dark +color accent_material_light +color background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color colorAccent +color colorPrimary +color colorPrimaryDark +color 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 highlighted_text_material_dark +color highlighted_text_material_light +color material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_deep_teal_200 +color material_deep_teal_500 +color material_grey_100 +color material_grey_300 +color material_grey_50 +color material_grey_600 +color material_grey_800 +color material_grey_850 +color material_grey_900 +color notification_action_color_filter +color notification_icon_bg_color +color 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 tooltip_background_dark +color tooltip_background_light +dimen abc_action_bar_content_inset_material +dimen abc_action_bar_content_inset_with_nav +dimen abc_action_bar_default_height_material +dimen abc_action_bar_default_padding_end_material +dimen abc_action_bar_default_padding_start_material +dimen abc_action_bar_elevation_material +dimen abc_action_bar_icon_vertical_padding_material +dimen abc_action_bar_overflow_padding_end_material +dimen abc_action_bar_overflow_padding_start_material +dimen abc_action_bar_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 appbar_padding_top +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 fab_margin +dimen fastscroll_default_thickness +dimen fastscroll_margin +dimen fastscroll_minimum_range +dimen highlight_alpha_material_colored +dimen highlight_alpha_material_dark +dimen highlight_alpha_material_light +dimen hint_alpha_material_dark +dimen hint_alpha_material_light +dimen hint_pressed_alpha_material_dark +dimen hint_pressed_alpha_material_light +dimen item_touch_helper_max_drag_scroll_per_frame +dimen item_touch_helper_swipe_escape_max_velocity +dimen item_touch_helper_swipe_escape_velocity +dimen 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 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 tooltip_frame_dark +drawable tooltip_frame_light +id ALT +id CTRL +id FUNCTION +id META +id SHIFT +id SYM +id account_holder_name +id account_holder_name_tv +id account_num +id account_selector +id account_text_tv +id account_tv +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 add_account +id alertTitle +id all +id always +id amount +id amount_text_tv +id appbar +id async +id auto +id bank_name +id bank_name_tv +id beginning +id blocking +id bottom +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 date_selector +id date_tv +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 end +id end_padder +id enterAlways +id enterAlwaysCollapsed +id exitUntilCollapsed +id expand_activities_button +id expanded_menu +id expense +id expense_type_group +id expense_type_tv +id fill +id fill_horizontal +id fill_vertical +id fixed +id forever +id ghost_view +id home +id homeAsUp +id icon +id icon_group +id ifRoom +id image +id income +id info +id initial_balance +id initial_balance_tv +id italic +id item_touch_helper_previous_elevation +id label_acount +id label_amount +id label_date +id label_type +id largeLabel +id left +id line1 +id line3 +id listMode +id list_item +id logs_table +id logs_table_header +id main_content +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 parallax +id parentPanel +id parent_matrix +id pin +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_amount +id submit_area +id tabMode +id tabs +id text +id text2 +id textSpacerNoButtons +id textSpacerNoTitle +id text_input_password_toggle +id textinput_counter +id textinput_error +id time +id title +id titleDividerNoCustom +id title_template +id toolbar +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 uniform +id up +id useLogo +id view_offset_helper +id visible +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_main +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_add_account +layout fragment_expense_logs +layout fragment_manage_expenses +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 ic_launcher +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 account_holder_text +string account_text +string action_settings +string add_account_text +string amount_text +string app_name +string appbar_scrolling_view_behavior +string bank_text +string bottom_sheet_behavior +string character_counter_pattern +string config_date_log_pattern +string date_text +string err_acct_holder_empty +string err_acct_number_empty +string err_amount_required +string err_bank_name_empty +string err_init_balance_empty +string expense_text +string expense_type_text +string income_text +string initial_balance_text +string label_add_account +string label_logs +string label_manage +string msg_account_update_unable +string msg_ok +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 search_menu_title +string section_format +string status_bar_notification_info_overflow +string submit +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 AppTheme_AppBarOverlay +style AppTheme_NoActionBar +style AppTheme_PopupOverlay +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/app/build/intermediates/signing_config/debug/out/signing-config.json b/app/build/intermediates/signing_config/debug/out/signing-config.json new file mode 100644 index 0000000000..e19bc63ca3 --- /dev/null +++ b/app/build/intermediates/signing_config/debug/out/signing-config.json @@ -0,0 +1 @@ +{"mName":"debug","mStoreFile":"C:\\Users\\Nilu\\.android\\debug.keystore","mStorePassword":"android","mKeyAlias":"AndroidDebugKey","mKeyPassword":"android","mStoreType":"jks","mV1SigningEnabled":true,"mV2SigningEnabled":true} \ No newline at end of file diff --git a/app/build/intermediates/symbols/debug/R.txt b/app/build/intermediates/symbols/debug/R.txt new file mode 100644 index 0000000000..4e130a08bb --- /dev/null +++ b/app/build/intermediates/symbols/debug/R.txt @@ -0,0 +1,2011 @@ +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 abc_background_cache_hint_selector_material_dark 0x7f050000 +int color abc_background_cache_hint_selector_material_light 0x7f050001 +int color abc_btn_colored_borderless_text_material 0x7f050002 +int color abc_btn_colored_text_material 0x7f050003 +int color abc_color_highlight_material 0x7f050004 +int color abc_hint_foreground_material_dark 0x7f050005 +int color abc_hint_foreground_material_light 0x7f050006 +int color abc_input_method_navigation_guard 0x7f050007 +int color abc_primary_text_disable_only_material_dark 0x7f050008 +int color abc_primary_text_disable_only_material_light 0x7f050009 +int color abc_primary_text_material_dark 0x7f05000a +int color abc_primary_text_material_light 0x7f05000b +int color abc_search_url_text 0x7f05000c +int color abc_search_url_text_normal 0x7f05000d +int color abc_search_url_text_pressed 0x7f05000e +int color abc_search_url_text_selected 0x7f05000f +int color abc_secondary_text_material_dark 0x7f050010 +int color abc_secondary_text_material_light 0x7f050011 +int color abc_tint_btn_checkable 0x7f050012 +int color abc_tint_default 0x7f050013 +int color abc_tint_edittext 0x7f050014 +int color abc_tint_seek_thumb 0x7f050015 +int color abc_tint_spinner 0x7f050016 +int color abc_tint_switch_track 0x7f050017 +int color accent_material_dark 0x7f050018 +int color accent_material_light 0x7f050019 +int color background_floating_material_dark 0x7f05001a +int color background_floating_material_light 0x7f05001b +int color background_material_dark 0x7f05001c +int color background_material_light 0x7f05001d +int color bright_foreground_disabled_material_dark 0x7f05001e +int color bright_foreground_disabled_material_light 0x7f05001f +int color bright_foreground_inverse_material_dark 0x7f050020 +int color bright_foreground_inverse_material_light 0x7f050021 +int color bright_foreground_material_dark 0x7f050022 +int color bright_foreground_material_light 0x7f050023 +int color button_material_dark 0x7f050024 +int color button_material_light 0x7f050025 +int color colorAccent 0x7f050026 +int color colorPrimary 0x7f050027 +int color colorPrimaryDark 0x7f050028 +int color design_bottom_navigation_shadow_color 0x7f050029 +int color design_error 0x7f05002a +int color design_fab_shadow_end_color 0x7f05002b +int color design_fab_shadow_mid_color 0x7f05002c +int color design_fab_shadow_start_color 0x7f05002d +int color design_fab_stroke_end_inner_color 0x7f05002e +int color design_fab_stroke_end_outer_color 0x7f05002f +int color design_fab_stroke_top_inner_color 0x7f050030 +int color design_fab_stroke_top_outer_color 0x7f050031 +int color design_snackbar_background_color 0x7f050032 +int color design_tint_password_toggle 0x7f050033 +int color dim_foreground_disabled_material_dark 0x7f050034 +int color dim_foreground_disabled_material_light 0x7f050035 +int color dim_foreground_material_dark 0x7f050036 +int color dim_foreground_material_light 0x7f050037 +int color error_color_material 0x7f050038 +int color foreground_material_dark 0x7f050039 +int color foreground_material_light 0x7f05003a +int color highlighted_text_material_dark 0x7f05003b +int color highlighted_text_material_light 0x7f05003c +int color material_blue_grey_800 0x7f05003d +int color material_blue_grey_900 0x7f05003e +int color material_blue_grey_950 0x7f05003f +int color material_deep_teal_200 0x7f050040 +int color material_deep_teal_500 0x7f050041 +int color material_grey_100 0x7f050042 +int color material_grey_300 0x7f050043 +int color material_grey_50 0x7f050044 +int color material_grey_600 0x7f050045 +int color material_grey_800 0x7f050046 +int color material_grey_850 0x7f050047 +int color material_grey_900 0x7f050048 +int color notification_action_color_filter 0x7f050049 +int color notification_icon_bg_color 0x7f05004a +int color notification_material_background_media_default_color 0x7f05004b +int color primary_dark_material_dark 0x7f05004c +int color primary_dark_material_light 0x7f05004d +int color primary_material_dark 0x7f05004e +int color primary_material_light 0x7f05004f +int color primary_text_default_material_dark 0x7f050050 +int color primary_text_default_material_light 0x7f050051 +int color primary_text_disabled_material_dark 0x7f050052 +int color primary_text_disabled_material_light 0x7f050053 +int color ripple_material_dark 0x7f050054 +int color ripple_material_light 0x7f050055 +int color secondary_text_default_material_dark 0x7f050056 +int color secondary_text_default_material_light 0x7f050057 +int color secondary_text_disabled_material_dark 0x7f050058 +int color secondary_text_disabled_material_light 0x7f050059 +int color switch_thumb_disabled_material_dark 0x7f05005a +int color switch_thumb_disabled_material_light 0x7f05005b +int color switch_thumb_material_dark 0x7f05005c +int color switch_thumb_material_light 0x7f05005d +int color switch_thumb_normal_material_dark 0x7f05005e +int color switch_thumb_normal_material_light 0x7f05005f +int color tooltip_background_dark 0x7f050060 +int color tooltip_background_light 0x7f050061 +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 appbar_padding_top 0x7f06004c +int dimen compat_button_inset_horizontal_material 0x7f06004d +int dimen compat_button_inset_vertical_material 0x7f06004e +int dimen compat_button_padding_horizontal_material 0x7f06004f +int dimen compat_button_padding_vertical_material 0x7f060050 +int dimen compat_control_corner_material 0x7f060051 +int dimen design_appbar_elevation 0x7f060052 +int dimen design_bottom_navigation_active_item_max_width 0x7f060053 +int dimen design_bottom_navigation_active_text_size 0x7f060054 +int dimen design_bottom_navigation_elevation 0x7f060055 +int dimen design_bottom_navigation_height 0x7f060056 +int dimen design_bottom_navigation_item_max_width 0x7f060057 +int dimen design_bottom_navigation_item_min_width 0x7f060058 +int dimen design_bottom_navigation_margin 0x7f060059 +int dimen design_bottom_navigation_shadow_height 0x7f06005a +int dimen design_bottom_navigation_text_size 0x7f06005b +int dimen design_bottom_sheet_modal_elevation 0x7f06005c +int dimen design_bottom_sheet_peek_height_min 0x7f06005d +int dimen design_fab_border_width 0x7f06005e +int dimen design_fab_elevation 0x7f06005f +int dimen design_fab_image_size 0x7f060060 +int dimen design_fab_size_mini 0x7f060061 +int dimen design_fab_size_normal 0x7f060062 +int dimen design_fab_translation_z_pressed 0x7f060063 +int dimen design_navigation_elevation 0x7f060064 +int dimen design_navigation_icon_padding 0x7f060065 +int dimen design_navigation_icon_size 0x7f060066 +int dimen design_navigation_max_width 0x7f060067 +int dimen design_navigation_padding_bottom 0x7f060068 +int dimen design_navigation_separator_vertical_padding 0x7f060069 +int dimen design_snackbar_action_inline_max_width 0x7f06006a +int dimen design_snackbar_background_corner_radius 0x7f06006b +int dimen design_snackbar_elevation 0x7f06006c +int dimen design_snackbar_extra_spacing_horizontal 0x7f06006d +int dimen design_snackbar_max_width 0x7f06006e +int dimen design_snackbar_min_width 0x7f06006f +int dimen design_snackbar_padding_horizontal 0x7f060070 +int dimen design_snackbar_padding_vertical 0x7f060071 +int dimen design_snackbar_padding_vertical_2lines 0x7f060072 +int dimen design_snackbar_text_size 0x7f060073 +int dimen design_tab_max_width 0x7f060074 +int dimen design_tab_scrollable_min_width 0x7f060075 +int dimen design_tab_text_size 0x7f060076 +int dimen design_tab_text_size_2line 0x7f060077 +int dimen disabled_alpha_material_dark 0x7f060078 +int dimen disabled_alpha_material_light 0x7f060079 +int dimen fab_margin 0x7f06007a +int dimen fastscroll_default_thickness 0x7f06007b +int dimen fastscroll_margin 0x7f06007c +int dimen fastscroll_minimum_range 0x7f06007d +int dimen highlight_alpha_material_colored 0x7f06007e +int dimen highlight_alpha_material_dark 0x7f06007f +int dimen highlight_alpha_material_light 0x7f060080 +int dimen hint_alpha_material_dark 0x7f060081 +int dimen hint_alpha_material_light 0x7f060082 +int dimen hint_pressed_alpha_material_dark 0x7f060083 +int dimen hint_pressed_alpha_material_light 0x7f060084 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060085 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f060086 +int dimen item_touch_helper_swipe_escape_velocity 0x7f060087 +int dimen notification_action_icon_size 0x7f060088 +int dimen notification_action_text_size 0x7f060089 +int dimen notification_big_circle_margin 0x7f06008a +int dimen notification_content_margin_start 0x7f06008b +int dimen notification_large_icon_height 0x7f06008c +int dimen notification_large_icon_width 0x7f06008d +int dimen notification_main_column_padding_top 0x7f06008e +int dimen notification_media_narrow_margin 0x7f06008f +int dimen notification_right_icon_size 0x7f060090 +int dimen notification_right_side_padding_top 0x7f060091 +int dimen notification_small_icon_background_padding 0x7f060092 +int dimen notification_small_icon_size_as_large 0x7f060093 +int dimen notification_subtext_size 0x7f060094 +int dimen notification_top_pad 0x7f060095 +int dimen notification_top_pad_large_text 0x7f060096 +int dimen tooltip_corner_radius 0x7f060097 +int dimen tooltip_horizontal_padding 0x7f060098 +int dimen tooltip_margin 0x7f060099 +int dimen tooltip_precise_anchor_extra_offset 0x7f06009a +int dimen tooltip_precise_anchor_threshold 0x7f06009b +int dimen tooltip_vertical_padding 0x7f06009c +int dimen tooltip_y_offset_non_touch 0x7f06009d +int dimen tooltip_y_offset_touch 0x7f06009e +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 design_bottom_navigation_item_background 0x7f07005b +int drawable design_fab_background 0x7f07005c +int drawable design_ic_visibility 0x7f07005d +int drawable design_ic_visibility_off 0x7f07005e +int drawable design_password_eye 0x7f07005f +int drawable design_snackbar_background 0x7f070060 +int drawable navigation_empty_icon 0x7f070061 +int drawable notification_action_background 0x7f070062 +int drawable notification_bg 0x7f070063 +int drawable notification_bg_low 0x7f070064 +int drawable notification_bg_low_normal 0x7f070065 +int drawable notification_bg_low_pressed 0x7f070066 +int drawable notification_bg_normal 0x7f070067 +int drawable notification_bg_normal_pressed 0x7f070068 +int drawable notification_icon_background 0x7f070069 +int drawable notification_template_icon_bg 0x7f07006a +int drawable notification_template_icon_low_bg 0x7f07006b +int drawable notification_tile_bg 0x7f07006c +int drawable notify_panel_notification_icon_bg 0x7f07006d +int drawable tooltip_frame_dark 0x7f07006e +int drawable tooltip_frame_light 0x7f07006f +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 account_holder_name 0x7f080006 +int id account_holder_name_tv 0x7f080007 +int id account_num 0x7f080008 +int id account_selector 0x7f080009 +int id account_text_tv 0x7f08000a +int id account_tv 0x7f08000b +int id action0 0x7f08000c +int id action_bar 0x7f08000d +int id action_bar_activity_content 0x7f08000e +int id action_bar_container 0x7f08000f +int id action_bar_root 0x7f080010 +int id action_bar_spinner 0x7f080011 +int id action_bar_subtitle 0x7f080012 +int id action_bar_title 0x7f080013 +int id action_container 0x7f080014 +int id action_context_bar 0x7f080015 +int id action_divider 0x7f080016 +int id action_image 0x7f080017 +int id action_menu_divider 0x7f080018 +int id action_menu_presenter 0x7f080019 +int id action_mode_bar 0x7f08001a +int id action_mode_bar_stub 0x7f08001b +int id action_mode_close_button 0x7f08001c +int id action_text 0x7f08001d +int id actions 0x7f08001e +int id activity_chooser_view_content 0x7f08001f +int id add 0x7f080020 +int id add_account 0x7f080021 +int id alertTitle 0x7f080022 +int id all 0x7f080023 +int id always 0x7f080024 +int id amount 0x7f080025 +int id amount_text_tv 0x7f080026 +int id appbar 0x7f080027 +int id async 0x7f080028 +int id auto 0x7f080029 +int id bank_name 0x7f08002a +int id bank_name_tv 0x7f08002b +int id beginning 0x7f08002c +int id blocking 0x7f08002d +int id bottom 0x7f08002e +int id buttonPanel 0x7f08002f +int id cancel_action 0x7f080030 +int id center 0x7f080031 +int id center_horizontal 0x7f080032 +int id center_vertical 0x7f080033 +int id checkbox 0x7f080034 +int id chronometer 0x7f080035 +int id clip_horizontal 0x7f080036 +int id clip_vertical 0x7f080037 +int id collapseActionView 0x7f080038 +int id container 0x7f080039 +int id contentPanel 0x7f08003a +int id coordinator 0x7f08003b +int id custom 0x7f08003c +int id customPanel 0x7f08003d +int id date_selector 0x7f08003e +int id date_tv 0x7f08003f +int id decor_content_parent 0x7f080040 +int id default_activity_button 0x7f080041 +int id design_bottom_sheet 0x7f080042 +int id design_menu_item_action_area 0x7f080043 +int id design_menu_item_action_area_stub 0x7f080044 +int id design_menu_item_text 0x7f080045 +int id design_navigation_view 0x7f080046 +int id disableHome 0x7f080047 +int id edit_query 0x7f080048 +int id end 0x7f080049 +int id end_padder 0x7f08004a +int id enterAlways 0x7f08004b +int id enterAlwaysCollapsed 0x7f08004c +int id exitUntilCollapsed 0x7f08004d +int id expand_activities_button 0x7f08004e +int id expanded_menu 0x7f08004f +int id expense 0x7f080050 +int id expense_type_group 0x7f080051 +int id expense_type_tv 0x7f080052 +int id fill 0x7f080053 +int id fill_horizontal 0x7f080054 +int id fill_vertical 0x7f080055 +int id fixed 0x7f080056 +int id forever 0x7f080057 +int id ghost_view 0x7f080058 +int id home 0x7f080059 +int id homeAsUp 0x7f08005a +int id icon 0x7f08005b +int id icon_group 0x7f08005c +int id ifRoom 0x7f08005d +int id image 0x7f08005e +int id income 0x7f08005f +int id info 0x7f080060 +int id initial_balance 0x7f080061 +int id initial_balance_tv 0x7f080062 +int id italic 0x7f080063 +int id item_touch_helper_previous_elevation 0x7f080064 +int id label_acount 0x7f080065 +int id label_amount 0x7f080066 +int id label_date 0x7f080067 +int id label_type 0x7f080068 +int id largeLabel 0x7f080069 +int id left 0x7f08006a +int id line1 0x7f08006b +int id line3 0x7f08006c +int id listMode 0x7f08006d +int id list_item 0x7f08006e +int id logs_table 0x7f08006f +int id logs_table_header 0x7f080070 +int id main_content 0x7f080071 +int id masked 0x7f080072 +int id media_actions 0x7f080073 +int id message 0x7f080074 +int id middle 0x7f080075 +int id mini 0x7f080076 +int id multiply 0x7f080077 +int id navigation_header_container 0x7f080078 +int id never 0x7f080079 +int id none 0x7f08007a +int id normal 0x7f08007b +int id notification_background 0x7f08007c +int id notification_main_column 0x7f08007d +int id notification_main_column_container 0x7f08007e +int id parallax 0x7f08007f +int id parentPanel 0x7f080080 +int id parent_matrix 0x7f080081 +int id pin 0x7f080082 +int id progress_circular 0x7f080083 +int id progress_horizontal 0x7f080084 +int id radio 0x7f080085 +int id right 0x7f080086 +int id right_icon 0x7f080087 +int id right_side 0x7f080088 +int id save_image_matrix 0x7f080089 +int id save_non_transition_alpha 0x7f08008a +int id save_scale_type 0x7f08008b +int id screen 0x7f08008c +int id scroll 0x7f08008d +int id scrollIndicatorDown 0x7f08008e +int id scrollIndicatorUp 0x7f08008f +int id scrollView 0x7f080090 +int id scrollable 0x7f080091 +int id search_badge 0x7f080092 +int id search_bar 0x7f080093 +int id search_button 0x7f080094 +int id search_close_btn 0x7f080095 +int id search_edit_frame 0x7f080096 +int id search_go_btn 0x7f080097 +int id search_mag_icon 0x7f080098 +int id search_plate 0x7f080099 +int id search_src_text 0x7f08009a +int id search_voice_btn 0x7f08009b +int id select_dialog_listview 0x7f08009c +int id shortcut 0x7f08009d +int id showCustom 0x7f08009e +int id showHome 0x7f08009f +int id showTitle 0x7f0800a0 +int id smallLabel 0x7f0800a1 +int id snackbar_action 0x7f0800a2 +int id snackbar_text 0x7f0800a3 +int id snap 0x7f0800a4 +int id spacer 0x7f0800a5 +int id split_action_bar 0x7f0800a6 +int id src_atop 0x7f0800a7 +int id src_in 0x7f0800a8 +int id src_over 0x7f0800a9 +int id start 0x7f0800aa +int id status_bar_latest_event_content 0x7f0800ab +int id submenuarrow 0x7f0800ac +int id submit_amount 0x7f0800ad +int id submit_area 0x7f0800ae +int id tabMode 0x7f0800af +int id tabs 0x7f0800b0 +int id text 0x7f0800b1 +int id text2 0x7f0800b2 +int id textSpacerNoButtons 0x7f0800b3 +int id textSpacerNoTitle 0x7f0800b4 +int id text_input_password_toggle 0x7f0800b5 +int id textinput_counter 0x7f0800b6 +int id textinput_error 0x7f0800b7 +int id time 0x7f0800b8 +int id title 0x7f0800b9 +int id titleDividerNoCustom 0x7f0800ba +int id title_template 0x7f0800bb +int id toolbar 0x7f0800bc +int id top 0x7f0800bd +int id topPanel 0x7f0800be +int id touch_outside 0x7f0800bf +int id transition_current_scene 0x7f0800c0 +int id transition_layout_save 0x7f0800c1 +int id transition_position 0x7f0800c2 +int id transition_scene_layoutid_cache 0x7f0800c3 +int id transition_transform 0x7f0800c4 +int id uniform 0x7f0800c5 +int id up 0x7f0800c6 +int id useLogo 0x7f0800c7 +int id view_offset_helper 0x7f0800c8 +int id visible 0x7f0800c9 +int id withText 0x7f0800ca +int id wrap_content 0x7f0800cb +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_main 0x7f0a001b +int layout design_bottom_navigation_item 0x7f0a001c +int layout design_bottom_sheet_dialog 0x7f0a001d +int layout design_layout_snackbar 0x7f0a001e +int layout design_layout_snackbar_include 0x7f0a001f +int layout design_layout_tab_icon 0x7f0a0020 +int layout design_layout_tab_text 0x7f0a0021 +int layout design_menu_item_action_area 0x7f0a0022 +int layout design_navigation_item 0x7f0a0023 +int layout design_navigation_item_header 0x7f0a0024 +int layout design_navigation_item_separator 0x7f0a0025 +int layout design_navigation_item_subheader 0x7f0a0026 +int layout design_navigation_menu 0x7f0a0027 +int layout design_navigation_menu_item 0x7f0a0028 +int layout design_text_input_password_icon 0x7f0a0029 +int layout fragment_add_account 0x7f0a002a +int layout fragment_expense_logs 0x7f0a002b +int layout fragment_manage_expenses 0x7f0a002c +int layout notification_action 0x7f0a002d +int layout notification_action_tombstone 0x7f0a002e +int layout notification_media_action 0x7f0a002f +int layout notification_media_cancel_action 0x7f0a0030 +int layout notification_template_big_media 0x7f0a0031 +int layout notification_template_big_media_custom 0x7f0a0032 +int layout notification_template_big_media_narrow 0x7f0a0033 +int layout notification_template_big_media_narrow_custom 0x7f0a0034 +int layout notification_template_custom_big 0x7f0a0035 +int layout notification_template_icon_group 0x7f0a0036 +int layout notification_template_lines_media 0x7f0a0037 +int layout notification_template_media 0x7f0a0038 +int layout notification_template_media_custom 0x7f0a0039 +int layout notification_template_part_chronometer 0x7f0a003a +int layout notification_template_part_time 0x7f0a003b +int layout select_dialog_item_material 0x7f0a003c +int layout select_dialog_multichoice_material 0x7f0a003d +int layout select_dialog_singlechoice_material 0x7f0a003e +int layout support_simple_spinner_dropdown_item 0x7f0a003f +int layout tooltip 0x7f0a0040 +int mipmap ic_launcher 0x7f0b0000 +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 account_holder_text 0x7f0c001f +int string account_text 0x7f0c0020 +int string action_settings 0x7f0c0021 +int string add_account_text 0x7f0c0022 +int string amount_text 0x7f0c0023 +int string app_name 0x7f0c0024 +int string appbar_scrolling_view_behavior 0x7f0c0025 +int string bank_text 0x7f0c0026 +int string bottom_sheet_behavior 0x7f0c0027 +int string character_counter_pattern 0x7f0c0028 +int string config_date_log_pattern 0x7f0c0029 +int string date_text 0x7f0c002a +int string err_acct_holder_empty 0x7f0c002b +int string err_acct_number_empty 0x7f0c002c +int string err_amount_required 0x7f0c002d +int string err_bank_name_empty 0x7f0c002e +int string err_init_balance_empty 0x7f0c002f +int string expense_text 0x7f0c0030 +int string expense_type_text 0x7f0c0031 +int string income_text 0x7f0c0032 +int string initial_balance_text 0x7f0c0033 +int string label_add_account 0x7f0c0034 +int string label_logs 0x7f0c0035 +int string label_manage 0x7f0c0036 +int string msg_account_update_unable 0x7f0c0037 +int string msg_ok 0x7f0c0038 +int string password_toggle_content_description 0x7f0c0039 +int string path_password_eye 0x7f0c003a +int string path_password_eye_mask_strike_through 0x7f0c003b +int string path_password_eye_mask_visible 0x7f0c003c +int string path_password_strike_through 0x7f0c003d +int string search_menu_title 0x7f0c003e +int string section_format 0x7f0c003f +int string status_bar_notification_info_overflow 0x7f0c0040 +int string submit 0x7f0c0041 +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 AppTheme_AppBarOverlay 0x7f0d0007 +int style AppTheme_NoActionBar 0x7f0d0008 +int style AppTheme_PopupOverlay 0x7f0d0009 +int style Base_AlertDialog_AppCompat 0x7f0d000a +int style Base_AlertDialog_AppCompat_Light 0x7f0d000b +int style Base_Animation_AppCompat_Dialog 0x7f0d000c +int style Base_Animation_AppCompat_DropDownUp 0x7f0d000d +int style Base_Animation_AppCompat_Tooltip 0x7f0d000e +int style Base_DialogWindowTitle_AppCompat 0x7f0d000f +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0d0010 +int style Base_TextAppearance_AppCompat 0x7f0d0011 +int style Base_TextAppearance_AppCompat_Body1 0x7f0d0012 +int style Base_TextAppearance_AppCompat_Body2 0x7f0d0013 +int style Base_TextAppearance_AppCompat_Button 0x7f0d0014 +int style Base_TextAppearance_AppCompat_Caption 0x7f0d0015 +int style Base_TextAppearance_AppCompat_Display1 0x7f0d0016 +int style Base_TextAppearance_AppCompat_Display2 0x7f0d0017 +int style Base_TextAppearance_AppCompat_Display3 0x7f0d0018 +int style Base_TextAppearance_AppCompat_Display4 0x7f0d0019 +int style Base_TextAppearance_AppCompat_Headline 0x7f0d001a +int style Base_TextAppearance_AppCompat_Inverse 0x7f0d001b +int style Base_TextAppearance_AppCompat_Large 0x7f0d001c +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0d001d +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d001e +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d001f +int style Base_TextAppearance_AppCompat_Medium 0x7f0d0020 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0d0021 +int style Base_TextAppearance_AppCompat_Menu 0x7f0d0022 +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0d0023 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d0024 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0d0025 +int style Base_TextAppearance_AppCompat_Small 0x7f0d0026 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0d0027 +int style Base_TextAppearance_AppCompat_Subhead 0x7f0d0028 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0d0029 +int style Base_TextAppearance_AppCompat_Title 0x7f0d002a +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0d002b +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0d002c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d002d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d002e +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d002f +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d0030 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d0031 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d0032 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d0033 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0d0034 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d0035 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d0036 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d0037 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d0038 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d0039 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d003a +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d003b +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0d003c +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d003d +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d003e +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d003f +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d0040 +int style Base_Theme_AppCompat 0x7f0d0041 +int style Base_Theme_AppCompat_CompactMenu 0x7f0d0042 +int style Base_Theme_AppCompat_Dialog 0x7f0d0043 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0d0044 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0d0045 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0d0046 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0d0047 +int style Base_Theme_AppCompat_Light 0x7f0d0048 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0d0049 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0d004a +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0d004b +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0d004c +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d004d +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0d004e +int style Base_ThemeOverlay_AppCompat 0x7f0d004f +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0d0050 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0d0051 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d0052 +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0d0053 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0054 +int style Base_ThemeOverlay_AppCompat_Light 0x7f0d0055 +int style Base_V11_Theme_AppCompat_Dialog 0x7f0d0056 +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0d0057 +int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f0d0058 +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f0d0059 +int style Base_V12_Widget_AppCompat_EditText 0x7f0d005a +int style Base_V14_Widget_Design_AppBarLayout 0x7f0d005b +int style Base_V21_Theme_AppCompat 0x7f0d005c +int style Base_V21_Theme_AppCompat_Dialog 0x7f0d005d +int style Base_V21_Theme_AppCompat_Light 0x7f0d005e +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0d005f +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0d0060 +int style Base_V21_Widget_Design_AppBarLayout 0x7f0d0061 +int style Base_V22_Theme_AppCompat 0x7f0d0062 +int style Base_V22_Theme_AppCompat_Light 0x7f0d0063 +int style Base_V23_Theme_AppCompat 0x7f0d0064 +int style Base_V23_Theme_AppCompat_Light 0x7f0d0065 +int style Base_V26_Theme_AppCompat 0x7f0d0066 +int style Base_V26_Theme_AppCompat_Light 0x7f0d0067 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0d0068 +int style Base_V26_Widget_Design_AppBarLayout 0x7f0d0069 +int style Base_V7_Theme_AppCompat 0x7f0d006a +int style Base_V7_Theme_AppCompat_Dialog 0x7f0d006b +int style Base_V7_Theme_AppCompat_Light 0x7f0d006c +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0d006d +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0d006e +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0d006f +int style Base_V7_Widget_AppCompat_EditText 0x7f0d0070 +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0d0071 +int style Base_Widget_AppCompat_ActionBar 0x7f0d0072 +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0d0073 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0d0074 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0d0075 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0d0076 +int style Base_Widget_AppCompat_ActionButton 0x7f0d0077 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0d0078 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0d0079 +int style Base_Widget_AppCompat_ActionMode 0x7f0d007a +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0d007b +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0d007c +int style Base_Widget_AppCompat_Button 0x7f0d007d +int style Base_Widget_AppCompat_Button_Borderless 0x7f0d007e +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0d007f +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d0080 +int style Base_Widget_AppCompat_Button_Colored 0x7f0d0081 +int style Base_Widget_AppCompat_Button_Small 0x7f0d0082 +int style Base_Widget_AppCompat_ButtonBar 0x7f0d0083 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d0084 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0d0085 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0d0086 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0d0087 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0d0088 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0d0089 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0d008a +int style Base_Widget_AppCompat_EditText 0x7f0d008b +int style Base_Widget_AppCompat_ImageButton 0x7f0d008c +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0d008d +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0d008e +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d008f +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0d0090 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d0091 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0d0092 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0d0093 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d0094 +int style Base_Widget_AppCompat_ListMenuView 0x7f0d0095 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0d0096 +int style Base_Widget_AppCompat_ListView 0x7f0d0097 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0d0098 +int style Base_Widget_AppCompat_ListView_Menu 0x7f0d0099 +int style Base_Widget_AppCompat_PopupMenu 0x7f0d009a +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0d009b +int style Base_Widget_AppCompat_PopupWindow 0x7f0d009c +int style Base_Widget_AppCompat_ProgressBar 0x7f0d009d +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0d009e +int style Base_Widget_AppCompat_RatingBar 0x7f0d009f +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0d00a0 +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0d00a1 +int style Base_Widget_AppCompat_SearchView 0x7f0d00a2 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0d00a3 +int style Base_Widget_AppCompat_SeekBar 0x7f0d00a4 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0d00a5 +int style Base_Widget_AppCompat_Spinner 0x7f0d00a6 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0d00a7 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0d00a8 +int style Base_Widget_AppCompat_Toolbar 0x7f0d00a9 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d00aa +int style Base_Widget_Design_AppBarLayout 0x7f0d00ab +int style Base_Widget_Design_TabLayout 0x7f0d00ac +int style Platform_AppCompat 0x7f0d00ad +int style Platform_AppCompat_Light 0x7f0d00ae +int style Platform_ThemeOverlay_AppCompat 0x7f0d00af +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0d00b0 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0d00b1 +int style Platform_V11_AppCompat 0x7f0d00b2 +int style Platform_V11_AppCompat_Light 0x7f0d00b3 +int style Platform_V14_AppCompat 0x7f0d00b4 +int style Platform_V14_AppCompat_Light 0x7f0d00b5 +int style Platform_V21_AppCompat 0x7f0d00b6 +int style Platform_V21_AppCompat_Light 0x7f0d00b7 +int style Platform_V25_AppCompat 0x7f0d00b8 +int style Platform_V25_AppCompat_Light 0x7f0d00b9 +int style Platform_Widget_AppCompat_Spinner 0x7f0d00ba +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0d00bb +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0d00bc +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0d00bd +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0d00be +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0d00bf +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0d00c0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0d00c1 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0d00c2 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0d00c3 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0d00c4 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0d00c5 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0d00c6 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0d00c7 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0d00c8 +int style TextAppearance_AppCompat 0x7f0d00c9 +int style TextAppearance_AppCompat_Body1 0x7f0d00ca +int style TextAppearance_AppCompat_Body2 0x7f0d00cb +int style TextAppearance_AppCompat_Button 0x7f0d00cc +int style TextAppearance_AppCompat_Caption 0x7f0d00cd +int style TextAppearance_AppCompat_Display1 0x7f0d00ce +int style TextAppearance_AppCompat_Display2 0x7f0d00cf +int style TextAppearance_AppCompat_Display3 0x7f0d00d0 +int style TextAppearance_AppCompat_Display4 0x7f0d00d1 +int style TextAppearance_AppCompat_Headline 0x7f0d00d2 +int style TextAppearance_AppCompat_Inverse 0x7f0d00d3 +int style TextAppearance_AppCompat_Large 0x7f0d00d4 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0d00d5 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0d00d6 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0d00d7 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d00d8 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d00d9 +int style TextAppearance_AppCompat_Medium 0x7f0d00da +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0d00db +int style TextAppearance_AppCompat_Menu 0x7f0d00dc +int style TextAppearance_AppCompat_Notification 0x7f0d00dd +int style TextAppearance_AppCompat_Notification_Info 0x7f0d00de +int style TextAppearance_AppCompat_Notification_Info_Media 0x7f0d00df +int style TextAppearance_AppCompat_Notification_Line2 0x7f0d00e0 +int style TextAppearance_AppCompat_Notification_Line2_Media 0x7f0d00e1 +int style TextAppearance_AppCompat_Notification_Media 0x7f0d00e2 +int style TextAppearance_AppCompat_Notification_Time 0x7f0d00e3 +int style TextAppearance_AppCompat_Notification_Time_Media 0x7f0d00e4 +int style TextAppearance_AppCompat_Notification_Title 0x7f0d00e5 +int style TextAppearance_AppCompat_Notification_Title_Media 0x7f0d00e6 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d00e7 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0d00e8 +int style TextAppearance_AppCompat_Small 0x7f0d00e9 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0d00ea +int style TextAppearance_AppCompat_Subhead 0x7f0d00eb +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0d00ec +int style TextAppearance_AppCompat_Title 0x7f0d00ed +int style TextAppearance_AppCompat_Title_Inverse 0x7f0d00ee +int style TextAppearance_AppCompat_Tooltip 0x7f0d00ef +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d00f0 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d00f1 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d00f2 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d00f3 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d00f4 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d00f5 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0d00f6 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d00f7 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0d00f8 +int style TextAppearance_AppCompat_Widget_Button 0x7f0d00f9 +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d00fa +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d00fb +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d00fc +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d00fd +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d00fe +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d00ff +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d0100 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0d0101 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d0102 +int style TextAppearance_Compat_Notification 0x7f0d0103 +int style TextAppearance_Compat_Notification_Info 0x7f0d0104 +int style TextAppearance_Compat_Notification_Info_Media 0x7f0d0105 +int style TextAppearance_Compat_Notification_Line2 0x7f0d0106 +int style TextAppearance_Compat_Notification_Line2_Media 0x7f0d0107 +int style TextAppearance_Compat_Notification_Media 0x7f0d0108 +int style TextAppearance_Compat_Notification_Time 0x7f0d0109 +int style TextAppearance_Compat_Notification_Time_Media 0x7f0d010a +int style TextAppearance_Compat_Notification_Title 0x7f0d010b +int style TextAppearance_Compat_Notification_Title_Media 0x7f0d010c +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0d010d +int style TextAppearance_Design_Counter 0x7f0d010e +int style TextAppearance_Design_Counter_Overflow 0x7f0d010f +int style TextAppearance_Design_Error 0x7f0d0110 +int style TextAppearance_Design_Hint 0x7f0d0111 +int style TextAppearance_Design_Snackbar_Message 0x7f0d0112 +int style TextAppearance_Design_Tab 0x7f0d0113 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d0114 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d0115 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d0116 +int style Theme_AppCompat 0x7f0d0117 +int style Theme_AppCompat_CompactMenu 0x7f0d0118 +int style Theme_AppCompat_DayNight 0x7f0d0119 +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0d011a +int style Theme_AppCompat_DayNight_Dialog 0x7f0d011b +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0d011c +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0d011d +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0d011e +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0d011f +int style Theme_AppCompat_Dialog 0x7f0d0120 +int style Theme_AppCompat_Dialog_Alert 0x7f0d0121 +int style Theme_AppCompat_Dialog_MinWidth 0x7f0d0122 +int style Theme_AppCompat_DialogWhenLarge 0x7f0d0123 +int style Theme_AppCompat_Light 0x7f0d0124 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0d0125 +int style Theme_AppCompat_Light_Dialog 0x7f0d0126 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0d0127 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d0128 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0d0129 +int style Theme_AppCompat_Light_NoActionBar 0x7f0d012a +int style Theme_AppCompat_NoActionBar 0x7f0d012b +int style Theme_Design 0x7f0d012c +int style Theme_Design_BottomSheetDialog 0x7f0d012d +int style Theme_Design_Light 0x7f0d012e +int style Theme_Design_Light_BottomSheetDialog 0x7f0d012f +int style Theme_Design_Light_NoActionBar 0x7f0d0130 +int style Theme_Design_NoActionBar 0x7f0d0131 +int style ThemeOverlay_AppCompat 0x7f0d0132 +int style ThemeOverlay_AppCompat_ActionBar 0x7f0d0133 +int style ThemeOverlay_AppCompat_Dark 0x7f0d0134 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d0135 +int style ThemeOverlay_AppCompat_Dialog 0x7f0d0136 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0137 +int style ThemeOverlay_AppCompat_Light 0x7f0d0138 +int style Widget_AppCompat_ActionBar 0x7f0d0139 +int style Widget_AppCompat_ActionBar_Solid 0x7f0d013a +int style Widget_AppCompat_ActionBar_TabBar 0x7f0d013b +int style Widget_AppCompat_ActionBar_TabText 0x7f0d013c +int style Widget_AppCompat_ActionBar_TabView 0x7f0d013d +int style Widget_AppCompat_ActionButton 0x7f0d013e +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0d013f +int style Widget_AppCompat_ActionButton_Overflow 0x7f0d0140 +int style Widget_AppCompat_ActionMode 0x7f0d0141 +int style Widget_AppCompat_ActivityChooserView 0x7f0d0142 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0d0143 +int style Widget_AppCompat_Button 0x7f0d0144 +int style Widget_AppCompat_Button_Borderless 0x7f0d0145 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0d0146 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d0147 +int style Widget_AppCompat_Button_Colored 0x7f0d0148 +int style Widget_AppCompat_Button_Small 0x7f0d0149 +int style Widget_AppCompat_ButtonBar 0x7f0d014a +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d014b +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0d014c +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0d014d +int style Widget_AppCompat_CompoundButton_Switch 0x7f0d014e +int style Widget_AppCompat_DrawerArrowToggle 0x7f0d014f +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0d0150 +int style Widget_AppCompat_EditText 0x7f0d0151 +int style Widget_AppCompat_ImageButton 0x7f0d0152 +int style Widget_AppCompat_Light_ActionBar 0x7f0d0153 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0d0154 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0d0155 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d0156 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0d0157 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0d0158 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d0159 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0d015a +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0d015b +int style Widget_AppCompat_Light_ActionButton 0x7f0d015c +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0d015d +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0d015e +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0d015f +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0d0160 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0d0161 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0d0162 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0d0163 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0d0164 +int style Widget_AppCompat_Light_PopupMenu 0x7f0d0165 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d0166 +int style Widget_AppCompat_Light_SearchView 0x7f0d0167 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0d0168 +int style Widget_AppCompat_ListMenuView 0x7f0d0169 +int style Widget_AppCompat_ListPopupWindow 0x7f0d016a +int style Widget_AppCompat_ListView 0x7f0d016b +int style Widget_AppCompat_ListView_DropDown 0x7f0d016c +int style Widget_AppCompat_ListView_Menu 0x7f0d016d +int style Widget_AppCompat_PopupMenu 0x7f0d016e +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0d016f +int style Widget_AppCompat_PopupWindow 0x7f0d0170 +int style Widget_AppCompat_ProgressBar 0x7f0d0171 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0d0172 +int style Widget_AppCompat_RatingBar 0x7f0d0173 +int style Widget_AppCompat_RatingBar_Indicator 0x7f0d0174 +int style Widget_AppCompat_RatingBar_Small 0x7f0d0175 +int style Widget_AppCompat_SearchView 0x7f0d0176 +int style Widget_AppCompat_SearchView_ActionBar 0x7f0d0177 +int style Widget_AppCompat_SeekBar 0x7f0d0178 +int style Widget_AppCompat_SeekBar_Discrete 0x7f0d0179 +int style Widget_AppCompat_Spinner 0x7f0d017a +int style Widget_AppCompat_Spinner_DropDown 0x7f0d017b +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0d017c +int style Widget_AppCompat_Spinner_Underlined 0x7f0d017d +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0d017e +int style Widget_AppCompat_Toolbar 0x7f0d017f +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d0180 +int style Widget_Compat_NotificationActionContainer 0x7f0d0181 +int style Widget_Compat_NotificationActionText 0x7f0d0182 +int style Widget_Design_AppBarLayout 0x7f0d0183 +int style Widget_Design_BottomNavigationView 0x7f0d0184 +int style Widget_Design_BottomSheet_Modal 0x7f0d0185 +int style Widget_Design_CollapsingToolbar 0x7f0d0186 +int style Widget_Design_CoordinatorLayout 0x7f0d0187 +int style Widget_Design_FloatingActionButton 0x7f0d0188 +int style Widget_Design_NavigationView 0x7f0d0189 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f0d018a +int style Widget_Design_Snackbar 0x7f0d018b +int style Widget_Design_TabLayout 0x7f0d018c +int style Widget_Design_TextInputLayout 0x7f0d018d +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/app/build/intermediates/transforms/dexBuilder/debug/0/android/arch/lifecycle/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/arch/lifecycle/R.dex new file mode 100644 index 0000000000..82d7c9b60d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/arch/lifecycle/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$attr.dex new file mode 100644 index 0000000000..358010322d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$bool.dex new file mode 100644 index 0000000000..50b188355c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$color.dex new file mode 100644 index 0000000000..a04080fcb2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$dimen.dex new file mode 100644 index 0000000000..2a24ed8845 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$drawable.dex new file mode 100644 index 0000000000..f482de669a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$id.dex new file mode 100644 index 0000000000..343e27b2d9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$integer.dex new file mode 100644 index 0000000000..b8c69a8d6f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$layout.dex new file mode 100644 index 0000000000..7c917b4d3a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$string.dex new file mode 100644 index 0000000000..95fe95143b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$style.dex new file mode 100644 index 0000000000..2f3ee27a9e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$styleable.dex new file mode 100644 index 0000000000..14bacf7960 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R.dex new file mode 100644 index 0000000000..5ca01df1f4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/compat/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$attr.dex new file mode 100644 index 0000000000..9fcc497610 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$bool.dex new file mode 100644 index 0000000000..16fb124e73 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$color.dex new file mode 100644 index 0000000000..aab4c872fe Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$dimen.dex new file mode 100644 index 0000000000..1a7ed0030c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$drawable.dex new file mode 100644 index 0000000000..d7b8f65960 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$id.dex new file mode 100644 index 0000000000..6dfd5d08e5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$integer.dex new file mode 100644 index 0000000000..2a3eb44ce0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$layout.dex new file mode 100644 index 0000000000..8242335a7d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$string.dex new file mode 100644 index 0000000000..9907c4fd6c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$style.dex new file mode 100644 index 0000000000..288732355c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$styleable.dex new file mode 100644 index 0000000000..0a28e6b081 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R.dex new file mode 100644 index 0000000000..7ed2a5413e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreui/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$attr.dex new file mode 100644 index 0000000000..0398eef1cc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$bool.dex new file mode 100644 index 0000000000..b8c39ba346 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$color.dex new file mode 100644 index 0000000000..35d6f607ef Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$dimen.dex new file mode 100644 index 0000000000..4c293560bd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$drawable.dex new file mode 100644 index 0000000000..61088ebd5c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$id.dex new file mode 100644 index 0000000000..6e1abd454f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$integer.dex new file mode 100644 index 0000000000..fcf69ffb8f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$layout.dex new file mode 100644 index 0000000000..be967526d4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$string.dex new file mode 100644 index 0000000000..6ae3940e16 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$style.dex new file mode 100644 index 0000000000..bfda7898d0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$styleable.dex new file mode 100644 index 0000000000..318d6f3cad Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R.dex new file mode 100644 index 0000000000..166294217f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/coreutils/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$anim.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$anim.dex new file mode 100644 index 0000000000..e607311e84 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$anim.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$animator.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$animator.dex new file mode 100644 index 0000000000..0874d2ea66 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$animator.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$attr.dex new file mode 100644 index 0000000000..bb7be96528 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$bool.dex new file mode 100644 index 0000000000..3ed89ea443 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$color.dex new file mode 100644 index 0000000000..65d79acc03 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$dimen.dex new file mode 100644 index 0000000000..cf682c0bb1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$drawable.dex new file mode 100644 index 0000000000..f7896c423b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$id.dex new file mode 100644 index 0000000000..8fcf909cfc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$integer.dex new file mode 100644 index 0000000000..c1241ee3fc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$layout.dex new file mode 100644 index 0000000000..2347e65a54 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$string.dex new file mode 100644 index 0000000000..05c42f9150 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$style.dex new file mode 100644 index 0000000000..7bbf735d32 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$styleable.dex new file mode 100644 index 0000000000..72a958ab9a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R.dex new file mode 100644 index 0000000000..3d138bf85f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/design/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$attr.dex new file mode 100644 index 0000000000..77b0347df2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$bool.dex new file mode 100644 index 0000000000..df611fc632 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$color.dex new file mode 100644 index 0000000000..729d151aac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$dimen.dex new file mode 100644 index 0000000000..cb967f452c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$drawable.dex new file mode 100644 index 0000000000..82e1ce0c24 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$id.dex new file mode 100644 index 0000000000..bc3f5d1a24 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$integer.dex new file mode 100644 index 0000000000..6d88f9b361 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$layout.dex new file mode 100644 index 0000000000..d03b1b5b7f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$string.dex new file mode 100644 index 0000000000..3be7c5c108 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$style.dex new file mode 100644 index 0000000000..df6e39dd90 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$styleable.dex new file mode 100644 index 0000000000..64d881cda0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R.dex new file mode 100644 index 0000000000..5c2f4d1e50 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/fragment/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$attr.dex new file mode 100644 index 0000000000..50385082e1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$bool.dex new file mode 100644 index 0000000000..750bf700a1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$color.dex new file mode 100644 index 0000000000..a9ae3aacf6 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$dimen.dex new file mode 100644 index 0000000000..c5095a2d1a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$drawable.dex new file mode 100644 index 0000000000..f8fce323bc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$id.dex new file mode 100644 index 0000000000..5612910306 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$integer.dex new file mode 100644 index 0000000000..6b44f7745b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$layout.dex new file mode 100644 index 0000000000..d82016236b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$string.dex new file mode 100644 index 0000000000..b27944e6bf Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$style.dex new file mode 100644 index 0000000000..f545197257 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$styleable.dex new file mode 100644 index 0000000000..7d1c026c5f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R.dex new file mode 100644 index 0000000000..3dfa5c5fc3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$attr.dex new file mode 100644 index 0000000000..828cc2d1bf Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$bool.dex new file mode 100644 index 0000000000..cbf0e54fa0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$color.dex new file mode 100644 index 0000000000..5f7bad9e04 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$dimen.dex new file mode 100644 index 0000000000..655a72c749 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$drawable.dex new file mode 100644 index 0000000000..7ccb83814e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$id.dex new file mode 100644 index 0000000000..87144347a1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$integer.dex new file mode 100644 index 0000000000..b42b92df37 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$layout.dex new file mode 100644 index 0000000000..811d98ffe2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$string.dex new file mode 100644 index 0000000000..ae201c2cfb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$style.dex new file mode 100644 index 0000000000..ac105a88de Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$styleable.dex new file mode 100644 index 0000000000..90bb3e8098 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R.dex new file mode 100644 index 0000000000..73e765c39c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/graphics/drawable/animated/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$attr.dex new file mode 100644 index 0000000000..cf4ba9577c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$bool.dex new file mode 100644 index 0000000000..7768367596 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$color.dex new file mode 100644 index 0000000000..566bc89344 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$dimen.dex new file mode 100644 index 0000000000..f890d24576 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$drawable.dex new file mode 100644 index 0000000000..8fe91cfec5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$id.dex new file mode 100644 index 0000000000..a1e6d0d02a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$integer.dex new file mode 100644 index 0000000000..e0a7577b03 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$layout.dex new file mode 100644 index 0000000000..466209d42e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$string.dex new file mode 100644 index 0000000000..3548ef1e14 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$style.dex new file mode 100644 index 0000000000..f57da4b3fc Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$styleable.dex new file mode 100644 index 0000000000..f3e3f33259 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R.dex new file mode 100644 index 0000000000..fbe3672f90 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/mediacompat/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$attr.dex new file mode 100644 index 0000000000..e5211c43b0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$bool.dex new file mode 100644 index 0000000000..8c7820bbdd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$color.dex new file mode 100644 index 0000000000..d7428d5f17 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$dimen.dex new file mode 100644 index 0000000000..0944ebc42e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$drawable.dex new file mode 100644 index 0000000000..9224f5ca82 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$id.dex new file mode 100644 index 0000000000..836552373d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$integer.dex new file mode 100644 index 0000000000..de27bb58d4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$layout.dex new file mode 100644 index 0000000000..e645d731aa Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$string.dex new file mode 100644 index 0000000000..3520e778b4 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$style.dex new file mode 100644 index 0000000000..934ccfb224 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$styleable.dex new file mode 100644 index 0000000000..b70e7ae54b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R.dex new file mode 100644 index 0000000000..4849d39663 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/transition/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$attr.dex new file mode 100644 index 0000000000..241eaeffac Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$bool.dex new file mode 100644 index 0000000000..5e1fac181f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$color.dex new file mode 100644 index 0000000000..390a84d386 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$dimen.dex new file mode 100644 index 0000000000..c4641c09cb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$drawable.dex new file mode 100644 index 0000000000..a097382e32 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$id.dex new file mode 100644 index 0000000000..57a7f715c9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$integer.dex new file mode 100644 index 0000000000..cc1740fe09 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$layout.dex new file mode 100644 index 0000000000..a3d22b678a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$string.dex new file mode 100644 index 0000000000..b9d8590f15 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$style.dex new file mode 100644 index 0000000000..a50184990c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$styleable.dex new file mode 100644 index 0000000000..4fa800668d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R.dex new file mode 100644 index 0000000000..2aae6180e3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v4/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$anim.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$anim.dex new file mode 100644 index 0000000000..9de8c761d2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$anim.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$attr.dex new file mode 100644 index 0000000000..c3a5c7ee54 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$bool.dex new file mode 100644 index 0000000000..d5a9fbc9e2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$color.dex new file mode 100644 index 0000000000..57adefe984 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$dimen.dex new file mode 100644 index 0000000000..676160ee90 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$drawable.dex new file mode 100644 index 0000000000..5567d0639d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$id.dex new file mode 100644 index 0000000000..fee0461257 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$integer.dex new file mode 100644 index 0000000000..7005223bf9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$layout.dex new file mode 100644 index 0000000000..3e1945ba78 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$string.dex new file mode 100644 index 0000000000..792f58865c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$style.dex new file mode 100644 index 0000000000..604621d524 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$styleable.dex new file mode 100644 index 0000000000..5ba0da2dbb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R.dex new file mode 100644 index 0000000000..8ea0120e9e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/appcompat/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$attr.dex new file mode 100644 index 0000000000..855f1352bb Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$bool.dex new file mode 100644 index 0000000000..9264cd9003 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$color.dex new file mode 100644 index 0000000000..de643a60ce Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$dimen.dex new file mode 100644 index 0000000000..f9b01e9e1e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$drawable.dex new file mode 100644 index 0000000000..b7604dd059 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$id.dex new file mode 100644 index 0000000000..b07519d34b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$integer.dex new file mode 100644 index 0000000000..e84c1f8a5f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$layout.dex new file mode 100644 index 0000000000..fca7beed4a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$string.dex new file mode 100644 index 0000000000..e0e5ccc8f9 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$style.dex new file mode 100644 index 0000000000..2ace7d7b9b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$styleable.dex new file mode 100644 index 0000000000..19f7901daa Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R.dex new file mode 100644 index 0000000000..10e05b1f87 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/android/support/v7/recyclerview/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.dex new file mode 100644 index 0000000000..4d87612066 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/BuildConfig.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/Constants.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/Constants.dex new file mode 100644 index 0000000000..7db0f6593d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/Constants.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$anim.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$anim.dex new file mode 100644 index 0000000000..72a9293cdd Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$anim.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$animator.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$animator.dex new file mode 100644 index 0000000000..29b7da53a3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$animator.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$attr.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$attr.dex new file mode 100644 index 0000000000..5c1b2653b7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$attr.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$bool.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$bool.dex new file mode 100644 index 0000000000..a041f1d75e Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$bool.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$color.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$color.dex new file mode 100644 index 0000000000..6dde139dce Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$color.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$dimen.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$dimen.dex new file mode 100644 index 0000000000..dd05ccaecf Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$dimen.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$drawable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$drawable.dex new file mode 100644 index 0000000000..e14bb0a89c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$drawable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$id.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$id.dex new file mode 100644 index 0000000000..1c22cf5f6f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$id.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$integer.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$integer.dex new file mode 100644 index 0000000000..11248977a2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$integer.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$layout.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$layout.dex new file mode 100644 index 0000000000..60b367cd81 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$layout.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$mipmap.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$mipmap.dex new file mode 100644 index 0000000000..0b497b7508 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$mipmap.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$string.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$string.dex new file mode 100644 index 0000000000..daa32adf07 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$string.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$style.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$style.dex new file mode 100644 index 0000000000..8eee96f574 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$style.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$styleable.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$styleable.dex new file mode 100644 index 0000000000..690f237fb2 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R$styleable.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.dex new file mode 100644 index 0000000000..d4a2c1e586 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/R.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/ExpenseManager.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/ExpenseManager.dex new file mode 100644 index 0000000000..3228747c8c Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/ExpenseManager.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/InMemoryDemoExpenseManager.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/InMemoryDemoExpenseManager.dex new file mode 100644 index 0000000000..bb7e6a2d2b Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/InMemoryDemoExpenseManager.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/exception/ExpenseManagerException.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/exception/ExpenseManagerException.dex new file mode 100644 index 0000000000..5afdab2c42 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/exception/ExpenseManagerException.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/AccountDAO.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/AccountDAO.dex new file mode 100644 index 0000000000..a8c5482460 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/AccountDAO.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/TransactionDAO.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/TransactionDAO.dex new file mode 100644 index 0000000000..2820142f3d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/TransactionDAO.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/exception/InvalidAccountException.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/exception/InvalidAccountException.dex new file mode 100644 index 0000000000..d3363c84df Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/exception/InvalidAccountException.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO$1.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO$1.dex new file mode 100644 index 0000000000..615f34ba1a Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO$1.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO.dex new file mode 100644 index 0000000000..936742c212 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryAccountDAO.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryTransactionDAO.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryTransactionDAO.dex new file mode 100644 index 0000000000..6be74254c0 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/InMemoryTransactionDAO.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Account.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Account.dex new file mode 100644 index 0000000000..87282baa9f Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Account.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/ExpenseType.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/ExpenseType.dex new file mode 100644 index 0000000000..ff2bdca8a7 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/ExpenseType.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Transaction.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Transaction.dex new file mode 100644 index 0000000000..6d6275d5d5 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/Transaction.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/AddAccountFragment.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/AddAccountFragment.dex new file mode 100644 index 0000000000..007f6db8e3 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/AddAccountFragment.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ExpenseLogsFragment.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ExpenseLogsFragment.dex new file mode 100644 index 0000000000..6b3f3884a1 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ExpenseLogsFragment.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity$SectionsPagerAdapter.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity$SectionsPagerAdapter.dex new file mode 100644 index 0000000000..63b33b3d90 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity$SectionsPagerAdapter.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.dex new file mode 100644 index 0000000000..4dad09e114 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment$1.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment$1.dex new file mode 100644 index 0000000000..7080718d57 Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment$1.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment.dex b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment.dex new file mode 100644 index 0000000000..94a04c216d Binary files /dev/null and b/app/build/intermediates/transforms/dexBuilder/debug/0/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/ManageExpensesFragment.dex differ diff --git a/app/build/intermediates/transforms/dexBuilder/debug/__content__.json b/app/build/intermediates/transforms/dexBuilder/debug/__content__.json new file mode 100644 index 0000000000..7b6a98fb5b --- /dev/null +++ b/app/build/intermediates/transforms/dexBuilder/debug/__content__.json @@ -0,0 +1 @@ +[{"name":"C:\\Users\\Nilu\\Desktop\\SimpleExpenseManager-master\\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/app/build/outputs/apk/debug/app-debug.apk b/app/build/outputs/apk/debug/app-debug.apk new file mode 100644 index 0000000000..9543bb7450 Binary files /dev/null and b/app/build/outputs/apk/debug/app-debug.apk differ diff --git a/app/build/outputs/apk/debug/output.json b/app/build/outputs/apk/debug/output.json new file mode 100644 index 0000000000..92a0784745 --- /dev/null +++ b/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/app/build/outputs/logs/manifest-merger-debug-report.txt b/app/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 0000000000..87a8c7aeed --- /dev/null +++ b/app/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,168 @@ +-- Merging decision tree log --- +manifest +ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 +MERGED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3c115bd9f6556a7430ab54a2645aa55d\appcompat-v7-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3ac1655360d6dbf344dc8ff3c8d3b0e6\animated-vector-drawable-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\a449755bc5e7ed79153fa9929dc7654c\support-vector-drawable-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\ef7c5ae2af6a27687948fc6cc3886b74\recyclerview-v7-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:transition:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\e13c4a3a02d0f93e83b088e91c91216c\transition-26.1.0\AndroidManifest.xml:17:1-28:12 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\8b2410946284cd4775e5f8b775d72d89\support-v4-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\26df0f8813a13404e327c780b3b81904\support-media-compat-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\f7553f20c19b1ac99491fe60ed6b734d\support-fragment-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\6ab7c35cf9f4095d5538551927303dbd\support-core-utils-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\258048e6c61d4b5456510532346e8c01\support-core-ui-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\19640d657814c0deaea3c9f8ce878766\support-compat-26.1.0\AndroidManifest.xml:17:1-31:12 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:17:1-30:12 +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 + package + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:19:11-59 + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + android:versionName + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + android:versionCode + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:1-39:12 + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + xmlns:android + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:18:11-69 +application +ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:21:5-37:19 +MERGED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3c115bd9f6556a7430ab54a2645aa55d\appcompat-v7-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3c115bd9f6556a7430ab54a2645aa55d\appcompat-v7-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3ac1655360d6dbf344dc8ff3c8d3b0e6\animated-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3ac1655360d6dbf344dc8ff3c8d3b0e6\animated-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\a449755bc5e7ed79153fa9929dc7654c\support-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\a449755bc5e7ed79153fa9929dc7654c\support-vector-drawable-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\ef7c5ae2af6a27687948fc6cc3886b74\recyclerview-v7-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\ef7c5ae2af6a27687948fc6cc3886b74\recyclerview-v7-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:transition:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\e13c4a3a02d0f93e83b088e91c91216c\transition-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:transition:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\e13c4a3a02d0f93e83b088e91c91216c\transition-26.1.0\AndroidManifest.xml:22:5-26:19 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\8b2410946284cd4775e5f8b775d72d89\support-v4-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\8b2410946284cd4775e5f8b775d72d89\support-v4-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\26df0f8813a13404e327c780b3b81904\support-media-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\26df0f8813a13404e327c780b3b81904\support-media-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\f7553f20c19b1ac99491fe60ed6b734d\support-fragment-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\f7553f20c19b1ac99491fe60ed6b734d\support-fragment-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\6ab7c35cf9f4095d5538551927303dbd\support-core-utils-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\6ab7c35cf9f4095d5538551927303dbd\support-core-utils-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\258048e6c61d4b5456510532346e8c01\support-core-ui-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\258048e6c61d4b5456510532346e8c01\support-core-ui-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\19640d657814c0deaea3c9f8ce878766\support-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\19640d657814c0deaea3c9f8ce878766\support-compat-26.1.0\AndroidManifest.xml:25:5-29:19 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:24:5-28:19 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:24:5-28:19 + android:supportsRtl + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:25:9-35 + android:label + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:24:9-41 + android:icon + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:23:9-43 + android:allowBackup + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:22:9-35 + android:theme + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:26:9-40 +activity#lk.ac.mrt.cse.dbs.simpleexpensemanager.ui.MainActivity +ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:27:9-36:20 + android:label + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:29:13-45 + android:theme + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:30:13-56 + android:name + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:28:13-44 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:31:13-35:29 +action#android.intent.action.MAIN +ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:32:17-68 + android:name + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:32:25-66 +category#android.intent.category.LAUNCHER +ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:34:17-76 + android:name + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml:34:27-74 +uses-sdk +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml reason: use-sdk injection requested +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml +MERGED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:21:5-23:62 +MERGED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:21:5-23:62 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3c115bd9f6556a7430ab54a2645aa55d\appcompat-v7-26.1.0\AndroidManifest.xml:21:5-23:78 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3c115bd9f6556a7430ab54a2645aa55d\appcompat-v7-26.1.0\AndroidManifest.xml:21:5-23:78 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3ac1655360d6dbf344dc8ff3c8d3b0e6\animated-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3ac1655360d6dbf344dc8ff3c8d3b0e6\animated-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\a449755bc5e7ed79153fa9929dc7654c\support-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\a449755bc5e7ed79153fa9929dc7654c\support-vector-drawable-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\ef7c5ae2af6a27687948fc6cc3886b74\recyclerview-v7-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\ef7c5ae2af6a27687948fc6cc3886b74\recyclerview-v7-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:transition:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\e13c4a3a02d0f93e83b088e91c91216c\transition-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:transition:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\e13c4a3a02d0f93e83b088e91c91216c\transition-26.1.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\8b2410946284cd4775e5f8b775d72d89\support-v4-26.1.0\AndroidManifest.xml:21:5-23:54 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\8b2410946284cd4775e5f8b775d72d89\support-v4-26.1.0\AndroidManifest.xml:21:5-23:54 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\26df0f8813a13404e327c780b3b81904\support-media-compat-26.1.0\AndroidManifest.xml:21:5-23:63 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\26df0f8813a13404e327c780b3b81904\support-media-compat-26.1.0\AndroidManifest.xml:21:5-23:63 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\f7553f20c19b1ac99491fe60ed6b734d\support-fragment-26.1.0\AndroidManifest.xml:21:5-23:60 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\f7553f20c19b1ac99491fe60ed6b734d\support-fragment-26.1.0\AndroidManifest.xml:21:5-23:60 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\6ab7c35cf9f4095d5538551927303dbd\support-core-utils-26.1.0\AndroidManifest.xml:21:5-23:61 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\6ab7c35cf9f4095d5538551927303dbd\support-core-utils-26.1.0\AndroidManifest.xml:21:5-23:61 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\258048e6c61d4b5456510532346e8c01\support-core-ui-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\258048e6c61d4b5456510532346e8c01\support-core-ui-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\19640d657814c0deaea3c9f8ce878766\support-compat-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\19640d657814c0deaea3c9f8ce878766\support-compat-26.1.0\AndroidManifest.xml:21:5-23:58 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:20:5-22:41 +MERGED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:20:5-22:41 +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml +INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + tools:overrideLibrary + ADDED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:23:9-59 + android:targetSdkVersion + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + android:minSdkVersion + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + ADDED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\Nilu\Desktop\SimpleExpenseManager-master\app\src\main\AndroidManifest.xml +meta-data#android.support.VERSION +ADDED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3c115bd9f6556a7430ab54a2645aa55d\appcompat-v7-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:appcompat-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3c115bd9f6556a7430ab54a2645aa55d\appcompat-v7-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3ac1655360d6dbf344dc8ff3c8d3b0e6\animated-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:animated-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\3ac1655360d6dbf344dc8ff3c8d3b0e6\animated-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\a449755bc5e7ed79153fa9929dc7654c\support-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-vector-drawable:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\a449755bc5e7ed79153fa9929dc7654c\support-vector-drawable-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\ef7c5ae2af6a27687948fc6cc3886b74\recyclerview-v7-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:recyclerview-v7:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\ef7c5ae2af6a27687948fc6cc3886b74\recyclerview-v7-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:transition:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\e13c4a3a02d0f93e83b088e91c91216c\transition-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:transition:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\e13c4a3a02d0f93e83b088e91c91216c\transition-26.1.0\AndroidManifest.xml:23:9-25:38 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\8b2410946284cd4775e5f8b775d72d89\support-v4-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-v4:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\8b2410946284cd4775e5f8b775d72d89\support-v4-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\26df0f8813a13404e327c780b3b81904\support-media-compat-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-media-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\26df0f8813a13404e327c780b3b81904\support-media-compat-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\f7553f20c19b1ac99491fe60ed6b734d\support-fragment-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-fragment:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\f7553f20c19b1ac99491fe60ed6b734d\support-fragment-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\6ab7c35cf9f4095d5538551927303dbd\support-core-utils-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-utils:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\6ab7c35cf9f4095d5538551927303dbd\support-core-utils-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\258048e6c61d4b5456510532346e8c01\support-core-ui-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-core-ui:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\258048e6c61d4b5456510532346e8c01\support-core-ui-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\19640d657814c0deaea3c9f8ce878766\support-compat-26.1.0\AndroidManifest.xml:26:9-28:38 +MERGED from [com.android.support:support-compat:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\19640d657814c0deaea3c9f8ce878766\support-compat-26.1.0\AndroidManifest.xml:26:9-28:38 + android:value + ADDED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:28:13-35 + android:name + ADDED from [com.android.support:design:26.1.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\20002896a77046aac10817efbb717d4b\design-26.1.0\AndroidManifest.xml:27:13-51 +meta-data#android.arch.lifecycle.VERSION +ADDED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:25:9-27:47 + android:value + ADDED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:27:13-44 + android:name + ADDED from [android.arch.lifecycle:runtime:1.0.0] C:\Users\Nilu\.gradle\caches\transforms-2\files-2.1\cbd00f137ffe055a54edb27e1642d0f7\runtime-1.0.0\AndroidManifest.xml:26:13-58 diff --git a/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/PersistentExpenseManager.java b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/PersistentExpenseManager.java new file mode 100644 index 0000000000..0d122d2882 --- /dev/null +++ b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/control/PersistentExpenseManager.java @@ -0,0 +1,36 @@ +package lk.ac.mrt.cse.dbs.simpleexpensemanager.control; + +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.AccountDAO; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.TransactionDAO; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.impl.InMemoryAccountDAO; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.impl.InMemoryTransactionDAO; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.Account; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.DatabaseHandler; + +public class PersistentExpenseManager extends ExpenseManager { + private DatabaseHandler db; + public PersistentExpenseManager(DatabaseHandler db) { + this.db = db; + setup(); + } + + @Override + public void setup() { + /*** Begin generating dummy data for In-Memory implementation ***/ + + TransactionDAO inMemoryTransactionDAO = new InMemoryTransactionDAO(); + setTransactionsDAO(inMemoryTransactionDAO); + + AccountDAO inMemoryAccountDAO = new InMemoryAccountDAO(); + setAccountsDAO(inMemoryAccountDAO); + + // dummy data + Account dummyAcct1 = new Account("12345A", "Yoda Bank", "Anakin Skywalker", 10000.0); + Account dummyAcct2 = new Account("78945Z", "Clone BC", "Obi-Wan Kenobi", 80000.0); + getAccountsDAO().addAccount(dummyAcct1); + getAccountsDAO().addAccount(dummyAcct2); + + /*** End ***/ + } +} + diff --git a/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/PersistentAccountDAO.java b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/PersistentAccountDAO.java new file mode 100644 index 0000000000..33b463a104 --- /dev/null +++ b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/PersistentAccountDAO.java @@ -0,0 +1,53 @@ +package lk.ac.mrt.cse.dbs.simpleexpensemanager.data.impl; + + + + +import java.util.List; + +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.AccountDAO; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.exception.InvalidAccountException; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.Account; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.DatabaseHandler; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.ExpenseType; + +public class PersistentAccountDAO implements AccountDAO { + private DatabaseHandler databaseHandler; + + public PersistentAccountDAO(DatabaseHandler databaseHelper) { + this.databaseHandler = databaseHelper; + } + + @Override + public List getAccountNumbersList() { + //databaseHandler.GetAccountNO(); +// + + } + + @Override + public List getAccountsList() { + + } + + @Override + public Account getAccount(String accountNo) throws InvalidAccountException { + + //databaseHandler.DeleteAccountDetails(); + } + + @Override + public void addAccount(Account account) { + databaseHandler.insertAccountDetails(); + + } + + @Override + public void removeAccount(String accountNo) throws InvalidAccountException { + databaseHandler.DeleteAccountDetails(); + } + + @Override + public void updateBalance(String accountNo, ExpenseType expenseType, double amount) throws InvalidAccountException { + databaseHandler.UpdateDetails(); +} diff --git a/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/PersistentTransactionDAO.java b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/PersistentTransactionDAO.java new file mode 100644 index 0000000000..f522ba8eb1 --- /dev/null +++ b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/impl/PersistentTransactionDAO.java @@ -0,0 +1,48 @@ +package lk.ac.mrt.cse.dbs.simpleexpensemanager.data.impl; + +import java.util.Date; +import java.util.List; + +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.TransactionDAO; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.DatabaseHandler; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.ExpenseType; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model.Transaction; + +public class PersistentTransactionDAO implements TransactionDAO { + private final List transactions; + private DatabaseHandler databaseHandler; + + public PersistentTransactionDAO(List transactions, DatabaseHandler databaseHelper) { + this.transactions = transactions; + this.databaseHandler = databaseHelper; + } + + + @Override + public void logTransaction(){ + } + + @Override + public void logTransaction(Date date, String accountNo, ExpenseType expenseType, double amount) { + + } + + @Override + public List getAllTransactionLogs() { + return transactions; + } + + + + + @Override + public List getPaginatedTransactionLogs(int limit) { + int size = transactions.size(); + if (size <= limit) { + return transactions; + } + // return the last limit number of transaction logs + return transactions.subList(size - limit, size); + } +} + diff --git a/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/DatabaseHandler.java b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/DatabaseHandler.java new file mode 100644 index 0000000000..9e17b7aad9 --- /dev/null +++ b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/data/model/DatabaseHandler.java @@ -0,0 +1,171 @@ +package lk.ac.mrt.cse.dbs.simpleexpensemanager.data.model; + + +import android.content.ContentValues; +import android.content.Context; +import android.database.Cursor; +import android.database.sqlite.SQLiteDatabase; +import android.database.sqlite.SQLiteOpenHelper; + +import java.text.SimpleDateFormat; +import java.util.ArrayList; +import java.util.Date; +import java.util.HashMap; +import java.util.Locale; + +public class DatabaseHandler extends SQLiteOpenHelper { + + // Logcat tag + private static final String LOG = "DatabaseHandler"; + + // Database Version + private static final int DATABASE_VERSION = 1; + + // Database Name + private static final String DATABASE_NAME = "SimpleExpenseManager"; + + // Table Names + private static final String TABLE_ACOUNTDETAILS = "acountdetails"; + private static final String TABLE_TRANSACTION = "transacion"; + + + // Common column names + //private static final String KEY_ID = "id"; + private static final String KEY_ACCOUNT_NO = "accountNo"; + + // NOTES Table - column nmaes + private static final String KEY_ACOUNTDETAILS = "acountdetails"; + private static final String KEY_BANK = "bankName"; + private static final String KEY_ACCOUNT_HOLDER = "accountHolderName"; + private static final String KEY_INITIAL_BALANCE = "balance"; + + + // NOTE_TAGS Table - column names + private static final String KEY_TRANSACTION = "transacion"; + private static final String KEY_TYPE = "type"; + private static final String KEY_AMOUNT = "amount"; + private static final String KEY_DATE= "date"; + + // Table Create Statements + // Todo table create statement + private static final String CREATE_TABLE_ACOUNTDETAILS = "CREATE TABLE " + + TABLE_ACOUNTDETAILS + "(" + KEY_ACCOUNT_NO + " TEXT PRIMARY KEY," + KEY_BANK + + " TEXT," + KEY_ACCOUNT_HOLDER + " TEXT," + KEY_INITIAL_BALANCE + + " DOUBLE" + ")"; + + // Tag table create statement + private static final String CREATE_TABLE_TRANSACTION = "CREATE TABLE " + TABLE_TRANSACTION + + "(" + KEY_ACCOUNT_NO + " TEXT PRIMARY KEY," + KEY_TYPE + " TEXT," + KEY_AMOUNT + "INTEGER ," + + KEY_DATE + " DATETIME" + ")"; + + + public DatabaseHandler(Context context) { + super(context, DATABASE_NAME, null, DATABASE_VERSION); + } + + @Override + public void onCreate(SQLiteDatabase db) { + + // creating required tables + db.execSQL(CREATE_TABLE_ACOUNTDETAILS); + db.execSQL(CREATE_TABLE_TRANSACTION); + + } + + @Override + public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { + // on upgrade drop older tables + db.execSQL("DROP TABLE IF EXISTS " + TABLE_ACOUNTDETAILS); + db.execSQL("DROP TABLE IF EXISTS " + TABLE_TRANSACTION); + + + // create new tables + onCreate(db); + } + + + // Adding Account Details + public void insertAccountDetails(int accountNo, String bankName, String accountHolderName, double balance ){ + //Get the Data Repository in write mode + SQLiteDatabase db = this.getWritableDatabase(); + //Create a new map of values, where column names are the keys + ContentValues cValues = new ContentValues(); + cValues.put(KEY_ACCOUNT_NO, accountNo); + cValues.put(KEY_BANK, bankName); + cValues.put(KEY_ACCOUNT_HOLDER, accountHolderName); + cValues.put(KEY_INITIAL_BALANCE, balance); + // Insert the new row, returning the primary key value of the new row + long newRowId = db.insert(TABLE_ACOUNTDETAILS,null, cValues); + db.close(); + } + + + + //Get account_num + public ArrayList GetAccountNO(){ + SQLiteDatabase db = this.getWritableDatabase(); + ArrayList accountnoList=new ArrayList<>(); + String query = "SELECT accountNo FROM "+ TABLE_ACOUNTDETAILS; + Cursor cursor=db.rawQuery(query,null); + while (cursor.moveToNext()){ + + accountnoList.add(cursor.getColumnIndex(KEY_ACCOUNT_NO)); + } + return accountnoList; + } + private String getDate(Date date){ + SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd ", Locale.getDefault()); + return dateFormat.format((date)); + } + + + //Adding Details + public void insertTransaction(int accountNo, String type, int amount, Date date){ + //Get the Data Repository in write mode + SQLiteDatabase db = this.getWritableDatabase(); + //Create a new map of values, where column names are the keys + ContentValues cValues = new ContentValues(); + cValues.put(KEY_ACCOUNT_NO, accountNo); + cValues.put(KEY_TYPE, type); + cValues.put(KEY_AMOUNT, amount); + cValues.put(KEY_DATE, getDate(date)); + // Insert the new row, returning the primary key value of the new row + long newRowId = db.insert(TABLE_TRANSACTION,null, cValues); + db.close(); + } + + + // Get User Details based on account_no + public ArrayList> GetDetail(){ + SQLiteDatabase db = this.getWritableDatabase(); + ArrayList> transacionList = new ArrayList<>(); + String query = "SELECT date, accountNo, type , amount FROM "+ TABLE_TRANSACTION; + Cursor cursor = db.rawQuery(query,null); + while (cursor.moveToNext()){ + HashMap transacion = new HashMap<>(); + transacion.put("date",cursor.getString(cursor.getColumnIndex(KEY_DATE))); + transacion.put("accountNo",cursor.getString(cursor.getColumnIndex(KEY_ACCOUNT_NO))); + transacion.put("type",cursor.getString(cursor.getColumnIndex(KEY_TYPE))); + transacion.put("amount",cursor.getString(cursor.getColumnIndex(KEY_AMOUNT))); + transacionList.add(transacion); + + } + return transacionList; + } + // Delete Account + public void DeleteAccountDetails(int accountNo){ + SQLiteDatabase db = this.getWritableDatabase(); + db.delete(TABLE_ACOUNTDETAILS, KEY_ACCOUNT_NO+" = ?",new String[]{String.valueOf(accountNo)}); + db.close(); + } + + // Update Details + public double UpdateDetails(double balance){ + SQLiteDatabase db = this.getWritableDatabase(); + ContentValues cVals = new ContentValues(); + cVals.put(KEY_INITIAL_BALANCE, balance); + + double i = db.update(TABLE_TRANSACTION, cVals, KEY_ACCOUNT_NO+" = ?",new String[]{String.valueOf(balance)}); + return i; + } +} \ No newline at end of file diff --git a/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.java b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.java index 46c5f78299..9461811a0d 100644 --- a/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.java +++ b/app/src/main/java/lk/ac/mrt/cse/dbs/simpleexpensemanager/ui/MainActivity.java @@ -28,6 +28,7 @@ import lk.ac.mrt.cse.dbs.simpleexpensemanager.R; import lk.ac.mrt.cse.dbs.simpleexpensemanager.control.ExpenseManager; import lk.ac.mrt.cse.dbs.simpleexpensemanager.control.InMemoryDemoExpenseManager; +import lk.ac.mrt.cse.dbs.simpleexpensemanager.control.PersistentExpenseManager; public class MainActivity extends AppCompatActivity { private ExpenseManager expenseManager; @@ -65,6 +66,7 @@ protected void onCreate(Bundle savedInstanceState) { tabLayout.setupWithViewPager(mViewPager); /*** Begin generating dummy data for In-Memory implementation ***/ + expenseManager = new PersistentExpenseManager(db);; expenseManager = new InMemoryDemoExpenseManager(); /*** END ***/ } diff --git a/build.gradle b/build.gradle index be515a81ff..f99001540d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,11 @@ buildscript { repositories { jcenter() + maven { url 'https://maven.google.com' } + } + dependencies { + classpath 'com.android.tools.build:gradle' + classpath 'com.android.tools.build:gradle:3.5.3' } dependencies { classpath 'com.android.tools.build:gradle:1.3.0' @@ -15,6 +20,7 @@ buildscript { allprojects { repositories { jcenter() + maven { url 'https://maven.google.com' } } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 59ea641b90..022268f4da 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Wed Dec 18 20:35:10 IST 2019 #Tue Dec 01 11:19:05 IST 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip \ No newline at end of file diff --git a/local.properties b/local.properties new file mode 100644 index 0000000000..3600e3aa2c --- /dev/null +++ b/local.properties @@ -0,0 +1,8 @@ +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Thu Dec 19 09:11:33 IST 2019 +sdk.dir=C\:\\SDK\\Android