Fix an issue with the layout dialog_photo_or_video.xml on Dark theme. Light theme does not use .Bridge, so no reason to use it for Dark theme.
I hope there will be no regression though...
This commit is contained in:
parent
2a411ccf6c
commit
9e4f1147f4
@ -3,7 +3,7 @@
|
||||
|
||||
<!-- DARK THEME COLORS -->
|
||||
|
||||
<style name="AppTheme.Base.Dark" parent="Theme.MaterialComponents.NoActionBar.Bridge">
|
||||
<style name="AppTheme.Base.Dark" parent="Theme.MaterialComponents.NoActionBar">
|
||||
<!-- Riotx attribute for palette -->
|
||||
<item name="riotx_background">@color/riotx_background_dark</item>
|
||||
<item name="vctr_home_drawer_header_background">@color/vctr_home_drawer_header_background_dark</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user