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.               android:layout_width="match_parent"
  4.               android:layout_height="match_parent"
  5.               xmlns:tools="http://schemas.android.com/tools"
  6.         >
  7.  
  8.     <TextView
  9.             tools:text="CONTOH"
  10.             android:id="@+id/grup_header"
  11.             android:layout_width="match_parent"
  12.             android:layout_height="wrap_content"
  13.             android:background="#C8E6C9"
  14.             android:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft"
  15.             android:textAllCaps="true"
  16.             android:textSize="36sp"
  17.             android:textStyle="bold"/>
  18.  
  19. </LinearLayout>
');