I use sp for my TextView font size
But the size in mobiles and tablets is similar
My xml :
<TextView
            android:id="@+id/TextView13"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Register"
            android:textColor="#fff"
            android:textSize="14sp" />
Output :
What I want :


 
     
    