Skip to content

Commit

Permalink
이미지 수정 (#737)
Browse files Browse the repository at this point in the history
* 이미지 수정

* 이미지 수정2
  • Loading branch information
lhb8106 authored Nov 3, 2022
1 parent 331a227 commit d88b8bf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions app/src/main/res/layout/fragment_on_boarding_first.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
android:id="@+id/img_background_shadow"
android:layout_width="match_parent"
android:layout_height="0dp"
android:scaleType="fitXY"
android:scaleType="centerCrop"
android:src="@drawable/img_onboarding_shadow"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginBottom="20dp"
app:layout_constraintBottom_toBottomOf="@+id/text_third_line"
app:layout_constraintBottom_toBottomOf="@+id/text_second_line"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<ImageView
android:id="@+id/img_logo"
Expand All @@ -50,11 +49,11 @@
android:id="@+id/text_nadosunbae"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="3dp"
android:fontFamily="@font/pretendard_semibold"
android:text="@string/onboarding_nadosunbae_title"
android:textColor="@color/main_text"
android:textSize="22sp"
android:layout_marginBottom="3dp"
app:layout_constraintBottom_toTopOf="@+id/text_second_line"
app:layout_constraintStart_toStartOf="@+id/img_logo" />

Expand All @@ -74,11 +73,11 @@
android:id="@+id/text_second_line"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="3dp"
android:fontFamily="@font/pretendard_regular"
android:text="@string/onboarding_simple_sunbae"
android:textColor="@color/main_text"
android:textSize="22sp"
android:layout_marginBottom="3dp"
app:layout_constraintBottom_toTopOf="@+id/text_third_line"
app:layout_constraintStart_toStartOf="@+id/text_nadosunbae" />

Expand Down

0 comments on commit d88b8bf

Please sign in to comment.