This commit is contained in:
hch
2024-03-20 16:07:17 +08:00
parent c30f18eaa9
commit 04d3faa0cb
92 changed files with 3349 additions and 1195 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/itemLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/transparent"
@@ -67,19 +68,20 @@
android:layout_marginTop="15dp"
app:ngl_corner_radius="5dp"
app:ngl_divider_width="6dp"
app:ngl_space="30dp" />
app:ngl_space="90dp" />
<RelativeLayout
android:id="@+id/videoLayout"
android:layout_width="match_parent"
android:layout_height="400dp"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_marginLeft="50dp"
android:visibility="gone">
<ImageView
android:id="@+id/videoImage"
android:layout_width="match_parent"
android:layout_height="400dp" />
android:layout_height="200dp"
android:scaleType="centerCrop" />
<ImageView
android:layout_width="40dp"