mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
Add (commented out) code to prevent video controls buttons scaling
This commit is contained in:
parent
7a63d313ef
commit
a8717b856f
1 changed files with 11 additions and 0 deletions
|
|
@ -394,6 +394,17 @@ void addAnimationFadeTransition(UIView* view, float duration) {
|
|||
|
||||
[videoCameraSwitch setPreview:videoPreview];
|
||||
addVideo.videoUpdateIndicator = videoUpdateIndicator;
|
||||
|
||||
// prevent buttons resizing
|
||||
/*
|
||||
endCtrl.imageView.contentMode = UIViewContentModeCenter;
|
||||
mute.imageView.contentMode = UIViewContentModeCenter;
|
||||
speaker.imageView.contentMode = UIViewContentModeCenter;
|
||||
pause.imageView.contentMode = UIViewContentModeCenter;
|
||||
contacts.imageView.contentMode = UIViewContentModeCenter;
|
||||
addCall.imageView.contentMode = UIViewContentModeCenter;
|
||||
dialer.imageView.contentMode = UIViewContentModeCenter;
|
||||
*/
|
||||
}
|
||||
|
||||
-(void) addCallPressed {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue