[6.5.0]自动探查乘客端调整字体大小和动效
This commit is contained in:
@@ -125,6 +125,8 @@ class AutomaticExplorationView @JvmOverloads constructor(
|
||||
}
|
||||
}
|
||||
if(allComplete){
|
||||
//停止左上角扫描动画
|
||||
rotationAnim?.cancel()
|
||||
//语音播放
|
||||
AIAssist.getInstance(context).speakTTSVoice("道路畅通一切正常蘑菇型车助手将持续守候您的出行")
|
||||
//5秒后关闭弹窗
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
android:id="@+id/tvExplorationContent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/sp_20"
|
||||
android:textSize="@dimen/sp_22"
|
||||
android:textColor="@color/auto_exploration_content_p"
|
||||
android:layout_marginStart="@dimen/dp_13"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
||||
Reference in New Issue
Block a user