mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
添加投屏
This commit is contained in:
parent
009a35f1d1
commit
8b4c6fe468
@ -8,11 +8,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/actionBar_back"
|
||||
android:layout_width="20dp"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/shape_user_focus"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:padding="6dp"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/ic_outline_arrow_back_ios_48" />
|
||||
@ -21,7 +20,7 @@
|
||||
android:id="@+id/actionBar_banner"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitStart"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/banner" />
|
||||
|
||||
<TextView
|
||||
@ -32,6 +31,7 @@
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:text=""
|
||||
android:visibility="gone"
|
||||
android:textSize="18dp" />
|
||||
|
||||
<TextView
|
||||
@ -40,7 +40,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="@dimen/button_margin_left"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:gravity="right|center"
|
||||
android:text=""
|
||||
android:textSize="18dp" />
|
||||
|
||||
@ -50,6 +50,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:focusable="true"
|
||||
android:padding="6dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:background="@drawable/shape_user_focus"
|
||||
android:src="@drawable/ic_outline_search_48" />
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="title_height">32dp</dimen>
|
||||
<dimen name="title_height">48dp</dimen>
|
||||
<dimen name="title_size">22dp</dimen>
|
||||
|
||||
<dimen name="horizon_cover_width">360dp</dimen>
|
||||
|
Loading…
Reference in New Issue
Block a user