fragment_barcode_create_result.xml 444 Bytes
<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/barcode_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:background="@color/text_white_color">

    <include layout="@layout/actionbar_search_back" />

    <include layout="@layout/create_barcode_layout" />

</LinearLayout>