我有一个按钮,希望文本的顶部和底部触及按钮的顶部和底部边框。
但是我无法移除填充物或其他任何内容,并且文本顶部和按钮边框顶部之间有相当大的空间。它看起来像这样:
这是代码:
<Button a:layout_width="wrap_content" a:layout_height="match_parent" a:background="#ffff0000"
a:minWidth="1px"
a:minHeight="1px"
a:maxHeight="1000dp"
a:paddingHorizontal="15dp"
a:paddingVertical="0dp"/>
有任何想法或暗示如何删除间距?
答案 0 :(得分:2)
制作一个:layout_height来包装内容,它将按钮高度包装到按钮的内容中。
a:layout_height="wrap_content"