Coder Social home page Coder Social logo

Quality loss about roundedimageview HOT 6 CLOSED

vinc3m1 avatar vinc3m1 commented on July 3, 2024
Quality loss

from roundedimageview.

Comments (6)

vinc3m1 avatar vinc3m1 commented on July 3, 2024

Hm, I wonder if it might be some anti-aliasing or scaling quality issues...

from roundedimageview.

nickyhajal avatar nickyhajal commented on July 3, 2024

Is there any resolution on this issue? I am experiencing it as well.

from roundedimageview.

vinc3m1 avatar vinc3m1 commented on July 3, 2024

No idea what the problem is. Sample images and test code would be appreciated.

from roundedimageview.

torchhound avatar torchhound commented on July 3, 2024

I also commented in #174 since that seemed more relevant but it might be relevant here also. My vector drawables are displayed but they are very low resolution. I have other non-vector images loaded from the network and all of those look fine. The images are loaded into a ListView by an adapter with a .setImageResource(); and my xml looks like this:

<com.makeramen.roundedimageview.RoundedImageView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_marginLeft="5dp"
        android:id="@+id/station_image"
        android:layout_width="165dp"
        android:layout_height="165dp"
        android:layout_gravity="center"
        android:layout_marginRight="17dp"
        android:scaleType="fitCenter"
        app:riv_corner_radius="5dp"
        app:riv_border_width="4dp"
        app:riv_border_color="@color/image_border"
        app:riv_mutate_background="true"/>

from roundedimageview.

torchhound avatar torchhound commented on July 3, 2024

My bad, I needed to reimport the svgs at 300-500dp instead of the default 24.

from roundedimageview.

vinc3m1 avatar vinc3m1 commented on July 3, 2024

closing due to inactivity for now

from roundedimageview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.