2021-08-17 14:46:10 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:id="@+id/placeholder"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:paddingStart="8dp"
|
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
|
android:paddingEnd="8dp">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="12dp"
|
|
|
|
|
android:layout_height="24dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
2023-03-13 11:47:32 +01:00
|
|
|
android:layout_weight="9"
|
2023-03-14 10:48:13 +01:00
|
|
|
android:background="?attr/colorSurface" />
|
2021-08-17 14:46:10 +02:00
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="12dp"
|
|
|
|
|
android:layout_height="24dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
2023-03-13 11:47:32 +01:00
|
|
|
android:layout_weight="1"
|
2023-03-14 10:48:13 +01:00
|
|
|
android:background="?attr/colorSurface" />
|
2021-08-17 14:46:10 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="match_parent"
|
2021-08-23 15:16:33 +02:00
|
|
|
android:layout_height="190dp"
|
2021-08-17 14:46:10 +02:00
|
|
|
android:layout_marginStart="16dp"
|
2022-01-10 12:37:56 +01:00
|
|
|
android:layout_marginTop="16dp"
|
2021-08-17 14:46:10 +02:00
|
|
|
android:layout_marginEnd="16dp"
|
2023-03-13 11:47:32 +01:00
|
|
|
android:layout_marginBottom="8dp"
|
2023-03-14 10:48:13 +01:00
|
|
|
android:background="?attr/colorSurface" />
|
2021-08-17 14:46:10 +02:00
|
|
|
</LinearLayout>
|