|
|
|
|
@ -17,8 +17,8 @@
|
|
|
|
|
android:id="@+id/imageView_cover"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
|
android:foreground="?selectableItemBackground"
|
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
|
android:transitionName="cover"
|
|
|
|
|
@ -35,9 +35,9 @@
|
|
|
|
|
android:id="@+id/textView_title"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:maxLines="3"
|
|
|
|
|
android:textAppearance="?attr/textAppearanceHeadlineSmall"
|
|
|
|
|
@ -50,9 +50,9 @@
|
|
|
|
|
android:id="@+id/textView_subtitle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:maxLines="3"
|
|
|
|
|
android:textAppearance="?attr/textAppearanceBodyMedium"
|
|
|
|
|
@ -65,9 +65,9 @@
|
|
|
|
|
android:id="@+id/textView_author"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
|
android:layout_marginEnd="6dp"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:background="@drawable/list_selector"
|
|
|
|
|
android:padding="2dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
@ -84,9 +84,9 @@
|
|
|
|
|
android:id="@+id/textView_state"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:drawablePadding="4dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAppearance="?attr/textAppearanceBodySmall"
|
|
|
|
|
|