Skip to content

Commit

Permalink
#6 remain_ui/남은 ui : 메인 홈 화면
Browse files Browse the repository at this point in the history
 - 리뷰 작성 넛지 화면 애니메이션 수정
  • Loading branch information
likppi10 committed Sep 12, 2022
1 parent fd65284 commit 02f8e1f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,9 @@
android:id="@+id/inducement_empty_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="@id/inducement_layout"
app:layout_constraintStart_toStartOf="@id/inducement_layout"
app:layout_constraintEnd_toEndOf="@id/inducement_layout"
app:layout_constraintBottom_toBottomOf="@id/inducement_layout"
app:layout_constraintStart_toStartOf="@id/inducement_layout"
app:layout_constraintTop_toTopOf="@+id/inducement_layout"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</com.google.android.material.appbar.CollapsingToolbarLayout>
Expand All @@ -207,6 +206,15 @@
app:tabGravity="fill"
app:tabIndicator="@null"
/>

<View
android:id="@+id/tab_empty_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="@id/inducement_layout"
app:layout_constraintStart_toStartOf="@id/inducement_layout"
app:layout_constraintEnd_toEndOf="@id/inducement_layout"
/>
</com.google.android.material.appbar.AppBarLayout>

<androidx.constraintlayout.widget.ConstraintLayout
Expand Down

0 comments on commit 02f8e1f

Please sign in to comment.