fix fullscreen button on popup

This commit is contained in:
Schabi 2017-12-23 17:34:47 +01:00
parent ec8fff421a
commit 9f5d4034e3
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"/>