File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " com.jvdegithub.aiscatcher"
1111 minSdk 23
1212 targetSdk 32
13- versionCode 54
14- versionName ' 0.54 '
13+ versionCode 58
14+ versionName ' 0.58 '
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 externalNativeBuild {
Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
33 <style name =" Theme.MyApplication" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
4- <!-- Primary brand color. -->
4+
55 <item name =" colorPrimary" >@color/blue</item >
66 <item name =" colorPrimaryVariant" >@color/blue</item >
77 <item name =" colorOnPrimary" >@color/white</item >
8- <!-- Secondary brand color. -->
8+
99 <item name =" colorSecondary" >@color/maastrichtblue</item >
1010 <item name =" colorSecondaryVariant" >@color/maastrichtblue</item >
1111 <item name =" colorOnSecondary" >@color/white</item >
12- <!-- Status bar color. -->
12+
1313 <item name =" android:statusBarColor" tools : targetApi =" l" >?attr/colorPrimaryVariant</item >
14- <!-- Customize your theme here. -->
14+ <item name =" actionOverflowMenuStyle" >@style/Theme.MyApp.PopupOverlay3</item >
15+ </style >
1516
17+ <style name =" Theme.MyApp.PopupOverlay3" parent =" @style/Widget.MaterialComponents.PopupMenu.Overflow" >
18+ <item name =" android:popupBackground" >@color/white</item >
1619 </style >
1720
1821 <style name =" Theme.MyApplication.NoActionBar" >
2225
2326 <style name =" Theme.MyApplication.AppBarOverlay" parent =" ThemeOverlay.AppCompat.Dark.ActionBar" />
2427 <style name =" Theme.MyApplication.PopupOverlay" parent =" ThemeOverlay.AppCompat.Light" />
25- </resources >
28+ </resources >
Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
33 <style name =" Theme.MyApplication" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
4- <!-- Primary brand color. -->
4+
55 <item name =" colorPrimary" >@color/blue</item >
66 <item name =" colorPrimaryVariant" >@color/blue</item >
77 <item name =" colorOnPrimary" >@color/white</item >
8- <!-- Secondary brand color. -->
8+
99 <item name =" colorSecondary" >@color/maastrichtblue</item >
1010 <item name =" colorSecondaryVariant" >@color/maastrichtblue</item >
1111 <item name =" colorOnSecondary" >@color/white</item >
12- <!-- Status bar color. -->
12+
1313 <item name =" android:statusBarColor" tools : targetApi =" l" >?attr/colorPrimaryVariant</item >
14- <!-- Customize your theme here. -->
14+ <item name =" actionOverflowMenuStyle" >@style/Theme.MyApp.PopupOverlay3</item >
15+ </style >
1516
17+ <style name =" Theme.MyApp.PopupOverlay3" parent =" @style/Widget.MaterialComponents.PopupMenu.Overflow" >
18+ <item name =" android:popupBackground" >@color/white</item >
1619 </style >
1720
1821 <style name =" Theme.MyApplication.NoActionBar" >
2225
2326 <style name =" Theme.MyApplication.AppBarOverlay" parent =" ThemeOverlay.AppCompat.Dark.ActionBar" />
2427 <style name =" Theme.MyApplication.PopupOverlay" parent =" ThemeOverlay.AppCompat.Light" />
25- </resources >
28+ </resources >
You can’t perform that action at this time.
0 commit comments