Fixed position of buttons in AddFeedActivity when keyboard is shown
This commit is contained in:
parent
0044e0f91f
commit
8a52f216ea
|
@ -45,7 +45,7 @@
|
|||
<activity
|
||||
android:name="de.danoeh.antennapod.activity.AddFeedActivity"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
android:label="@string/add_new_feed_label" >
|
||||
android:label="@string/add_new_feed_label" android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue