<com.google.android.gms.ads.nativead.MediaView
android:id="@+id/mv_custom"
android:layout_marginBottom="@dimen/customPidContentsPadding"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
이렇게 xml 에 선언하고 사용중인데
미디어뷰의 height 가 완전 크게 될 때도 한 175dp? 정도 될때도 있고 제멋대로 더라구요
전 항상 200dp 로 고정 한 뒤 그에 맞춰서 미디어 뷰도 짤리거나 모자람 없이 꽉 들어찬 비율로 세팅하고싶은데
어떻게 해야할까요?