[add] 刹车 油门图片资源

This commit is contained in:
liujing
2022-07-27 10:20:45 +08:00
parent bb548aba42
commit bfe95019a4
6 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ public class TrafficDataView extends ConstraintLayout {
private TextView speedTextView;
private TextView accTextView;
private ImageView speedImage;
private ImageView brakeStatus;
//圆弧颜色
private int mArcColor;
@@ -67,6 +69,7 @@ public class TrafficDataView extends ConstraintLayout {
speedImage = findViewById(R.id.speedImage);
speedTextView = findViewById(R.id.speedTextView);
accTextView = findViewById(R.id.speedAccTextView);
brakeStatus = findViewById(R.id.brakeStatus);
}
private final IMoGoAutopilotVehicleStateListener mIMoGoAutopilotVehicleStateListener = new IMoGoAutopilotVehicleStateListener() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB