mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
21 lines
787 B
XML
21 lines
787 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout
|
|
android:paddingBottom="@dimen/loading_margin"
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<include layout="@layout/loading_poster"/>
|
|
|
|
<LinearLayout
|
|
android:layout_marginStart="15dp"
|
|
android:orientation="vertical"
|
|
android:layout_gravity="center"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginEnd="50dp"
|
|
android:layout_height="wrap_content">
|
|
<include layout="@layout/loading_line"/>
|
|
<include layout="@layout/loading_line_short"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|