mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-05 07:41:23 +00:00
Added missing loader causing crash.
This commit is contained in:
parent
b953ff21e7
commit
a464ae9df5
3 changed files with 17 additions and 5 deletions
|
@ -116,9 +116,13 @@
|
|||
android:layout_marginBottom="6dp"
|
||||
android:background="#DD000000"
|
||||
android:visibility="gone"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<com.futo.platformplayer.views.LoaderView
|
||||
android:id="@+id/loader"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/container_locked"
|
||||
|
|
|
@ -118,7 +118,13 @@
|
|||
android:layout_height="match_parent"
|
||||
android:background="#BB000000"
|
||||
android:visibility="gone"
|
||||
android:orientation="vertical" />
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
<com.futo.platformplayer.views.LoaderView
|
||||
android:id="@+id/loader"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/container_locked"
|
||||
|
|
|
@ -107,8 +107,6 @@
|
|||
android:textStyle="normal" />
|
||||
</LinearLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/container_loader"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -116,9 +114,13 @@
|
|||
android:layout_marginBottom="6dp"
|
||||
android:background="#DD000000"
|
||||
android:visibility="gone"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<com.futo.platformplayer.views.LoaderView
|
||||
android:id="@+id/loader"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/container_unavailable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue