Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

design: 기본적으로 보여주던 수도권 안내 멘트 삭제 #516

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions android/app/src/main/res/layout/activity_meeting_join.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,10 @@
android:maxLines="1"
android:text="@{vm.departureAddress}"
android:onClick="@{() -> addressSearchListener.onSearch()}"
app:layout_constraintBottom_toTopOf="@id/tv_departure_information"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_departure_front" />

<TextView
android:id="@+id/tv_departure_information"
style="@style/pretendard_regular_14"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:text="@string/address_question_information"
android:textColor="@color/purple_800"
app:layout_constraintStart_toStartOf="@id/et_departure"
app:layout_constraintTop_toBottomOf="@id/et_departure" />

<androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_next"
style="@style/bottom_button_style"
Expand Down
11 changes: 0 additions & 11 deletions android/app/src/main/res/layout/fragment_meeting_destination.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,10 @@
android:text="@{vm.destinationAddress}"
android:maxLines="1"
android:onClick="@{() -> addressSearchListener.onSearch()}"
app:layout_constraintBottom_toTopOf="@id/tv_destination_information"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_destination_front" />

<TextView
android:id="@+id/tv_destination_information"
style="@style/pretendard_regular_14"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:text="@string/address_question_information"
android:textColor="@color/purple_800"
app:layout_constraintStart_toStartOf="@id/et_destination"
app:layout_constraintTop_toBottomOf="@id/et_destination" />

</androidx.constraintlayout.widget.ConstraintLayout>
</layout>