Android/ImageView scaleType 썸네일형 리스트형 Android ImageView scaleType example Android 에서 SeekBar를 이용하여 ImageView의 Scale 을 변경하는 예seekbar_main.xml SeekBar android:id="@+id/seekBar1" android:layout_width="match_parent" android:layout_height="wrap_content" android:max="100" /> ImageView android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="matrix" .. 더보기 이전 1 다음