Loading res/layout/preference_animated_image.xml +2 −1 Original line number Diff line number Diff line Loading @@ -24,9 +24,10 @@ <ImageView android:id="@+id/animated_img" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:scaleType="fitCenter" android:focusable="false" android:clickable="false" android:adjustViewBounds="true"/> Loading src/com/android/settings/accessibility/AnimatedImagePreference.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public class AnimatedImagePreference extends Preference { } if (mMaxHeight > -1) { imageView.setMaxWidth(mMaxHeight); imageView.setMaxHeight(mMaxHeight); } } Loading Loading
res/layout/preference_animated_image.xml +2 −1 Original line number Diff line number Diff line Loading @@ -24,9 +24,10 @@ <ImageView android:id="@+id/animated_img" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:scaleType="fitCenter" android:focusable="false" android:clickable="false" android:adjustViewBounds="true"/> Loading
src/com/android/settings/accessibility/AnimatedImagePreference.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public class AnimatedImagePreference extends Preference { } if (mMaxHeight > -1) { imageView.setMaxWidth(mMaxHeight); imageView.setMaxHeight(mMaxHeight); } } Loading