CheckedTextView closeMsg = (CheckedTextView) view.findViewById(R.id.check);
closeMsg.setOnClickListener(v -> ((CheckedTextView) v).toggle());
closeMsg.setOnClickListener(v -> ((CheckedTextView) v).toggle());
'Android' 카테고리의 다른 글
“NDK integration is deprecated in the current plugin” Error (0) | 2016.09.27 |
---|---|
adjustViewBounds (0) | 2016.09.21 |
tablayout 의 style 에서 수정할 수 있는 항목 (0) | 2016.08.11 |
android:fitsSystemWindows= (0) | 2016.08.08 |
osx 내에서 ndk-build 오류 발생 시 처리 방법 Your APP_BUILD_SCRIPT points to an unknown file (0) | 2016.07.19 |