Skip to content

Instantly share code, notes, and snippets.

@dybarsky
Last active March 10, 2017 17:11
Show Gist options
  • Save dybarsky/4a759b46697da7dbb4a6727397ddb7e0 to your computer and use it in GitHub Desktop.
Save dybarsky/4a759b46697da7dbb4a6727397ddb7e0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Custom" parent="android:Theme.DeviceDefault.Dialog">
<item name="DialogTitleAppearance">@android:style/TextAppearance.Medium</item>
<item name="DialogTitleText">Updating…</item>
<item name="DialogSpotColor">@android:color/holo_orange_dark</item>
<item name="DialogSpotCount">4</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment