aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-14 17:30:01 -0500
committerKenny Root <kenny@the-b.org>2015-08-14 17:30:01 -0500
commit25458db409cf59fff40fd282a23ee17cdf2142b9 (patch)
tree07ae21940477e2b88f2cca8d6e539a067316cedd /app/src/main/res/values
parenta04326017c5e75e96ad0e3b4d83c044017a01d54 (diff)
parent64f59c9c98b7b827f1475e8e98cb3929ba0c4d93 (diff)
downloadconnectbot-25458db409cf59fff40fd282a23ee17cdf2142b9.tar.gz
connectbot-25458db409cf59fff40fd282a23ee17cdf2142b9.tar.bz2
connectbot-25458db409cf59fff40fd282a23ee17cdf2142b9.zip
Merge pull request #124 from jklein24/tabs
Add tabs when there's more than one terminal active.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 22e830b..f0cd073 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -18,7 +18,7 @@
*/
-->
<resources>
- <style name="NoTitle" parent="android:Theme">
+ <style name="NoTitle" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>