16진수 적용 방법
Spinner Test = findViewById(R.id.Spinner_test);
Test.setBackgroundColor(Color.parseColor("#313334"));
RGB 적용 방법
Spinner Test = findViewById(R.id.Spinner_test);
Test.setBackgroundColor(Color.rgb(125,65,23));
'플랫폼 > 안드로이드 android' 카테고리의 다른 글
안드로이드 스크롤 뷰 속성 (스크롤 바 조절) ScrollView (0) | 2020.02.18 |
---|---|
android.content.res.Resources$NotFoundException: String resource ID 에러 (0) | 2020.02.18 |
안드로이드 editText 엔터 이벤트 처리 / 검색 이벤트 / 키보드 내리기 (0) | 2020.02.14 |
안드로이드 스튜디오 프로젝트 경로 확인하기 (0) | 2020.02.13 |
[Android] EditText 자동 포커스 제거 (0) | 2020.02.13 |
댓글