jjzjj

drawablePadding

全部标签

android - 使用 Appcompat 在 pre-Lollipop 上错误的 Button textColor 和 drawablePadding

我在Lollipop之前的设备上有错误的按钮样式。使用appcompat库编译。compile'com.android.support:appcompat-v7:23.0.1'值/styles.xml@android:color/holo_orange_light@android:color/holo_orange_dark@android:color/holo_green_light@android:color/holo_purple@android:color/holo_red_light@android:color/holo_green_light@style/ButtonThe

Android:如何以编程方式设置 drawablePadding?

这是我在xml布局中的代码:我想以编程方式将drawablePadding更改为drawable的方式相同。如何做到这一点? 最佳答案 你可以得到你的TextView的引用,然后可以设置UrTextView.setCompoundDrawablePadding(yourpaddingvalue); 关于Android:如何以编程方式设置drawablePadding?,我们在StackOverflow上找到一个类似的问题: https://stackoverf