I'm new from android, my question is how can I force the font size like 12sp when showing in different android phone?
<Button
android:id="@+id/btn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:text="hello world"
android:textSize="@dimen/btn_text"/>