Fix detailed list item

pull/183/head
Koitharu 4 years ago
parent 09a3c5da23
commit 9956f1ae4f
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -18,8 +18,8 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
android:scaleType="centerCrop" android:scaleType="centerCrop"
tools:src="@tools:sample/backgrounds/scenic" app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Kotatsu.Cover"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Kotatsu.Cover"/> tools:src="@tools:sample/backgrounds/scenic" />
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
@ -53,8 +53,9 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:baselineAligned="false"
android:gravity="center"> android:clipChildren="false"
android:orientation="horizontal">
<TextView <TextView
android:id="@+id/textView_tags" android:id="@+id/textView_tags"
@ -72,9 +73,12 @@
android:id="@+id/textView_rating" android:id="@+id/textView_rating"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:drawablePadding="4dp" android:drawablePadding="4dp"
android:elegantTextHeight="false"
android:gravity="center_vertical"
android:paddingStart="6dp" android:paddingStart="6dp"
android:singleLine="true"
android:textAppearance="?attr/textAppearanceBodySmall"
app:drawableEndCompat="@drawable/ic_star" app:drawableEndCompat="@drawable/ic_star"
tools:ignore="RtlSymmetry" tools:ignore="RtlSymmetry"
tools:text="9.6" /> tools:text="9.6" />

Loading…
Cancel
Save