• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<resources>
2    <style name="Theme.Settings" parent="@android:style/Theme.DeviceDefault.Settings" />
3
4    <!-- Override the main app's style for ActionPrimaryButton to get around lack of new style
5         support in robolectric  -->
6    <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button" />
7</resources>
8