Merge "Refines the animated image to fit the screen display." into rvc-dev am: dd1e66c199

Change-Id: Ib4c8daaa81c140e852e2dab78e2b87a044a3caf4
This commit is contained in:
PETER LIANG
2020-05-07 16:28:50 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ public class AnimatedImagePreference extends Preference {
}
if (mMaxHeight > -1) {
imageView.setMaxWidth(mMaxHeight);
imageView.setMaxHeight(mMaxHeight);
}
}