POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/layout/pendingcustomer_popup.xml

180 lines
8.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_margin="@dimen/_20dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Customer Details"
android:textColor="@color/black"
android:layout_gravity="center"
android:textSize="@dimen/dp_16"
android:fontFamily="@font/popins_bold"/>
<LinearLayout
android:id="@+id/closebtn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="end"
android:layout_gravity="center">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/dp_15"
android:src="@drawable/close_1" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@drawable/border">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_margin="@dimen/_20dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="2"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="end"
android:text="Address1:"
android:layout_weight="0.7"
android:fontFamily="@font/popins_medimum"/>
<TextView
android:id="@+id/address"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.3"
android:text=" "
android:fontFamily="@font/popins_medimum"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="2"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="end"
android:layout_weight="0.7"
android:text="City:"
android:fontFamily="@font/popins_medimum"/>
<TextView
android:id="@+id/city"
android:layout_width="0dp"
android:layout_weight="1.3"
android:layout_height="wrap_content"
android:text=" "
android:fontFamily="@font/popins_medimum"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="2"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_weight="0.7"
android:layout_gravity="center"
android:gravity="end"
android:layout_height="wrap_content"
android:text="Customer:"
android:fontFamily="@font/popins_medimum"/>
<TextView
android:layout_weight="1.3"
android:id="@+id/customer"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text=" "
android:fontFamily="@font/popins_medimum"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="2"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="end"
android:layout_weight="0.7"
android:text="Mobile No:"
android:fontFamily="@font/popins_medimum"/>
<TextView
android:id="@+id/mobileno"
android:layout_weight="1.3"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text=" "
android:fontFamily="@font/popins_medimum"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="2"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.7"
android:layout_gravity="center"
android:gravity="end"
android:text="State:"
android:fontFamily="@font/popins_medimum"/>
<TextView
android:id="@+id/state"
android:layout_width="0dp"
android:layout_weight="1.3"
android:layout_gravity="center"
android:layout_height="wrap_content"
android:text=" "
android:fontFamily="@font/popins_medimum"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="2"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="end"
android:layout_weight="0.7"
android:text="Zip Code:"
android:fontFamily="@font/popins_medimum"/>
<TextView
android:id="@+id/zipcode"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.3"
android:text=" "
android:fontFamily="@font/popins_medimum"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>