mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
界面调整
This commit is contained in:
parent
8706b9df4a
commit
13dd34a7a2
@ -4,8 +4,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/title_height"
|
android:layout_height="@dimen/title_height"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:touchscreenBlocksFocus="false"
|
|
||||||
android:focusableInTouchMode="true"
|
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
@ -14,6 +12,9 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@drawable/shape_user_focus"
|
android:background="@drawable/shape_user_focus"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
|
android:focusableInTouchMode="true"
|
||||||
|
android:defaultFocusHighlightEnabled="true"
|
||||||
|
android:screenReaderFocusable="true"
|
||||||
android:src="@drawable/ic_outline_arrow_back_ios_48" />
|
android:src="@drawable/ic_outline_arrow_back_ios_48" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user