fix fullscreen button on popup

This commit is contained in:
Schabi 2017-12-23 17:34:47 +01:00
parent e3be6d8bf5
commit 37b6d11143
3 changed files with 17 additions and 1 deletions

View file

@ -92,6 +92,7 @@
android:layout_alignParentRight="true"
android:background="#00ffffff"
android:clickable="true"
android:focusable="true"
android:scaleType="fitCenter"
android:src="@drawable/ic_fullscreen_white"
tools:ignore="ContentDescription,RtlHardcoded"/>