2

enter image description here

Why my text inside the android design viewer appears blurry. I tried changing the resolution DPI setting as well. But it didn't work for me.

Please look at my second picture, to let you know which one is I am talking about.enter image description here

sophin
  • 583
  • 5
  • 11

3 Answers3

1

Try changing the scaling to 100% instead to 125%. Normally in Windows 10 default scale in 125% recommended. But using 100% will fix this.

To Find Scaling Setting:

Right Click on the desktop

Navigate to Display Setting

Dont Forget to go advanced scaling setting And

Turn on the Fixed Scaling for the apps

Just incase sometimes

enter image description here

Before:

After:

enter image description here

Community
  • 1
  • 1
sophin
  • 583
  • 5
  • 11
0

How about changing device settings?

It just change the resolution of example device and it would make more clear sight from design view. It doesn't change the layout codes.

It would help the development with clear visual, but you have to test various resolutions of devices if you needed to.

enter image description here

SW Choi
  • 81
  • 10
  • I tried that too. But didnt work. I tried putting all possible devices. But all device show same blurry text. Any other clue??? – sophin Jan 22 '19 at 23:10
0

Go to 'Help' tab and click on 'Edit Custom Properties'. It might ask you to generate a file if it doesn't already exist. Once this properties file was made, I wrote 'hidpi=false' (no quotations) on a new line, saved it, and restarted Android Studio.

Serdar
  • 3
  • 2