aboutsummaryrefslogtreecommitdiff
path: root/src/main/res/drawable/blacktheme_key_function_pressed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/blacktheme_key_function_pressed.xml')
-rw-r--r--src/main/res/drawable/blacktheme_key_function_pressed.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/res/drawable/blacktheme_key_function_pressed.xml b/src/main/res/drawable/blacktheme_key_function_pressed.xml
new file mode 100644
index 000000000..529865a78
--- /dev/null
+++ b/src/main/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