feat(content): 추천 시리즈 어댑터를 추가한다
This commit is contained in:
29
app/src/main/res/layout/item_content_original_series.xml
Normal file
29
app/src/main/res/layout/item_content_original_series.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="163dp"
|
||||
android:layout_height="230dp"
|
||||
android:background="@drawable/bg_series_content_thumbnail">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/layout_content_original_series_thumbnail"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/bg_series_content_thumbnail">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_content_original_series_thumbnail"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@null"
|
||||
android:scaleType="centerCrop"
|
||||
tools:src="@drawable/ic_launcher_background" />
|
||||
|
||||
<include
|
||||
android:id="@+id/view_content_original_series_tag"
|
||||
layout="@layout/view_series_original_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|start" />
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user