Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <!--- Step 14: This is another layout which defines the Similar movies
  2. section from the app. The layout includes constraints which ensure
  3. that it is below the cardView & it aligns to the left & right of the
  4. parent -->
  5. <include
  6. android:id="@+id/included_similar_layout"
  7. layout="@layout/list_similar_movies"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginTop="@dimen/margin_xxlarge"
  11. app:layout_constraintStart_toStartOf="parent"
  12. app:layout_constraintTop_toBottomOf="@+id/movie_detail_card" />
Add Comment
Please, Sign In to add comment