item_guide.xml 970 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:ignore="ResourceName">
  8. <com.google.android.material.card.MaterialCardView
  9. android:layout_width="match_parent"
  10. android:layout_height="@dimen/divider_278px"
  11. android:theme="@style/Theme.MaterialComponents.NoActionBar"
  12. app:cardBackgroundColor="@android:color/white"
  13. app:cardCornerRadius="@dimen/divider_20px">
  14. <androidx.appcompat.widget.AppCompatImageView
  15. android:id="@+id/guideImage"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent"
  18. android:scaleType="fitXY" />
  19. </com.google.android.material.card.MaterialCardView>
  20. </LinearLayout>