aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-08-18 17:44:31 -0700
committerJeremy Klein <jlklein@google.com>2015-08-20 10:55:10 -0700
commitc3eb93ff1a7e119002b2532ed4687642d47c607b (patch)
treec9bb6891605216af86083285fe24440751adda3e /app/src/main/AndroidManifest.xml
parent98979cf93c4f8ae6006ee50dde20a3a2cc83b6c9 (diff)
downloadconnectbot-c3eb93ff1a7e119002b2532ed4687642d47c607b.tar.gz
connectbot-c3eb93ff1a7e119002b2532ed4687642d47c607b.tar.bz2
connectbot-c3eb93ff1a7e119002b2532ed4687642d47c607b.zip
Remove ActionBarWrapper and style.xml files in favor of AppCompat.
The support libraries seem to provide better alternatives for everything in ActionBarWrapper and the style.xml definitions.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7358c88..b578282 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -78,7 +78,7 @@
android:description="@string/service_desc" />
<activity android:name=".ConsoleActivity" android:configChanges="keyboardHidden|orientation"
- android:theme="@style/NoTitle" android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
+ android:theme="@style/Theme.AppCompat" android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
android:launchMode="singleTop" android:hardwareAccelerated="false">
<intent-filter>
<action android:name="android.intent.action.VIEW" />