How to make shape's child TextView white when state_pressed=“true”
问题 This shape is the backround of a linearLayout, how can I make any TextViews within the LinearLayout change their text color to white during the statePressed =true of the parent selector? Also see my previous question to see more of the code: Shape does not show <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#FFFFFF" /> <stroke android:width="1dp" android:color="#AA000000" /> <corners android:topLeftRadius="10dp" android:topRightRadius="10dp" />