Skip to content

Commit

Permalink
하단 네비 디자인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyoung9310 committed Aug 30, 2020
1 parent fff84d4 commit e74e910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions androidapp/app/src/main/res/layout/main_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:layout_width="0dp"
android:layout_height="0dp"
app:defaultNavHost="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toTopOf="@id/bottomNav"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand All @@ -24,10 +24,6 @@
android:id="@+id/bottomNav"
android:layout_width="0dp"
android:layout_height="@dimen/bottom_nav_height"
android:layout_marginLeft="@dimen/bottom_nav_horizontal_margin"
android:layout_marginRight="@dimen/bottom_nav_horizontal_margin"
android:layout_marginBottom="@dimen/bottom_nav_bottom_margin"
android:background="@drawable/bottom_navigation_background"
android:elevation="8dp"
app:itemIconTint="@drawable/bottom_navigation_color_selector"
app:itemTextColor="@drawable/bottom_navigation_color_selector"
Expand Down
2 changes: 1 addition & 1 deletion androidapp/app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dimen name="SessionChip_horizontal_margin">8dp</dimen>
<dimen name="SessionChip_vertical_margin">4dp</dimen>

<dimen name="bottom_nav_height">48dp</dimen>
<dimen name="bottom_nav_height">60dp</dimen>
<dimen name="bottom_nav_horizontal_margin">30dp</dimen>
<dimen name="bottom_nav_bottom_margin">12dp</dimen>

Expand Down

0 comments on commit e74e910

Please sign in to comment.