GedeCandra123

cetak_laporan

Jul 11th, 2023
1,427
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.11 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.    android:layout_width="wrap_content"
  5.    android:layout_height="wrap_content"
  6.    android:layout_gravity="center_horizontal"
  7.    android:orientation="vertical" >
  8.     <TextView
  9.        android:layout_width="wrap_content"
  10.        android:layout_height="wrap_content"
  11.        android:text="CETAK LAPORAN "
  12.        android:layout_gravity="center_horizontal"
  13.        android:layout_margin="20dp"
  14.        android:orientation="vertical"
  15.        android:textSize="18dp"
  16.        android:textStyle="bold"
  17.        android:textColor="@color/md_black_1000">
  18.  
  19.     </TextView>
  20.     <Button
  21.        android:layout_width="200dp"
  22.        android:layout_height="wrap_content"
  23.        android:id="@+id/btnLaporanPenjualan"
  24.        android:text="Laporan Penjualan"
  25.        android:background="@color/colorAccent"
  26.        android:layout_margin="30dp"
  27.        android:textColor="#fff"
  28.        android:textStyle="bold" />
  29.     <Button
  30.        android:layout_width="199dp"
  31.        android:layout_height="wrap_content"
  32.        android:id="@+id/btnLaporanPembelian"
  33.        android:text="Laporan Pembelian"
  34.        android:background="@color/colorAccent"
  35.        android:layout_margin="30dp"
  36.        android:textColor="#fff"
  37.        android:textStyle="bold"/>
  38.     <Button
  39.        android:layout_width="200dp"
  40.        android:layout_height="wrap_content"
  41.        android:id="@+id/btnLaporanPersediaanBarang"
  42.        android:text="Laporan Persediaan Barang"
  43.        android:background="@color/colorAccent"
  44.        android:layout_margin="30dp"
  45.        android:textColor="#fff"
  46.        android:textStyle="bold"/>
  47.     <Button
  48.        android:layout_width="200dp"
  49.        android:layout_height="wrap_content"
  50.        android:id="@+id/btnLaporanSupplier"
  51.        android:text="Laporan Supplier"
  52.        android:background="@color/colorAccent"
  53.        android:layout_margin="30dp"
  54.        android:textColor="#fff"
  55.        android:textStyle="bold"/>
  56.  
  57.     />
  58. </LinearLayout>
Tags: xml
Advertisement
Comments
Add Comment
Please, Sign In to add comment