Archived
Version 2.0.2 - card background now customisable, tablet layout changed
This commit is contained in:
@@ -25,14 +25,14 @@
|
||||
<item name="android:colorEdgeEffect">@color/accent</item>
|
||||
</style>
|
||||
|
||||
<style name="AlertDialogCustomLight" parent="Theme.AppCompat.Light.Dialog.Alert">
|
||||
<style name="AlertDialogCustomLight" parent="Theme.MaterialComponents.Light.Dialog.Alert">
|
||||
<item name="android:background">#eeeeee</item>
|
||||
<item name="android:textColorPrimary">#212121</item>
|
||||
</style>
|
||||
|
||||
<style name="AlertDialogCustomDark" parent="Theme.AppCompat.Light.Dialog.Alert">
|
||||
<item name="android:background">#121212</item>
|
||||
<item name="android:textColorPrimary">#e0e0e0</item>
|
||||
<style name="AlertDialog" parent="Theme.MaterialComponents.Light.Dialog.Alert">
|
||||
<item name="android:background">@color/lightbackground</item>
|
||||
<item name="android:textColorPrimary">@color/textcolor</item>
|
||||
</style>
|
||||
|
||||
<style name="AppThemeLight.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
|
||||
|
||||
Reference in New Issue
Block a user