]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Fix disappearing action buttons.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 11 Feb 2017 18:44:14 +0000 (19:44 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 11 Feb 2017 18:44:14 +0000 (19:44 +0100)
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

index 2aab2437fc68995ce95b7acf62f6dd91e92c8042..d8dc807ff011902176836e30ecbb157a0fa0bae5 100644 (file)
@@ -54,6 +54,7 @@
         <activity
             android:name=".DictionaryActivity"
             android:label="@string/app_name"
+            android:windowSoftInputMode="adjustResize"
             android:parentActivityName=".DictionaryActivity" >
 
             <!-- Parent activity meta-data to support API level 7+ -->