refs #6284 feat:update and review xml
This commit is contained in:
parent
27267c08a6
commit
24fd2152bb
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DesignSurface">
|
||||
<option name="filePathToZoomLevelMap">
|
||||
|
@ -281,4 +282,11 @@
|
|||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
<component name="VisualizationToolProject">
|
||||
<option name="state">
|
||||
<ProjectState>
|
||||
<option name="scale" value="0.2298076923076923" />
|
||||
</ProjectState>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
|
@ -75,13 +75,13 @@ class RouteAdapter(
|
|||
"loadVan"
|
||||
)
|
||||
}
|
||||
linearLayoutShowTickets.setOnClickListener {
|
||||
showTicketsTxt.setOnClickListener {
|
||||
OnItemImageRouteRowClickListener.onItemImageRouteRowClickListener(
|
||||
item,
|
||||
"showTickets"
|
||||
)
|
||||
}
|
||||
linearLayoutLoadVan.setOnClickListener {
|
||||
loadVanTxt.setOnClickListener {
|
||||
OnItemImageRouteRowClickListener.onItemImageRouteRowClickListener(
|
||||
item,
|
||||
"loadVan"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
android:id="@+id/rvHeadlines"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/content_layout"
|
||||
android:layout_marginTop="6dp"
|
||||
android:visibility="visible"
|
||||
/>
|
||||
|
@ -41,21 +40,18 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/verdnatura_white"
|
||||
android:orientation="vertical"
|
||||
android:orientation="horizontal"
|
||||
android:padding="@dimen/layout_margin_min"
|
||||
android:textColor="@color/verdnatura_black">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/levelTxt"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/layout_margin_minest"
|
||||
android:text="Nivel:"
|
||||
android:layout_marginEnd="@dimen/layout_margin_minest"
|
||||
android:text="@string/level"
|
||||
android:textColor="@color/verdnatura_black"
|
||||
android:textSize="@dimen/h8" />
|
||||
|
||||
|
@ -63,7 +59,7 @@
|
|||
android:id="@+id/level"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/layout_margin_minest"
|
||||
android:layout_marginEnd="@dimen/layout_margin_minest"
|
||||
android:text="@{sale.level}"
|
||||
android:textColor="@color/verdnatura_black"
|
||||
android:textSize="@dimen/h8"
|
||||
|
@ -73,8 +69,8 @@
|
|||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/layout_margin_minest"
|
||||
android:text="-T:"
|
||||
android:layout_marginEnd="@dimen/layout_margin_minest"
|
||||
android:text="@string/ticketAbb"
|
||||
android:textColor="@color/verdnatura_black"
|
||||
android:textSize="@dimen/h8" />
|
||||
|
||||
|
@ -93,9 +89,8 @@
|
|||
android:id="@+id/item_ticket_color"
|
||||
android:layout_width="@dimen/semaforo_next_to_ticket"
|
||||
android:layout_height="@dimen/semaforo_next_to_ticket"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginLeft="1dp"
|
||||
android:layout_marginStart="1dp"
|
||||
android:background="@drawable/background_and_round_collection_fragment" />
|
||||
|
||||
|
||||
|
@ -121,22 +116,24 @@
|
|||
android:id="@+id/ivArrow"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="20dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:rotation="180"
|
||||
android:src="@drawable/ic_arrow_down" />
|
||||
android:src="@drawable/ic_arrow_down"
|
||||
android:contentDescription="@string/previousCollected"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageErrorMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentRight="true"
|
||||
app:srcCompat="@drawable/emoticon_error_fragment" />
|
||||
android:layout_alignParentEnd="true"
|
||||
app:srcCompat="@drawable/emoticon_error_fragment"
|
||||
android:contentDescription="@string/error"/>
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -147,7 +144,8 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:baselineAligned="false">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/content_layout"
|
||||
|
@ -200,13 +198,12 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="1dp"
|
||||
android:layout_weight="0.5"
|
||||
android:gravity="right"
|
||||
android:text="25 x 5"
|
||||
android:gravity="end"
|
||||
android:textColor="@color/verdnatura_white"
|
||||
android:textSize="@dimen/body1"
|
||||
android:textStyle="bold"
|
||||
android:visibility="invisible"
|
||||
tool:text="3 x 1" />
|
||||
tool:text="25 x 5" />
|
||||
|
||||
|
||||
|
||||
|
@ -243,8 +240,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.25"
|
||||
android:gravity="right"
|
||||
android:text="secPicker"
|
||||
android:gravity="end"
|
||||
android:textColor="@color/verdnatura_white"
|
||||
android:textSize="@dimen/body2"
|
||||
android:textStyle="bold"
|
||||
|
@ -284,7 +280,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.5"
|
||||
android:gravity="start"
|
||||
android:text="first_accum"
|
||||
android:textColor="@color/verdnatura_brown_grey"
|
||||
android:textSize="@dimen/body2"
|
||||
android:textStyle="bold"
|
||||
|
@ -297,7 +292,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.5"
|
||||
android:gravity="end"
|
||||
android:text="reserved_to"
|
||||
android:textColor="@color/verdnatura_brown_grey"
|
||||
android:textSize="@dimen/body2"
|
||||
android:textStyle="bold"
|
||||
|
@ -339,7 +333,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.5"
|
||||
android:gravity="start"
|
||||
android:text="second_a"
|
||||
android:textColor="@color/verdnatura_brown_grey"
|
||||
android:textSize="@dimen/body2"
|
||||
android:textStyle="bold"
|
||||
|
@ -352,7 +345,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.5"
|
||||
android:gravity="end"
|
||||
android:text="reser_n"
|
||||
android:textColor="@color/verdnatura_brown_grey"
|
||||
android:textSize="@dimen/body2"
|
||||
android:textStyle="bold"
|
||||
|
@ -379,10 +371,8 @@
|
|||
android:id="@+id/packingTopicker"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:text="3x1"
|
||||
android:textSize="26sp"
|
||||
android:gravity="end"
|
||||
android:layout_alignParentRight="true"
|
||||
android:textColor="@color/verdnatura_white"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
|
@ -404,10 +394,10 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:text="11/22"
|
||||
android:textSize="22sp"
|
||||
android:gravity="left"
|
||||
android:textColor="@color/verdnatura_white">
|
||||
android:gravity="start"
|
||||
android:textColor="@color/verdnatura_white"
|
||||
tools:text="11/22">
|
||||
|
||||
</TextView>
|
||||
|
||||
|
@ -415,10 +405,9 @@
|
|||
android:id="@+id/quantityReserved"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:text="100"
|
||||
android:layout_weight="0.30"
|
||||
android:textSize="22sp"
|
||||
android:gravity="right"
|
||||
android:gravity="end"
|
||||
android:textColor="@color/verdnatura_white"
|
||||
android:layout_marginEnd="5dp"
|
||||
tool:text="2000/3000">
|
||||
|
@ -452,10 +441,6 @@
|
|||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_weight="1"></LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -476,7 +461,7 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/verdnatura_white"></LinearLayout>
|
||||
android:background="@color/verdnatura_white"/>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/item_article_placements"
|
||||
|
|
Loading…
Reference in New Issue