This commit is contained in:
kehaoyuan
2019-09-30 18:33:14 +08:00
parent 770543fea5
commit 322f4fd268
16 changed files with 275 additions and 246 deletions

View File

@ -866,8 +866,8 @@ public class DialogUtils {
TextView negativeTv = contentView.findViewById(R.id.negative);
TextView positiveTv = contentView.findViewById(R.id.positive);
TextView content = contentView.findViewById(R.id.content);
positiveTv.setBackground(DrawableView.getOvalDrawable(R.color.text_f5f5f5));
negativeTv.setBackground(DrawableView.getOvalDrawable(R.color.theme));
positiveTv.setBackground(DrawableView.getOvalDrawable(R.color.text_f5f5f5, 999));
negativeTv.setBackground(DrawableView.getOvalDrawable(R.color.theme, 999));
content.setText(Html.fromHtml(context.getString(R.string.video_upload_draft_dialog_content)));
negativeTv.setOnClickListener(view -> {