Cannot use Strapi to send comments, upvote or downvote in RPAN.

This commit is contained in:
Alex Ning
2021-07-07 22:13:56 +08:00
parent 571e1003aa
commit 6eecaaccfa
9 changed files with 22 additions and 64 deletions

View File

@@ -4,6 +4,7 @@
android:layout_height="match_parent"
android:background="#44000000"
android:id="@+id/constraint_layout_exo_rpan_broadcast_playback_control_view"
android:focusableInTouchMode="true"
xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout

View File

@@ -10,7 +10,6 @@
android:id="@+id/player_view_view_rpan_broadcast_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:controller_layout_id="@layout/exo_rpan_broadcast_playback_control_view"
app:show_timeout="0" />
app:controller_layout_id="@layout/exo_rpan_broadcast_playback_control_view" />
</FrameLayout>