mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
32 lines
1.7 KiB
XML
32 lines
1.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout
|
||
|
android:orientation="vertical"
|
||
|
android:paddingTop="@dimen/loading_margin"
|
||
|
android:paddingBottom="@dimen/loading_margin"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="200dp" android:layout_width="match_parent">
|
||
|
<include layout="@layout/loading_line_short"/>
|
||
|
<LinearLayout
|
||
|
android:orientation="horizontal"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
<View android:layout_height="wrap_content" android:layout_width="@dimen/loading_margin"/>
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
<View android:layout_height="wrap_content" android:layout_width="@dimen/loading_margin"/>
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
<View android:layout_height="wrap_content" android:layout_width="@dimen/loading_margin"/>
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
<View android:layout_height="wrap_content" android:layout_width="@dimen/loading_margin"/>
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
<View android:layout_height="wrap_content" android:layout_width="@dimen/loading_margin"/>
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
<View android:layout_height="match_parent" android:layout_width="@dimen/loading_margin"/>
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
<View android:layout_height="wrap_content" android:layout_width="@dimen/loading_margin"/>
|
||
|
<include layout="@layout/loading_poster"/>
|
||
|
</LinearLayout>
|
||
|
|
||
|
</LinearLayout>
|
||
|
|