refs #4021
This commit is contained in:
parent
a63446f86b
commit
d4403cecc0
|
@ -139,7 +139,7 @@ class PackagingCountFragment(
|
||||||
}
|
}
|
||||||
|
|
||||||
}, object : OnImageTrashClickListener {
|
}, object : OnImageTrashClickListener {
|
||||||
override fun OnImageUpdateClickListener(item: Any) {
|
override fun OnImageTrashClickListener(item: Any) {
|
||||||
d("VERDNATURA::", "Seleccionado trash" + (item as ItemSupplier).name)
|
d("VERDNATURA::", "Seleccionado trash" + (item as ItemSupplier).name)
|
||||||
printCustomDialog("delete")
|
printCustomDialog("delete")
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,6 +89,7 @@
|
||||||
android:textSize="@dimen/body2" />
|
android:textSize="@dimen/body2" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_width="25dp"
|
android:layout_width="25dp"
|
||||||
android:layout_height="25dp"
|
android:layout_height="25dp"
|
||||||
android:background="@drawable/ic_delete_black_24dp" />
|
android:background="@drawable/ic_delete_black_24dp" />
|
||||||
|
@ -134,6 +135,7 @@
|
||||||
android:textSize="@dimen/body2" />
|
android:textSize="@dimen/body2" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_width="25dp"
|
android:layout_width="25dp"
|
||||||
android:layout_height="25dp"
|
android:layout_height="25dp"
|
||||||
android:background="@drawable/ic_delete_black_24dp" />
|
android:background="@drawable/ic_delete_black_24dp" />
|
||||||
|
@ -211,55 +213,9 @@
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="@dimen/layout_margin_min"
|
|
||||||
android:layout_marginBottom="@dimen/layout_margin_1"
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:paddingLeft="@dimen/layout_margin_min"
|
|
||||||
android:paddingRight="@dimen/layout_margin_min">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/sign"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="left"
|
|
||||||
android:text="Firma:"
|
|
||||||
android:textColor="@color/verdnatura_white"
|
|
||||||
android:textSize="@dimen/body2"
|
|
||||||
android:textStyle="bold" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="@dimen/layout_margin_min"
|
|
||||||
android:layout_marginBottom="@dimen/layout_margin_1"
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:paddingLeft="@dimen/layout_margin_min"
|
|
||||||
android:paddingRight="@dimen/layout_margin_min">
|
|
||||||
|
|
||||||
<com.simplify.ink.InkView
|
|
||||||
android:id="@+id/ink"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="102dp"
|
|
||||||
android:layout_marginStart="8dp"
|
|
||||||
android:layout_marginTop="8dp"
|
|
||||||
android:layout_marginEnd="8dp"
|
|
||||||
android:layout_marginBottom="8dp"
|
|
||||||
android:background="@color/verdnatura_white"
|
|
||||||
app:inkFlags="interpolation|responsiveWeight"
|
|
||||||
app:layout_constraintBottom_toTopOf="@+id/textView36"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
|
||||||
app:layout_constraintHorizontal_bias="0.0"
|
|
||||||
app:layout_constraintStart_toStartOf="@+id/sign"
|
|
||||||
app:layout_constraintTop_toBottomOf="@+id/sign"
|
|
||||||
app:layout_constraintVertical_bias="0.0" />
|
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue