diff --git a/Borepin/Borepin.Android/Borepin.Android.csproj b/Borepin/Borepin.Android/Borepin.Android.csproj
index 5a4870e..9276dff 100644
--- a/Borepin/Borepin.Android/Borepin.Android.csproj
+++ b/Borepin/Borepin.Android/Borepin.Android.csproj
@@ -61,17 +61,16 @@
+
+
-
-
-
{F93856BD-0C8D-4469-A8DB-6E513002BFD7}
@@ -81,12 +80,6 @@
-
-
-
-
-
-
@@ -133,20 +126,32 @@
-
-
-
-
+
Designer
-
+
-
+
Designer
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Borepin/Borepin.Android/MainActivity.cs b/Borepin/Borepin.Android/MainActivity.cs
index 7c90bb9..0303de7 100644
--- a/Borepin/Borepin.Android/MainActivity.cs
+++ b/Borepin/Borepin.Android/MainActivity.cs
@@ -9,25 +9,15 @@ using Android.OS;
namespace Borepin.Droid
{
- [Activity(Label = "FabAccess", Icon = "@mipmap/ic_launcher", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize )]
+ [Activity(Theme = "@style/MainTheme", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
protected override void OnCreate(Bundle savedInstanceState)
{
- //TabLayoutResource = Resource.Layout.Tabbar;
- //ToolbarResource = Resource.Layout.Toolbar;
-
base.OnCreate(savedInstanceState);
- Xamarin.Essentials.Platform.Init(this, savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App());
}
- public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
- {
- Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);
-
- base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
- }
}
}
\ No newline at end of file
diff --git a/Borepin/Borepin.Android/MainApplication.cs b/Borepin/Borepin.Android/MainApplication.cs
new file mode 100644
index 0000000..3b9e7a7
--- /dev/null
+++ b/Borepin/Borepin.Android/MainApplication.cs
@@ -0,0 +1,15 @@
+using System;
+using Android.App;
+using Android.Runtime;
+
+namespace Borepin.Droid
+{
+ [Application(Label = "FabAccess", Icon = "@mipmap/ic_launcher")]
+ public class MainApplication : Application
+ {
+ public MainApplication(IntPtr javaReference, JniHandleOwnership transfer)
+ : base(javaReference, transfer)
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git a/Borepin/Borepin.Android/Resources/Resource.designer.cs b/Borepin/Borepin.Android/Resources/Resource.designer.cs
index 3afe81a..24c54bc 100644
--- a/Borepin/Borepin.Android/Resources/Resource.designer.cs
+++ b/Borepin/Borepin.Android/Resources/Resource.designer.cs
@@ -7090,265 +7090,274 @@ namespace Borepin.Droid
public const int cardview_shadow_start_color = 2131034157;
// aapt resource value: 0x7F05002E
- public const int design_bottom_navigation_shadow_color = 2131034158;
+ public const int colorAccent = 2131034158;
// aapt resource value: 0x7F05002F
- public const int design_default_color_primary = 2131034159;
+ public const int colorPrimary = 2131034159;
// aapt resource value: 0x7F050030
- public const int design_default_color_primary_dark = 2131034160;
+ public const int colorPrimaryDark = 2131034160;
// aapt resource value: 0x7F050031
- public const int design_error = 2131034161;
+ public const int design_bottom_navigation_shadow_color = 2131034161;
// aapt resource value: 0x7F050032
- public const int design_fab_shadow_end_color = 2131034162;
+ public const int design_default_color_primary = 2131034162;
// aapt resource value: 0x7F050033
- public const int design_fab_shadow_mid_color = 2131034163;
+ public const int design_default_color_primary_dark = 2131034163;
// aapt resource value: 0x7F050034
- public const int design_fab_shadow_start_color = 2131034164;
+ public const int design_error = 2131034164;
// aapt resource value: 0x7F050035
- public const int design_fab_stroke_end_inner_color = 2131034165;
+ public const int design_fab_shadow_end_color = 2131034165;
// aapt resource value: 0x7F050036
- public const int design_fab_stroke_end_outer_color = 2131034166;
+ public const int design_fab_shadow_mid_color = 2131034166;
// aapt resource value: 0x7F050037
- public const int design_fab_stroke_top_inner_color = 2131034167;
+ public const int design_fab_shadow_start_color = 2131034167;
// aapt resource value: 0x7F050038
- public const int design_fab_stroke_top_outer_color = 2131034168;
+ public const int design_fab_stroke_end_inner_color = 2131034168;
// aapt resource value: 0x7F050039
- public const int design_snackbar_background_color = 2131034169;
+ public const int design_fab_stroke_end_outer_color = 2131034169;
// aapt resource value: 0x7F05003A
- public const int design_tint_password_toggle = 2131034170;
+ public const int design_fab_stroke_top_inner_color = 2131034170;
// aapt resource value: 0x7F05003B
- public const int dim_foreground_disabled_material_dark = 2131034171;
+ public const int design_fab_stroke_top_outer_color = 2131034171;
// aapt resource value: 0x7F05003C
- public const int dim_foreground_disabled_material_light = 2131034172;
+ public const int design_snackbar_background_color = 2131034172;
// aapt resource value: 0x7F05003D
- public const int dim_foreground_material_dark = 2131034173;
+ public const int design_tint_password_toggle = 2131034173;
// aapt resource value: 0x7F05003E
- public const int dim_foreground_material_light = 2131034174;
+ public const int dim_foreground_disabled_material_dark = 2131034174;
// aapt resource value: 0x7F05003F
- public const int error_color_material_dark = 2131034175;
+ public const int dim_foreground_disabled_material_light = 2131034175;
// aapt resource value: 0x7F050040
- public const int error_color_material_light = 2131034176;
+ public const int dim_foreground_material_dark = 2131034176;
// aapt resource value: 0x7F050041
- public const int foreground_material_dark = 2131034177;
+ public const int dim_foreground_material_light = 2131034177;
// aapt resource value: 0x7F050042
- public const int foreground_material_light = 2131034178;
+ public const int error_color_material_dark = 2131034178;
// aapt resource value: 0x7F050043
- public const int highlighted_text_material_dark = 2131034179;
+ public const int error_color_material_light = 2131034179;
// aapt resource value: 0x7F050044
- public const int highlighted_text_material_light = 2131034180;
+ public const int foreground_material_dark = 2131034180;
// aapt resource value: 0x7F050045
- public const int ic_launcher_background = 2131034181;
+ public const int foreground_material_light = 2131034181;
// aapt resource value: 0x7F050046
- public const int material_blue_grey_800 = 2131034182;
+ public const int highlighted_text_material_dark = 2131034182;
// aapt resource value: 0x7F050047
- public const int material_blue_grey_900 = 2131034183;
+ public const int highlighted_text_material_light = 2131034183;
// aapt resource value: 0x7F050048
- public const int material_blue_grey_950 = 2131034184;
+ public const int launcher_background = 2131034184;
// aapt resource value: 0x7F050049
- public const int material_deep_teal_200 = 2131034185;
+ public const int material_blue_grey_800 = 2131034185;
// aapt resource value: 0x7F05004A
- public const int material_deep_teal_500 = 2131034186;
+ public const int material_blue_grey_900 = 2131034186;
// aapt resource value: 0x7F05004B
- public const int material_grey_100 = 2131034187;
+ public const int material_blue_grey_950 = 2131034187;
// aapt resource value: 0x7F05004C
- public const int material_grey_300 = 2131034188;
+ public const int material_deep_teal_200 = 2131034188;
// aapt resource value: 0x7F05004D
- public const int material_grey_50 = 2131034189;
+ public const int material_deep_teal_500 = 2131034189;
// aapt resource value: 0x7F05004E
- public const int material_grey_600 = 2131034190;
+ public const int material_grey_100 = 2131034190;
// aapt resource value: 0x7F05004F
- public const int material_grey_800 = 2131034191;
+ public const int material_grey_300 = 2131034191;
// aapt resource value: 0x7F050050
- public const int material_grey_850 = 2131034192;
+ public const int material_grey_50 = 2131034192;
// aapt resource value: 0x7F050051
- public const int material_grey_900 = 2131034193;
+ public const int material_grey_600 = 2131034193;
// aapt resource value: 0x7F050052
- public const int mtrl_bottom_nav_colored_item_tint = 2131034194;
+ public const int material_grey_800 = 2131034194;
// aapt resource value: 0x7F050053
- public const int mtrl_bottom_nav_item_tint = 2131034195;
+ public const int material_grey_850 = 2131034195;
// aapt resource value: 0x7F050054
- public const int mtrl_btn_bg_color_disabled = 2131034196;
+ public const int material_grey_900 = 2131034196;
// aapt resource value: 0x7F050055
- public const int mtrl_btn_bg_color_selector = 2131034197;
+ public const int mtrl_bottom_nav_colored_item_tint = 2131034197;
// aapt resource value: 0x7F050056
- public const int mtrl_btn_ripple_color = 2131034198;
+ public const int mtrl_bottom_nav_item_tint = 2131034198;
// aapt resource value: 0x7F050057
- public const int mtrl_btn_stroke_color_selector = 2131034199;
+ public const int mtrl_btn_bg_color_disabled = 2131034199;
// aapt resource value: 0x7F050058
- public const int mtrl_btn_text_btn_ripple_color = 2131034200;
+ public const int mtrl_btn_bg_color_selector = 2131034200;
// aapt resource value: 0x7F050059
- public const int mtrl_btn_text_color_disabled = 2131034201;
+ public const int mtrl_btn_ripple_color = 2131034201;
// aapt resource value: 0x7F05005A
- public const int mtrl_btn_text_color_selector = 2131034202;
+ public const int mtrl_btn_stroke_color_selector = 2131034202;
// aapt resource value: 0x7F05005B
- public const int mtrl_btn_transparent_bg_color = 2131034203;
+ public const int mtrl_btn_text_btn_ripple_color = 2131034203;
// aapt resource value: 0x7F05005C
- public const int mtrl_chip_background_color = 2131034204;
+ public const int mtrl_btn_text_color_disabled = 2131034204;
// aapt resource value: 0x7F05005D
- public const int mtrl_chip_close_icon_tint = 2131034205;
+ public const int mtrl_btn_text_color_selector = 2131034205;
// aapt resource value: 0x7F05005E
- public const int mtrl_chip_ripple_color = 2131034206;
+ public const int mtrl_btn_transparent_bg_color = 2131034206;
// aapt resource value: 0x7F05005F
- public const int mtrl_chip_text_color = 2131034207;
+ public const int mtrl_chip_background_color = 2131034207;
// aapt resource value: 0x7F050060
- public const int mtrl_fab_ripple_color = 2131034208;
+ public const int mtrl_chip_close_icon_tint = 2131034208;
// aapt resource value: 0x7F050061
- public const int mtrl_scrim_color = 2131034209;
+ public const int mtrl_chip_ripple_color = 2131034209;
// aapt resource value: 0x7F050062
- public const int mtrl_tabs_colored_ripple_color = 2131034210;
+ public const int mtrl_chip_text_color = 2131034210;
// aapt resource value: 0x7F050063
- public const int mtrl_tabs_icon_color_selector = 2131034211;
+ public const int mtrl_fab_ripple_color = 2131034211;
// aapt resource value: 0x7F050064
- public const int mtrl_tabs_icon_color_selector_colored = 2131034212;
+ public const int mtrl_scrim_color = 2131034212;
// aapt resource value: 0x7F050065
- public const int mtrl_tabs_legacy_text_color_selector = 2131034213;
+ public const int mtrl_tabs_colored_ripple_color = 2131034213;
// aapt resource value: 0x7F050066
- public const int mtrl_tabs_ripple_color = 2131034214;
-
- // aapt resource value: 0x7F050068
- public const int mtrl_textinput_default_box_stroke_color = 2131034216;
-
- // aapt resource value: 0x7F050069
- public const int mtrl_textinput_disabled_color = 2131034217;
-
- // aapt resource value: 0x7F05006A
- public const int mtrl_textinput_filled_box_default_background_color = 2131034218;
-
- // aapt resource value: 0x7F05006B
- public const int mtrl_textinput_hovered_box_stroke_color = 2131034219;
+ public const int mtrl_tabs_icon_color_selector = 2131034214;
// aapt resource value: 0x7F050067
- public const int mtrl_text_btn_text_color_selector = 2131034215;
+ public const int mtrl_tabs_icon_color_selector_colored = 2131034215;
+
+ // aapt resource value: 0x7F050068
+ public const int mtrl_tabs_legacy_text_color_selector = 2131034216;
+
+ // aapt resource value: 0x7F050069
+ public const int mtrl_tabs_ripple_color = 2131034217;
+
+ // aapt resource value: 0x7F05006B
+ public const int mtrl_textinput_default_box_stroke_color = 2131034219;
// aapt resource value: 0x7F05006C
- public const int notification_action_color_filter = 2131034220;
+ public const int mtrl_textinput_disabled_color = 2131034220;
// aapt resource value: 0x7F05006D
- public const int notification_icon_bg_color = 2131034221;
+ public const int mtrl_textinput_filled_box_default_background_color = 2131034221;
// aapt resource value: 0x7F05006E
- public const int notification_material_background_media_default_color = 2131034222;
+ public const int mtrl_textinput_hovered_box_stroke_color = 2131034222;
+
+ // aapt resource value: 0x7F05006A
+ public const int mtrl_text_btn_text_color_selector = 2131034218;
// aapt resource value: 0x7F05006F
- public const int primary_dark_material_dark = 2131034223;
+ public const int notification_action_color_filter = 2131034223;
// aapt resource value: 0x7F050070
- public const int primary_dark_material_light = 2131034224;
+ public const int notification_icon_bg_color = 2131034224;
// aapt resource value: 0x7F050071
- public const int primary_material_dark = 2131034225;
+ public const int notification_material_background_media_default_color = 2131034225;
// aapt resource value: 0x7F050072
- public const int primary_material_light = 2131034226;
+ public const int primary_dark_material_dark = 2131034226;
// aapt resource value: 0x7F050073
- public const int primary_text_default_material_dark = 2131034227;
+ public const int primary_dark_material_light = 2131034227;
// aapt resource value: 0x7F050074
- public const int primary_text_default_material_light = 2131034228;
+ public const int primary_material_dark = 2131034228;
// aapt resource value: 0x7F050075
- public const int primary_text_disabled_material_dark = 2131034229;
+ public const int primary_material_light = 2131034229;
// aapt resource value: 0x7F050076
- public const int primary_text_disabled_material_light = 2131034230;
+ public const int primary_text_default_material_dark = 2131034230;
// aapt resource value: 0x7F050077
- public const int ripple_material_dark = 2131034231;
+ public const int primary_text_default_material_light = 2131034231;
// aapt resource value: 0x7F050078
- public const int ripple_material_light = 2131034232;
+ public const int primary_text_disabled_material_dark = 2131034232;
// aapt resource value: 0x7F050079
- public const int secondary_text_default_material_dark = 2131034233;
+ public const int primary_text_disabled_material_light = 2131034233;
// aapt resource value: 0x7F05007A
- public const int secondary_text_default_material_light = 2131034234;
+ public const int ripple_material_dark = 2131034234;
// aapt resource value: 0x7F05007B
- public const int secondary_text_disabled_material_dark = 2131034235;
+ public const int ripple_material_light = 2131034235;
// aapt resource value: 0x7F05007C
- public const int secondary_text_disabled_material_light = 2131034236;
+ public const int secondary_text_default_material_dark = 2131034236;
// aapt resource value: 0x7F05007D
- public const int switch_thumb_disabled_material_dark = 2131034237;
+ public const int secondary_text_default_material_light = 2131034237;
// aapt resource value: 0x7F05007E
- public const int switch_thumb_disabled_material_light = 2131034238;
+ public const int secondary_text_disabled_material_dark = 2131034238;
// aapt resource value: 0x7F05007F
- public const int switch_thumb_material_dark = 2131034239;
+ public const int secondary_text_disabled_material_light = 2131034239;
// aapt resource value: 0x7F050080
- public const int switch_thumb_material_light = 2131034240;
+ public const int switch_thumb_disabled_material_dark = 2131034240;
// aapt resource value: 0x7F050081
- public const int switch_thumb_normal_material_dark = 2131034241;
+ public const int switch_thumb_disabled_material_light = 2131034241;
// aapt resource value: 0x7F050082
- public const int switch_thumb_normal_material_light = 2131034242;
+ public const int switch_thumb_material_dark = 2131034242;
// aapt resource value: 0x7F050083
- public const int tooltip_background_dark = 2131034243;
+ public const int switch_thumb_material_light = 2131034243;
// aapt resource value: 0x7F050084
- public const int tooltip_background_light = 2131034244;
+ public const int switch_thumb_normal_material_dark = 2131034244;
+
+ // aapt resource value: 0x7F050085
+ public const int switch_thumb_normal_material_light = 2131034245;
+
+ // aapt resource value: 0x7F050086
+ public const int tooltip_background_dark = 2131034246;
+
+ // aapt resource value: 0x7F050087
+ public const int tooltip_background_light = 2131034247;
static Color()
{
@@ -8315,20 +8324,20 @@ namespace Borepin.Droid
// aapt resource value: 0x7F070062
public const int design_snackbar_background = 2131165282;
+ // aapt resource value: 0x7F070067
+ public const int icon = 2131165287;
+
// aapt resource value: 0x7F070063
- public const int ic_launcher_background = 2131165283;
+ public const int ic_launcher_foreground = 2131165283;
// aapt resource value: 0x7F070064
- public const int ic_launcher_foreground = 2131165284;
+ public const int ic_mtrl_chip_checked_black = 2131165284;
// aapt resource value: 0x7F070065
- public const int ic_mtrl_chip_checked_black = 2131165285;
+ public const int ic_mtrl_chip_checked_circle = 2131165285;
// aapt resource value: 0x7F070066
- public const int ic_mtrl_chip_checked_circle = 2131165286;
-
- // aapt resource value: 0x7F070067
- public const int ic_mtrl_chip_close_circle = 2131165287;
+ public const int ic_mtrl_chip_close_circle = 2131165286;
// aapt resource value: 0x7F070068
public const int mtrl_snackbar_background = 2131165288;
@@ -8376,7 +8385,7 @@ namespace Borepin.Droid
public const int notify_panel_notification_icon_bg = 2131165302;
// aapt resource value: 0x7F070077
- public const int splash_logo = 2131165303;
+ public const int splash_screen = 2131165303;
// aapt resource value: 0x7F070078
public const int tooltip_frame_dark = 2131165304;
@@ -10122,8 +10131,8 @@ namespace Borepin.Droid
// aapt resource value: 0x7F0E00C5
public const int CardView_Light = 2131624133;
- // aapt resource value: 0x7F0E01F7
- public const int collectionViewTheme = 2131624439;
+ // aapt resource value: 0x7F0E01F8
+ public const int collectionViewTheme = 2131624440;
// aapt resource value: 0x7F0E00C6
public const int MainTheme = 2131624134;
@@ -10132,919 +10141,922 @@ namespace Borepin.Droid
public const int MainTheme_Base = 2131624135;
// aapt resource value: 0x7F0E00C8
- public const int Platform_AppCompat = 2131624136;
+ public const int MainTheme_Splash = 2131624136;
// aapt resource value: 0x7F0E00C9
- public const int Platform_AppCompat_Light = 2131624137;
+ public const int Platform_AppCompat = 2131624137;
// aapt resource value: 0x7F0E00CA
- public const int Platform_MaterialComponents = 2131624138;
+ public const int Platform_AppCompat_Light = 2131624138;
// aapt resource value: 0x7F0E00CB
- public const int Platform_MaterialComponents_Dialog = 2131624139;
+ public const int Platform_MaterialComponents = 2131624139;
// aapt resource value: 0x7F0E00CC
- public const int Platform_MaterialComponents_Light = 2131624140;
+ public const int Platform_MaterialComponents_Dialog = 2131624140;
// aapt resource value: 0x7F0E00CD
- public const int Platform_MaterialComponents_Light_Dialog = 2131624141;
+ public const int Platform_MaterialComponents_Light = 2131624141;
// aapt resource value: 0x7F0E00CE
- public const int Platform_ThemeOverlay_AppCompat = 2131624142;
+ public const int Platform_MaterialComponents_Light_Dialog = 2131624142;
// aapt resource value: 0x7F0E00CF
- public const int Platform_ThemeOverlay_AppCompat_Dark = 2131624143;
+ public const int Platform_ThemeOverlay_AppCompat = 2131624143;
// aapt resource value: 0x7F0E00D0
- public const int Platform_ThemeOverlay_AppCompat_Light = 2131624144;
+ public const int Platform_ThemeOverlay_AppCompat_Dark = 2131624144;
// aapt resource value: 0x7F0E00D1
- public const int Platform_V21_AppCompat = 2131624145;
+ public const int Platform_ThemeOverlay_AppCompat_Light = 2131624145;
// aapt resource value: 0x7F0E00D2
- public const int Platform_V21_AppCompat_Light = 2131624146;
+ public const int Platform_V21_AppCompat = 2131624146;
// aapt resource value: 0x7F0E00D3
- public const int Platform_V25_AppCompat = 2131624147;
+ public const int Platform_V21_AppCompat_Light = 2131624147;
// aapt resource value: 0x7F0E00D4
- public const int Platform_V25_AppCompat_Light = 2131624148;
+ public const int Platform_V25_AppCompat = 2131624148;
// aapt resource value: 0x7F0E00D5
- public const int Platform_Widget_AppCompat_Spinner = 2131624149;
+ public const int Platform_V25_AppCompat_Light = 2131624149;
// aapt resource value: 0x7F0E00D6
- public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131624150;
+ public const int Platform_Widget_AppCompat_Spinner = 2131624150;
// aapt resource value: 0x7F0E00D7
- public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131624151;
+ public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131624151;
// aapt resource value: 0x7F0E00D8
- public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131624152;
+ public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131624152;
// aapt resource value: 0x7F0E00D9
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131624153;
+ public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131624153;
// aapt resource value: 0x7F0E00DA
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131624154;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131624154;
// aapt resource value: 0x7F0E00DB
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131624155;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131624155;
// aapt resource value: 0x7F0E00DC
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131624156;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131624156;
// aapt resource value: 0x7F0E00DD
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131624157;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131624157;
// aapt resource value: 0x7F0E00DE
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131624158;
-
- // aapt resource value: 0x7F0E00E4
- public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131624164;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131624158;
// aapt resource value: 0x7F0E00DF
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131624159;
-
- // aapt resource value: 0x7F0E00E0
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131624160;
-
- // aapt resource value: 0x7F0E00E1
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131624161;
-
- // aapt resource value: 0x7F0E00E2
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131624162;
-
- // aapt resource value: 0x7F0E00E3
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131624163;
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131624159;
// aapt resource value: 0x7F0E00E5
- public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131624165;
+ public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131624165;
+
+ // aapt resource value: 0x7F0E00E0
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131624160;
+
+ // aapt resource value: 0x7F0E00E1
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131624161;
+
+ // aapt resource value: 0x7F0E00E2
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131624162;
+
+ // aapt resource value: 0x7F0E00E3
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131624163;
+
+ // aapt resource value: 0x7F0E00E4
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131624164;
// aapt resource value: 0x7F0E00E6
- public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131624166;
-
- // aapt resource value: 0x7F0E01F8
- public const int scrollViewScrollBars = 2131624440;
-
- // aapt resource value: 0x7F0E01F9
- public const int scrollViewTheme = 2131624441;
+ public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131624166;
// aapt resource value: 0x7F0E00E7
- public const int TextAppearance_AppCompat = 2131624167;
+ public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131624167;
+
+ // aapt resource value: 0x7F0E01F9
+ public const int scrollViewScrollBars = 2131624441;
+
+ // aapt resource value: 0x7F0E01FA
+ public const int scrollViewTheme = 2131624442;
// aapt resource value: 0x7F0E00E8
- public const int TextAppearance_AppCompat_Body1 = 2131624168;
+ public const int TextAppearance_AppCompat = 2131624168;
// aapt resource value: 0x7F0E00E9
- public const int TextAppearance_AppCompat_Body2 = 2131624169;
+ public const int TextAppearance_AppCompat_Body1 = 2131624169;
// aapt resource value: 0x7F0E00EA
- public const int TextAppearance_AppCompat_Button = 2131624170;
+ public const int TextAppearance_AppCompat_Body2 = 2131624170;
// aapt resource value: 0x7F0E00EB
- public const int TextAppearance_AppCompat_Caption = 2131624171;
+ public const int TextAppearance_AppCompat_Button = 2131624171;
// aapt resource value: 0x7F0E00EC
- public const int TextAppearance_AppCompat_Display1 = 2131624172;
+ public const int TextAppearance_AppCompat_Caption = 2131624172;
// aapt resource value: 0x7F0E00ED
- public const int TextAppearance_AppCompat_Display2 = 2131624173;
+ public const int TextAppearance_AppCompat_Display1 = 2131624173;
// aapt resource value: 0x7F0E00EE
- public const int TextAppearance_AppCompat_Display3 = 2131624174;
+ public const int TextAppearance_AppCompat_Display2 = 2131624174;
// aapt resource value: 0x7F0E00EF
- public const int TextAppearance_AppCompat_Display4 = 2131624175;
+ public const int TextAppearance_AppCompat_Display3 = 2131624175;
// aapt resource value: 0x7F0E00F0
- public const int TextAppearance_AppCompat_Headline = 2131624176;
+ public const int TextAppearance_AppCompat_Display4 = 2131624176;
// aapt resource value: 0x7F0E00F1
- public const int TextAppearance_AppCompat_Inverse = 2131624177;
+ public const int TextAppearance_AppCompat_Headline = 2131624177;
// aapt resource value: 0x7F0E00F2
- public const int TextAppearance_AppCompat_Large = 2131624178;
+ public const int TextAppearance_AppCompat_Inverse = 2131624178;
// aapt resource value: 0x7F0E00F3
- public const int TextAppearance_AppCompat_Large_Inverse = 2131624179;
+ public const int TextAppearance_AppCompat_Large = 2131624179;
// aapt resource value: 0x7F0E00F4
- public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131624180;
+ public const int TextAppearance_AppCompat_Large_Inverse = 2131624180;
// aapt resource value: 0x7F0E00F5
- public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131624181;
+ public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131624181;
// aapt resource value: 0x7F0E00F6
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131624182;
+ public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131624182;
// aapt resource value: 0x7F0E00F7
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131624183;
+ public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131624183;
// aapt resource value: 0x7F0E00F8
- public const int TextAppearance_AppCompat_Medium = 2131624184;
+ public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131624184;
// aapt resource value: 0x7F0E00F9
- public const int TextAppearance_AppCompat_Medium_Inverse = 2131624185;
+ public const int TextAppearance_AppCompat_Medium = 2131624185;
// aapt resource value: 0x7F0E00FA
- public const int TextAppearance_AppCompat_Menu = 2131624186;
+ public const int TextAppearance_AppCompat_Medium_Inverse = 2131624186;
// aapt resource value: 0x7F0E00FB
- public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131624187;
+ public const int TextAppearance_AppCompat_Menu = 2131624187;
// aapt resource value: 0x7F0E00FC
- public const int TextAppearance_AppCompat_SearchResult_Title = 2131624188;
+ public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131624188;
// aapt resource value: 0x7F0E00FD
- public const int TextAppearance_AppCompat_Small = 2131624189;
+ public const int TextAppearance_AppCompat_SearchResult_Title = 2131624189;
// aapt resource value: 0x7F0E00FE
- public const int TextAppearance_AppCompat_Small_Inverse = 2131624190;
+ public const int TextAppearance_AppCompat_Small = 2131624190;
// aapt resource value: 0x7F0E00FF
- public const int TextAppearance_AppCompat_Subhead = 2131624191;
+ public const int TextAppearance_AppCompat_Small_Inverse = 2131624191;
// aapt resource value: 0x7F0E0100
- public const int TextAppearance_AppCompat_Subhead_Inverse = 2131624192;
+ public const int TextAppearance_AppCompat_Subhead = 2131624192;
// aapt resource value: 0x7F0E0101
- public const int TextAppearance_AppCompat_Title = 2131624193;
+ public const int TextAppearance_AppCompat_Subhead_Inverse = 2131624193;
// aapt resource value: 0x7F0E0102
- public const int TextAppearance_AppCompat_Title_Inverse = 2131624194;
+ public const int TextAppearance_AppCompat_Title = 2131624194;
// aapt resource value: 0x7F0E0103
- public const int TextAppearance_AppCompat_Tooltip = 2131624195;
+ public const int TextAppearance_AppCompat_Title_Inverse = 2131624195;
// aapt resource value: 0x7F0E0104
- public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131624196;
+ public const int TextAppearance_AppCompat_Tooltip = 2131624196;
// aapt resource value: 0x7F0E0105
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131624197;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131624197;
// aapt resource value: 0x7F0E0106
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131624198;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131624198;
// aapt resource value: 0x7F0E0107
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131624199;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131624199;
// aapt resource value: 0x7F0E0108
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131624200;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131624200;
// aapt resource value: 0x7F0E0109
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131624201;
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131624201;
// aapt resource value: 0x7F0E010A
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131624202;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131624202;
// aapt resource value: 0x7F0E010B
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131624203;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131624203;
// aapt resource value: 0x7F0E010C
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131624204;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131624204;
// aapt resource value: 0x7F0E010D
- public const int TextAppearance_AppCompat_Widget_Button = 2131624205;
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131624205;
// aapt resource value: 0x7F0E010E
- public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131624206;
+ public const int TextAppearance_AppCompat_Widget_Button = 2131624206;
// aapt resource value: 0x7F0E010F
- public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131624207;
+ public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131624207;
// aapt resource value: 0x7F0E0110
- public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131624208;
+ public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131624208;
// aapt resource value: 0x7F0E0111
- public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131624209;
+ public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131624209;
// aapt resource value: 0x7F0E0112
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131624210;
+ public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131624210;
// aapt resource value: 0x7F0E0113
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131624211;
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131624211;
// aapt resource value: 0x7F0E0114
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131624212;
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131624212;
// aapt resource value: 0x7F0E0115
- public const int TextAppearance_AppCompat_Widget_Switch = 2131624213;
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131624213;
// aapt resource value: 0x7F0E0116
- public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131624214;
+ public const int TextAppearance_AppCompat_Widget_Switch = 2131624214;
// aapt resource value: 0x7F0E0117
- public const int TextAppearance_Compat_Notification = 2131624215;
+ public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131624215;
// aapt resource value: 0x7F0E0118
- public const int TextAppearance_Compat_Notification_Info = 2131624216;
+ public const int TextAppearance_Compat_Notification = 2131624216;
// aapt resource value: 0x7F0E0119
- public const int TextAppearance_Compat_Notification_Info_Media = 2131624217;
+ public const int TextAppearance_Compat_Notification_Info = 2131624217;
// aapt resource value: 0x7F0E011A
- public const int TextAppearance_Compat_Notification_Line2 = 2131624218;
+ public const int TextAppearance_Compat_Notification_Info_Media = 2131624218;
// aapt resource value: 0x7F0E011B
- public const int TextAppearance_Compat_Notification_Line2_Media = 2131624219;
+ public const int TextAppearance_Compat_Notification_Line2 = 2131624219;
// aapt resource value: 0x7F0E011C
- public const int TextAppearance_Compat_Notification_Media = 2131624220;
+ public const int TextAppearance_Compat_Notification_Line2_Media = 2131624220;
// aapt resource value: 0x7F0E011D
- public const int TextAppearance_Compat_Notification_Time = 2131624221;
+ public const int TextAppearance_Compat_Notification_Media = 2131624221;
// aapt resource value: 0x7F0E011E
- public const int TextAppearance_Compat_Notification_Time_Media = 2131624222;
+ public const int TextAppearance_Compat_Notification_Time = 2131624222;
// aapt resource value: 0x7F0E011F
- public const int TextAppearance_Compat_Notification_Title = 2131624223;
+ public const int TextAppearance_Compat_Notification_Time_Media = 2131624223;
// aapt resource value: 0x7F0E0120
- public const int TextAppearance_Compat_Notification_Title_Media = 2131624224;
+ public const int TextAppearance_Compat_Notification_Title = 2131624224;
// aapt resource value: 0x7F0E0121
- public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131624225;
+ public const int TextAppearance_Compat_Notification_Title_Media = 2131624225;
// aapt resource value: 0x7F0E0122
- public const int TextAppearance_Design_Counter = 2131624226;
+ public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131624226;
// aapt resource value: 0x7F0E0123
- public const int TextAppearance_Design_Counter_Overflow = 2131624227;
+ public const int TextAppearance_Design_Counter = 2131624227;
// aapt resource value: 0x7F0E0124
- public const int TextAppearance_Design_Error = 2131624228;
+ public const int TextAppearance_Design_Counter_Overflow = 2131624228;
// aapt resource value: 0x7F0E0125
- public const int TextAppearance_Design_HelperText = 2131624229;
+ public const int TextAppearance_Design_Error = 2131624229;
// aapt resource value: 0x7F0E0126
- public const int TextAppearance_Design_Hint = 2131624230;
+ public const int TextAppearance_Design_HelperText = 2131624230;
// aapt resource value: 0x7F0E0127
- public const int TextAppearance_Design_Snackbar_Message = 2131624231;
+ public const int TextAppearance_Design_Hint = 2131624231;
// aapt resource value: 0x7F0E0128
- public const int TextAppearance_Design_Tab = 2131624232;
+ public const int TextAppearance_Design_Snackbar_Message = 2131624232;
// aapt resource value: 0x7F0E0129
- public const int TextAppearance_MaterialComponents_Body1 = 2131624233;
+ public const int TextAppearance_Design_Tab = 2131624233;
// aapt resource value: 0x7F0E012A
- public const int TextAppearance_MaterialComponents_Body2 = 2131624234;
+ public const int TextAppearance_MaterialComponents_Body1 = 2131624234;
// aapt resource value: 0x7F0E012B
- public const int TextAppearance_MaterialComponents_Button = 2131624235;
+ public const int TextAppearance_MaterialComponents_Body2 = 2131624235;
// aapt resource value: 0x7F0E012C
- public const int TextAppearance_MaterialComponents_Caption = 2131624236;
+ public const int TextAppearance_MaterialComponents_Button = 2131624236;
// aapt resource value: 0x7F0E012D
- public const int TextAppearance_MaterialComponents_Chip = 2131624237;
+ public const int TextAppearance_MaterialComponents_Caption = 2131624237;
// aapt resource value: 0x7F0E012E
- public const int TextAppearance_MaterialComponents_Headline1 = 2131624238;
+ public const int TextAppearance_MaterialComponents_Chip = 2131624238;
// aapt resource value: 0x7F0E012F
- public const int TextAppearance_MaterialComponents_Headline2 = 2131624239;
+ public const int TextAppearance_MaterialComponents_Headline1 = 2131624239;
// aapt resource value: 0x7F0E0130
- public const int TextAppearance_MaterialComponents_Headline3 = 2131624240;
+ public const int TextAppearance_MaterialComponents_Headline2 = 2131624240;
// aapt resource value: 0x7F0E0131
- public const int TextAppearance_MaterialComponents_Headline4 = 2131624241;
+ public const int TextAppearance_MaterialComponents_Headline3 = 2131624241;
// aapt resource value: 0x7F0E0132
- public const int TextAppearance_MaterialComponents_Headline5 = 2131624242;
+ public const int TextAppearance_MaterialComponents_Headline4 = 2131624242;
// aapt resource value: 0x7F0E0133
- public const int TextAppearance_MaterialComponents_Headline6 = 2131624243;
+ public const int TextAppearance_MaterialComponents_Headline5 = 2131624243;
// aapt resource value: 0x7F0E0134
- public const int TextAppearance_MaterialComponents_Overline = 2131624244;
+ public const int TextAppearance_MaterialComponents_Headline6 = 2131624244;
// aapt resource value: 0x7F0E0135
- public const int TextAppearance_MaterialComponents_Subtitle1 = 2131624245;
+ public const int TextAppearance_MaterialComponents_Overline = 2131624245;
// aapt resource value: 0x7F0E0136
- public const int TextAppearance_MaterialComponents_Subtitle2 = 2131624246;
+ public const int TextAppearance_MaterialComponents_Subtitle1 = 2131624246;
// aapt resource value: 0x7F0E0137
- public const int TextAppearance_MaterialComponents_Tab = 2131624247;
+ public const int TextAppearance_MaterialComponents_Subtitle2 = 2131624247;
// aapt resource value: 0x7F0E0138
- public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131624248;
+ public const int TextAppearance_MaterialComponents_Tab = 2131624248;
// aapt resource value: 0x7F0E0139
- public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131624249;
+ public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131624249;
// aapt resource value: 0x7F0E013A
- public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131624250;
-
- // aapt resource value: 0x7F0E016B
- public const int ThemeOverlay_AppCompat = 2131624299;
-
- // aapt resource value: 0x7F0E016C
- public const int ThemeOverlay_AppCompat_ActionBar = 2131624300;
-
- // aapt resource value: 0x7F0E016D
- public const int ThemeOverlay_AppCompat_Dark = 2131624301;
-
- // aapt resource value: 0x7F0E016E
- public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131624302;
-
- // aapt resource value: 0x7F0E016F
- public const int ThemeOverlay_AppCompat_Dialog = 2131624303;
-
- // aapt resource value: 0x7F0E0170
- public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131624304;
-
- // aapt resource value: 0x7F0E0171
- public const int ThemeOverlay_AppCompat_Light = 2131624305;
-
- // aapt resource value: 0x7F0E0172
- public const int ThemeOverlay_MaterialComponents = 2131624306;
-
- // aapt resource value: 0x7F0E0173
- public const int ThemeOverlay_MaterialComponents_ActionBar = 2131624307;
-
- // aapt resource value: 0x7F0E0174
- public const int ThemeOverlay_MaterialComponents_Dark = 2131624308;
-
- // aapt resource value: 0x7F0E0175
- public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131624309;
-
- // aapt resource value: 0x7F0E0176
- public const int ThemeOverlay_MaterialComponents_Dialog = 2131624310;
-
- // aapt resource value: 0x7F0E0177
- public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131624311;
-
- // aapt resource value: 0x7F0E0178
- public const int ThemeOverlay_MaterialComponents_Light = 2131624312;
-
- // aapt resource value: 0x7F0E0179
- public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131624313;
-
- // aapt resource value: 0x7F0E017A
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131624314;
-
- // aapt resource value: 0x7F0E017B
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131624315;
-
- // aapt resource value: 0x7F0E017C
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131624316;
-
- // aapt resource value: 0x7F0E017D
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131624317;
+ public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131624250;
// aapt resource value: 0x7F0E013B
- public const int Theme_AppCompat = 2131624251;
+ public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131624251;
- // aapt resource value: 0x7F0E013C
- public const int Theme_AppCompat_CompactMenu = 2131624252;
+ // aapt resource value: 0x7F0E016C
+ public const int ThemeOverlay_AppCompat = 2131624300;
- // aapt resource value: 0x7F0E013D
- public const int Theme_AppCompat_DayNight = 2131624253;
+ // aapt resource value: 0x7F0E016D
+ public const int ThemeOverlay_AppCompat_ActionBar = 2131624301;
- // aapt resource value: 0x7F0E013E
- public const int Theme_AppCompat_DayNight_DarkActionBar = 2131624254;
+ // aapt resource value: 0x7F0E016E
+ public const int ThemeOverlay_AppCompat_Dark = 2131624302;
- // aapt resource value: 0x7F0E013F
- public const int Theme_AppCompat_DayNight_Dialog = 2131624255;
+ // aapt resource value: 0x7F0E016F
+ public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131624303;
- // aapt resource value: 0x7F0E0142
- public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131624258;
+ // aapt resource value: 0x7F0E0170
+ public const int ThemeOverlay_AppCompat_Dialog = 2131624304;
- // aapt resource value: 0x7F0E0140
- public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131624256;
+ // aapt resource value: 0x7F0E0171
+ public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131624305;
- // aapt resource value: 0x7F0E0141
- public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131624257;
+ // aapt resource value: 0x7F0E0172
+ public const int ThemeOverlay_AppCompat_Light = 2131624306;
- // aapt resource value: 0x7F0E0143
- public const int Theme_AppCompat_DayNight_NoActionBar = 2131624259;
+ // aapt resource value: 0x7F0E0173
+ public const int ThemeOverlay_MaterialComponents = 2131624307;
- // aapt resource value: 0x7F0E0144
- public const int Theme_AppCompat_Dialog = 2131624260;
+ // aapt resource value: 0x7F0E0174
+ public const int ThemeOverlay_MaterialComponents_ActionBar = 2131624308;
- // aapt resource value: 0x7F0E0147
- public const int Theme_AppCompat_DialogWhenLarge = 2131624263;
+ // aapt resource value: 0x7F0E0175
+ public const int ThemeOverlay_MaterialComponents_Dark = 2131624309;
- // aapt resource value: 0x7F0E0145
- public const int Theme_AppCompat_Dialog_Alert = 2131624261;
+ // aapt resource value: 0x7F0E0176
+ public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131624310;
- // aapt resource value: 0x7F0E0146
- public const int Theme_AppCompat_Dialog_MinWidth = 2131624262;
+ // aapt resource value: 0x7F0E0177
+ public const int ThemeOverlay_MaterialComponents_Dialog = 2131624311;
- // aapt resource value: 0x7F0E0148
- public const int Theme_AppCompat_Light = 2131624264;
+ // aapt resource value: 0x7F0E0178
+ public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131624312;
- // aapt resource value: 0x7F0E0149
- public const int Theme_AppCompat_Light_DarkActionBar = 2131624265;
+ // aapt resource value: 0x7F0E0179
+ public const int ThemeOverlay_MaterialComponents_Light = 2131624313;
- // aapt resource value: 0x7F0E014A
- public const int Theme_AppCompat_Light_Dialog = 2131624266;
+ // aapt resource value: 0x7F0E017A
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131624314;
- // aapt resource value: 0x7F0E014D
- public const int Theme_AppCompat_Light_DialogWhenLarge = 2131624269;
+ // aapt resource value: 0x7F0E017B
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131624315;
- // aapt resource value: 0x7F0E014B
- public const int Theme_AppCompat_Light_Dialog_Alert = 2131624267;
+ // aapt resource value: 0x7F0E017C
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131624316;
- // aapt resource value: 0x7F0E014C
- public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131624268;
-
- // aapt resource value: 0x7F0E014E
- public const int Theme_AppCompat_Light_NoActionBar = 2131624270;
-
- // aapt resource value: 0x7F0E014F
- public const int Theme_AppCompat_NoActionBar = 2131624271;
-
- // aapt resource value: 0x7F0E0150
- public const int Theme_Design = 2131624272;
-
- // aapt resource value: 0x7F0E0151
- public const int Theme_Design_BottomSheetDialog = 2131624273;
-
- // aapt resource value: 0x7F0E0152
- public const int Theme_Design_Light = 2131624274;
-
- // aapt resource value: 0x7F0E0153
- public const int Theme_Design_Light_BottomSheetDialog = 2131624275;
-
- // aapt resource value: 0x7F0E0154
- public const int Theme_Design_Light_NoActionBar = 2131624276;
-
- // aapt resource value: 0x7F0E0155
- public const int Theme_Design_NoActionBar = 2131624277;
-
- // aapt resource value: 0x7F0E0156
- public const int Theme_MaterialComponents = 2131624278;
-
- // aapt resource value: 0x7F0E0157
- public const int Theme_MaterialComponents_BottomSheetDialog = 2131624279;
-
- // aapt resource value: 0x7F0E0158
- public const int Theme_MaterialComponents_Bridge = 2131624280;
-
- // aapt resource value: 0x7F0E0159
- public const int Theme_MaterialComponents_CompactMenu = 2131624281;
-
- // aapt resource value: 0x7F0E015A
- public const int Theme_MaterialComponents_Dialog = 2131624282;
-
- // aapt resource value: 0x7F0E015D
- public const int Theme_MaterialComponents_DialogWhenLarge = 2131624285;
-
- // aapt resource value: 0x7F0E015B
- public const int Theme_MaterialComponents_Dialog_Alert = 2131624283;
-
- // aapt resource value: 0x7F0E015C
- public const int Theme_MaterialComponents_Dialog_MinWidth = 2131624284;
-
- // aapt resource value: 0x7F0E015E
- public const int Theme_MaterialComponents_Light = 2131624286;
-
- // aapt resource value: 0x7F0E015F
- public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131624287;
-
- // aapt resource value: 0x7F0E0160
- public const int Theme_MaterialComponents_Light_Bridge = 2131624288;
-
- // aapt resource value: 0x7F0E0161
- public const int Theme_MaterialComponents_Light_DarkActionBar = 2131624289;
-
- // aapt resource value: 0x7F0E0162
- public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131624290;
-
- // aapt resource value: 0x7F0E0163
- public const int Theme_MaterialComponents_Light_Dialog = 2131624291;
-
- // aapt resource value: 0x7F0E0166
- public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131624294;
-
- // aapt resource value: 0x7F0E0164
- public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131624292;
-
- // aapt resource value: 0x7F0E0165
- public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131624293;
-
- // aapt resource value: 0x7F0E0167
- public const int Theme_MaterialComponents_Light_NoActionBar = 2131624295;
-
- // aapt resource value: 0x7F0E0168
- public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131624296;
-
- // aapt resource value: 0x7F0E0169
- public const int Theme_MaterialComponents_NoActionBar = 2131624297;
-
- // aapt resource value: 0x7F0E016A
- public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131624298;
+ // aapt resource value: 0x7F0E017D
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131624317;
// aapt resource value: 0x7F0E017E
- public const int Widget_AppCompat_ActionBar = 2131624318;
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131624318;
+
+ // aapt resource value: 0x7F0E013C
+ public const int Theme_AppCompat = 2131624252;
+
+ // aapt resource value: 0x7F0E013D
+ public const int Theme_AppCompat_CompactMenu = 2131624253;
+
+ // aapt resource value: 0x7F0E013E
+ public const int Theme_AppCompat_DayNight = 2131624254;
+
+ // aapt resource value: 0x7F0E013F
+ public const int Theme_AppCompat_DayNight_DarkActionBar = 2131624255;
+
+ // aapt resource value: 0x7F0E0140
+ public const int Theme_AppCompat_DayNight_Dialog = 2131624256;
+
+ // aapt resource value: 0x7F0E0143
+ public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131624259;
+
+ // aapt resource value: 0x7F0E0141
+ public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131624257;
+
+ // aapt resource value: 0x7F0E0142
+ public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131624258;
+
+ // aapt resource value: 0x7F0E0144
+ public const int Theme_AppCompat_DayNight_NoActionBar = 2131624260;
+
+ // aapt resource value: 0x7F0E0145
+ public const int Theme_AppCompat_Dialog = 2131624261;
+
+ // aapt resource value: 0x7F0E0148
+ public const int Theme_AppCompat_DialogWhenLarge = 2131624264;
+
+ // aapt resource value: 0x7F0E0146
+ public const int Theme_AppCompat_Dialog_Alert = 2131624262;
+
+ // aapt resource value: 0x7F0E0147
+ public const int Theme_AppCompat_Dialog_MinWidth = 2131624263;
+
+ // aapt resource value: 0x7F0E0149
+ public const int Theme_AppCompat_Light = 2131624265;
+
+ // aapt resource value: 0x7F0E014A
+ public const int Theme_AppCompat_Light_DarkActionBar = 2131624266;
+
+ // aapt resource value: 0x7F0E014B
+ public const int Theme_AppCompat_Light_Dialog = 2131624267;
+
+ // aapt resource value: 0x7F0E014E
+ public const int Theme_AppCompat_Light_DialogWhenLarge = 2131624270;
+
+ // aapt resource value: 0x7F0E014C
+ public const int Theme_AppCompat_Light_Dialog_Alert = 2131624268;
+
+ // aapt resource value: 0x7F0E014D
+ public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131624269;
+
+ // aapt resource value: 0x7F0E014F
+ public const int Theme_AppCompat_Light_NoActionBar = 2131624271;
+
+ // aapt resource value: 0x7F0E0150
+ public const int Theme_AppCompat_NoActionBar = 2131624272;
+
+ // aapt resource value: 0x7F0E0151
+ public const int Theme_Design = 2131624273;
+
+ // aapt resource value: 0x7F0E0152
+ public const int Theme_Design_BottomSheetDialog = 2131624274;
+
+ // aapt resource value: 0x7F0E0153
+ public const int Theme_Design_Light = 2131624275;
+
+ // aapt resource value: 0x7F0E0154
+ public const int Theme_Design_Light_BottomSheetDialog = 2131624276;
+
+ // aapt resource value: 0x7F0E0155
+ public const int Theme_Design_Light_NoActionBar = 2131624277;
+
+ // aapt resource value: 0x7F0E0156
+ public const int Theme_Design_NoActionBar = 2131624278;
+
+ // aapt resource value: 0x7F0E0157
+ public const int Theme_MaterialComponents = 2131624279;
+
+ // aapt resource value: 0x7F0E0158
+ public const int Theme_MaterialComponents_BottomSheetDialog = 2131624280;
+
+ // aapt resource value: 0x7F0E0159
+ public const int Theme_MaterialComponents_Bridge = 2131624281;
+
+ // aapt resource value: 0x7F0E015A
+ public const int Theme_MaterialComponents_CompactMenu = 2131624282;
+
+ // aapt resource value: 0x7F0E015B
+ public const int Theme_MaterialComponents_Dialog = 2131624283;
+
+ // aapt resource value: 0x7F0E015E
+ public const int Theme_MaterialComponents_DialogWhenLarge = 2131624286;
+
+ // aapt resource value: 0x7F0E015C
+ public const int Theme_MaterialComponents_Dialog_Alert = 2131624284;
+
+ // aapt resource value: 0x7F0E015D
+ public const int Theme_MaterialComponents_Dialog_MinWidth = 2131624285;
+
+ // aapt resource value: 0x7F0E015F
+ public const int Theme_MaterialComponents_Light = 2131624287;
+
+ // aapt resource value: 0x7F0E0160
+ public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131624288;
+
+ // aapt resource value: 0x7F0E0161
+ public const int Theme_MaterialComponents_Light_Bridge = 2131624289;
+
+ // aapt resource value: 0x7F0E0162
+ public const int Theme_MaterialComponents_Light_DarkActionBar = 2131624290;
+
+ // aapt resource value: 0x7F0E0163
+ public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131624291;
+
+ // aapt resource value: 0x7F0E0164
+ public const int Theme_MaterialComponents_Light_Dialog = 2131624292;
+
+ // aapt resource value: 0x7F0E0167
+ public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131624295;
+
+ // aapt resource value: 0x7F0E0165
+ public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131624293;
+
+ // aapt resource value: 0x7F0E0166
+ public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131624294;
+
+ // aapt resource value: 0x7F0E0168
+ public const int Theme_MaterialComponents_Light_NoActionBar = 2131624296;
+
+ // aapt resource value: 0x7F0E0169
+ public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131624297;
+
+ // aapt resource value: 0x7F0E016A
+ public const int Theme_MaterialComponents_NoActionBar = 2131624298;
+
+ // aapt resource value: 0x7F0E016B
+ public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131624299;
// aapt resource value: 0x7F0E017F
- public const int Widget_AppCompat_ActionBar_Solid = 2131624319;
+ public const int Widget_AppCompat_ActionBar = 2131624319;
// aapt resource value: 0x7F0E0180
- public const int Widget_AppCompat_ActionBar_TabBar = 2131624320;
+ public const int Widget_AppCompat_ActionBar_Solid = 2131624320;
// aapt resource value: 0x7F0E0181
- public const int Widget_AppCompat_ActionBar_TabText = 2131624321;
+ public const int Widget_AppCompat_ActionBar_TabBar = 2131624321;
// aapt resource value: 0x7F0E0182
- public const int Widget_AppCompat_ActionBar_TabView = 2131624322;
+ public const int Widget_AppCompat_ActionBar_TabText = 2131624322;
// aapt resource value: 0x7F0E0183
- public const int Widget_AppCompat_ActionButton = 2131624323;
+ public const int Widget_AppCompat_ActionBar_TabView = 2131624323;
// aapt resource value: 0x7F0E0184
- public const int Widget_AppCompat_ActionButton_CloseMode = 2131624324;
+ public const int Widget_AppCompat_ActionButton = 2131624324;
// aapt resource value: 0x7F0E0185
- public const int Widget_AppCompat_ActionButton_Overflow = 2131624325;
+ public const int Widget_AppCompat_ActionButton_CloseMode = 2131624325;
// aapt resource value: 0x7F0E0186
- public const int Widget_AppCompat_ActionMode = 2131624326;
+ public const int Widget_AppCompat_ActionButton_Overflow = 2131624326;
// aapt resource value: 0x7F0E0187
- public const int Widget_AppCompat_ActivityChooserView = 2131624327;
+ public const int Widget_AppCompat_ActionMode = 2131624327;
// aapt resource value: 0x7F0E0188
- public const int Widget_AppCompat_AutoCompleteTextView = 2131624328;
+ public const int Widget_AppCompat_ActivityChooserView = 2131624328;
// aapt resource value: 0x7F0E0189
- public const int Widget_AppCompat_Button = 2131624329;
-
- // aapt resource value: 0x7F0E018F
- public const int Widget_AppCompat_ButtonBar = 2131624335;
-
- // aapt resource value: 0x7F0E0190
- public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131624336;
+ public const int Widget_AppCompat_AutoCompleteTextView = 2131624329;
// aapt resource value: 0x7F0E018A
- public const int Widget_AppCompat_Button_Borderless = 2131624330;
+ public const int Widget_AppCompat_Button = 2131624330;
- // aapt resource value: 0x7F0E018B
- public const int Widget_AppCompat_Button_Borderless_Colored = 2131624331;
-
- // aapt resource value: 0x7F0E018C
- public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131624332;
-
- // aapt resource value: 0x7F0E018D
- public const int Widget_AppCompat_Button_Colored = 2131624333;
-
- // aapt resource value: 0x7F0E018E
- public const int Widget_AppCompat_Button_Small = 2131624334;
+ // aapt resource value: 0x7F0E0190
+ public const int Widget_AppCompat_ButtonBar = 2131624336;
// aapt resource value: 0x7F0E0191
- public const int Widget_AppCompat_CompoundButton_CheckBox = 2131624337;
+ public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131624337;
+
+ // aapt resource value: 0x7F0E018B
+ public const int Widget_AppCompat_Button_Borderless = 2131624331;
+
+ // aapt resource value: 0x7F0E018C
+ public const int Widget_AppCompat_Button_Borderless_Colored = 2131624332;
+
+ // aapt resource value: 0x7F0E018D
+ public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131624333;
+
+ // aapt resource value: 0x7F0E018E
+ public const int Widget_AppCompat_Button_Colored = 2131624334;
+
+ // aapt resource value: 0x7F0E018F
+ public const int Widget_AppCompat_Button_Small = 2131624335;
// aapt resource value: 0x7F0E0192
- public const int Widget_AppCompat_CompoundButton_RadioButton = 2131624338;
+ public const int Widget_AppCompat_CompoundButton_CheckBox = 2131624338;
// aapt resource value: 0x7F0E0193
- public const int Widget_AppCompat_CompoundButton_Switch = 2131624339;
+ public const int Widget_AppCompat_CompoundButton_RadioButton = 2131624339;
// aapt resource value: 0x7F0E0194
- public const int Widget_AppCompat_DrawerArrowToggle = 2131624340;
+ public const int Widget_AppCompat_CompoundButton_Switch = 2131624340;
// aapt resource value: 0x7F0E0195
- public const int Widget_AppCompat_DropDownItem_Spinner = 2131624341;
+ public const int Widget_AppCompat_DrawerArrowToggle = 2131624341;
// aapt resource value: 0x7F0E0196
- public const int Widget_AppCompat_EditText = 2131624342;
+ public const int Widget_AppCompat_DropDownItem_Spinner = 2131624342;
// aapt resource value: 0x7F0E0197
- public const int Widget_AppCompat_ImageButton = 2131624343;
+ public const int Widget_AppCompat_EditText = 2131624343;
// aapt resource value: 0x7F0E0198
- public const int Widget_AppCompat_Light_ActionBar = 2131624344;
+ public const int Widget_AppCompat_ImageButton = 2131624344;
// aapt resource value: 0x7F0E0199
- public const int Widget_AppCompat_Light_ActionBar_Solid = 2131624345;
+ public const int Widget_AppCompat_Light_ActionBar = 2131624345;
// aapt resource value: 0x7F0E019A
- public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131624346;
+ public const int Widget_AppCompat_Light_ActionBar_Solid = 2131624346;
// aapt resource value: 0x7F0E019B
- public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131624347;
+ public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131624347;
// aapt resource value: 0x7F0E019C
- public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131624348;
+ public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131624348;
// aapt resource value: 0x7F0E019D
- public const int Widget_AppCompat_Light_ActionBar_TabText = 2131624349;
+ public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131624349;
// aapt resource value: 0x7F0E019E
- public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131624350;
+ public const int Widget_AppCompat_Light_ActionBar_TabText = 2131624350;
// aapt resource value: 0x7F0E019F
- public const int Widget_AppCompat_Light_ActionBar_TabView = 2131624351;
+ public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131624351;
// aapt resource value: 0x7F0E01A0
- public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131624352;
+ public const int Widget_AppCompat_Light_ActionBar_TabView = 2131624352;
// aapt resource value: 0x7F0E01A1
- public const int Widget_AppCompat_Light_ActionButton = 2131624353;
+ public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131624353;
// aapt resource value: 0x7F0E01A2
- public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131624354;
+ public const int Widget_AppCompat_Light_ActionButton = 2131624354;
// aapt resource value: 0x7F0E01A3
- public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131624355;
+ public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131624355;
// aapt resource value: 0x7F0E01A4
- public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131624356;
+ public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131624356;
// aapt resource value: 0x7F0E01A5
- public const int Widget_AppCompat_Light_ActivityChooserView = 2131624357;
+ public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131624357;
// aapt resource value: 0x7F0E01A6
- public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131624358;
+ public const int Widget_AppCompat_Light_ActivityChooserView = 2131624358;
// aapt resource value: 0x7F0E01A7
- public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131624359;
+ public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131624359;
// aapt resource value: 0x7F0E01A8
- public const int Widget_AppCompat_Light_ListPopupWindow = 2131624360;
+ public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131624360;
// aapt resource value: 0x7F0E01A9
- public const int Widget_AppCompat_Light_ListView_DropDown = 2131624361;
+ public const int Widget_AppCompat_Light_ListPopupWindow = 2131624361;
// aapt resource value: 0x7F0E01AA
- public const int Widget_AppCompat_Light_PopupMenu = 2131624362;
+ public const int Widget_AppCompat_Light_ListView_DropDown = 2131624362;
// aapt resource value: 0x7F0E01AB
- public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131624363;
+ public const int Widget_AppCompat_Light_PopupMenu = 2131624363;
// aapt resource value: 0x7F0E01AC
- public const int Widget_AppCompat_Light_SearchView = 2131624364;
+ public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131624364;
// aapt resource value: 0x7F0E01AD
- public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131624365;
+ public const int Widget_AppCompat_Light_SearchView = 2131624365;
// aapt resource value: 0x7F0E01AE
- public const int Widget_AppCompat_ListMenuView = 2131624366;
+ public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131624366;
// aapt resource value: 0x7F0E01AF
- public const int Widget_AppCompat_ListPopupWindow = 2131624367;
+ public const int Widget_AppCompat_ListMenuView = 2131624367;
// aapt resource value: 0x7F0E01B0
- public const int Widget_AppCompat_ListView = 2131624368;
+ public const int Widget_AppCompat_ListPopupWindow = 2131624368;
// aapt resource value: 0x7F0E01B1
- public const int Widget_AppCompat_ListView_DropDown = 2131624369;
+ public const int Widget_AppCompat_ListView = 2131624369;
// aapt resource value: 0x7F0E01B2
- public const int Widget_AppCompat_ListView_Menu = 2131624370;
+ public const int Widget_AppCompat_ListView_DropDown = 2131624370;
// aapt resource value: 0x7F0E01B3
- public const int Widget_AppCompat_PopupMenu = 2131624371;
+ public const int Widget_AppCompat_ListView_Menu = 2131624371;
// aapt resource value: 0x7F0E01B4
- public const int Widget_AppCompat_PopupMenu_Overflow = 2131624372;
+ public const int Widget_AppCompat_PopupMenu = 2131624372;
// aapt resource value: 0x7F0E01B5
- public const int Widget_AppCompat_PopupWindow = 2131624373;
+ public const int Widget_AppCompat_PopupMenu_Overflow = 2131624373;
// aapt resource value: 0x7F0E01B6
- public const int Widget_AppCompat_ProgressBar = 2131624374;
+ public const int Widget_AppCompat_PopupWindow = 2131624374;
// aapt resource value: 0x7F0E01B7
- public const int Widget_AppCompat_ProgressBar_Horizontal = 2131624375;
+ public const int Widget_AppCompat_ProgressBar = 2131624375;
// aapt resource value: 0x7F0E01B8
- public const int Widget_AppCompat_RatingBar = 2131624376;
+ public const int Widget_AppCompat_ProgressBar_Horizontal = 2131624376;
// aapt resource value: 0x7F0E01B9
- public const int Widget_AppCompat_RatingBar_Indicator = 2131624377;
+ public const int Widget_AppCompat_RatingBar = 2131624377;
// aapt resource value: 0x7F0E01BA
- public const int Widget_AppCompat_RatingBar_Small = 2131624378;
+ public const int Widget_AppCompat_RatingBar_Indicator = 2131624378;
// aapt resource value: 0x7F0E01BB
- public const int Widget_AppCompat_SearchView = 2131624379;
+ public const int Widget_AppCompat_RatingBar_Small = 2131624379;
// aapt resource value: 0x7F0E01BC
- public const int Widget_AppCompat_SearchView_ActionBar = 2131624380;
+ public const int Widget_AppCompat_SearchView = 2131624380;
// aapt resource value: 0x7F0E01BD
- public const int Widget_AppCompat_SeekBar = 2131624381;
+ public const int Widget_AppCompat_SearchView_ActionBar = 2131624381;
// aapt resource value: 0x7F0E01BE
- public const int Widget_AppCompat_SeekBar_Discrete = 2131624382;
+ public const int Widget_AppCompat_SeekBar = 2131624382;
// aapt resource value: 0x7F0E01BF
- public const int Widget_AppCompat_Spinner = 2131624383;
+ public const int Widget_AppCompat_SeekBar_Discrete = 2131624383;
// aapt resource value: 0x7F0E01C0
- public const int Widget_AppCompat_Spinner_DropDown = 2131624384;
+ public const int Widget_AppCompat_Spinner = 2131624384;
// aapt resource value: 0x7F0E01C1
- public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131624385;
+ public const int Widget_AppCompat_Spinner_DropDown = 2131624385;
// aapt resource value: 0x7F0E01C2
- public const int Widget_AppCompat_Spinner_Underlined = 2131624386;
+ public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131624386;
// aapt resource value: 0x7F0E01C3
- public const int Widget_AppCompat_TextView_SpinnerItem = 2131624387;
+ public const int Widget_AppCompat_Spinner_Underlined = 2131624387;
// aapt resource value: 0x7F0E01C4
- public const int Widget_AppCompat_Toolbar = 2131624388;
+ public const int Widget_AppCompat_TextView_SpinnerItem = 2131624388;
// aapt resource value: 0x7F0E01C5
- public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131624389;
+ public const int Widget_AppCompat_Toolbar = 2131624389;
// aapt resource value: 0x7F0E01C6
- public const int Widget_Compat_NotificationActionContainer = 2131624390;
+ public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131624390;
// aapt resource value: 0x7F0E01C7
- public const int Widget_Compat_NotificationActionText = 2131624391;
+ public const int Widget_Compat_NotificationActionContainer = 2131624391;
// aapt resource value: 0x7F0E01C8
- public const int Widget_Design_AppBarLayout = 2131624392;
+ public const int Widget_Compat_NotificationActionText = 2131624392;
// aapt resource value: 0x7F0E01C9
- public const int Widget_Design_BottomNavigationView = 2131624393;
+ public const int Widget_Design_AppBarLayout = 2131624393;
// aapt resource value: 0x7F0E01CA
- public const int Widget_Design_BottomSheet_Modal = 2131624394;
+ public const int Widget_Design_BottomNavigationView = 2131624394;
// aapt resource value: 0x7F0E01CB
- public const int Widget_Design_CollapsingToolbar = 2131624395;
+ public const int Widget_Design_BottomSheet_Modal = 2131624395;
// aapt resource value: 0x7F0E01CC
- public const int Widget_Design_FloatingActionButton = 2131624396;
+ public const int Widget_Design_CollapsingToolbar = 2131624396;
// aapt resource value: 0x7F0E01CD
- public const int Widget_Design_NavigationView = 2131624397;
+ public const int Widget_Design_FloatingActionButton = 2131624397;
// aapt resource value: 0x7F0E01CE
- public const int Widget_Design_ScrimInsetsFrameLayout = 2131624398;
+ public const int Widget_Design_NavigationView = 2131624398;
// aapt resource value: 0x7F0E01CF
- public const int Widget_Design_Snackbar = 2131624399;
+ public const int Widget_Design_ScrimInsetsFrameLayout = 2131624399;
// aapt resource value: 0x7F0E01D0
- public const int Widget_Design_TabLayout = 2131624400;
+ public const int Widget_Design_Snackbar = 2131624400;
// aapt resource value: 0x7F0E01D1
- public const int Widget_Design_TextInputLayout = 2131624401;
+ public const int Widget_Design_TabLayout = 2131624401;
// aapt resource value: 0x7F0E01D2
- public const int Widget_MaterialComponents_BottomAppBar = 2131624402;
+ public const int Widget_Design_TextInputLayout = 2131624402;
// aapt resource value: 0x7F0E01D3
- public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131624403;
+ public const int Widget_MaterialComponents_BottomAppBar = 2131624403;
// aapt resource value: 0x7F0E01D4
- public const int Widget_MaterialComponents_BottomNavigationView = 2131624404;
+ public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131624404;
// aapt resource value: 0x7F0E01D5
- public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131624405;
+ public const int Widget_MaterialComponents_BottomNavigationView = 2131624405;
// aapt resource value: 0x7F0E01D6
- public const int Widget_MaterialComponents_BottomSheet_Modal = 2131624406;
+ public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131624406;
// aapt resource value: 0x7F0E01D7
- public const int Widget_MaterialComponents_Button = 2131624407;
+ public const int Widget_MaterialComponents_BottomSheet_Modal = 2131624407;
// aapt resource value: 0x7F0E01D8
- public const int Widget_MaterialComponents_Button_Icon = 2131624408;
+ public const int Widget_MaterialComponents_Button = 2131624408;
// aapt resource value: 0x7F0E01D9
- public const int Widget_MaterialComponents_Button_OutlinedButton = 2131624409;
+ public const int Widget_MaterialComponents_Button_Icon = 2131624409;
// aapt resource value: 0x7F0E01DA
- public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131624410;
+ public const int Widget_MaterialComponents_Button_OutlinedButton = 2131624410;
// aapt resource value: 0x7F0E01DB
- public const int Widget_MaterialComponents_Button_TextButton = 2131624411;
+ public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131624411;
// aapt resource value: 0x7F0E01DC
- public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131624412;
+ public const int Widget_MaterialComponents_Button_TextButton = 2131624412;
// aapt resource value: 0x7F0E01DD
- public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131624413;
+ public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131624413;
// aapt resource value: 0x7F0E01DE
- public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131624414;
+ public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131624414;
// aapt resource value: 0x7F0E01DF
- public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131624415;
+ public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131624415;
// aapt resource value: 0x7F0E01E0
- public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131624416;
+ public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131624416;
// aapt resource value: 0x7F0E01E1
- public const int Widget_MaterialComponents_CardView = 2131624417;
-
- // aapt resource value: 0x7F0E01E6
- public const int Widget_MaterialComponents_ChipGroup = 2131624422;
+ public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131624417;
// aapt resource value: 0x7F0E01E2
- public const int Widget_MaterialComponents_Chip_Action = 2131624418;
-
- // aapt resource value: 0x7F0E01E3
- public const int Widget_MaterialComponents_Chip_Choice = 2131624419;
-
- // aapt resource value: 0x7F0E01E4
- public const int Widget_MaterialComponents_Chip_Entry = 2131624420;
-
- // aapt resource value: 0x7F0E01E5
- public const int Widget_MaterialComponents_Chip_Filter = 2131624421;
+ public const int Widget_MaterialComponents_CardView = 2131624418;
// aapt resource value: 0x7F0E01E7
- public const int Widget_MaterialComponents_FloatingActionButton = 2131624423;
+ public const int Widget_MaterialComponents_ChipGroup = 2131624423;
+
+ // aapt resource value: 0x7F0E01E3
+ public const int Widget_MaterialComponents_Chip_Action = 2131624419;
+
+ // aapt resource value: 0x7F0E01E4
+ public const int Widget_MaterialComponents_Chip_Choice = 2131624420;
+
+ // aapt resource value: 0x7F0E01E5
+ public const int Widget_MaterialComponents_Chip_Entry = 2131624421;
+
+ // aapt resource value: 0x7F0E01E6
+ public const int Widget_MaterialComponents_Chip_Filter = 2131624422;
// aapt resource value: 0x7F0E01E8
- public const int Widget_MaterialComponents_NavigationView = 2131624424;
+ public const int Widget_MaterialComponents_FloatingActionButton = 2131624424;
// aapt resource value: 0x7F0E01E9
- public const int Widget_MaterialComponents_Snackbar = 2131624425;
+ public const int Widget_MaterialComponents_NavigationView = 2131624425;
// aapt resource value: 0x7F0E01EA
- public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131624426;
+ public const int Widget_MaterialComponents_Snackbar = 2131624426;
// aapt resource value: 0x7F0E01EB
- public const int Widget_MaterialComponents_TabLayout = 2131624427;
+ public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131624427;
// aapt resource value: 0x7F0E01EC
- public const int Widget_MaterialComponents_TabLayout_Colored = 2131624428;
+ public const int Widget_MaterialComponents_TabLayout = 2131624428;
// aapt resource value: 0x7F0E01ED
- public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131624429;
+ public const int Widget_MaterialComponents_TabLayout_Colored = 2131624429;
// aapt resource value: 0x7F0E01EE
- public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131624430;
+ public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131624430;
// aapt resource value: 0x7F0E01EF
- public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131624431;
+ public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131624431;
// aapt resource value: 0x7F0E01F0
- public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131624432;
+ public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131624432;
// aapt resource value: 0x7F0E01F1
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131624433;
+ public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131624433;
// aapt resource value: 0x7F0E01F2
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131624434;
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131624434;
// aapt resource value: 0x7F0E01F3
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131624435;
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131624435;
// aapt resource value: 0x7F0E01F4
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131624436;
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131624436;
// aapt resource value: 0x7F0E01F5
- public const int Widget_MaterialComponents_Toolbar = 2131624437;
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131624437;
// aapt resource value: 0x7F0E01F6
- public const int Widget_Support_CoordinatorLayout = 2131624438;
+ public const int Widget_MaterialComponents_Toolbar = 2131624438;
+
+ // aapt resource value: 0x7F0E01F7
+ public const int Widget_Support_CoordinatorLayout = 2131624439;
static Style()
{
diff --git a/Borepin/Borepin.Android/Resources/drawable-hdpi/icon.png b/Borepin/Borepin.Android/Resources/drawable-hdpi/icon.png
new file mode 100644
index 0000000..8fd2ca4
Binary files /dev/null and b/Borepin/Borepin.Android/Resources/drawable-hdpi/icon.png differ
diff --git a/Borepin/Borepin.Android/Resources/drawable-mdpi/icon.png b/Borepin/Borepin.Android/Resources/drawable-mdpi/icon.png
new file mode 100644
index 0000000..8fd2ca4
Binary files /dev/null and b/Borepin/Borepin.Android/Resources/drawable-mdpi/icon.png differ
diff --git a/Borepin/Borepin.Android/Resources/drawable-xhdpi/icon.png b/Borepin/Borepin.Android/Resources/drawable-xhdpi/icon.png
new file mode 100644
index 0000000..8fd2ca4
Binary files /dev/null and b/Borepin/Borepin.Android/Resources/drawable-xhdpi/icon.png differ
diff --git a/Borepin/Borepin.Android/Resources/drawable-xxhdpi/icon.png b/Borepin/Borepin.Android/Resources/drawable-xxhdpi/icon.png
new file mode 100644
index 0000000..8fd2ca4
Binary files /dev/null and b/Borepin/Borepin.Android/Resources/drawable-xxhdpi/icon.png differ
diff --git a/Borepin/Borepin.Android/Resources/drawable-xxxhdpi/icon.png b/Borepin/Borepin.Android/Resources/drawable-xxxhdpi/icon.png
new file mode 100644
index 0000000..8fd2ca4
Binary files /dev/null and b/Borepin/Borepin.Android/Resources/drawable-xxxhdpi/icon.png differ
diff --git a/Borepin/Borepin.Android/Resources/drawable/ic_launcher_background.xml b/Borepin/Borepin.Android/Resources/drawable/ic_launcher_background.xml
deleted file mode 100644
index 07d5da9..0000000
--- a/Borepin/Borepin.Android/Resources/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Borepin/Borepin.Android/Resources/drawable/splash_logo.png b/Borepin/Borepin.Android/Resources/drawable/splash_logo.png
deleted file mode 100644
index ab77af4..0000000
Binary files a/Borepin/Borepin.Android/Resources/drawable/splash_logo.png and /dev/null differ
diff --git a/Borepin/Borepin.Android/Resources/drawable/splash_screen.xml b/Borepin/Borepin.Android/Resources/drawable/splash_screen.xml
index d7df203..f2e0352 100644
--- a/Borepin/Borepin.Android/Resources/drawable/splash_screen.xml
+++ b/Borepin/Borepin.Android/Resources/drawable/splash_screen.xml
@@ -1,12 +1,8 @@
-
+
+
-
-
+
- -
-
-
-
+
\ No newline at end of file
diff --git a/Borepin/Borepin.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml b/Borepin/Borepin.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml
deleted file mode 100644
index 036d09b..0000000
--- a/Borepin/Borepin.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/Borepin/Borepin.Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml b/Borepin/Borepin.Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index 036d09b..0000000
--- a/Borepin/Borepin.Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/Borepin/Borepin.Android/Resources/values/colors.xml b/Borepin/Borepin.Android/Resources/values/colors.xml
index fb289cd..771b82e 100644
--- a/Borepin/Borepin.Android/Resources/values/colors.xml
+++ b/Borepin/Borepin.Android/Resources/values/colors.xml
@@ -1,4 +1,7 @@
- #3C474D
+ #3C474D
+ #3C474D
+ #3C474D
+ #00D4AA
diff --git a/Borepin/Borepin.Android/Resources/values/ic_launcher_background.xml b/Borepin/Borepin.Android/Resources/values/ic_launcher_background.xml
deleted file mode 100644
index da20aa4..0000000
--- a/Borepin/Borepin.Android/Resources/values/ic_launcher_background.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- #3C474D
-
\ No newline at end of file
diff --git a/Borepin/Borepin.Android/Resources/values/styles.xml b/Borepin/Borepin.Android/Resources/values/styles.xml
new file mode 100644
index 0000000..86278f8
--- /dev/null
+++ b/Borepin/Borepin.Android/Resources/values/styles.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Borepin/Borepin.Android/SplashActivity.cs b/Borepin/Borepin.Android/SplashActivity.cs
new file mode 100644
index 0000000..519c0ea
--- /dev/null
+++ b/Borepin/Borepin.Android/SplashActivity.cs
@@ -0,0 +1,19 @@
+using Android.App;
+using Android.OS;
+using Android.Support.V7.App;
+using Android.Content;
+using Android.Util;
+
+namespace Borepin.Droid
+{
+ [Activity(Theme = "@style/MainTheme.Splash", MainLauncher = true, NoHistory = true)]
+ public class SplashActivity : AppCompatActivity
+ {
+ // Launches the startup task
+ protected override void OnResume()
+ {
+ base.OnResume();
+ StartActivity(new Intent(Application.Context, typeof(MainActivity)));
+ }
+ }
+}