forked from organicmaps/organicmaps
fix settings background colour not being set
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
parent
c953ffd70a
commit
2ab8eb336f
3 changed files with 4 additions and 3 deletions
|
@ -393,7 +393,8 @@
|
|||
android:configChanges="uiMode|orientation|screenLayout|screenSize"
|
||||
android:screenOrientation="fullUser"
|
||||
android:label="@string/settings"
|
||||
android:parentActivityName="app.organicmaps.MwmActivity" />
|
||||
android:parentActivityName="app.organicmaps.MwmActivity"
|
||||
android:theme="@style/MwmTheme.CardBg"/>
|
||||
|
||||
<activity
|
||||
android:name="app.organicmaps.help.HelpActivity"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<attr name="titleDialogTheme" format="reference" />
|
||||
<attr name="textDialogTheme" format="reference" />
|
||||
<attr name="windowBackgroundForced" format="reference|color" />
|
||||
<attr name="cardBackground" format="reference" />
|
||||
<attr name="cardBackground" format="color" />
|
||||
<attr name="clickableBackground" format="reference" />
|
||||
<attr name="statusBar" format="color" />
|
||||
<attr name="secondary" format="color" />
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</style>
|
||||
|
||||
<style name="MwmTheme.CardBg">
|
||||
<item name="android:windowBackground">@color/bg_cards</item>
|
||||
<item name="android:windowBackground">?cardBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.WindowBg">
|
||||
|
|
Loading…
Add table
Reference in a new issue