私は Android アプリケーションを開発しており、これを使用して RadioButtons をカスタマイズしています。
<!-- Radio button style -->
<style name="RadioButton" parent="@android:style/Widget.CompoundButton.RadioButton">
<item name="android:button">@drawable/checkbox_unchecked</item>
</style>
しかし、そのイメージ@drawable/checkbox_unchecked
は非常に大きいです。
どうすれば小さくできるか知っていますか?