Fix alignement

This commit is contained in:
Valere 2020-04-08 15:05:49 +02:00
parent aec49fe542
commit 366a35913b
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ abstract class StatusTileTimelineItem : AbsBaseMessageItem<StatusTileTimelineIte
holder.titleView.text = attributes.title
holder.descriptionView.text = attributes.description
holder.descriptionView.textAlignment = View.TEXT_ALIGNMENT_CENTER
val startDrawable = when (attributes.shieldUIState) {
ShieldUIState.GREEN -> R.drawable.ic_shield_trusted