Support caption second UI structure (2/n)
Group text size and style into appearance page. Move language under more options page. Bug: 143502915 Test: Maunal Change-Id: Ice104ed844dc3a10a22c91a10211a8978da68cc3
This commit is contained in:
@@ -52,7 +52,7 @@ public class PresetPreference extends ListDialogPreference {
|
||||
final View previewViewport = view.findViewById(R.id.preview_viewport);
|
||||
final SubtitleView previewText = (SubtitleView) view.findViewById(R.id.preview);
|
||||
final int value = getValueAt(index);
|
||||
CaptionPropertiesFragment.applyCaptionProperties(
|
||||
CaptionAppearanceFragment.applyCaptionProperties(
|
||||
mCaptioningManager, previewText, previewViewport, value);
|
||||
|
||||
final float density = getContext().getResources().getDisplayMetrics().density;
|
||||
|
Reference in New Issue
Block a user