「优化」

调整布局
This commit is contained in:
董宏宇
2020-08-05 11:47:03 +08:00
parent 6399ac6e84
commit b4bc267537
6 changed files with 135 additions and 156 deletions

View File

@@ -55,7 +55,7 @@ public class V2XSeekHelpDialog extends ConstraintLayout implements View.OnClickL
private void init(Context context) {
mContext = context;
LayoutInflater.from(context).inflate(R.layout.dialog_v2x_common, this);
LayoutInflater.from(context).inflate(R.layout.dialog_v2x_seek_help, this);
tvContent = findViewById(R.id.tvDialogContent);
tvLeft = findViewById(R.id.tvDialogLeft);
tvRight = findViewById(R.id.tvDialogRight);