Skip to content

Commit

Permalink
#86 fix : 리뷰 추가 접근성 반대 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BENDENG1 committed Dec 13, 2023
1 parent 18c7419 commit 0137d82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Aos/app/src/main/res/layout/fragment_add_my_restaurant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
android:layout_width="0dp"
android:layout_height="0dp"
android:clipToPadding="false"
android:paddingHorizontal="20dp"
android:fillViewport="true"
android:paddingHorizontal="20dp"
android:paddingBottom="250dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/layout_toolbar"
app:layout_constraintBottom_toBottomOf="parent">
app:layout_constraintTop_toBottomOf="@id/layout_toolbar">

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -199,7 +199,7 @@
android:text="@string/add_traffic_yes"
android:textColor="@color/nn_dark1"
android:visibility="@{vm.uiState.visitWithCar? View.INVISIBLE : View.VISIBLE}"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/sd_traffic" />

<TextView
Expand All @@ -210,7 +210,7 @@
android:text="@string/add_traffic_no"
android:textColor="@color/nn_dark1"
android:visibility="@{vm.uiState.visitWithCar? View.INVISIBLE : View.VISIBLE}"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/sd_traffic" />

<TextView
Expand Down Expand Up @@ -351,7 +351,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:text="(선택) 사진 등록"
android:text="@string/add_photo_option"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_toilet_enough" />

Expand Down
1 change: 1 addition & 0 deletions Aos/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<string name="user_detail_empty">아직 추가한 맛집이 없습니다.</string>
<string name="phone_number_empty">전화번호 없음</string>
<string name="no_recommend_restaurant">\n\n추천드릴 음식점이 존재하지 않습니다.\n\n</string>
<string name="add_photo_option">(선택) 사진 등록</string>

<string-array name="location_list">
<item>강남구</item>
Expand Down

0 comments on commit 0137d82

Please sign in to comment.