Android Radio Button PNG Drawable top

时间:2015-06-01 23:51:23

标签: android android-drawable android-radiobutton

enter image description here

我有一个广播组。 5个收音机按钮。单选按钮的DrawableTop设置为,android:drawableTop =" @ drawable / Timeline_icon_drawable"

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

<item android:state_checked="true" android:drawable="@mipmap/explore_icon_pressed" />

<item android:drawable="@mipmap/explore_icon" />

</selector>

如何让png更小?

1 个答案:

答案 0 :(得分:0)

点击此链接..并下载此9 PATCH RESIZER ..

9PATCH-RESIZER

它专为Android开发人员设计。当您在此软件上拖动任何图像时,它将创建每个版本的可绘制图像,例如 xxxhdpi,xxhdpi,xhdpi,hdpi,mdpi,ldpi。 使用此软件自定义png或图标后,您可以在应用程序中轻松使用它。 希望能帮助到你!

相关问题