imageView dim 처리
2016. 4. 3. 16:44ㆍAndroid
반응형
ㅇ Activity
ImageView imageview = (ImageView)findViewById(R.id.iv);
imageview .setColorFilter("#88000000");
ㅇ xml
<ImageView
android:id="@+id/iv"
android:layout_width="200dp"
android:layout_height="200dp"
android:src="@drawable/ic_launcher"/>
=> android:background가 아닌 android:src를 써야함
https://smartstore.naver.com/byrollin?
반응형
'Android' 카테고리의 다른 글
ListActivity를 상속받아 ListView 구현 (0) | 2016.04.04 |
---|---|
이미지뷰를 사용할 때 MATCH_PARENT를 적용 안될 때 (0) | 2016.04.03 |
R.java (0) | 2016.04.03 |
카카오톡 간편 로그인 (0) | 2016.03.29 |
페이스북 간편 로그인 (0) | 2016.03.29 |