Coding/Android Studio

colors.xml 을 java에서 쓰기

떡빵 2019. 1. 13. 00:01
728x90

int c = getResources().getColor(R.color.mainColorLight);
t.setTextColor(c);



간-단



728x90