From 01feb717cf5483c674c993f4019519b1df719007 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 11 三月 2021 18:30:31 +0800
Subject: [PATCH] 2021-03-11 1.更新
---
On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnIntercomViewController.m | 6 +++---
On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m | 6 +++---
On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnMonitorViewController.m | 6 +++---
On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnIntercomViewController.m | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnIntercomViewController.m b/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnIntercomViewController.m
index 7fb59ca..8286472 100644
--- a/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnIntercomViewController.m
+++ b/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnIntercomViewController.m
@@ -159,7 +159,7 @@
-(UILabel *)titleUILabel{
if (_titleUILabel == Nil) {
_titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)];
- _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0];
+ _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:18.0];
_titleUILabel.textColor = TextColor;
_titleUILabel.text = @"";
_titleUILabel.textAlignment = NSTextAlignmentCenter;
@@ -309,7 +309,7 @@
_hangUpTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_hangUpTextBtn setTitle:@"鎷掔粷" forState:UIControlStateNormal];
_hangUpTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
- _hangUpTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _hangUpTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
[_hangUpTextBtn setTitleColor:TextColor forState:UIControlStateNormal];
[_hangUpTextBtn setTitleColor:TextSelectColor forState:UIControlStateSelected];
[_hangUpTextBtn addTarget:self action:@selector(screenshotAction) forControlEvents:UIControlEventTouchUpInside];
@@ -364,7 +364,7 @@
if (_answerTextBtn == nil) {
_answerTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_answerTextBtn setTitle:@"鎺ュ惉" forState:UIControlStateNormal];
- _answerTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _answerTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
_answerTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
// _unlockTextBtn.titleLabel.textColor = TextColor;
[_answerTextBtn setTitleColor:TextColor forState:UIControlStateNormal];
diff --git a/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m b/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m
index 1944aec..20d7ebb 100644
--- a/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m
+++ b/On+/ESVideoOn/ESVideoPhoneSDKDemo/On/ESOnMonitorViewController.m
@@ -139,7 +139,7 @@
-(UILabel *)titleUILabel{
if (_titleUILabel == Nil) {
_titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)];
- _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0];
+ _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:18.0];
_titleUILabel.textColor = TextColor;
_titleUILabel.text = @"";
_titleUILabel.textAlignment = NSTextAlignmentCenter;
@@ -236,7 +236,7 @@
_screenshotTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_screenshotTextBtn setTitle:@"鎴浘" forState:UIControlStateNormal];
_screenshotTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
- _screenshotTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _screenshotTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
[_screenshotTextBtn setTitleColor:TextColor forState:UIControlStateNormal];
// [_screenshotTextBtn setTitleColor:TextSelectColor forState:UIControlStateSelected];
[_screenshotTextBtn addTarget:self action:@selector(screenshotAction) forControlEvents:UIControlEventTouchUpInside | UIControlEventTouchUpOutside];
@@ -279,7 +279,7 @@
if (_unlockTextBtn == nil) {
_unlockTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_unlockTextBtn setTitle:@"寮�閿�" forState:UIControlStateNormal];
- _unlockTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _unlockTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
_unlockTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
// _unlockTextBtn.titleLabel.textColor = TextColor;
[_unlockTextBtn setTitleColor:[UIColor lightGrayColor] forState:UIControlStateDisabled];
diff --git a/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnIntercomViewController.m b/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnIntercomViewController.m
index 7fb59ca..8286472 100644
--- a/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnIntercomViewController.m
+++ b/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnIntercomViewController.m
@@ -159,7 +159,7 @@
-(UILabel *)titleUILabel{
if (_titleUILabel == Nil) {
_titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)];
- _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0];
+ _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:18.0];
_titleUILabel.textColor = TextColor;
_titleUILabel.text = @"";
_titleUILabel.textAlignment = NSTextAlignmentCenter;
@@ -309,7 +309,7 @@
_hangUpTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_hangUpTextBtn setTitle:@"鎷掔粷" forState:UIControlStateNormal];
_hangUpTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
- _hangUpTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _hangUpTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
[_hangUpTextBtn setTitleColor:TextColor forState:UIControlStateNormal];
[_hangUpTextBtn setTitleColor:TextSelectColor forState:UIControlStateSelected];
[_hangUpTextBtn addTarget:self action:@selector(screenshotAction) forControlEvents:UIControlEventTouchUpInside];
@@ -364,7 +364,7 @@
if (_answerTextBtn == nil) {
_answerTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_answerTextBtn setTitle:@"鎺ュ惉" forState:UIControlStateNormal];
- _answerTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _answerTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
_answerTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
// _unlockTextBtn.titleLabel.textColor = TextColor;
[_answerTextBtn setTitleColor:TextColor forState:UIControlStateNormal];
diff --git a/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnMonitorViewController.m b/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnMonitorViewController.m
index 1944aec..20d7ebb 100644
--- a/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnMonitorViewController.m
+++ b/On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnMonitorViewController.m
@@ -139,7 +139,7 @@
-(UILabel *)titleUILabel{
if (_titleUILabel == Nil) {
_titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)];
- _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0];
+ _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:18.0];
_titleUILabel.textColor = TextColor;
_titleUILabel.text = @"";
_titleUILabel.textAlignment = NSTextAlignmentCenter;
@@ -236,7 +236,7 @@
_screenshotTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_screenshotTextBtn setTitle:@"鎴浘" forState:UIControlStateNormal];
_screenshotTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
- _screenshotTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _screenshotTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
[_screenshotTextBtn setTitleColor:TextColor forState:UIControlStateNormal];
// [_screenshotTextBtn setTitleColor:TextSelectColor forState:UIControlStateSelected];
[_screenshotTextBtn addTarget:self action:@selector(screenshotAction) forControlEvents:UIControlEventTouchUpInside | UIControlEventTouchUpOutside];
@@ -279,7 +279,7 @@
if (_unlockTextBtn == nil) {
_unlockTextBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, GetRealWidth(100), GetRealWidth(20))];
[_unlockTextBtn setTitle:@"寮�閿�" forState:UIControlStateNormal];
- _unlockTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:15.0];
+ _unlockTextBtn.titleLabel.font = [UIFont fontWithName:APP_UIFont size:14.0];
_unlockTextBtn.titleLabel.textAlignment = NSTextAlignmentCenter;
// _unlockTextBtn.titleLabel.textColor = TextColor;
[_unlockTextBtn setTitleColor:[UIColor lightGrayColor] forState:UIControlStateDisabled];
--
Gitblit v1.8.0