Custom AlertDialog fix
This commit is contained in:
parent
ac6b22f659
commit
f463275a73
2 changed files with 22 additions and 25 deletions
|
@ -46,8 +46,8 @@
|
|||
<item name="android:layout_marginRight">16dp</item>
|
||||
<item name="android:background">@drawable/round_corner</item>
|
||||
</style>
|
||||
<string name="MySnackBarText" parent="Widget.MaterialComponents.Snackbar.TextView">
|
||||
<item name="android:textColor">?attr/colorOnBackground</item>
|
||||
<string name="MySnackBarText" parent="Widget.MaterialComponents.Snackbar.TextView" translatable="false">
|
||||
<item name="android:textColor">@color/bg_opp</item>
|
||||
</string>
|
||||
|
||||
<style name="fontTooltip" parent="Widget.Material3.Tooltip">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue