Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:orientation="vertical" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="CETAK LAPORAN "
- android:layout_gravity="center_horizontal"
- android:layout_margin="20dp"
- android:orientation="vertical"
- android:textSize="18dp"
- android:textStyle="bold"
- android:textColor="@color/md_black_1000">
- </TextView>
- <Button
- android:layout_width="200dp"
- android:layout_height="wrap_content"
- android:id="@+id/btnLaporanPenjualan"
- android:text="Laporan Penjualan"
- android:background="@color/colorAccent"
- android:layout_margin="30dp"
- android:textColor="#fff"
- android:textStyle="bold" />
- <Button
- android:layout_width="199dp"
- android:layout_height="wrap_content"
- android:id="@+id/btnLaporanPembelian"
- android:text="Laporan Pembelian"
- android:background="@color/colorAccent"
- android:layout_margin="30dp"
- android:textColor="#fff"
- android:textStyle="bold"/>
- <Button
- android:layout_width="200dp"
- android:layout_height="wrap_content"
- android:id="@+id/btnLaporanPersediaanBarang"
- android:text="Laporan Persediaan Barang"
- android:background="@color/colorAccent"
- android:layout_margin="30dp"
- android:textColor="#fff"
- android:textStyle="bold"/>
- <Button
- android:layout_width="200dp"
- android:layout_height="wrap_content"
- android:id="@+id/btnLaporanSupplier"
- android:text="Laporan Supplier"
- android:background="@color/colorAccent"
- android:layout_margin="30dp"
- android:textColor="#fff"
- android:textStyle="bold"/>
- />
- </LinearLayout>
Advertisement
Comments
-
- can i get a tut how to add the script idk how to user them
Add Comment
Please, Sign In to add comment