Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到我最近下载的一个应用程序的 adview 设置方式是,当键盘处于非活动状态时,它将位于屏幕的最底部,但是当键盘弹出时,它直接位于它的顶部,我已附加 2希望能说明我试图获得任何帮助的屏幕截图将大有帮助,谢谢!
如果您的父 XML 布局文件是一个 RelativeLayout,您可以在包含广告的视图上使用它:
android:layout_alignParentBottom="true"