document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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.     android:orientation="vertical"
  8.     tools:context="com.blogspot.androidnewbie123.dzikirpagipetangoriginal.MainActivity">
  9.  
  10.     <android.support.v7.widget.CardView
  11.         android:id="@+id/cardpagi"
  12.         android:layout_width="match_parent"
  13.         android:layout_height="match_parent"
  14.         android:layout_margin="16dp"
  15.         android:layout_weight="1"
  16.         android:clickable="true"
  17.         android:foreground="?android:attr/selectableItemBackground">
  18.  
  19.  
  20.         <RelativeLayout
  21.             android:layout_width="match_parent"
  22.             android:layout_height="match_parent"
  23.             android:layout_marginLeft="6dp"
  24.             android:layout_marginTop="7dp"
  25.             android:background="@drawable/pagi"
  26.             android:padding="@dimen/jarakRelative">
  27.  
  28.         </RelativeLayout>
  29.  
  30.     </android.support.v7.widget.CardView>
  31.  
  32.     <android.support.v7.widget.CardView
  33.         android:id="@+id/cardpetang"
  34.         android:layout_width="match_parent"
  35.         android:layout_height="match_parent"
  36.         android:layout_margin="16dp"
  37.         android:layout_weight="1"
  38.         android:padding="16dp">
  39.  
  40.         <RelativeLayout
  41.             android:layout_width="match_parent"
  42.             android:layout_height="match_parent"
  43.             android:layout_marginLeft="6dp"
  44.             android:layout_marginTop="7dp"
  45.             android:background="@drawable/sore">
  46.  
  47.         </RelativeLayout>
  48.     </android.support.v7.widget.CardView>
  49.  
  50. </LinearLayout>
');