android 低分辨率 底部空白不显示

<View
android:layout_below="@id/ll_bottom_margin"
android:layout_width="match_parent"
android:layout_height="0dp"/>

将以上代码加到要显示底部空白的控件下面
原文地址:https://www.cnblogs.com/zhengtu2015/p/5945688.html