<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/pride"
android:maxHeight="70px"
android:maxWidth="120px"
<!-- android:adjustViewBounds="true" -->
/>
빨간색 부분만 주석할려고 위와 같이 했는데
오류가 납니다.
주석 처리 어떻게 하는건가요??
imageview tag 안에 주석을 달아서 그런거 같네요.