localize, proper action height

This commit is contained in:
Michael Kirk 2018-07-11 10:31:01 -06:00
parent adfaeaa8e1
commit ceeddbc67b
2 changed files with 16 additions and 1 deletions

View File

@ -1161,6 +1161,21 @@
/* Section header in media gallery collection view */
"MEDIA_GALLERY_THIS_MONTH_HEADER" = "This Month";
/* Action sheet button title */
"MESSAGE_ACTION_COPY_TEXT" = "Copy message text";
/* Action sheet button title */
"MESSAGE_ACTION_DELETE_MESSAGE" = "Delete this message";
/* Action sheet button subtitle */
"MESSAGE_ACTION_DELETE_MESSAGE_SUBTITLE" = "This will delete it on this device only";
/* Action sheet button title */
"MESSAGE_ACTION_REPLY" = "Reply to this message";
/* Action sheet button title */
"MESSAGE_ACTION_TITLE_INFO" = "More info";
/* Title for the 'message approval' dialog. */
"MESSAGE_APPROVAL_DIALOG_TITLE" = "Message";

View File

@ -158,7 +158,7 @@ class MessageActionView: UIView {
self.addSubview(contentRow)
contentRow.autoPinToSuperviewMargins()
contentRow.autoSetDimension(.height, toSize: 42, relation: .greaterThanOrEqual)
contentRow.autoSetDimension(.height, toSize: 56, relation: .greaterThanOrEqual)
}
required init?(coder aDecoder: NSCoder) {