Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio preview of design is pixelated

My android studio design preview is blurry. The text as well as widgets. I tried to fix it my doing the following:

Android Studio properties>Compatibility>Change High DPI settings>Override High DPI

I closed android studio and went back on it and it was sill pixelated. Any solutions? I need help quick because I have to start my project within a few days and I am worried that my final app will look blurry Thank You!

screenshot

like image 479
Omar Avatar asked Oct 29 '22 09:10

Omar


1 Answers

It's look like the problem comes from your computer screen resolution. if you have 1080 full hd screen and you have to set your layout and scale to 125% the design preview will pixelated.

you need to adjust the scale and layout to 100% this is for windows users.

settings up scale and layout windows 10

the result after changed

It's late answer but for someone who faced this problems.

like image 112
Beetim Berlake Avatar answered Nov 08 '22 09:11

Beetim Berlake