This commit is contained in:
2025-07-24 14:54:31 +09:00
parent 668d33543c
commit 193946cadf
10 changed files with 281 additions and 115 deletions
+33 -3
View File
@@ -34,14 +34,34 @@
android:textColor="@color/white"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<ImageView
<TextView
app:layout_constraintTop_toBottomOf="@id/title"
android:alpha="0.6"
android:id="@+id/date"
android:gravity="center_vertical|right"
android:singleLine="false"
android:background="#000"
android:textSize="@dimen/_20sp"
android:textColor="@color/white"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<ImageView
app:layout_constraintTop_toBottomOf="@id/date"
android:alpha="0.05"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:id="@+id/cover"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
app:layout_constraintTop_toTopOf="@id/cover"
android:id="@+id/cover_link"
android:gravity="center_vertical|right"
android:singleLine="false"
android:background="#000"
android:textSize="@dimen/_12sp"
android:textColor="@color/white"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
app:layout_constraintTop_toBottomOf="@id/cover"
android:id="@+id/desc"
@@ -54,11 +74,21 @@
<ImageView
app:layout_constraintTop_toBottomOf="@id/desc"
android:id="@+id/screen"
android:alpha="0.6"
android:alpha="0.05"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
app:layout_constraintTop_toTopOf="@id/screen"
android:id="@+id/screen_link"
android:gravity="center_vertical|right"
android:singleLine="false"
android:background="#000"
android:textSize="@dimen/_12sp"
android:textColor="@color/white"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
app:layout_constraintTop_toBottomOf="@id/screen"
android:id="@+id/link"