按钮不能很好地适应动态变化的文本

时间:2017-01-20 13:39:33

标签: android button

我试图制作一个按钮,文本会根据我从网络服务获得的内容而改变,并且出于某种原因,该按钮不能很好地适应文本,我的意思是它的高度超过应该的高度,我有wrap_content,但仍然在底部和底部底部有很多空白

enter image description here

<ul.ui.FontButton
        android:id="@+id/btnCTA"
        style="@style/button"
        android:layout_width="0px"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:text="Share"
        android:minHeight="1dp"
        android:textColor="@drawable/welcome_button_text"
        android:textSize="13sp"
        android:textStyle="bold"
        android:layout_gravity="center_vertical"
        android:layout_weight="1"/>

这是按钮的代码

0 个答案:

没有答案