【发布时间】:2015-05-04 23:13:36
【问题描述】:
RelativLayout 中似乎有一些隐藏的填充,我说得对吗?
我有这个 TextView:
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:background="@color/green"
android:text="LOG IN"/>
在相对布局中。
我不明白为什么
android:layout_alignParentBottom="true"
不会将 TextView 一直向下放置。 参考图片:
有什么办法可以去掉这个填充?
【问题讨论】:
-
尝试检查
res/values文件夹下的dimens.xml -
非常好。不敢相信我在任何地方都找不到答案
-
是的,我也遇到了同样的问题...Android Studio 自动生成它...我想您可以通过检查您的布局 xml 来解决...
标签: android xml android-layout textview android-relativelayout