feat: refs#6861 reservas

This commit is contained in:
Sergio De la torre 2025-01-13 16:41:55 +01:00
parent 0cdec41ca0
commit 18ebdfc92a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fun Context.showToastCenterWithBackground(textToShow: String) {
val text = layout.findViewById<TextView>(R.id.toast_text) val text = layout.findViewById<TextView>(R.id.toast_text)
text.text = "$textToShow" text.text = "$textToShow"
text.setTextColor(this.getColor(R.color.verdnatura_orange_salix)) text.setTextColor(this.getColor(R.color.verdnatura_orange_salix))
text.textSize = 18f text.textSize = 22f
val background = GradientDrawable().apply { val background = GradientDrawable().apply {
setColor(Color.parseColor("#000000")) setColor(Color.parseColor("#000000"))