DP 썸네일형 리스트형 LayoutParams 설정 시 DP 단위로 바꾸기 gradle 추가 //sdp ssp implementation 'com.intuit.ssp:ssp-android:1.0.6' implementation 'com.intuit.sdp:sdp-android:1.0.6' 이런 식으로 사용 android:layout_width="match_parent" android:layout_height="@dimen/_29ssp" android:layout_marginRight="@dimen/_9sdp" android:layout_marginLeft="@dimen/_9sdp" android:layout_marginTop="@dimen/_6sdp" p.s 만약 설정된 width 값과 height 값을 동적으로 바꾸고 싶을 때 LayoutParam 의 width 와 heigh.. 더보기 이전 1 다음