feat: refs#6861 reservas
This commit is contained in:
parent
0cdec41ca0
commit
18ebdfc92a
|
@ -52,7 +52,7 @@ fun Context.showToastCenterWithBackground(textToShow: String) {
|
|||
val text = layout.findViewById<TextView>(R.id.toast_text)
|
||||
text.text = "$textToShow"
|
||||
text.setTextColor(this.getColor(R.color.verdnatura_orange_salix))
|
||||
text.textSize = 18f
|
||||
text.textSize = 22f
|
||||
|
||||
val background = GradientDrawable().apply {
|
||||
setColor(Color.parseColor("#000000"))
|
||||
|
|
Loading…
Reference in New Issue