Modificato style testi

This commit is contained in:
Giuseppe Scorrano 2019-12-04 10:53:20 +01:00
parent 9ab77bab3c
commit 6be9d5d31e
3 changed files with 4 additions and 21 deletions

View File

@ -335,26 +335,6 @@ public class VenditaOrdineInevasoViewModel implements IOnColloClosedCallback, IO
} }
public void recoverUL(MtbColt recoveredMtbColt){ 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); mtbColtSessionID = ColliDataRecover.startNewSession(recoveredMtbColt);
setULToCurrentContext(recoveredMtbColt); setULToCurrentContext(recoveredMtbColt);
refreshOrderBy(false); refreshOrderBy(false);

View File

@ -40,7 +40,8 @@
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
app:layout_collapseMode="pin" app:layout_collapseMode="pin"
android:layout_width="match_parent"> android:layout_width="match_parent"
style="@style/AppTheme.NewMaterial.Text">

View File

@ -499,6 +499,7 @@
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="@style/AppTheme.NewMaterial.Text.Small"
android:text="Modifica"/> android:text="Modifica"/>
</LinearLayout> </LinearLayout>
@ -526,6 +527,7 @@
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="@style/AppTheme.NewMaterial.Text.Small"
android:text="Cancella"/> android:text="Cancella"/>
</LinearLayout> </LinearLayout>