You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following your tutorial course and everything works perfectly fine. At the moment I finished the binding.
Since the first moment the only thing that did not work was the color of the priority cardview in the list fragment.
In the other fragments the color for priority works fine.
I analized the database and the priority is ok.
Could you help me?
Thanks Michel
The text was updated successfully, but these errors were encountered:
same me to, but i changed the card view to ImageView using drawable stuff, like made own drawable.xml and made one by one the drawable with name red,yellow, and green, and change it to shape with solid color and with corner, so the imageview show as pure circle with color by showing the drawable i made ... and in the ListAdapter u just change the code to "Priority.MEDIUM -> holder.itemView.priority_indicator.setImageDrawable(
ContextCompat.getDrawable(
holder.itemView.context,
R.drawable.yellow"))
pplaquette
added a commit
to TrildaDevCenter-Udemy/To-Do-App-Kotlin
that referenced
this issue
Dec 3, 2024
I am following your tutorial course and everything works perfectly fine. At the moment I finished the binding.
Since the first moment the only thing that did not work was the color of the priority cardview in the list fragment.
In the other fragments the color for priority works fine.
I analized the database and the priority is ok.
Could you help me?
Thanks Michel
The text was updated successfully, but these errors were encountered: