pocorall / scaloid

Scaloid makes your Android code easy to understand and maintain.
Other
2.09k stars 163 forks source link

Scaloid Demo App looks huge and pixelated on Tablets #127

Closed phdoerfler closed 9 years ago

phdoerfler commented 9 years ago
git clone https://github.com/pocorall/hello-scaloid-sbt
cd hello-scaloid-sbt
sbt run

Results in: very pixelated appearance graphical glitches in the auto correct popup pixelated toasts

The emulated device (same effect on real tablets) is a Nexus 7 (2012).

wookietreiber commented 9 years ago

I have had the same issue, too. The thing is that the demo does not bother with the screen support setting in the manifest, e.g.:

<supports-screens android:largeScreens="true" android:xlargeScreens="true" />
phdoerfler commented 9 years ago

Thanks for the fix!

For the reference, this is what it looks now: Screenshot after fix