fix: network safety
This commit is contained in:
parent
f03af6856a
commit
e32bfa0cfa
7 changed files with 47 additions and 28 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue