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