170 lines
5.9 KiB
XML
170 lines
5.9 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"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="visible"
|
||
|
|
android:background="@drawable/recycler_white_background"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/serialNo"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="7dp"
|
||
|
|
android:textSize="12dp"
|
||
|
|
android:hint=""
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:textColor="@color/black" />
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/primary_grey_BEBEBE" />
|
||
|
|
|
||
|
|
<EditText
|
||
|
|
android:id="@+id/comboName"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="2"
|
||
|
|
android:gravity="start"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:padding="7dp"
|
||
|
|
android:text=""
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:textSize="12sp"
|
||
|
|
android:inputType="textNoSuggestions"
|
||
|
|
android:background="@android:color/transparent"
|
||
|
|
android:hint=""
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:focusable="false"
|
||
|
|
android:focusableInTouchMode="false"
|
||
|
|
android:cursorVisible="false" />
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/primary_grey_BEBEBE" />
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/comboCount"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1.5"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:padding="7dp"
|
||
|
|
android:textSize="12dp"
|
||
|
|
android:hint=" "
|
||
|
|
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:textColor="@color/black" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/primary_grey_BEBEBE" />
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="1.5"
|
||
|
|
android:gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/productdetail"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:src="@drawable/noun_eye_4763816">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/primary_grey_BEBEBE" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:weightSum="2"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/edit_btn"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_marginBottom="2dp"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:src="@drawable/editicon">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/delete_btn"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:tint="@color/red"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:src="@drawable/trash_can_delete">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/refresh_btn"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:src="@drawable/noun_refresh_1241395">
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|