Skip to content

Commit

Permalink
[FEAT/#70] create_trip 뷰 최종 UI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
crownjoe committed Jan 11, 2024
1 parent bd5ba39 commit 8d1fd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/src/main/res/layout/activity_create_trip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
android:layout_marginBottom="56dp"
android:layout_marginBottom="22dp"
android:background="@drawable/sel_rounded_corner_button"
android:enabled="@{viewModel.isCheckTripAvailable()}"
android:outlineProvider="none"
Expand Down

0 comments on commit 8d1fd8b

Please sign in to comment.