Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- JS
- npm
- Kotlin
- TypeScript
- 안드로이드
- 구글맵스
- stylesheet
- Linux
- Hook
- scrollview
- 자바스크립트
- 코틀린
- React
- RecyclerView
- 리액트
- Java
- 오버라이딩
- 랜덤번호
- TextView
- Javscript
- SpringBoot
- Android
- array
- button
- 랜덤넘버
- nodejs
- JavaScript
- 스프링부트
- GoogleMaps
- fragment
Archives
- Today
- Total
목록menu (1)
타닥타닥 개발자의 일상
Kotlin으로 메뉴 만들고 메뉴 이용해 TextView 글자색 변경, 글자 배경 변경하기
파일 생성 res/menu 폴더에 context_menu_main.xml 파일 생성 context_menu_main.xml 메뉴 구성하는 항목 만들기 build.gradle(:app) plugins { id 'com.android.application' id 'kotlin-android' } android { compileSdk 32 defaultConfig { applicationId "com.example.sample13" minSdk 21 targetSdk 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEna..
카테고리 없음
2022. 2. 7. 01:16