aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-12-29 23:43:42 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-12-29 23:43:42 +0000
commit25e660d37f9d3625db2fe608cd9c7985d9d2fdfa (patch)
tree4a9f4a40b650e6fd72b010261a95e42319d3c40f /res/values/styles.xml
parentad9a45cf8055707d9f77da90c3f44c8208a5f23c (diff)
downloadconnectbot-25e660d37f9d3625db2fe608cd9c7985d9d2fdfa.tar.gz
connectbot-25e660d37f9d3625db2fe608cd9c7985d9d2fdfa.tar.bz2
connectbot-25e660d37f9d3625db2fe608cd9c7985d9d2fdfa.zip
* Added "bumpy arrows" so that arrow keys trigger vibration, useful for laggy connections. Also added preference to turn off if desired.
* Created windowNoTitle style to prevent brief flashing of title bar on ConsoleActivity, instead of requesting programatically. * Slight padding change to EULA screen.
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
new file mode 100644
index 0000000..459ee80
--- /dev/null
+++ b/res/values/styles.xml
@@ -0,0 +1,5 @@
+<resources>
+ <style name="NoTitle" parent="android:Theme">
+ <item name="android:windowNoTitle">true</item>
+ </style>
+</resources>