Reputation: 14628
Here is the XML code for the RadioButton
.
<androidx.appcompat.widget.AppCompatRadioButton
android:buttonTint="@android:color/white"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layoutDirection="rtl"
android:text="@string/largest_discount"
android:textAllCaps="true" />
I haven't added any custom icons/button for this RadioButton. Using the default colour and style of the RadioButton. But the icon looks too tiny/small of the RadioButton in Tablet, it looks normal and decent in Mobile device. Here is the attached image. The left one is the Tablet and the right side is a Mobile device. Clearly seen that Tablet icon is too small.
Do let me know what's wrong here. Any help would be appreciated.
Upvotes: 1
Views: 195