I would like to have this
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" style="@style/font_size_increase"/>
</selector>
and it seems that this one is not supported anymore.
I wonder if there is another way to increase the text size (in xml) when it is pressed?
Many thanks!