Skip to content

Commit

Permalink
[chore] #177 검색 이미지 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Feb 24, 2024
1 parent af8b0e6 commit b682590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
android:name=".presentation.ui.search.SearchActivity"
android:exported="false"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateAlwaysVisible"
android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
tools:ignore="LockedOrientationActivity" />

<meta-data
Expand Down
6 changes: 4 additions & 2 deletions app/src/main/res/layout/activity_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@
android:id="@+id/iv_search_search_pingle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="145dp"
android:src="@drawable/img_search_pingle_graphic"
app:layout_constraintBottom_toTopOf="@id/tv_search_search_description"
app:layout_constraintEnd_toStartOf="@id/gl_end"
app:layout_constraintStart_toStartOf="@id/gl_start"
app:layout_constraintTop_toBottomOf="@id/pingle_search_search" />
app:layout_constraintTop_toBottomOf="@id/pingle_search_search"
app:layout_constraintVertical_chainStyle="packed" />

<TextView
android:id="@+id/tv_search_search_description"
Expand All @@ -54,6 +55,7 @@
android:text="@string/search_description"
android:textAppearance="@style/TextAppearance.Pingle.Body.Med.16"
android:textColor="@color/g_02"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/gl_end"
app:layout_constraintStart_toStartOf="@id/gl_start"
app:layout_constraintTop_toBottomOf="@id/iv_search_search_pingle" />
Expand Down

0 comments on commit b682590

Please sign in to comment.