Skip to content

Instantly share code, notes, and snippets.

@esaounkine
Created April 29, 2011 12:44
Show Gist options
  • Save esaounkine/948240 to your computer and use it in GitHub Desktop.
Save esaounkine/948240 to your computer and use it in GitHub Desktop.
Intent to start navigation activity - themes
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TableDialog" parent="android:style/Theme.Dialog">
<item name="android:windowBackground">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment