• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Listview Images are getting Cut of at Borders

Listview Images are getting Cut of at Borders in only OnePlus all Devices

  • This Might be issue with Library?

    Votes: 0 0.0%
  • his might issue with OnePlue Devices?

    Votes: 0 0.0%

  • Total voters
    0
Hi Team,
I am Android App Developer, I facing an Issue only in One Plus Devices.
Issue: In Listview I have placed an ImageView in it, we are using Library (WrapContentDraweeView) to fetch the Image url and displaying on the Screen. While showing the Images on the Screen Images are cut of for 1 DP (Top, Bottom, Right, Left) on all the sides. Tried to replicate the issue in Other devices, but we can't able to reproduce this issue in other Devices.

I am attaching OnePlus Screenshot and Other mobile Screenshot, Please check the marked area.

May I know the reason why it is happening.
 

Attachments

  • OnePlus.jpeg
    OnePlus.jpeg
    218.6 KB · Views: 150
  • Other.png
    Other.png
    1.2 MB · Views: 117
Difficult to say without seeing any code.

Hi Thanks for your reply.

I am using WrapContentDraweeView Library to load the Images. Below is the sample code where I am loading the Images in ListView.

GenericImageLoader.Frescoimageloading("ImageUrl", ImageView);
 
Back
Top Bottom