From a58cddc5e89581a2e508298cd3fc013fb2d55b37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 11 Feb 2017 19:44:14 +0100 Subject: [PATCH] Fix disappearing action buttons. When displaying the empty view, for some reason the action buttons are on the bottom behind the keyboard. windowSoftInputMode="adjustResize" seems to work as a hacky workaround. Fixes issue #63. --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2aab243..d8dc807 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -54,6 +54,7 @@ -- 2.43.0