File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4848 android : background =" ?android:attr/selectableItemBackgroundBorderless"
4949 android : layout_alignParentEnd =" true"
5050 android : layout_alignParentTop =" true"
51- app : tint =" ?attr/colorPrimary " />
51+ app : tint =" ?attr/colorSecondary " />
5252</RelativeLayout >
Original file line number Diff line number Diff line change 33 <style name =" Base.Theme.ListaSpam" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
44 <!-- Customize your dark theme here. -->
55 <item name =" colorPrimary" >@color/white</item >
6+ <item name =" colorSecondary" >@color/white</item >
67 <item name =" android:windowBackground" >@color/darkBackground</item >
78 </style >
89 <style name =" PopupMenuStyle" parent =" @style/Widget.AppCompat.PopupMenu" >
Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
3- <style name =" Base.Theme.ListaSpam" parent =" Theme.MaterialComponents.DayNight " >
3+ <style name =" Base.Theme.ListaSpam" parent =" Theme.AppCompat.Light " >
44 <!-- Customize your light theme here. -->
5- <item name =" colorPrimary" >@color/black</item >
5+ <item name =" colorPrimary" >@color/white</item >
6+ <item name =" colorSecondary" >@color/black</item >
67 </style >
78
89 <style name =" Theme.ListaSpam" parent =" Base.Theme.ListaSpam" />
You can’t perform that action at this time.
0 commit comments