Fix invisible fullscreen button in popup player on API 19
This commit is contained in:
parent
e3e2028153
commit
05ab54c30d
|
@ -138,7 +138,7 @@
|
||||||
tools:text="English" />
|
tools:text="English" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<ImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/fullScreenButton"
|
android:id="@+id/fullScreenButton"
|
||||||
android:layout_width="30dp"
|
android:layout_width="30dp"
|
||||||
android:layout_height="30dp"
|
android:layout_height="30dp"
|
||||||
|
|
Loading…
Reference in New Issue