aboutsummaryrefslogtreecommitdiff
path: root/res/drawable/blacktheme_key_function_pressed.xml
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2014-04-28 15:46:54 +0000
committerMenny Even Danan <menny@evendanan.net>2014-04-28 15:46:54 +0000
commitcc0a24a07261891ebff68180a7ff373ffac38a57 (patch)
tree907f711e2ffaf862f97797107eb1d9f29b907dbc /res/drawable/blacktheme_key_function_pressed.xml
parent3522eaaead18f1205797caf11e203405c49461c1 (diff)
downloadAnySoftKeyboard-cc0a24a07261891ebff68180a7ff373ffac38a57.tar.gz
AnySoftKeyboard-cc0a24a07261891ebff68180a7ff373ffac38a57.tar.bz2
Restructure the folders to include the Robolectric plugin.
Change-Id: I419ea4077af4bd6735901479e766dc46d2423f0e
Diffstat (limited to 'res/drawable/blacktheme_key_function_pressed.xml')
-rw-r--r--res/drawable/blacktheme_key_function_pressed.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/drawable/blacktheme_key_function_pressed.xml b/res/drawable/blacktheme_key_function_pressed.xml
new file mode 100644
index 000000000..529865a78
--- /dev/null
+++ b/res/drawable/blacktheme_key_function_pressed.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item>
+ <shape
+ android:shape="rectangle">
+ <padding android:top="@dimen/key_top_inset"
+ android:right="@dimen/key_right_inset"
+ android:bottom="@dimen/key_bottom_inset"
+ android:left="@dimen/key_left_inset"/>
+ <solid android:color="@color/blacktheme_color_function_pressed"/>
+ <stroke
+ android:width="@dimen/blacktheme_width_key_pressed_stroke"
+ android:color="@color/blacktheme_color_function_pressed_stroke"/>
+ <corners android:radius="@dimen/blacktheme_radius_key_corner"/>
+ </shape>
+ </item>
+</layer-list> \ No newline at end of file