Skip to content

Commit

Permalink
完善播放器控制UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuke committed Jun 29, 2022
1 parent fc15ba1 commit 738ac09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void onClick(View v) {
players.add(2);
players.add(3);
players.add(4);
players.add(4);
players.add(5);
SelectDialog<Integer> dialog = new SelectDialog<>(mActivity);
dialog.setTip("请选择默认画面缩放");
dialog.setAdapter(new SelectDialogAdapter.SelectDialogInterface<Integer>() {
Expand Down

0 comments on commit 738ac09

Please sign in to comment.