Merge "Refines the animated image to fit the screen display." into rvc-dev am: dd1e66c199
am: e324e709b7
am: 168c541b9c
Change-Id: I256536fe43a5fcb87cbdc209b87a38ad3cafe96c
This commit is contained in:
@@ -60,7 +60,7 @@ public class AnimatedImagePreference extends Preference {
|
||||
}
|
||||
|
||||
if (mMaxHeight > -1) {
|
||||
imageView.setMaxWidth(mMaxHeight);
|
||||
imageView.setMaxHeight(mMaxHeight);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user