Text view returning wrong text size
问题 I need to get the text size of the text view so that I would increment in text size while user pressing the button which indicates that it helps in increasing the text size in the text view. Let me clear what I have done so far i have a text view and setting its text size through dimen folder <TextView android:id="@+id/tv_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="2dp" android:text="@string/flash" android:textSize="@dimen/tv_text_fontsize"