Skip to content

Commit

Permalink
Merge branch 'develop' into feature/alarm-box-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
m6z1 authored Feb 21, 2024
2 parents cc48389 + bc8d673 commit 4f5dce6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
android:layout_height="60dp"
android:layout_gravity="bottom|center_horizontal"
android:elevation="30dp"
app:itemTextAppearanceActive="@style/BottomNavigationStyle"
app:itemTextAppearanceInactive="@style/BottomNavigationStyle"
app:labelVisibilityMode="labeled"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
10 changes: 7 additions & 3 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"></style>

<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar" />

<style name="Colors_Widget.MaterialComponents.Chip.Choice" parent="Widget.MaterialComponents.Chip.Choice">
<item name="android:layout_width">80dp</item>
<item name="android:layout_height">wrap_content</item>
Expand All @@ -24,4 +23,9 @@
<item name="android:textAlignment">center</item>
<item name="android:textColor">@color/black</item>
</style>

<style name="BottomNavigationStyle">
<item name="android:fontFamily">@font/pretendard_medium</item>
<item name="android:textSize">@dimen/font_size_12</item>
</style>
</resources>

0 comments on commit 4f5dce6

Please sign in to comment.