1. 가로 세로 비율을 1:1로 맞춰주는 속성

            app:layout_aspectRatio="100%"
            app:layout_widthPercent="100%"
            android:adjustViewBounds="true"

        <ImageView
            android:id="@+id/item_storethumb_thumbnail"
            android:src="@drawable/img_fblogo"
            android:background="#493"
            android:scaleType="centerCrop"
            app:layout_aspectRatio="100%"
            app:layout_widthPercent="100%"
            android:adjustViewBounds="true"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />

 

+ Recent posts