From a4caf325b07d03d650fbea8334c69794415244f6 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Thu, 14 May 2020 11:07:43 +0800 Subject: [PATCH] feature: Android splash screen --- Pixiview.Android/MainActivity.cs | 2 +- .../Properties/AndroidManifest.xml | 4 +- .../Resources/Resource.designer.cs | 969 +++++++++--------- .../Resources/drawable/splash_logo.png | Bin 0 -> 6665 bytes .../Resources/drawable/splash_screen.xml | 12 + Pixiview.Android/Resources/values/colors.xml | 1 + Pixiview.Android/Resources/values/styles.xml | 13 +- Pixiview.Android/SplashActivity.cs | 43 + 8 files changed, 563 insertions(+), 481 deletions(-) create mode 100644 Pixiview.Android/Resources/drawable/splash_logo.png create mode 100644 Pixiview.Android/Resources/drawable/splash_screen.xml create mode 100644 Pixiview.Android/SplashActivity.cs diff --git a/Pixiview.Android/MainActivity.cs b/Pixiview.Android/MainActivity.cs index b885479..867814a 100644 --- a/Pixiview.Android/MainActivity.cs +++ b/Pixiview.Android/MainActivity.cs @@ -5,7 +5,7 @@ using Android.Runtime; namespace Pixiview.Droid { - [Activity(Label = "Pixiview", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] + [Activity(Label = "Pixiview", Icon = "@mipmap/icon", Theme = "@style/MainTheme", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] public class MainActivity : Xamarin.Forms.Platform.Android.FormsAppCompatActivity { public static MainActivity Main { get; private set; } diff --git a/Pixiview.Android/Properties/AndroidManifest.xml b/Pixiview.Android/Properties/AndroidManifest.xml index 2b2f321..3def139 100644 --- a/Pixiview.Android/Properties/AndroidManifest.xml +++ b/Pixiview.Android/Properties/AndroidManifest.xml @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/Pixiview.Android/Resources/Resource.designer.cs b/Pixiview.Android/Resources/Resource.designer.cs index dc5db25..e9756e4 100644 --- a/Pixiview.Android/Resources/Resource.designer.cs +++ b/Pixiview.Android/Resources/Resource.designer.cs @@ -7322,28 +7322,31 @@ namespace Pixiview.Droid public const int selected = 2131034242; // aapt resource value: 0x7F050083 - public const int switch_thumb_disabled_material_dark = 2131034243; + public const int splash_background = 2131034243; // aapt resource value: 0x7F050084 - public const int switch_thumb_disabled_material_light = 2131034244; + public const int switch_thumb_disabled_material_dark = 2131034244; // aapt resource value: 0x7F050085 - public const int switch_thumb_material_dark = 2131034245; + public const int switch_thumb_disabled_material_light = 2131034245; // aapt resource value: 0x7F050086 - public const int switch_thumb_material_light = 2131034246; + public const int switch_thumb_material_dark = 2131034246; // aapt resource value: 0x7F050087 - public const int switch_thumb_normal_material_dark = 2131034247; + public const int switch_thumb_material_light = 2131034247; // aapt resource value: 0x7F050088 - public const int switch_thumb_normal_material_light = 2131034248; + public const int switch_thumb_normal_material_dark = 2131034248; // aapt resource value: 0x7F050089 - public const int tooltip_background_dark = 2131034249; + public const int switch_thumb_normal_material_light = 2131034249; // aapt resource value: 0x7F05008A - public const int tooltip_background_light = 2131034250; + public const int tooltip_background_dark = 2131034250; + + // aapt resource value: 0x7F05008B + public const int tooltip_background_light = 2131034251; static Color() { @@ -8323,67 +8326,76 @@ namespace Pixiview.Droid public const int ic_mtrl_chip_close_circle = 2131165285; // aapt resource value: 0x7F070066 - public const int mtrl_snackbar_background = 2131165286; + public const int ic_search = 2131165286; // aapt resource value: 0x7F070067 - public const int mtrl_tabs_default_indicator = 2131165287; + public const int mtrl_snackbar_background = 2131165287; // aapt resource value: 0x7F070068 - public const int navigation_empty_icon = 2131165288; + public const int mtrl_tabs_default_indicator = 2131165288; // aapt resource value: 0x7F070069 - public const int notification_action_background = 2131165289; + public const int navigation_empty_icon = 2131165289; // aapt resource value: 0x7F07006A - public const int notification_bg = 2131165290; + public const int notification_action_background = 2131165290; // aapt resource value: 0x7F07006B - public const int notification_bg_low = 2131165291; + public const int notification_bg = 2131165291; // aapt resource value: 0x7F07006C - public const int notification_bg_low_normal = 2131165292; + public const int notification_bg_low = 2131165292; // aapt resource value: 0x7F07006D - public const int notification_bg_low_pressed = 2131165293; + public const int notification_bg_low_normal = 2131165293; // aapt resource value: 0x7F07006E - public const int notification_bg_normal = 2131165294; + public const int notification_bg_low_pressed = 2131165294; // aapt resource value: 0x7F07006F - public const int notification_bg_normal_pressed = 2131165295; + public const int notification_bg_normal = 2131165295; // aapt resource value: 0x7F070070 - public const int notification_icon_background = 2131165296; + public const int notification_bg_normal_pressed = 2131165296; // aapt resource value: 0x7F070071 - public const int notification_template_icon_bg = 2131165297; + public const int notification_icon_background = 2131165297; // aapt resource value: 0x7F070072 - public const int notification_template_icon_low_bg = 2131165298; + public const int notification_template_icon_bg = 2131165298; // aapt resource value: 0x7F070073 - public const int notification_tile_bg = 2131165299; + public const int notification_template_icon_low_bg = 2131165299; // aapt resource value: 0x7F070074 - public const int notify_panel_notification_icon_bg = 2131165300; + public const int notification_tile_bg = 2131165300; // aapt resource value: 0x7F070075 - public const int segmented_control_background = 2131165301; + public const int notify_panel_notification_icon_bg = 2131165301; // aapt resource value: 0x7F070076 - public const int segmented_control_first_background = 2131165302; + public const int segmented_control_background = 2131165302; // aapt resource value: 0x7F070077 - public const int segmented_control_last_background = 2131165303; + public const int segmented_control_first_background = 2131165303; // aapt resource value: 0x7F070078 - public const int tooltip_frame_dark = 2131165304; + public const int segmented_control_last_background = 2131165304; // aapt resource value: 0x7F070079 - public const int tooltip_frame_light = 2131165305; + public const int splash_logo = 2131165305; // aapt resource value: 0x7F07007A - public const int userprofile = 2131165306; + public const int splash_screen = 2131165306; + + // aapt resource value: 0x7F07007B + public const int tooltip_frame_dark = 2131165307; + + // aapt resource value: 0x7F07007C + public const int tooltip_frame_light = 2131165308; + + // aapt resource value: 0x7F07007D + public const int userprofile = 2131165309; static Drawable() { @@ -10144,8 +10156,8 @@ namespace Pixiview.Droid // aapt resource value: 0x7F0E00C5 public const int CardView_Light = 2131624133; - // aapt resource value: 0x7F0E01F7 - public const int collectionViewStyle = 2131624439; + // aapt resource value: 0x7F0E01F8 + public const int collectionViewStyle = 2131624440; // aapt resource value: 0x7F0E00C6 public const int MainTheme = 2131624134; @@ -10154,913 +10166,916 @@ namespace Pixiview.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; + 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: 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/Pixiview.Android/Resources/drawable/splash_logo.png b/Pixiview.Android/Resources/drawable/splash_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0812fb7cbcddf123f02e44e0d1b44a820e0a8b GIT binary patch literal 6665 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 D`VYbz literal 0 HcmV?d00001 diff --git a/Pixiview.Android/Resources/drawable/splash_screen.xml b/Pixiview.Android/Resources/drawable/splash_screen.xml new file mode 100644 index 0000000..cb48c2d --- /dev/null +++ b/Pixiview.Android/Resources/drawable/splash_screen.xml @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/Pixiview.Android/Resources/values/colors.xml b/Pixiview.Android/Resources/values/colors.xml index aa915a1..71c8197 100644 --- a/Pixiview.Android/Resources/values/colors.xml +++ b/Pixiview.Android/Resources/values/colors.xml @@ -6,4 +6,5 @@ #FF4081 @android:color/transparent #007AFF + ?android:attr/colorBackground \ No newline at end of file diff --git a/Pixiview.Android/Resources/values/styles.xml b/Pixiview.Android/Resources/values/styles.xml index 088e449..0822480 100644 --- a/Pixiview.Android/Resources/values/styles.xml +++ b/Pixiview.Android/Resources/values/styles.xml @@ -11,7 +11,7 @@ #2196F3 - + #1976D2 @@ -24,4 +24,15 @@ + + 11sp + 11sp + 12dp + 20dp \ No newline at end of file diff --git a/Pixiview.Android/SplashActivity.cs b/Pixiview.Android/SplashActivity.cs new file mode 100644 index 0000000..16e3b8f --- /dev/null +++ b/Pixiview.Android/SplashActivity.cs @@ -0,0 +1,43 @@ +using System.Threading.Tasks; +using Android.App; +using Android.Content; +using Android.OS; +using Android.Support.V7.App; + +namespace Pixiview.Droid +{ + [Activity( + MainLauncher = true, + NoHistory = true, + Theme = "@style/MainTheme.Splash", + Name = "org.tsanie.pixiview.SplashScreen")] + //[MetaData("android.app.shortcuts", Resource = "@xml/shortcuts")] + public class SplashActivity : AppCompatActivity + { + public override void OnCreate(Bundle savedInstanceState, PersistableBundle persistentState) + { + base.OnCreate(savedInstanceState, persistentState); + + //var intent = new Intent(this, typeof(MainActivity)); + //if (Intent != null && Intent.Data != null) + //{ + // intent.SetData(Intent.Data); + //} + //StartActivity(intent); + //Finish(); + } + + protected override void OnResume() + { + base.OnResume(); + Task.Run(Start); + } + + private void Start() + { + StartActivity(new Intent(Application.Context, typeof(MainActivity))); + } + + public override void OnBackPressed() { } + } +}