Skip to content

Commit

Permalink
[DESIGN/#5] 상태바 투명하게 만들기
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed May 7, 2023
1 parent b1be227 commit 8fd5b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bnv_main"
android:layout_width="0dp"
android:layout_height="56dp"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<item name="colorOnSurfaceInverse">@color/gray_600</item>
<item name="colorOnSurfaceVariant">@color/gray_400</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">true</item>

<!-- Font Theme -->
<item name="textAppearanceDisplayLarge">@style/TextAppearance.GOSOPTAndroid.DisplayLarge</item>
Expand Down

0 comments on commit 8fd5b4e

Please sign in to comment.