fix: network safety

This commit is contained in:
rebelonion 2024-05-01 19:45:37 -05:00
parent f03af6856a
commit e32bfa0cfa
7 changed files with 47 additions and 28 deletions

View file

@ -52,6 +52,7 @@
android:inputType="textMultiLine|none"
android:textIsSelectable="true"
android:focusable="false"
android:textSize="12sp"
android:focusableInTouchMode="false"
android:padding="16dp"
android:textColor="?attr/colorOnBackground" />

View file

@ -139,6 +139,7 @@
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fontFamily="@font/poppins_bold"
android:layout_marginStart="2dp"
android:maxLines="5"
android:text="@string/empty"
app:lineHeight="15sp" />