can't change the textsize of the thumb of SwitchCompat widget
问题 I am having a hard time to change the text size of a switch compact thumb. Here's my layout: <android.support.v7.widget.SwitchCompat android:id="@+id/switch_compat2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="20dp" android:checked="true" android:switchTextAppearance="@style/MyStyle" android:text="SwitchCompat (SDK v7+)" app:showText="true" /> and the style: <style name="MyStyle"> <item name="android:textColor">#229922</item> <item name=