Answers for "xml change font size of button text"

0

xml change font size of button text

<Button android:id="@+id/next_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/next"
            android:background="@drawable/mybutton_background"
            android:textSize="10sp" /> <!-- Use SP(Scale Independent Pixel) -->
Posted by: Guest on April-18-2020

Code answers related to "xml change font size of button text"

Browse Popular Code Answers by Language