Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly committed Oct 26, 2024
1 parent 5be3c1d commit 959bc88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void showSeekBarDialog() {
// 因为麻烦
LinearLayout layout = new LinearLayout(context);
layout.setOrientation(LinearLayout.HORIZONTAL); // 设置水平排列
layout.setPadding(50, 8, 50, 8);
layout.setPadding(8, 8, 8, 8);
layout.setGravity(Gravity.CENTER);

// 动态创建一个 SeekBar ,用于调整缩放因子
Expand Down

0 comments on commit 959bc88

Please sign in to comment.