PlayerAndroid/app/src/main/res/layout/item_collage.xml

211 lines
8.5 KiB
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-08-08 08:03:38 +00:00
xmlns:app="http://schemas.android.com/apk/res-auto"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
2018-08-08 08:03:38 +00:00
android:orientation="vertical">
2018-07-27 13:07:33 +00:00
2018-08-08 08:03:38 +00:00
<LinearLayout
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
2018-08-08 08:03:38 +00:00
android:layout_height="wrap_content"
android:orientation="horizontal">
2018-07-27 13:07:33 +00:00
2018-08-08 08:03:38 +00:00
<FrameLayout
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
2018-08-08 08:03:38 +00:00
android:layout_height="wrap_content"
android:layout_weight="2">
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
</FrameLayout>
<LinearLayout
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-08-08 08:03:38 +00:00
android:layout_weight="2.68"
android:gravity="center"
android:orientation="vertical">
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_3"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
</LinearLayout>
<FrameLayout
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
2018-08-08 08:03:38 +00:00
android:layout_height="wrap_content"
android:layout_weight="2"
android:minHeight="100dp">
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_4"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
</FrameLayout>
2018-07-27 13:07:33 +00:00
</LinearLayout>
2018-08-08 08:03:38 +00:00
<LinearLayout
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
2018-08-08 08:03:38 +00:00
android:layout_height="wrap_content"
android:orientation="horizontal">
2018-07-27 13:07:33 +00:00
2018-08-08 08:03:38 +00:00
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_5"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_6"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_7"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<Space
android:layout_width="1dp"
android:layout_height="match_parent" />
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_8"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
<code.name.monkey.retromusic.views.WidthFitSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView
2018-08-08 08:03:38 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="6dp"
app:cardUseCompatPadding="true">
<ImageView
android:id="@+id/image_9"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>
2018-08-08 08:03:38 +00:00
</code.name.monkey.retromusic.views.WidthFitSquareLayout>
</LinearLayout>
2018-07-27 13:07:33 +00:00
</LinearLayout>