mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Add a Style for custom Dialog
This commit is contained in:
parent
ae0969abb1
commit
102ad77932
1 changed files with 9 additions and 0 deletions
|
@ -17,4 +17,13 @@
|
|||
|
||||
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
||||
|
||||
<style name="MyDialogTheme" parent="Theme.AppCompat.Light.Dialog.Alert">
|
||||
<!--buttons color-->
|
||||
<item name="colorAccent">@color/material_dynamic_neutral20</item>
|
||||
<!--title and message color-->
|
||||
<item name="android:textColorPrimary">@android:color/white</item>
|
||||
<!--dialog background-->
|
||||
<item name="android:windowBackground">@drawable/background_dialog</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue