663 lines
31 KiB
XML
663 lines
31 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/full_white"
|
|
tools:context=".gest.main.MainFragment">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<net.cachapa.expandablelayout.ExpandableLayout
|
|
android:id="@+id/no_connection_top_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/gray_detail_background"
|
|
app:el_duration="400"
|
|
app:el_expanded="false">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/red_600"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="8dp"
|
|
android:paddingTop="12dp"
|
|
android:paddingBottom="12dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="NESSUNA CONNESSIONE DISPONIBILE, RIPROVA"
|
|
android:textColor="@color/white" />
|
|
|
|
</LinearLayout>
|
|
|
|
</net.cachapa.expandablelayout.ExpandableLayout>
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:id="@+id/fragment_main__scrollview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:gravity="center_horizontal">
|
|
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/colorPrimary"
|
|
android:paddingLeft="16dp"
|
|
android:paddingTop="16dp"
|
|
android:paddingRight="16dp"
|
|
android:paddingBottom="16dp">
|
|
|
|
|
|
<LinearLayout
|
|
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:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginEnd="16dp"
|
|
android:adjustViewBounds="true"
|
|
android:src="@drawable/ic_outline_account_circle_48px"
|
|
android:tint="@android:color/white" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/current_user_name"
|
|
style="@style/AppTheme.NewMaterial.Text.TextBoxDashboard"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@android:color/white"
|
|
tools:text="Android Studio" />
|
|
|
|
<TextView
|
|
android:id="@+id/current_deposito"
|
|
style="@style/AppTheme.NewMaterial.Text.TextBoxLittleDashboard"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
tools:text="android.studio@android.com" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<net.cachapa.expandablelayout.ExpandableLayout
|
|
android:id="@+id/recover_data_expandable_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:el_duration="400"
|
|
app:el_expanded="false">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginBottom="8dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginEnd="16dp"
|
|
android:adjustViewBounds="true"
|
|
android:src="@drawable/ic_recover_96"
|
|
android:tint="@android:color/white" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
style="@style/AppTheme.NewMaterial.Text.TextBoxDashboard"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/recovering_data"
|
|
android:textColor="@android:color/white" />
|
|
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progressBar2"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="8dp"
|
|
android:layout_marginTop="4dp"
|
|
android:indeterminate="true"
|
|
android:indeterminateDrawable="@drawable/curved_progress_bar" />
|
|
|
|
|
|
<TextView
|
|
style="@style/AppTheme.NewMaterial.Text.TextBoxLittleDashboard"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:text="@string/wait_a_moment" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</net.cachapa.expandablelayout.ExpandableLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:clipToPadding="false"
|
|
android:orientation="horizontal"
|
|
android:weightSum="1"
|
|
android:padding="8dp">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_weight="0.5">
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/fast_button_accettazione"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="8dp"
|
|
app:cardBackgroundColor="@android:color/white"
|
|
app:cardCornerRadius="4dp">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:padding="8dp">
|
|
|
|
<ImageView
|
|
android:layout_width="64sp"
|
|
android:layout_height="wrap_content"
|
|
android:adjustViewBounds="true"
|
|
android:src="@drawable/ic_accettazione_96" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:text="@string/accettazione_title_fragment"
|
|
android:textAllCaps="true"
|
|
android:textColor="@color/grey_700"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/fast_button_rettifica_giacenze"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="8dp"
|
|
app:cardBackgroundColor="@android:color/white"
|
|
app:cardCornerRadius="4dp">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:padding="8dp">
|
|
|
|
<ImageView
|
|
android:layout_width="64sp"
|
|
android:layout_height="wrap_content"
|
|
android:adjustViewBounds="true"
|
|
android:src="@drawable/ic_rettifica_giacenze_96" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:gravity="center_horizontal"
|
|
android:text="@string/rettifica_giacenze_fragment_title"
|
|
android:textAllCaps="true"
|
|
android:textColor="@color/grey_700"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/fast_button_picking_libero"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="8dp"
|
|
app:cardBackgroundColor="@android:color/white"
|
|
app:cardCornerRadius="4dp">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:padding="8dp">
|
|
|
|
<ImageView
|
|
android:layout_width="64sp"
|
|
android:layout_height="wrap_content"
|
|
android:adjustViewBounds="true"
|
|
android:src="@drawable/ic_picking_libero_96" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:gravity="center_horizontal"
|
|
android:text="@string/free_picking"
|
|
android:textAllCaps="true"
|
|
android:textColor="@color/grey_700"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_weight="0.5">
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/fast_button_spedizione"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="8dp"
|
|
app:cardBackgroundColor="@android:color/white"
|
|
app:cardCornerRadius="4dp">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:padding="8dp">
|
|
|
|
<ImageView
|
|
android:layout_width="64sp"
|
|
android:layout_height="wrap_content"
|
|
android:adjustViewBounds="true"
|
|
android:src="@drawable/ic_spedizione_96" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:text="@string/vendita_title_fragment"
|
|
android:textAllCaps="true"
|
|
android:textColor="@color/grey_700"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/fast_button_versamento"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="8dp"
|
|
app:cardBackgroundColor="@android:color/white"
|
|
app:cardCornerRadius="4dp">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:padding="8dp">
|
|
|
|
<ImageView
|
|
android:layout_width="64sp"
|
|
android:layout_height="wrap_content"
|
|
android:adjustViewBounds="true"
|
|
android:src="@drawable/ic_versamento_merce_96" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:gravity="center_horizontal"
|
|
android:text="@string/versamento_merce_fragment_title"
|
|
android:textAllCaps="true"
|
|
android:textColor="@color/grey_700"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<!---->
|
|
<!--<androidx.cardview.widget.CardView-->
|
|
<!--app:cardBackgroundColor="@android:color/white"-->
|
|
<!--app:cardCornerRadius="4dp"-->
|
|
<!--android:layout_marginLeft="10dp"-->
|
|
<!--android:layout_marginRight="10dp"-->
|
|
<!--android:layout_marginBottom="10dp"-->
|
|
<!--android:layout_marginTop="10dp"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<TextView-->
|
|
<!--android:textColor="@android:color/black"-->
|
|
<!--android:layout_marginTop="10dp"-->
|
|
<!--android:layout_marginLeft="10dp"-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:text="Informazioni generali"-->
|
|
<!--android:textAllCaps="true"-->
|
|
<!--android:textStyle="bold"/>-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:padding="15dp"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<androidx.constraintlayout.widget.ConstraintLayout-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<androidx.constraintlayout.widget.Guideline-->
|
|
<!--android:id="@+id/guideline_username"-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--app:layout_constraintGuide_percent="0.40"/>-->
|
|
|
|
|
|
<!--</androidx.constraintlayout.widget.ConstraintLayout>-->
|
|
|
|
<!--<androidx.constraintlayout.widget.ConstraintLayout-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<androidx.constraintlayout.widget.Guideline-->
|
|
<!--android:id="@+id/guideline1"-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--app:layout_constraintGuide_percent="0.40"/>-->
|
|
|
|
<!--<TextView-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:layout_marginStart="8dp"-->
|
|
<!--android:text="Segnale WI-FI"-->
|
|
<!--android:textColor="@android:color/black"-->
|
|
<!--app:layout_constraintEnd_toStartOf="@+id/guideline"-->
|
|
<!--app:layout_constraintStart_toStartOf="parent" />-->
|
|
|
|
<!--<TextView-->
|
|
<!--android:id="@+id/wifi_power"-->
|
|
<!--android:layout_width="0dp"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:layout_marginEnd="0dp"-->
|
|
<!--android:layout_marginStart="0dp"-->
|
|
<!--android:text="N/A"-->
|
|
<!--android:textSize="16sp"-->
|
|
<!--app:layout_constraintStart_toStartOf="@+id/guideline1"-->
|
|
<!--app:layout_constraintEnd_toEndOf="parent" />-->
|
|
|
|
<!--</androidx.constraintlayout.widget.ConstraintLayout>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
<!--</androidx.cardview.widget.CardView>-->
|
|
|
|
<!--<androidx.cardview.widget.CardView-->
|
|
<!--app:cardBackgroundColor="@android:color/white"-->
|
|
<!--app:cardCornerRadius="4dp"-->
|
|
<!--android:layout_marginLeft="10dp"-->
|
|
<!--android:layout_marginRight="10dp"-->
|
|
<!--android:layout_marginBottom="10dp"-->
|
|
<!--android:layout_marginTop="10dp"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<TextView-->
|
|
<!--android:textColor="@android:color/black"-->
|
|
<!--android:layout_marginTop="10dp"-->
|
|
<!--android:layout_marginLeft="10dp"-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:text="Azioni rapide"-->
|
|
<!--android:textAllCaps="true"-->
|
|
<!--android:textStyle="bold"/>-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:layout_margin="15dp"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content">-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="horizontal"-->
|
|
<!--android:weightSum="1">-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:id="@+id/fast_button_accettazione"-->
|
|
<!--android:layout_width="0dp"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_weight="0.5"-->
|
|
<!--android:gravity="center">-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatImageView-->
|
|
<!--android:layout_width="36dp"-->
|
|
<!--android:layout_height="36dp"-->
|
|
<!--android:layout_margin="8dp"-->
|
|
<!--android:background="@android:color/white"-->
|
|
<!--android:src="@drawable/ic_download_black_24dp"-->
|
|
<!--android:tint="@color/mainGreen" />-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatTextView-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:text="Accettazione"-->
|
|
<!--android:gravity="center_horizontal"/>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:id="@+id/fast_button_spedizione"-->
|
|
<!--android:layout_width="0dp"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_weight="0.5"-->
|
|
<!--android:gravity="center">-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatImageView-->
|
|
<!--android:layout_width="36dp"-->
|
|
<!--android:layout_height="36dp"-->
|
|
<!--android:layout_margin="8dp"-->
|
|
<!--android:background="@android:color/white"-->
|
|
<!--android:src="@drawable/ic_upload_black_24dp"-->
|
|
<!--android:tint="@color/mainOrange" />-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatTextView-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:text="Spedizione"-->
|
|
<!--android:gravity="center_horizontal"/>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="horizontal"-->
|
|
<!--android:layout_marginTop="16dp"-->
|
|
<!--android:weightSum="0.9">-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:id="@+id/fast_button_rettifica_giacenze"-->
|
|
<!--android:layout_width="0dp"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_weight="0.3"-->
|
|
<!--android:gravity="center">-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatImageView-->
|
|
<!--android:layout_width="36dp"-->
|
|
<!--android:layout_height="36dp"-->
|
|
<!--android:layout_margin="8dp"-->
|
|
<!--android:background="@android:color/white"-->
|
|
<!--android:src="@drawable/ic_empty_box_96"-->
|
|
<!--android:tint="@color/brown_500" />-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatTextView-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:text="Rettifica Giacenze"-->
|
|
<!--android:gravity="center_horizontal"/>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:id="@+id/fast_button_versamento"-->
|
|
<!--android:layout_width="0dp"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_weight="0.3"-->
|
|
<!--android:gravity="center">-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatImageView-->
|
|
<!--android:layout_width="36dp"-->
|
|
<!--android:layout_height="36dp"-->
|
|
<!--android:layout_margin="8dp"-->
|
|
<!--android:background="@android:color/white"-->
|
|
<!--android:src="@drawable/ic_load_shelf_96"-->
|
|
<!--android:tint="@color/teal_500" />-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatTextView-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:gravity="center_horizontal"-->
|
|
<!--android:text="Versamento Merce"/>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
<!--<LinearLayout-->
|
|
<!--android:id="@+id/fast_button_picking_libero"-->
|
|
<!--android:layout_width="0dp"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:orientation="vertical"-->
|
|
<!--android:layout_weight="0.3"-->
|
|
<!--android:gravity="center">-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatImageView-->
|
|
<!--android:layout_width="36dp"-->
|
|
<!--android:layout_height="36dp"-->
|
|
<!--android:layout_margin="8dp"-->
|
|
<!--android:adjustViewBounds="true"-->
|
|
<!--android:scaleType="centerInside"-->
|
|
<!--android:background="@android:color/white"-->
|
|
<!--android:src="@drawable/ic_barcode_96"-->
|
|
<!--android:tint="@color/colorPrimary" />-->
|
|
|
|
<!--<androidx.appcompat.widget.AppCompatTextView-->
|
|
<!--android:layout_width="wrap_content"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:text="@string/free_picking"-->
|
|
<!--android:gravity="center_horizontal"/>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
<!--</LinearLayout>-->
|
|
<!--</androidx.cardview.widget.CardView>-->
|
|
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
</layout> |