Android's gradient drawables: poor quality of screenshots in Eclipse

前端 未结 4 628
生来不讨喜
生来不讨喜 2021-01-05 17:12

I\'m using drawables like the following one for backgrounds with a gradient:




        
4条回答
  •  一生所求
    2021-01-05 18:04

    I believe that the screenshot bitdepth issue is a fault of 2 parties; Android DDMS/monitor as well as the device/emulator being captured.

    If a device/emulator has a low bitdepth display, then there is nothing you do about that particular situation (GIGO). Although, I have clearly seen that on some devices/emulators, the screen capture quality that DDMS takes is lower than the actual display.

    In my hunt, I have just found an application that I think solves this problem called "Android Screen Monitor" that you can obtain here:

    http://code.google.com/p/android-screen-monitor/

提交回复
热议问题