2021-12-10 23:57:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-01-29 18:57:19 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-12-10 23:57:11 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingTop="@dimen/loading_margin"
|
|
|
|
android:paddingBottom="@dimen/loading_margin"
|
2022-01-29 18:57:19 +00:00
|
|
|
android:layout_height="200dp"
|
|
|
|
android:layout_width="match_parent">
|
|
|
|
|
|
|
|
<include layout="@layout/loading_line_short" />
|
|
|
|
|
2021-12-10 23:57:11 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="match_parent"
|
2022-01-29 18:57:19 +00:00
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<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" />
|
2021-12-10 23:57:11 +00:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|