mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
播放列表修改
This commit is contained in:
parent
702296f1d7
commit
2c15b83a0f
@ -51,8 +51,8 @@
|
|||||||
android:id="@+id/tvDetails"
|
android:id="@+id/tvDetails"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="200dp"
|
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
|
android:minHeight="200dp"
|
||||||
android:textSize="20dp" />
|
android:textSize="20dp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -62,20 +62,15 @@
|
|||||||
android:layout_marginTop="30dp"
|
android:layout_marginTop="30dp"
|
||||||
android:text="播放列表:" />
|
android:text="播放列表:" />
|
||||||
|
|
||||||
<HorizontalScrollView
|
|
||||||
|
<com.google.android.material.tabs.TabLayout
|
||||||
|
android:id="@+id/tab_container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
app:tabGravity="start"
|
||||||
<com.google.android.material.tabs.TabLayout
|
app:tabMode="scrollable">
|
||||||
android:id="@+id/tab_container"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
app:tabGravity="start">
|
|
||||||
|
|
||||||
</com.google.android.material.tabs.TabLayout>
|
|
||||||
|
|
||||||
</HorizontalScrollView>
|
|
||||||
|
|
||||||
|
</com.google.android.material.tabs.TabLayout>
|
||||||
|
|
||||||
<org.sifacai.vlcjellyfin.Component.JRecyclerView
|
<org.sifacai.vlcjellyfin.Component.JRecyclerView
|
||||||
android:id="@+id/mGridView"
|
android:id="@+id/mGridView"
|
||||||
@ -100,13 +95,13 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:visibility="gone" >
|
android:visibility="gone">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:text="演员表:"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="20dp"/>
|
android:layout_marginTop="20dp"
|
||||||
|
android:text="演员表:" />
|
||||||
|
|
||||||
<org.sifacai.vlcjellyfin.Component.JRecyclerView
|
<org.sifacai.vlcjellyfin.Component.JRecyclerView
|
||||||
android:id="@+id/mPersonGridView"
|
android:id="@+id/mPersonGridView"
|
||||||
|
Loading…
Reference in New Issue
Block a user