Skip to content

Commit

Permalink
[UI]#6 기본 상단 바 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
nrj022 committed Feb 13, 2024
1 parent 50b9474 commit 958670c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/com_ma/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MainActivity : AppCompatActivity() {
R.id.navigation_home, R.id.navigation_card, R.id.navigation_camera, R.id.navigation_content, R.id.navigation_user
)
)
setupActionBarWithNavController(navController, appBarConfiguration)
//setupActionBarWithNavController(navController, appBarConfiguration)
navView.setupWithNavController(navController)
}
}
2 changes: 2 additions & 0 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
</resources>

0 comments on commit 958670c

Please sign in to comment.