diff --git a/app/src/main/res/layout/horizontal_itemlist_item.xml b/app/src/main/res/layout/horizontal_itemlist_item.xml index a7e4ad9da..5b4787d11 100644 --- a/app/src/main/res/layout/horizontal_itemlist_item.xml +++ b/app/src/main/res/layout/horizontal_itemlist_item.xml @@ -13,9 +13,10 @@ android:id="@+id/card" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:foreground="?android:attr/selectableItemBackground" android:clickable="true" - app:cardCornerRadius="12dp"> + android:foreground="?android:attr/selectableItemBackground" + app:cardCornerRadius="12dp" + app:cardElevation="0dp"> @@ -45,8 +47,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:outlineProvider="bounds" - tools:src="@tools:sample/avatars" - squareImageView:direction="width" /> + squareImageView:direction="width" + tools:src="@tools:sample/avatars" /> + app:tintMode="src_atop" /> @@ -83,8 +85,8 @@ android:id="@+id/progressBar" android:layout_width="match_parent" android:layout_height="4dp" - android:max="100" android:layout_gravity="bottom" + android:max="100" style="?attr/progressBarTheme" tools:background="@android:color/holo_blue_light" /> @@ -96,14 +98,13 @@ android:id="@+id/titleLabel" android:layout_width="128dp" android:layout_height="wrap_content" - android:ellipsize="end" - android:paddingHorizontal="4dp" android:layout_marginTop="4dp" + android:ellipsize="end" android:lines="2" + android:paddingHorizontal="4dp" android:singleLine="false" android:textColor="?android:attr/textColorPrimary" - android:textSize="14sp" - tools:text="@sample/episodes.json/data/title" /> + android:textSize="14sp" />