Skip to content

Commit

Permalink
[DEL/#8] 프로필 레이아웃에서 mbti 텍스트뷰 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed May 12, 2023
1 parent a1e8550 commit 95b1324
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/src/main/res/layout/fragment_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_profile_name" />

<TextView
android:id="@+id/tv_profile_mbti"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@{@string/profile_mbti(vm.signedUpUser.mbti)}"
android:textAppearance="?textAppearanceBodyLarge"
android:textColor="?colorOnBackground"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_profile_specialty" />

<Button
android:id="@+id/btn_profile_logout"
android:layout_width="0dp"
Expand Down

0 comments on commit 95b1324

Please sign in to comment.