Modificato style testi
This commit is contained in:
parent
9ab77bab3c
commit
6be9d5d31e
@ -335,26 +335,6 @@ public class VenditaOrdineInevasoViewModel implements IOnColloClosedCallback, IO
|
||||
}
|
||||
|
||||
public void recoverUL(MtbColt recoveredMtbColt){
|
||||
|
||||
for(int i = 0; i < recoveredMtbColt.getMtbColr().size(); i++){
|
||||
|
||||
// MtbColr currentMtbColr = recoveredMtbColt.getItem().get(i);
|
||||
|
||||
// List<OrdineAccettazioneDTO.Riga> foundRows = Stream.of(groupedOrdini)
|
||||
// .filter(x -> x.getNumOrd() == currentMtbColr.getNumOrd() &&
|
||||
// x.getRigaOrd() == currentMtbColr.getRigaOrd()&&
|
||||
// x.getDataOrdD().equals(currentMtbColr.getDataOrdD()))
|
||||
// .toList();
|
||||
//
|
||||
// if(foundRows != null && foundRows.size() > 0){
|
||||
// OrdineAccettazioneDTO.Riga currentRow = foundRows.get(0);
|
||||
//
|
||||
// currentRow.setHidden(false);
|
||||
// currentRow.setQtaRiservate(currentRow.getQtaRiservate().subtract(currentMtbColr.getQtaCol()));
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
mtbColtSessionID = ColliDataRecover.startNewSession(recoveredMtbColt);
|
||||
setULToCurrentContext(recoveredMtbColt);
|
||||
refreshOrderBy(false);
|
||||
|
||||
@ -40,7 +40,8 @@
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
app:layout_collapseMode="pin"
|
||||
android:layout_width="match_parent">
|
||||
android:layout_width="match_parent"
|
||||
style="@style/AppTheme.NewMaterial.Text">
|
||||
|
||||
|
||||
|
||||
|
||||
@ -499,6 +499,7 @@
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/AppTheme.NewMaterial.Text.Small"
|
||||
android:text="Modifica"/>
|
||||
|
||||
</LinearLayout>
|
||||
@ -526,6 +527,7 @@
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/AppTheme.NewMaterial.Text.Small"
|
||||
android:text="Cancella"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user