Skip to content

Commit

Permalink
[Design/#32] bottom navigation 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 10, 2023
1 parent 5e94c91 commit a68fd2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:itemIconSize="24dp"
app:itemIconSize="16dp"
app:itemIconTint="@color/sel_bottom_nav_icon"
app:menu="@menu/menu_bottom"
app:itemBackground="@drawable/sel_bottom_nav_indicator"
app:itemActiveIndicatorStyle="@null"
android:background="@color/umbba_white"
app:itemTextColor="@color/sel_bottom_nav_text"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
8 changes: 4 additions & 4 deletions app/src/main/res/layout/activity_manage_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="26dp"
android:text="로그아웃"
android:textColor="@color/black_opacity60"
android:textColor="@color/umbba_black"
android:text="@string/logout"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

Expand All @@ -56,8 +56,8 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="26dp"
android:text="회원 탈퇴"
android:textColor="@color/black_opacity60"
android:textColor="@color/umbba_black"
android:text="@string/delete_account"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,7 @@
<string name="delete_account_title">회원탈퇴를 진행하시겠습니까?</string>
<string name="delete_account_content">작성한 모든 문답 내역이 삭제되며 상대측에게는 더 이상 알림이 가지 않습니다.삭제한 내역은 복구할 수 없으니 신중하게 선택해주세요.</string>
<string name="btn_delete_account">탈퇴하기</string>
<string name="logout">로그아웃</string>
<string name="delete_account">회원 탈퇴</string>

</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.Umbbaandroid" parent="Theme.AppCompat.Light">
<style name="Base.Theme.Umbbaandroid" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/primary_400</item>
<item name="colorPrimaryVariant">@color/primary_500</item>
Expand Down

0 comments on commit a68fd2d

Please sign in to comment.