aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorAnkush Sachdeva <sankush@yahoo.co.in>2014-11-05 06:06:19 +0530
committerAnkush Sachdeva <sankush@yahoo.co.in>2014-11-05 06:06:19 +0530
commit0f5fefe35b5b15338034a9f1928680b2d1ac3f66 (patch)
treefd296a62261567dca166d68c2a8441ea53451057 /res/values/attrs.xml
parent2fc6baf9e8bb10369ed354d31ff0732f6f7e7c81 (diff)
removed unnecessary background; Added new funciton showAtBottomPending()
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index ba33d71..9810158 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -31,7 +31,7 @@
<!-- No backgrounds, titles or window float -->
<item name="android:windowFrame">@null</item>
- <item name="android:windowBackground">@drawable/popup_bg</item>
+ <item name="android:windowBackground">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">false</item>
</style>