tempus/app/src/main/res/layout/item_placeholder_year.xml
2022-01-10 12:37:56 +01:00

44 lines
No EOL
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/placeholder"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:layout_width="128dp"
android:layout_height="24dp"
android:layout_marginStart="16dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="8dp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:orientation="horizontal">
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:layout_marginStart="16dp"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp" />
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp" />
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp" />
</LinearLayout>
</LinearLayout>