본문 바로가기

Development/Android

Android 제공 아이콘

버전별 지원 drawable 확인 가능
http://androiddrawables.com/

코드상에서 접근 :
android.R.drawable.xxxx 와 같은 형식으로 접근하면 된다.

xml 레이아웃에서 접근 :
<ImageButton android:layout_height="wrap_content" android:src="@android:drawable/ic_menu_help"

아이콘 무료 제공
http://materialdesignicons.com/ 


안드로이드 아이콘 디자인 가이드라인/팁

http://baekhorang.tistory.com/226
위 사이트에 가서 디자인 가이드라인 내용을 참고 할 것.