안드로이드 리소스 정리
·
App Development/Android
참고: http://developer.android.com/guide/topics/resources/available-resources.html Animation ResourcesDefine pre-determined animations. Tween animations are saved in res/anim/ and accessed from the R.anim class. Frame animations are saved in res/drawable/ and accessed from the R.drawable class.Color State List ResourceDefine a color resources that changes based on the View state. Saved in res/colo..