<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/gradient"
tools:context="com.blogspot.rzwei.dzikirpagipetang.MainActivity">
<LinearLayout
android:id="@+id/linear"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="casual"
android:padding="16dp"
android:text="Dzikir Pagi Dan Petang"
android:textSize="20sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="casual"
android:text="Imam Ibnul Qayyim رحماللة berkata :Waktunya antara shubuh hingga terbit matahari dan 'Ashar hingga terbenam matahari "
android:paddingLeft="16dp"/>
</LinearLayout>
<android.support.v7.widget.CardView
android:id="@+id/crpagi"
android:layout_marginTop="20dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_below="@+id/linear"
android:padding="16dp"
app:cardCornerRadius="20dp"
android:background="@drawable/pagi">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pagi"></RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="serif"
android:text="Dzikir Pagi"
android:textAlignment="center"
android:textSize="30dp"
android:gravity="center"
android:textColor="@color/hitam"
android:layout_gravity="center"/>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:id="@+id/crpetang"
android:layout_marginTop="100dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_below="@+id/crpagi"
android:padding="16dp"
app:cardCornerRadius="20dp"
android:background="@drawable/pagi">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/petang"></RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="serif"
android:text="Dzikir Petang"
android:textAlignment="center"
android:textSize="30dp"
android:gravity="center"
android:textColor="@color/hitam"
android:layout_gravity="center"/>
</android.support.v7.widget.CardView>
</RelativeLayout>