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
- es6
- Express
- Eclipse
- react
- Android
- 보조정렬
- IntelliJ
- plugin
- window
- Java
- Kotlin
- SQL
- Python
- table
- SPC
- 공정능력
- GIT
- vaadin
- R
- NPM
- SSL
- tomcat
- mapreduce
- hadoop
- JavaScript
- xPlatform
- Sqoop
- Spring
- MSSQL
- mybatis
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