mirror of https://github.com/FongMi/TV.git
parent
9ca4acc800
commit
762e741aa9
@ -0,0 +1,25 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout 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" |
||||
android:translationY="-40dp"> |
||||
|
||||
<com.airbnb.lottie.LottieAnimationView |
||||
android:layout_width="160dp" |
||||
android:layout_height="180dp" |
||||
app:lottie_autoPlay="true" |
||||
app:lottie_loop="true" |
||||
app:lottie_rawRes="@raw/empty" /> |
||||
|
||||
<TextView |
||||
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" /> |
||||
|
||||
</LinearLayout> |
||||
Loading…
Reference in new issue