added username and password for up- and download
This commit is contained in:
@ -19,7 +19,7 @@ object LanguageManager {
|
||||
private fun injectDynamicValues(text: String): String {
|
||||
val points = RHS_POINTS ?: 0
|
||||
val color = when (points) {
|
||||
in 1..12 -> "#4CAF50" // Grün
|
||||
in 0..12 -> "#4CAF50" // Grün
|
||||
in 13..36 -> "#FFEB3B" // Gelb
|
||||
in 37..100 -> "#F44336" // Rot
|
||||
else -> "#9E9E9E" // Grau (Standard)
|
||||
|
||||
Reference in New Issue
Block a user