Windows Phone 7
[wp7] SplashImage(BackgroundImage) 화질을 좋게 해보자 (그라데이션 계단현상 제거)
동동(이재동)
2012. 3. 14. 15:32
WMAppManifest.xml
에서
<App xmlns="" ProductID="{fdc14f57-6675-4eac-a1ce-fdd2c0133dd5}" Title="MnetWP7" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="MnetWP7 author" Description="Sample description" Publisher="MnetWP7" BitsPerPixel="32">
저부분에
BitsPerPixel="32"
이걸 추가하면 된다.
끝~
너무 쉽다 ㅋ