mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix: library not loading in TV (#871)
This commit is contained in:
parent
0eb152c5db
commit
0c73f5e59a
1 changed files with 10 additions and 0 deletions
|
@ -190,6 +190,16 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginBottom="40dp">
|
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
|
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
|
||||||
android:id="@+id/sort_fab"
|
android:id="@+id/sort_fab"
|
||||||
|
|
Loading…
Reference in a new issue