Aggiunta causale nella lista degli inventari
This commit is contained in:
parent
68007ebc8e
commit
79c4bdad48
17
.idea/deploymentTargetDropDown.xml
generated
Normal file
17
.idea/deploymentTargetDropDown.xml
generated
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="deploymentTargetDropDown">
|
||||
<runningDeviceTargetSelectedWithDropDown>
|
||||
<Target>
|
||||
<type value="RUNNING_DEVICE_TARGET" />
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="SERIAL_NUMBER" />
|
||||
<value value="21088B8EFD" />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</runningDeviceTargetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2023-03-28T12:31:53.895715100Z" />
|
||||
</component>
|
||||
</project>
|
||||
@ -72,8 +72,8 @@
|
||||
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/causale"
|
||||
style="@android:style/TextAppearance.Small"
|
||||
android:alpha="0.6"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/badge1"
|
||||
@ -82,6 +82,22 @@
|
||||
android:layout_toStartOf="@id/zona"
|
||||
android:ellipsize="end"
|
||||
android:singleLine="true"
|
||||
tools:text="Causale tal dei tali"
|
||||
android:text="@{item.causale}"
|
||||
android:visibility="@{UtilityString.isNullOrEmpty(item.causale) ? View.GONE : View.VISIBLE}"/>
|
||||
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
style="@android:style/TextAppearance.Small"
|
||||
android:alpha="0.6"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/causale"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_toStartOf="@id/zona"
|
||||
android:ellipsize="end"
|
||||
android:singleLine="true"
|
||||
android:text="@string/not_synchronized"
|
||||
app:reverse_visibility="@{item.syncronized}"/>
|
||||
|
||||
@ -90,7 +106,7 @@
|
||||
style="@android:style/TextAppearance.Small"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/badge1"
|
||||
android:layout_below="@id/causale"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_toStartOf="@id/zona"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user