Skip to content

Commit

Permalink
Merge pull request #45 from dawidfiruzek/patch-1
Browse files Browse the repository at this point in the history
Changed adjusting photo to ImageView
  • Loading branch information
sarriaroman authored Dec 8, 2016
2 parents 070c60b + 4a2725b commit 81de339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/PhotoActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ private void loadImage() {
Picasso.with(this)
.load(imageUrl)
.fit()
.centerInside()
.into(photo, new com.squareup.picasso.Callback() {
@Override
public void onSuccess() {
Expand Down

0 comments on commit 81de339

Please sign in to comment.