Skip to content

Commit

Permalink
로그인 아이디 워딩 수정, 부엉이 로티 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yjooooo committed Apr 15, 2021
1 parent 19c4bea commit 9d5f851
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
15 changes: 12 additions & 3 deletions .idea/codeStyles/Project.xml

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

15 changes: 9 additions & 6 deletions app/src/main/res/layout/activity_infant_gift_box.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Expand Down Expand Up @@ -73,9 +72,9 @@
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:text="선물이야!"
android:textColor="#000000"
android:textSize="25sp"
android:textStyle="bold"
android:textColor="#000000"
app:layout_constraintBottom_toBottomOf="@+id/infant_gift_talk2"
app:layout_constraintEnd_toEndOf="@+id/infant_gift_talk2"
app:layout_constraintStart_toStartOf="@+id/infant_gift_talk2"
Expand All @@ -84,9 +83,13 @@

<com.airbnb.lottie.LottieAnimationView
android:id="@+id/infant_gift_box"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginTop="328dp"
android:scaleType="centerCrop"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:lottie_autoPlay="true"
app:lottie_fileName="leaves_gift.json"
Expand All @@ -98,11 +101,11 @@
android:id="@+id/infant_gift_char"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="65dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.38"
app:lottie_fileName="owl.json" />

</androidx.constraintlayout.widget.ConstraintLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginTop="12dp"
android:text="계정"
android:text="아이디"
android:textColor="#000000"
android:textSize="15sp"
app:layout_constraintStart_toStartOf="parent"
Expand All @@ -63,7 +63,7 @@
android:layout_marginTop="2dp"
android:layout_marginEnd="10dp"
android:background="@drawable/bg_login_edt"
android:hint="email을 입력해주세요."
android:hint="ID를 입력해주세요."
android:padding="5dp"
android:singleLine="true"
android:textColor="#858585"
Expand Down

0 comments on commit 9d5f851

Please sign in to comment.