Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginHorizontal="16dp"
- android:layout_marginBottom="16dp"
- app:cardCornerRadius="8dp"
- app:cardElevation="8dp">
- <androidx.constraintlayout.widget.ConstraintLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="24dp">
- <androidx.appcompat.widget.AppCompatImageView
- android:id="@+id/iv_logo_doa"
- android:layout_width="75dp"
- android:layout_height="75dp"
- android:src="@drawable/ic_doa_sholat"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
- <androidx.appcompat.widget.AppCompatTextView
- android:id="@+id/tv_title_doa"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginStart="16dp"
- android:fontFamily="@font/poppins_semi_bold"
- android:textColor="@color/colorText"
- android:textSize="16sp"
- app:layout_constraintBottom_toBottomOf="@id/iv_logo_doa"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toEndOf="@id/iv_logo_doa"
- app:layout_constraintTop_toTopOf="@id/iv_logo_doa" />
- </androidx.constraintlayout.widget.ConstraintLayout>
- </androidx.cardview.widget.CardView>
Add Comment
Please, Sign In to add comment