Unify the caption preference class naming

Bug: 197695932
Test: make RunSettingsRoboTests
Change-Id: Ice244442ad21e6d9f006d488992e9f58cf5c8fb0
This commit is contained in:
menghanli
2022-08-01 16:47:12 +08:00
parent 0494c4540c
commit e57125650d
51 changed files with 202 additions and 210 deletions

View File

@@ -93,7 +93,7 @@ public class CaptionHelper {
previewText.setTextSize(virtualHeight * LINE_HEIGHT_RATIO * fontScale);
} else {
final float textSize = mContext.getResources().getDimension(
R.dimen.caption_preview_text_size);
R.dimen.captioning_preview_text_size);
previewText.setTextSize(textSize * fontScale);
}