Kishan Solanki
Kishan Solanki

Reputation: 14628

Android Radio Button Icon is too small/tiny in tablet (7" or 10" inches), but normal in Mobile Device

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.

enter image description here

Upvotes: 1

Views: 195

Answers (0)

Related Questions