|
|
|
|
@ -51,10 +51,12 @@ public final class SubtitleDialog extends BaseDialog { |
|
|
|
|
|
|
|
|
|
private void onUp(View view) { |
|
|
|
|
subtitleView.addBottomPadding(0.005f); |
|
|
|
|
Setting.putSubtitleBottomPadding(subtitleView.getBottomPadding()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void onDown(View view) { |
|
|
|
|
subtitleView.subBottomPadding(0.005f); |
|
|
|
|
Setting.putSubtitleBottomPadding(subtitleView.getBottomPadding()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void onLarge(View view) { |
|
|
|
|
@ -69,6 +71,7 @@ public final class SubtitleDialog extends BaseDialog { |
|
|
|
|
|
|
|
|
|
private void onReset(View view) { |
|
|
|
|
Setting.putSubtitleTextSize(0); |
|
|
|
|
Setting.putSubtitleBottomPadding(0); |
|
|
|
|
subtitleView.setUserDefaultTextSize(); |
|
|
|
|
subtitleView.setBottomPaddingFraction(SubtitleView.DEFAULT_BOTTOM_PADDING_FRACTION); |
|
|
|
|
} |
|
|
|
|
|