Skip to content

Commit

Permalink
fix : 검색화면 ui 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chanubc committed Nov 15, 2023
1 parent 9f40233 commit af50774
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions feat/capture/src/main/res/layout/activity_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/btn_back"
app:layout_constraintTop_toTopOf="@id/btn_back"
app:strokeColor="@color/main_blue"
app:strokeWidth="1dp">
app:strokeColor="@color/main_blue">

<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
Expand Down Expand Up @@ -86,9 +85,9 @@
<View
android:id="@+id/search_underline"
android:layout_width="match_parent"
android:layout_height="2dp"
android:layout_height="1dp"
android:layout_marginTop="8dp"
android:background="@color/light_blue"
android:background="@color/main_blue"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cv_search" />
Expand Down

0 comments on commit af50774

Please sign in to comment.