0

enter image description here

I have a Radio Group. 5 Radio Buttons. The Radio Button's DrawableTop are set as, 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>

How do I make the png smaller?

James Xing
  • 35
  • 6

1 Answers1

0

click on this link.. and download this 9 PATCH RESIZER..

9PATCH-RESIZER

It is specifically designed for developers of android. when you will drag any image on this software it will create every version of drawable images such as xxxhdpi, xxhdpi, xhdpi, hdpi, mdpi, ldpi. after customizing png or icon with this software you can use it comfortably in your app. hope it helps!

Ajay P. Prajapati
  • 1,973
  • 1
  • 17
  • 34