Skip to content

Commit

Permalink
[Design/#32] 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 10, 2023
1 parent a68fd2d commit 436ca3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_delete_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/umbba_white">

<include
android:id="@+id/layout_appbar"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_setting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="26dp"
android:text="계정 관리"
android:text="@string/manage_account"
android:textAppearance="@style/AndroidBody1_2Regular16"
android:textColor="@color/umbba_black"
app:layout_constraintStart_toStartOf="parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@
<string name="btn_delete_account">탈퇴하기</string>
<string name="logout">로그아웃</string>
<string name="delete_account">회원 탈퇴</string>
<string name="manage_account">계정 관리</string>

</resources>

0 comments on commit 436ca3e

Please sign in to comment.