[add] 乘客屏速度数据信息

This commit is contained in:
liujing
2022-06-29 18:39:03 +08:00
parent 1ef419a15c
commit 8a34380297
3 changed files with 76 additions and 33 deletions

View File

@@ -35,6 +35,7 @@ public class TapPositionView extends ConstraintLayout {
public TapPositionView(Context context, @Nullable AttributeSet attrs) {
super(context, attrs);
Log.d(TAG, "2");
LayoutInflater.from(context).inflate(R.layout.hmi_tap_position, this);
tabP = findViewById(R.id.tap_p);
tabR = findViewById(R.id.tap_r);