Unify the caption preference class naming
Bug: 197695932 Test: make RunSettingsRoboTests Change-Id: Ice244442ad21e6d9f006d488992e9f58cf5c8fb0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user