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

264 lines
10 KiB
XML
Raw Permalink Normal View History

2025-08-26 13:45:32 +05:30
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/manropeextrabold"
android:layout_marginTop="10dp"
android:layout_marginHorizontal="10dp"
android:textSize="23sp"
android:text="Item Name">
</TextView>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/manropeextrabold"
android:layout_marginHorizontal="10dp"
android:textSize="18sp"
android:text="Chicken Fried Rice">
</TextView>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="3"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/manropeextrabold"
android:layout_marginHorizontal="10dp"
android:textSize="18sp"
android:text="Quantity">
</TextView>
<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="60sp"
app:boxStrokeColor="#000"
android:layout_marginLeft="16sp"
android:layout_marginTop="10sp"
android:layout_marginRight="16sp"
>
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/quantity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="10dp"
android:inputType="text"
android:maxLength="30"
android:textSize="11sp"
/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/manropeextrabold"
android:layout_marginHorizontal="10dp"
android:textSize="18sp"
android:text="Discount">
</TextView>
<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="60sp"
app:boxStrokeColor="#000"
android:layout_marginLeft="16sp"
android:layout_marginTop="10sp"
android:layout_marginRight="16sp"
>
<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:id="@+id/discount"
android:layout_height="wrap_content"
android:drawablePadding="10dp"
android:inputType="text"
android:maxLength="30"
android:textSize="11sp"
/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/manropeextrabold"
android:layout_marginHorizontal="10dp"
android:textSize="18sp"
android:text="Add On">
</TextView>
<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="60sp"
app:boxStrokeColor="#000"
android:layout_marginLeft="16sp"
android:layout_marginTop="10sp"
android:layout_marginRight="16sp">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/addOn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="10dp"
android:inputType="text"
android:maxLength="30"
android:textSize="11sp"
/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="3"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/manropeextrabold"
android:layout_marginHorizontal="10dp"
android:textSize="18sp"
android:text="New MRP / Pc">
</TextView>
<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="60sp"
app:boxStrokeColor="#000"
android:layout_marginLeft="16sp"
android:layout_marginTop="10sp"
android:layout_marginRight="16sp">
<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:id="@+id/newMrp"
android:layout_height="wrap_content"
android:drawablePadding="10dp"
android:inputType="text"
android:maxLength="30"
android:textSize="11sp"
/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/manropeextrabold"
android:layout_marginHorizontal="10dp"
android:textSize="18sp"
android:text="New Price / Pc">
</TextView>
<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="60sp"
app:boxStrokeColor="#000"
android:layout_marginLeft="16sp"
android:layout_marginTop="10sp"
android:layout_marginRight="16sp">
<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:id="@+id/newPrice"
android:layout_height="wrap_content"
android:drawablePadding="10dp"
android:inputType="text"
android:maxLength="30"
android:textSize="11sp"
/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:orientation="vertical">
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>