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:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="200dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:minHeight="200dp"
|
||||
android:textSize="20dp" />
|
||||
|
||||
<TextView
|
||||
@ -62,21 +62,16 @@
|
||||
android:layout_marginTop="30dp"
|
||||
android:text="播放列表:" />
|
||||
|
||||
<HorizontalScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tab_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:tabGravity="start">
|
||||
app:tabGravity="start"
|
||||
app:tabMode="scrollable">
|
||||
|
||||
</com.google.android.material.tabs.TabLayout>
|
||||
|
||||
</HorizontalScrollView>
|
||||
|
||||
|
||||
<org.sifacai.vlcjellyfin.Component.JRecyclerView
|
||||
android:id="@+id/mGridView"
|
||||
android:layout_width="match_parent"
|
||||
@ -100,13 +95,13 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone" >
|
||||
android:visibility="gone">
|
||||
|
||||
<TextView
|
||||
android:text="演员表:"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"/>
|
||||
android:layout_marginTop="20dp"
|
||||
android:text="演员表:" />
|
||||
|
||||
<org.sifacai.vlcjellyfin.Component.JRecyclerView
|
||||
android:id="@+id/mPersonGridView"
|
||||
|
Loading…
Reference in New Issue
Block a user