I want to set the textSize value of the snippet below to a textSize of an XML file, how to achieve this?
holder.tvValue.setTextSize();
in the xml it is like this:
<TextView
android:id="@+id/tv_title"
android:textSize="32sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />