Skip to content

Commit

Permalink
feat: 학교 선택 상단 제목 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyCh0 committed Sep 26, 2023
1 parent 4b8e73f commit 698186c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions android/festago/app/src/main/res/layout/activity_select_school.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
android:orientation="vertical"
app:layout_constraintGuide_end="20dp" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:text="@string/select_school_tv_select_school"
android:textColor="@color/black"
android:textSize="20sp"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<com.google.android.material.textfield.TextInputLayout
android:id="@+id/tilSelectSchool"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
Expand Down
1 change: 1 addition & 0 deletions android/festago/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@
<string name="select_school_btn_next">다음</string>
<string name="select_school_til_select_school">학교 선택</string>
<string name="select_school_tv_error_message">학교 목록 불러오기에 실패했습니다.</string>
<string name="select_school_tv_select_school">학교 선택</string>

</resources>

0 comments on commit 698186c

Please sign in to comment.