From 34c0f106a6e77d131dceacbe0a3cab67cbf0292a Mon Sep 17 00:00:00 2001 From: Son Myeongji Date: Wed, 21 Feb 2024 16:31:23 +0900 Subject: [PATCH] =?UTF-8?q?design=20:=20=EB=B0=94=ED=85=80=20=EB=84=A4?= =?UTF-8?q?=EB=B9=84=EA=B2=8C=EC=9D=B4=EC=85=98=20=ED=8F=B0=ED=8A=B8=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_main.xml | 2 ++ app/src/main/res/values/styles.xml | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 0bdffb5d..a7bd417b 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -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" diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 40e6cc5a..e458df39 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,7 +1,7 @@ - + + + + \ No newline at end of file