What theme attributes do I need to override to change the blue highlight color of my dialogs?
问题 I have a theme called "greenhighlight" — this theme was generated using the Android Action Bar Style Generator, and inherits from the default ActionBarSherlock theme. The theme does nothing except change the highlight at the bottom of the ActionBar from blue to green. To theme all my activities, I just do: <application android:theme="@style/Theme.greenhighlight"... This works pretty well for activities (note the green highlight on the bottom of the ActionBar): However, I'm having difficulty