aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/values/styles.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 585accd..a95540e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.6-dev"
- android:versionCode="201">
+ android:versionCode="202">
<application
android:icon="@drawable/icon"
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>