안녕하세요.

 

이미지 실사 : 530 * 353 px

 

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent" >

        <ImageView
            android:id="@+id/mainImage"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:adjustViewBounds="true"
            android:background="@null"
            android:scaleType="centerCrop" />

    </RelativeLayout>

 

 

갤s, 갤s2, 갤3, 노트해상도에 맞게 이미지 실 비율에 맞게,  가로든, 세로든 화면비율에 따라, 딱맞게.... 화면 전체에 뿌려주고 싶습니다.

 

 

구글검색을 해봐도 어떻게 처리를 해야할지 모르겠습니다.

 

 

처리 할 수 있는 팁이라든지, 참고할만한 사이트가 있으면 조언좀 부탁 드립니다.

 

좋은하루 되세요~~~