mirror of https://github.com/FongMi/TV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
980 B
25 lines
980 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<com.airbnb.lottie.LottieAnimationView
|
|
android:layout_width="200dp"
|
|
android:layout_height="224dp"
|
|
app:lottie_autoPlay="true"
|
|
app:lottie_enableMergePathsForKitKatAndAbove="true"
|
|
app:lottie_loop="true"
|
|
app:lottie_rawRes="@raw/empty" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/error_empty"
|
|
android:textColor="@color/white"
|
|
android:textSize="16sp" />
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |