Advertisement
gungjreng

Untitled

Aug 16th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.48 KB | None | 0 0
  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.    android:padding="20dp"
  9.    tools:context="net.prabowoaz.bukutabungan.MainActivity2">
  10.  
  11.  
  12.     <LinearLayout
  13.        android:layout_width="wrap_content"
  14.        android:layout_height="wrap_content"
  15.        android:layout_marginBottom="5dp"
  16.        android:orientation="horizontal">
  17.  
  18.         <TextView
  19.            android:id="@+id/namatext"
  20.            android:layout_width="160dp"
  21.            android:layout_height="wrap_content"
  22.            android:text="@string/nama" />
  23.  
  24.         <TextView
  25.            android:id="@+id/namaValue"
  26.            android:layout_width="wrap_content"
  27.            android:layout_height="wrap_content"
  28.            android:text=""
  29.            android:textAppearance="?android:attr/textAppearanceMedium" />
  30.  
  31.     </LinearLayout>
  32.  
  33.     <LinearLayout
  34.        android:layout_width="wrap_content"
  35.        android:layout_height="wrap_content"
  36.        android:layout_marginBottom="5dp"
  37.        android:orientation="horizontal">
  38.  
  39.         <TextView
  40.            android:id="@+id/tgltext"
  41.            android:layout_width="160dp"
  42.            android:layout_height="wrap_content"
  43.            android:text="@string/tmptgl" />
  44.  
  45.         <TextView
  46.            android:id="@+id/tglValue"
  47.            android:layout_width="wrap_content"
  48.            android:layout_height="wrap_content"
  49.            android:text=""
  50.            android:textAppearance="?android:attr/textAppearanceMedium" />
  51.  
  52.     </LinearLayout>
  53.  
  54.     <LinearLayout
  55.        android:layout_width="wrap_content"
  56.        android:layout_height="wrap_content"
  57.        android:layout_marginBottom="5dp"
  58.        android:orientation="horizontal">
  59.  
  60.         <TextView
  61.            android:id="@+id/nipdtext"
  62.            android:layout_width="160dp"
  63.            android:layout_height="wrap_content"
  64.            android:text="@string/nipd" />
  65.  
  66.         <TextView
  67.            android:id="@+id/nipsValue"
  68.            android:layout_width="wrap_content"
  69.            android:layout_height="wrap_content"
  70.            android:text=""
  71.            android:textAppearance="?android:attr/textAppearanceMedium" />
  72.  
  73.     </LinearLayout>
  74.  
  75.     <LinearLayout
  76.        android:layout_width="wrap_content"
  77.        android:layout_height="wrap_content"
  78.        android:layout_marginBottom="5dp"
  79.        android:orientation="horizontal">
  80.  
  81.         <TextView
  82.            android:id="@+id/kelastext"
  83.            android:layout_width="160dp"
  84.            android:layout_height="wrap_content"
  85.            android:text="@string/kelas" />
  86.  
  87.         <TextView
  88.            android:id="@+id/kelasValue"
  89.            android:layout_width="wrap_content"
  90.            android:layout_height="wrap_content"
  91.            android:text=""
  92.            android:textAppearance="?android:attr/textAppearanceMedium" />
  93.  
  94.     </LinearLayout>
  95.  
  96.     <LinearLayout
  97.        android:layout_width="wrap_content"
  98.        android:layout_height="wrap_content"
  99.        android:layout_marginBottom="5dp"
  100.        android:orientation="horizontal">
  101.  
  102.         <TextView
  103.            android:id="@+id/tabungantext"
  104.            android:layout_width="160dp"
  105.            android:layout_height="wrap_content"
  106.            android:text="@string/perhari" />
  107.  
  108.         <TextView
  109.            android:id="@+id/tabunganValue"
  110.            android:layout_width="wrap_content"
  111.            android:layout_height="wrap_content"
  112.            android:text=""
  113.            android:textAppearance="?android:attr/textAppearanceMedium" />
  114.  
  115.     </LinearLayout>
  116.  
  117.     <LinearLayout
  118.        android:layout_width="wrap_content"
  119.        android:layout_height="wrap_content"
  120.        android:layout_marginBottom="5dp"
  121.        android:orientation="horizontal">
  122.  
  123.         <TextView
  124.            android:id="@+id/agamatext"
  125.            android:layout_width="160dp"
  126.            android:layout_height="wrap_content"
  127.            android:text="@string/agama" />
  128.  
  129.         <TextView
  130.            android:id="@+id/agamaValue"
  131.            android:layout_width="wrap_content"
  132.            android:layout_height="wrap_content"
  133.            android:text=""
  134.            android:textAppearance="?android:attr/textAppearanceMedium" />
  135.  
  136.     </LinearLayout>
  137.  
  138.     <LinearLayout
  139.        android:layout_width="wrap_content"
  140.        android:layout_height="wrap_content"
  141.        android:layout_marginBottom="5dp"
  142.        android:orientation="horizontal">
  143.  
  144.         <TextView
  145.            android:id="@+id/ortutext"
  146.            android:layout_width="160dp"
  147.            android:layout_height="wrap_content"
  148.            android:text="@string/ortu" />
  149.  
  150.         <TextView
  151.            android:id="@+id/ortuValue"
  152.            android:layout_width="wrap_content"
  153.            android:layout_height="wrap_content"
  154.            android:text=""
  155.            android:textAppearance="?android:attr/textAppearanceMedium" />
  156.  
  157.     </LinearLayout>
  158.  
  159.     <LinearLayout
  160.        android:layout_width="wrap_content"
  161.        android:layout_height="wrap_content"
  162.        android:layout_marginBottom="5dp"
  163.        android:orientation="horizontal">
  164.  
  165.         <TextView
  166.            android:id="@+id/alamattext"
  167.            android:layout_width="160dp"
  168.            android:layout_height="wrap_content"
  169.            android:text="@string/address" />
  170.  
  171.         <TextView
  172.            android:id="@+id/alamatValue"
  173.            android:layout_width="wrap_content"
  174.            android:layout_height="wrap_content"
  175.            android:text=""
  176.            android:textAppearance="?android:attr/textAppearanceMedium" />
  177.  
  178.     </LinearLayout>
  179.  
  180.     <LinearLayout
  181.        android:layout_width="wrap_content"
  182.        android:layout_height="wrap_content"
  183.        android:layout_marginBottom="5dp"
  184.        android:orientation="horizontal">
  185.  
  186.         <TextView
  187.            android:id="@+id/walastext"
  188.            android:layout_width="160dp"
  189.            android:layout_height="wrap_content"
  190.            android:text="@string/walas" />
  191.  
  192.         <TextView
  193.            android:id="@+id/walasValue"
  194.            android:layout_width="wrap_content"
  195.            android:layout_height="wrap_content"
  196.            android:text=""
  197.            android:textAppearance="?android:attr/textAppearanceMedium" />
  198.  
  199.     </LinearLayout>
  200.  
  201. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement