Skip to content

Commit

Permalink
fix: library not loading in TV (recloudstream#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
coxju authored Jan 11, 2024
1 parent 0eb152c commit 0c73f5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/layout/fragment_library_tv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="40dp">
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
android:id="@+id/library_random"
style="@style/ExtendedFloatingActionButton"
android:layout_gravity="bottom|start"
android:text="@string/home_random"
android:textColor="?attr/textColor"
android:visibility="gone"
app:icon="@drawable/ic_baseline_play_arrow_24"
tools:ignore="ContentDescription"
tools:visibility="visible" />

<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
android:id="@+id/sort_fab"
Expand Down

0 comments on commit 0c73f5e

Please sign in to comment.