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 | 29 | 30 |
Tags
- JavaScript
- IntelliJ
- GIT
- Eclipse
- tomcat
- Python
- Kotlin
- hadoop
- react
- NPM
- mybatis
- es6
- plugin
- Spring
- Express
- xPlatform
- 공정능력
- SPC
- mapreduce
- 보조정렬
- Android
- vaadin
- table
- window
- SQL
- Sqoop
- Java
- SSL
- R
- MSSQL
Archives
- Today
- Total
728x90
목록2024/04/12 (1)
DBILITY

보통하는 Activity에서 하는 것처럼 필요한 Activity에서 하면 된다. toolbar Layout을 만들고 그걸 Activity에서 include class MainActivity : AppCompatActivity() { private val binding by lazy { ActivityMainBinding.inflate(layoutInflater) } private val bindingToolbar by lazy { ToolbarLayoutBinding.inflate(layoutInflater) } override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) //enableEdgeToEdge()..
android/kotlin
2024. 4. 12. 10:31
728x90