mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 03:49:04 +03:00
Fix alignement
This commit is contained in:
parent
aec49fe542
commit
366a35913b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue