gpt4 book ai didi

android - 如何最小化按钮中文本和图像之间的空间?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:20:56 26 4
gpt4 key购买 nike

这是我下面的代码,它显示按钮中的图像工作正常,但我想最小化图像和按钮之间的空间。我该怎么做?

请帮助我如何最小化图像和文本之间的空间。这是我的图片网址 http://imgur.com/Jmvqe

<Button android:id="@+id/MyAccountbutton"
style="?android:attr/buttonStyleSmall"
android:layout_height="25dip"
android:layout_width="fill_parent"
android:layout_marginRight="55dip"
android:layout_marginLeft="55dip"
android:drawableLeft="@drawable/handshake"
android:paddingLeft="10dip"
android:background="@drawable/curvedplanebutton"
android:textColor="@drawable/button_text_color"
android:layout_marginTop="15dip"
android:text="Payments"/>

最佳答案

android:drawablePadding=""。您可能需要设置一个负值。

关于android - 如何最小化按钮中文本和图像之间的空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14156472/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com