Hide message

This commit is contained in:
M66B 2023-08-24 22:09:38 +02:00
parent cd967df615
commit fddcd62c0d
1 changed files with 3 additions and 2 deletions

View File

@ -32,12 +32,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawableStart="@drawable/twotone_info_outline_24"
android:drawableTint="?attr/colorError"
android:drawablePadding="8dp"
android:drawableTint="?attr/colorError"
android:padding="8dp"
android:text="@string/msg_eol"
android:textAppearance="@style/TextSmall"
android:textColor="?attr/colorError" />
android:textColor="?attr/colorError"
android:visibility="gone" />
<LinearLayout
android:id="@+id/llUsage"