mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix alignement
This commit is contained in:
parent
aec49fe542
commit
366a35913b
@ -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 New Issue
Block a user