aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-10-08 14:01:52 +0000
committerKenny Root <kenny@the-b.org>2009-10-08 14:01:52 +0000
commita864209c125bf24939eb24b8290bc51e9efe4209 (patch)
tree51ef355c7818a1e6b798f39d92341ca5b9525fde /res
parent5a4d66dea8ea03f1a6139a9b68033ff39df32435 (diff)
downloadconnectbot-a864209c125bf24939eb24b8290bc51e9efe4209.tar.gz
connectbot-a864209c125bf24939eb24b8290bc51e9efe4209.tar.bz2
connectbot-a864209c125bf24939eb24b8290bc51e9efe4209.zip
Remove status bar shadow from top of console
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@417 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 4ea59b8..d282712 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -2,5 +2,6 @@
<resources>
<style name="NoTitle" parent="android:Theme">
<item name="android:windowNoTitle">true</item>
+ <item name="android:windowContentOverlay">@null</item>
</style>
</resources>