浏览代码

also increase size of play button in media message including text

cyberta 5 年之前
父节点
当前提交
db0b096c52
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/MessageKit/Views/Cells/TextMediaMessageCell.swift

+ 1 - 1
deltachat-ios/MessageKit/Views/Cells/TextMediaMessageCell.swift

@@ -81,7 +81,7 @@ open class TextMediaMessageCell: MessageContentCell {
 
         switch messageKind {
         case .videoText:
-            playButtonView.constraint(equalTo: CGSize(width: 35, height: 35))
+            playButtonView.constraint(equalTo: CGSize(width: 50, height: 50))
             let playButtonViewConstraints = [ playButtonView.constraintCenterXTo(imageView),
                                               playButtonView.constraintCenterYTo(imageView)]
             messageContainerView.addConstraints(playButtonViewConstraints)