Navigation - Part 2
Part 2 – LayoutsVideo:youtube.com/watch?v=zYVEMCiDcmY Design Support Library:developer.android.com/topic/libraries/support-library/packages.html#design build.gradleapply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "kr.co.devatom.myapplication" minSdkVersion 24 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android..
android
2018. 9. 28. 13:41
Navigation - Part 1
part 1 - Menu & Activity Theme Video:youtube.com/watch?v=fGcMLu1GJEcDesign Support Library: developer.android.com/topic/libraries/support-library/packages.html#design AndroidManifest.xml : theme 설정 styles.xml --> styles.xml 에 AppThem.NoAction 생성 androidManifest.xml 에 MainActvity에 정의 메뉴폴더 생성 menu/drawer_menu.xml 아이콘 생성 방법
android
2018. 9. 28. 10:47