336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
출처 : http://androcode.tistory.com/22
이미지 뷰 관련
android:scaleType="fitXY"
android:adjustViewBounds="true"
1 2 3 4 5 6 7 8 | <com.android.volley.toolbox.NetworkImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:adjustViewBounds="true" android:id="@+id/iv_picture" android:scaleType="fitXY" android:background="@drawable/photo_bg_default_s" android:layout_marginTop="10dp" /> | cs |
'Android Studio' 카테고리의 다른 글
(Android Studio) assets 폴더 만들기 (0) | 2016.11.14 |
---|---|
(Android Studio) 안드로이드 해상도 구하기 (0) | 2016.11.14 |
(Android Studio) URL주소에서 이미지 가져와서 보여주기 (0) | 2016.11.14 |
(Android Studio) ImageView 4096 이상일 때 (0) | 2016.11.14 |
(Android Studio) 이미지 비우기 (0) | 2016.11.14 |