aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorAlexandre Del Bigio <alescdb@users.noreply.github.com>2015-09-02 14:41:40 +0200
committerAlexandre Del Bigio <alescdb@users.noreply.github.com>2015-09-02 14:41:40 +0200
commitbe29a2626b892bac82f1309a92111f78a790896e (patch)
tree66f171347e73d08e01ffa67bcf24d36f58a0e0d7 /app/src/main/res/values/styles.xml
parentf4ca0e0603b50c7b1de92dc9a9c5b5020bfc25dd (diff)
downloadconnectbot-be29a2626b892bac82f1309a92111f78a790896e.tar.gz
connectbot-be29a2626b892bac82f1309a92111f78a790896e.tar.bz2
connectbot-be29a2626b892bac82f1309a92111f78a790896e.zip
Keyboard separator as layer-list (instead of views)
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 976d4bf..031d358 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -29,13 +29,7 @@
<style name="KeyboardButton" parent="KeyboardKey">
- <item name="android:background">@drawable/selector_keyboard</item>
+ <item name="android:background">@drawable/keyboard_button_selector</item>
</style>
-
- <style name="KeyboardSeparator">
- <item name="android:layout_width">1dip</item>
- <item name="android:layout_height">match_parent</item>
- <item name="android:background">#90000000</item>
- </style>
</resources>