안드로이드 개발 질문/답변
(글 수 45,052)
제가 지금 넥원사이즈 480*800이미지에 맞게 어플을만들고 싶은데
프로젝트 생성하여
System.out.println("width size() : "+super.getWindowManager().getDefaultDisplay().getWidth());
System.out.println("Height size() : "+super.getWindowManager().getDefaultDisplay().getHeight());
해주니깐
화면 크기가 계속 320 * 533이나옵니다 480*800으로 프로젝트를 생성하려거나 크기를 바꾸려면
어떻게 하는게 좋을가요
프로젝트 생성하여
System.out.println("width size() : "+super.getWindowManager().getDefaultDisplay().getWidth());
System.out.println("Height size() : "+super.getWindowManager().getDefaultDisplay().getHeight());
해주니깐
화면 크기가 계속 320 * 533이나옵니다 480*800으로 프로젝트를 생성하려거나 크기를 바꾸려면
어떻게 하는게 좋을가요
<STYLE>
.mw-latest-list-auction-5-250 { background-color:#262626; border:solid 2px #999999; color:#99FF00; font-weight:bold; height:85px; text-align:left; padding:5px; background-image:url(../skin/latest/saybox.display.img/img/bg_sign.gif); }
.mw-latest-list-auction-5-250 .subject { color:#ffffff; font-weight:bold; font-size:14; text-decoration:none;}
.mw-latest-list-auction-5-250 .file-img { height:80px; border-left:0; }
.mw-latest-list-auction-5-250 .box { display:block; width:100%; text-decoration:none;}
</STYLE>
쫌 알아보니깐
쫌 알아보니깐
480px * 800px가 320dip*533dip라고 하는거 같더라구요 그런데 작업에 나온 이미지들이 다 픽셀아 마쳐줘 있습니다.
다른 분 컴퓨터에서 크기를 체크해보면 480*800으로 나오는데 왜 저는 320*533이 나올까요