This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust the scale of the Memorex logo on start screen.
This fixes #3. Using [`FIT_CENTER`][1]: > Compute a scale that will maintain the original src aspect ratio, but will also ensure that src fits entirely inside dst. At least one axis (X or Y) will fit exactly. The result is centered inside dst. [1]: https://developer.android.com/reference/android/widget/ImageView.ScaleType.html#FIT_CENTER
- Loading branch information