Skip to content

Commit

Permalink
fixed missing highlight on TV
Browse files Browse the repository at this point in the history
  • Loading branch information
LagradOst committed Nov 2, 2024
1 parent 9d0d76d commit 08b4802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/subtitle_offset_item.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
android:background="?attr/selectableItemBackground"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

1 comment on commit 08b4802

@Srivignesh342
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So what's the higlight of this update

Please sign in to comment.