|
|
|
@ -153,6 +153,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:contentDescription="@string/title_legend_priority"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/ivLowPriority"
|
|
|
|
|
app:srcCompat="@drawable/baseline_security_24" />
|
|
|
|
@ -164,6 +165,7 @@
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:text="@string/title_legend_signed"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/ivSigned"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivSigned"
|
|
|
|
|