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.
+ *| Constant | Value | Description |
|---|---|---|
| wrap_content | 0 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| ALT | 2 | |
| CTRL | 1000 | |
| FUNCTION | 8 | |
| META | 10000 | |
| SHIFT | 1 | |
| SYM | 4 |
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units 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.
+ *| Constant | Value | Description |
|---|---|---|
| none | 0 | |
| uniform | 1 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units 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.
+ *| Constant | Value | Description |
|---|---|---|
| auto | ffffffff |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| top | 30 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| end | 800005 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| disableHome | 20 | |
| homeAsUp | 4 | |
| none | 0 | |
| showCustom | 10 | |
| showHome | 2 | |
| showTitle | 8 | |
| useLogo | 1 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| end | 800005 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units 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.
+ *| Constant | Value | Description |
|---|---|---|
| auto | ffffffff | |
| mini | 1 | |
| normal | 0 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| async | 1 | |
| blocking | 0 |
May be an integer value, such as "100".
+ *
Must be one of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| forever | ffffffff |
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.
+ *| Constant | Value | Description |
|---|---|---|
| italic | 1 | |
| normal | 0 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| end | 800005 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| none | 0 | |
| parallax | 2 | |
| pin | 1 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| all | 77 | |
| bottom | 50 | |
| end | 800005 | |
| left | 3 | |
| none | 0 | |
| right | 3 | |
| start | 800003 | |
| top | 30 |
Must be one of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| end | 800005 | |
| left | 3 | |
| none | 0 | |
| right | 3 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| enterAlways | 4 | |
| enterAlwaysCollapsed | 8 | |
| exitUntilCollapsed | 2 | |
| scroll | 1 | |
| snap | 10 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| listMode | 1 | |
| normal | 0 | |
| tabMode | 2 |
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| ALT | 2 | |
| CTRL | 1000 | |
| FUNCTION | 8 | |
| META | 10000 | |
| SHIFT | 1 | |
| SYM | 4 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| always | 2 | |
| collapseActionView | 8 | |
| ifRoom | 1 | |
| never | 0 | |
| withText | 4 |
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| beginning | 1 | |
| end | 4 | |
| middle | 2 | |
| none | 0 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| center | 1 | |
| fill | 0 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| fixed | 1 | |
| scrollable | 0 |
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units 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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
May be a 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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| disableHome | 20 | |
| homeAsUp | 4 | |
| none | 0 | |
| showCustom | 10 | |
| showHome | 2 | |
| showTitle | 8 | |
| useLogo | 1 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| listMode | 1 | |
| normal | 0 | |
| tabMode | 2 |
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:
+ *| Attribute | Description |
|---|---|
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity} |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| end | 800005 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #ActionMenuItemView_android_minWidth android:minWidth} |
This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + *
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units are: px (pixels), dp (density-independent pixels),
+ * sp (scaled pixels based on preferred font size), in (inches), and
+ * mm (millimeters).
+ *
+ * @attr name android:minWidth
+ */
+ public static final int ActionMenuItemView_android_minWidth=0;
+ public static final int[] ActionMenuView={
+ };
+ /**
+ * Attributes that can be used with a ActionMode.
+ *
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #ActionMode_background 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} |
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:
+ *| Attribute | Description |
|---|---|
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable lk.ac.mrt.cse.dbs.simpleexpensemanager:expandActivityOverflowButtonDrawable} | |
{@link #ActivityChooserView_initialActivityCount lk.ac.mrt.cse.dbs.simpleexpensemanager:initialActivityCount} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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:
+ *| Attribute | Description |
|---|---|
{@link #AppBarLayoutStates_state_collapsed lk.ac.mrt.cse.dbs.simpleexpensemanager:state_collapsed} | |
{@link #AppBarLayoutStates_state_collapsible lk.ac.mrt.cse.dbs.simpleexpensemanager:state_collapsible} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| enterAlways | 4 | |
| enterAlwaysCollapsed | 8 | |
| exitUntilCollapsed | 2 | |
| scroll | 1 | |
| snap | 10 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance} | |
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop} | |
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom} | |
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft} | |
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight} | |
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart} | |
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd} |
This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name" or a theme
+ * attribute in the form
+ * "?[package:]type/name".
+ *
+ * @attr name android:textAppearance
+ */
+ public static final int AppCompatTextHelper_android_textAppearance=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableTop} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name" or a theme
+ * attribute in the form
+ * "?[package:]type/name".
+ *
May be a color value, in the form of "#rgb",
+ * "#argb", "#rrggbb", or
+ * "#aarrggbb".
+ *
+ * @attr name android:drawableTop
+ */
+ public static final int AppCompatTextHelper_android_drawableTop=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableBottom} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name" or a theme
+ * attribute in the form
+ * "?[package:]type/name".
+ *
May be a color value, in the form of "#rgb",
+ * "#argb", "#rrggbb", or
+ * "#aarrggbb".
+ *
+ * @attr name android:drawableBottom
+ */
+ public static final int AppCompatTextHelper_android_drawableBottom=2;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableLeft} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name" or a theme
+ * attribute in the form
+ * "?[package:]type/name".
+ *
May be a color value, in the form of "#rgb",
+ * "#argb", "#rrggbb", or
+ * "#aarrggbb".
+ *
+ * @attr name android:drawableLeft
+ */
+ public static final int AppCompatTextHelper_android_drawableLeft=3;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableRight} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name" or a theme
+ * attribute in the form
+ * "?[package:]type/name".
+ *
May be a color value, in the form of "#rgb",
+ * "#argb", "#rrggbb", or
+ * "#aarrggbb".
+ *
+ * @attr name android:drawableRight
+ */
+ public static final int AppCompatTextHelper_android_drawableRight=4;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableStart} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name" or a theme
+ * attribute in the form
+ * "?[package:]type/name".
+ *
May be a color value, in the form of "#rgb",
+ * "#argb", "#rrggbb", or
+ * "#aarrggbb".
+ *
+ * @attr name android:drawableStart
+ */
+ public static final int AppCompatTextHelper_android_drawableStart=5;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableEnd} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name" or a theme
+ * attribute in the form
+ * "?[package:]type/name".
+ *
May be a color value, in the form of "#rgb",
+ * "#argb", "#rrggbb", or
+ * "#aarrggbb".
+ *
+ * @attr name android:drawableEnd
+ */
+ public static final int AppCompatTextHelper_android_drawableEnd=6;
+ /**
+ * Attributes that can be used with a AppCompatTextView.
+ *
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #AppCompatTextView_android_textAppearance android:textAppearance} | |
{@link #AppCompatTextView_autoSizeMaxTextSize 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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| none | 0 | |
| uniform | 1 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| wrap_content | 0 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| auto | ffffffff |
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:
+ *| Attribute | Description |
|---|---|
{@link #ButtonBarLayout_allowStacking lk.ac.mrt.cse.dbs.simpleexpensemanager:allowStacking} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| end | 800005 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| end | 800005 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| none | 0 | |
| parallax | 2 | |
| pin | 1 |
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:
+ *| Attribute | Description |
|---|---|
{@link #ColorStateListItem_android_color android:color} | |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_alpha lk.ac.mrt.cse.dbs.simpleexpensemanager:alpha} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #CoordinatorLayout_keylines lk.ac.mrt.cse.dbs.simpleexpensemanager:keylines} | |
{@link #CoordinatorLayout_statusBarBackground lk.ac.mrt.cse.dbs.simpleexpensemanager:statusBarBackground} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| end | 800005 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| end | 800005 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| all | 77 | |
| bottom | 50 | |
| end | 800005 | |
| left | 3 | |
| none | 0 | |
| right | 3 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| end | 800005 | |
| left | 3 | |
| none | 0 | |
| right | 3 | |
| start | 800003 | |
| top | 30 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| auto | ffffffff | |
| mini | 1 | |
| normal | 0 |
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:
+ *| Attribute | Description |
|---|---|
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_autoHide} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| async | 1 | |
| blocking | 0 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| forever | ffffffff |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| italic | 1 | |
| normal | 0 |
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:
+ *| Attribute | Description |
|---|---|
{@link #ForegroundLinearLayout_android_foreground android:foreground} | |
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity} | |
{@link #ForegroundLinearLayout_foregroundInsidePadding lk.ac.mrt.cse.dbs.simpleexpensemanager:foregroundInsidePadding} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| top | 30 |
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:
+ *| Attribute | Description |
|---|---|
{@link #LinearLayoutCompat_android_gravity android:gravity} | |
{@link #LinearLayoutCompat_android_orientation android:orientation} | |
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned} | |
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex} | |
{@link #LinearLayoutCompat_android_weightSum android:weightSum} | |
{@link #LinearLayoutCompat_divider 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} |
This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| end | 800005 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| horizontal | 0 | |
| vertical | 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.
+ *| Constant | Value | Description |
|---|---|---|
| beginning | 1 | |
| end | 4 | |
| middle | 2 | |
| none | 0 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity} | |
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width} | |
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height} | |
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight} |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| end | 800005 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units are: px (pixels), dp (density-independent pixels),
+ * sp (scaled pixels based on preferred font size), in (inches), and
+ * mm (millimeters).
+ *
Must be one of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| fill_parent | ffffffff | |
| match_parent | ffffffff | |
| wrap_content | fffffffe |
This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units are: px (pixels), dp (density-independent pixels),
+ * sp (scaled pixels based on preferred font size), in (inches), and
+ * mm (millimeters).
+ *
Must be one of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| fill_parent | ffffffff | |
| match_parent | ffffffff | |
| wrap_content | fffffffe |
This symbol is the offset where the {@link android.R.attr#layout_weight} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + *
May be a floating point value, such as "1.2".
+ *
+ * @attr name android:layout_weight
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_weight=3;
+ /**
+ * Attributes that can be used with a ListPopupWindow.
+ *
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset} | |
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset} |
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:
+ *| Attribute | Description |
|---|---|
{@link #MenuGroup_android_enabled android:enabled} | |
{@link #MenuGroup_android_id android:id} | |
{@link #MenuGroup_android_visible android:visible} | |
{@link #MenuGroup_android_menuCategory android:menuCategory} | |
{@link #MenuGroup_android_orderInCategory android:orderInCategory} | |
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| alternative | 40000 | |
| container | 10000 | |
| secondary | 30000 | |
| system | 20000 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| all | 1 | |
| none | 0 | |
| single | 2 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #MenuItem_android_icon android:icon} | |
{@link #MenuItem_android_enabled android:enabled} | |
{@link #MenuItem_android_id android:id} | |
{@link #MenuItem_android_checked android:checked} | |
{@link #MenuItem_android_visible android:visible} | |
{@link #MenuItem_android_menuCategory android:menuCategory} | |
{@link #MenuItem_android_orderInCategory android:orderInCategory} | |
{@link #MenuItem_android_title android:title} | |
{@link #MenuItem_android_titleCondensed android:titleCondensed} | |
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut} | |
{@link #MenuItem_android_numericShortcut android:numericShortcut} | |
{@link #MenuItem_android_checkable android:checkable} | |
{@link #MenuItem_android_onClick android:onClick} | |
{@link #MenuItem_actionLayout 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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| alternative | 40000 | |
| container | 10000 | |
| secondary | 30000 | |
| system | 20000 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| ALT | 2 | |
| CTRL | 1000 | |
| FUNCTION | 8 | |
| META | 10000 | |
| SHIFT | 1 | |
| SYM | 4 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| ALT | 2 | |
| CTRL | 1000 | |
| FUNCTION | 8 | |
| META | 10000 | |
| SHIFT | 1 | |
| SYM | 4 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| always | 2 | |
| collapseActionView | 8 | |
| ifRoom | 1 | |
| never | 0 | |
| withText | 4 |
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:
+ *| Attribute | Description |
|---|---|
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle} | |
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance} | |
{@link #MenuView_android_horizontalDivider android:horizontalDivider} | |
{@link #MenuView_android_verticalDivider android:verticalDivider} | |
{@link #MenuView_android_headerBackground android:headerBackground} | |
{@link #MenuView_android_itemBackground android:itemBackground} | |
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha} | |
{@link #MenuView_preserveIconSpacing lk.ac.mrt.cse.dbs.simpleexpensemanager:preserveIconSpacing} | |
{@link #MenuView_subMenuArrow lk.ac.mrt.cse.dbs.simpleexpensemanager:subMenuArrow} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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:
+ *| Attribute | Description |
|---|---|
{@link #PopupWindow_android_popupBackground android:popupBackground} | |
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle} | |
{@link #PopupWindow_overlapAnchor lk.ac.mrt.cse.dbs.simpleexpensemanager:overlapAnchor} |
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:
+ *| Attribute | Description |
|---|---|
{@link #PopupWindowBackgroundState_state_above_anchor lk.ac.mrt.cse.dbs.simpleexpensemanager:state_above_anchor} |
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:
+ *| Attribute | Description |
|---|---|
{@link #RecycleListView_paddingBottomNoButtons lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingBottomNoButtons} | |
{@link #RecycleListView_paddingTopNoTitle lk.ac.mrt.cse.dbs.simpleexpensemanager:paddingTopNoTitle} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| horizontal | 0 | |
| vertical | 1 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| afterDescendants | 1 | |
| beforeDescendants | 0 | |
| blocksDescendants | 2 |
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:
+ *| Attribute | Description |
|---|---|
{@link #ScrimInsetsFrameLayout_insetForeground lk.ac.mrt.cse.dbs.simpleexpensemanager:insetForeground} |
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:
+ *| Attribute | Description |
|---|---|
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop lk.ac.mrt.cse.dbs.simpleexpensemanager:behavior_overlapTop} |
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:
+ *| Attribute | Description |
|---|---|
{@link #SearchView_android_focusable android:focusable} | |
{@link #SearchView_android_maxWidth android:maxWidth} | |
{@link #SearchView_android_inputType android:inputType} | |
{@link #SearchView_android_imeOptions android:imeOptions} | |
{@link #SearchView_closeIcon 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} |
This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + *
May be a boolean value, such as "true" or
+ * "false".
+ *
Must be one of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| auto | 10 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| date | 14 | |
| datetime | 4 | |
| none | 0 | |
| number | 2 | |
| numberDecimal | 2002 | |
| numberPassword | 12 | |
| numberSigned | 1002 | |
| phone | 3 | |
| text | 1 | |
| textAutoComplete | 10001 | |
| textAutoCorrect | 8001 | |
| textCapCharacters | 1001 | |
| textCapSentences | 4001 | |
| textCapWords | 2001 | |
| textEmailAddress | 21 | |
| textEmailSubject | 31 | |
| textFilter | b1 | |
| textImeMultiLine | 40001 | |
| textLongMessage | 51 | |
| textMultiLine | 20001 | |
| textNoSuggestions | 80001 | |
| textPassword | 81 | |
| textPersonName | 61 | |
| textPhonetic | c1 | |
| textPostalAddress | 71 | |
| textShortMessage | 41 | |
| textUri | 11 | |
| textVisiblePassword | 91 | |
| textWebEditText | a1 | |
| textWebEmailAddress | d1 | |
| textWebPassword | e1 | |
| time | 24 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| actionDone | 6 | |
| actionGo | 2 | |
| actionNext | 5 | |
| actionNone | 1 | |
| actionPrevious | 7 | |
| actionSearch | 3 | |
| actionSend | 4 | |
| actionUnspecified | 0 | |
| flagForceAscii | 80000000 | |
| flagNavigateNext | 8000000 | |
| flagNavigatePrevious | 4000000 | |
| flagNoAccessoryAction | 20000000 | |
| flagNoEnterAction | 40000000 | |
| flagNoExtractUi | 10000000 | |
| flagNoFullscreen | 2000000 | |
| flagNoPersonalizedLearning | 1000000 | |
| normal | 0 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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:
+ *| Attribute | Description |
|---|---|
{@link #Spinner_android_entries android:entries} | |
{@link #Spinner_android_popupBackground android:popupBackground} | |
{@link #Spinner_android_prompt android:prompt} | |
{@link #Spinner_android_dropDownWidth android:dropDownWidth} | |
{@link #Spinner_popupTheme lk.ac.mrt.cse.dbs.simpleexpensemanager:popupTheme} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| fill_parent | ffffffff | |
| match_parent | ffffffff | |
| wrap_content | fffffffe |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| add | 10 | |
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #TabItem_android_icon android:icon} | |
{@link #TabItem_android_layout android:layout} | |
{@link #TabItem_android_text android:text} |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| center | 1 | |
| fill | 0 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| fixed | 1 | |
| scrollable | 0 |
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:
+ *| Attribute | Description |
|---|---|
{@link #TextAppearance_android_textSize android:textSize} | |
{@link #TextAppearance_android_typeface android:typeface} | |
{@link #TextAppearance_android_textStyle android:textStyle} | |
{@link #TextAppearance_android_textColor android:textColor} | |
{@link #TextAppearance_android_textColorHint android:textColorHint} | |
{@link #TextAppearance_android_textColorLink android:textColorLink} | |
{@link #TextAppearance_android_shadowColor android:shadowColor} | |
{@link #TextAppearance_android_shadowDx android:shadowDx} | |
{@link #TextAppearance_android_shadowDy android:shadowDy} | |
{@link #TextAppearance_android_shadowRadius android:shadowRadius} | |
{@link #TextAppearance_android_fontFamily android:fontFamily} | |
{@link #TextAppearance_fontFamily lk.ac.mrt.cse.dbs.simpleexpensemanager:fontFamily} | |
{@link #TextAppearance_textAllCaps lk.ac.mrt.cse.dbs.simpleexpensemanager:textAllCaps} |
This symbol is the offset where the {@link android.R.attr#textSize} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
May be a dimension value, which is a floating point number appended with a
+ * unit such as "14.5sp".
+ * Available units are: px (pixels), dp (density-independent pixels),
+ * sp (scaled pixels based on preferred font size), in (inches), and
+ * mm (millimeters).
+ *
+ * @attr name android:textSize
+ */
+ public static final int TextAppearance_android_textSize=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#typeface} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
Must be one of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| monospace | 3 | |
| normal | 0 | |
| sans | 1 | |
| serif | 2 |
This symbol is the offset where the {@link android.R.attr#textStyle} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| bold | 1 | |
| italic | 2 | |
| normal | 0 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@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} |
This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| center | 11 | |
| center_horizontal | 1 | |
| center_vertical | 10 | |
| clip_horizontal | 8 | |
| clip_vertical | 80 | |
| end | 800005 | |
| fill | 77 | |
| fill_horizontal | 7 | |
| fill_vertical | 70 | |
| left | 3 | |
| right | 5 | |
| start | 800003 | |
| top | 30 |
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.
+ *| Constant | Value | Description |
|---|---|---|
| bottom | 50 | |
| top | 30 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| auto | 10 |
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:
+ *| Attribute | Description |
|---|---|
{@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} |
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.
+ *| Constant | Value | Description |
|---|---|---|
| multiply | e | |
| screen | f | |
| src_atop | 9 | |
| src_in | 5 | |
| src_over | 3 |
Includes the following attributes:
+ *| Attribute | Description |
|---|---|
{@link #ViewStubCompat_android_id android:id} | |
{@link #ViewStubCompat_android_layout android:layout} | |
{@link #ViewStubCompat_android_inflatedId android:inflatedId} |
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 @@
+
+
+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