hhroc / yellr-android

YellR Android App
GNU General Public License v2.0
2 stars 5 forks source link

Image squashing #176

Closed Nolski closed 9 years ago

Nolski commented 9 years ago

In the story list, the images become squashed.

thequbit commented 9 years ago

Fixed by applying:

android:adjustViewBounds="true"
android:scaleType="centerCrop"

... to the ImageView within the local feed row.

ref: http://stackoverflow.com/a/6143521

thequbit commented 9 years ago

Fixed in #187