I'm using custom radiobutton . this is the image of my current radiobutton . as you can see , the button is much lower then the text . How can I make them inline ?
this is the drawable xml :
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/checkedradiobutton" android:state_checked="true"/>
<item android:drawable="@drawable/unchekedradiobutton" android:state_checked="false"/>
</selector>