diff options
author | Ankush Sachdeva <sankush@yahoo.co.in> | 2014-11-05 06:06:19 +0530 |
---|---|---|
committer | Ankush Sachdeva <sankush@yahoo.co.in> | 2014-11-05 06:06:19 +0530 |
commit | 0f5fefe35b5b15338034a9f1928680b2d1ac3f66 (patch) | |
tree | fd296a62261567dca166d68c2a8441ea53451057 /res | |
parent | 2fc6baf9e8bb10369ed354d31ff0732f6f7e7c81 (diff) |
removed unnecessary background; Added new funciton showAtBottomPending()
Diffstat (limited to 'res')
-rw-r--r-- | res/values/attrs.xml | 2 |
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> |