Merge "Correct the resolution illustration at the setting page" into udc-dev am: a1da0b8da0
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/22162065 Change-Id: I4d43a3887cdd78e2eda71dba86a8d5a00b003ab7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -251,10 +251,10 @@ public class ScreenResolutionFragment extends RadioButtonPickerFragment {
|
||||
|
||||
if (TextUtils.equals(
|
||||
mScreenResolutionOptions[ScreenResolutionController.HIGHRESOLUTION_IDX], key)) {
|
||||
preference.setLottieAnimationResId(R.drawable.screen_resolution_1080p);
|
||||
preference.setLottieAnimationResId(R.drawable.screen_resolution_high);
|
||||
} else if (TextUtils.equals(
|
||||
mScreenResolutionOptions[ScreenResolutionController.FULLRESOLUTION_IDX], key)) {
|
||||
preference.setLottieAnimationResId(R.drawable.screen_resolution_1440p);
|
||||
preference.setLottieAnimationResId(R.drawable.screen_resolution_full);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user