|
|
@@ -195,7 +195,7 @@ public class WelcomeActivity extends AppCompatActivity {
|
|
|
}
|
|
|
tvAdviserName.setText(empInfo.getUserName());
|
|
|
if (empInfo.getDescription() == null) {
|
|
|
- tvIntro.setText("20年从业经验,经历多次牛能转换磨练,对市场具有一定的敏感度,注重价值投资,资产配置,秉承专业的头次理念服务客户");
|
|
|
+ tvIntro.setText("20年从业经验,经历多次牛熊转换磨练,对市场具有一定的敏感度,注重价值投资,资产配置,秉承专业的投资理念服务客户");
|
|
|
} else {
|
|
|
tvIntro.setText(empInfo.getDescription());
|
|
|
}
|
|
|
@@ -260,7 +260,7 @@ public class WelcomeActivity extends AppCompatActivity {
|
|
|
void clickArrow() {
|
|
|
ViewGroup.LayoutParams layoutParams = rlMeetings.getLayoutParams();
|
|
|
int dp36 = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 36, getResources().getDisplayMetrics());
|
|
|
- int dp108 = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 108, getResources().getDisplayMetrics());
|
|
|
+ int dp108 = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 126, getResources().getDisplayMetrics());
|
|
|
int height = layoutParams.height;
|
|
|
|
|
|
ValueAnimator anim = ValueAnimator.ofInt(height, height < dp108 ? dp108 : dp36);
|
|
|
@@ -353,10 +353,6 @@ public class WelcomeActivity extends AppCompatActivity {
|
|
|
| View.SYSTEM_UI_FLAG_FULLSCREEN
|
|
|
| View.SYSTEM_UI_FLAG_IMMERSIVE;
|
|
|
decorView.setSystemUiVisibility(uiOptions);
|
|
|
- if (MyApplication.roomInfo != null) {
|
|
|
- tvRoomName.setText(MyApplication.roomInfo.getRoomName());
|
|
|
- tvRoomNum.setText(MyApplication.roomInfo.getRoomBizNum());
|
|
|
- }
|
|
|
}
|
|
|
return super.dispatchTouchEvent(me);
|
|
|
}
|