Merge pull request #7963 from Stypox/android-tv-player
Improve player UI and navigability for Android TV
This commit is contained in:
commit
ee55260c82
3 changed files with 14 additions and 17 deletions
|
|
@ -545,9 +545,7 @@
|
|||
<RelativeLayout
|
||||
android:id="@+id/itemsListControl"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true">
|
||||
android:layout_height="60dp">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/itemsListHeaderTitle"
|
||||
|
|
|
|||
|
|
@ -66,10 +66,7 @@
|
|||
<item name="tint">?attr/actionColor</item>
|
||||
</style>
|
||||
|
||||
<style name="DarkPopupMenu" parent="Widget.AppCompat.PopupMenu">
|
||||
<item name="android:itemBackground">#2E2E2E</item>
|
||||
<item name="android:textColor">@color/white</item>
|
||||
</style>
|
||||
<style name="DarkPopupMenu" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
||||
|
||||
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
|
||||
<item name="popupTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue