assure that image editing controls are not overlapped by the soft navigation bar

This commit is contained in:
cyBerta 2019-07-08 18:16:15 +02:00
parent 397f1df89c
commit 321302d271

View file

@ -6,6 +6,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/black" android:background="@color/black"
android:fitsSystemWindows="true"
tools:context="org.thoughtcrime.securesms.scribbles.ScribbleActivity"> tools:context="org.thoughtcrime.securesms.scribbles.ScribbleActivity">