Skip to content

Commit

Permalink
[chore] #145 strings.xml 겹치는 것 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjium committed Apr 26, 2024
1 parent f944748 commit d408777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_mypage_myinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
android:paddingHorizontal="1dp"
android:paddingVertical="25dp"
android:paddingStart="20dp"
android:text="@string/mypage_nickname"
android:text="@string/nickname"
android:textColor="@color/gray_700_464747"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
<string name="mypage_version">v.</string>
<string name="mypage_ask_kakao">문의하기</string>
<string name="mypage_before">이전</string>
<string name="mypage_nickname">별명</string>
<string name="mypage_age">나이</string>
<string name="mypage_logout">로그아웃</string>
<string name="mypage_out">회원탈퇴</string>
Expand Down

0 comments on commit d408777

Please sign in to comment.