diff options
| author | Menny Even Danan <menny@evendanan.net> | 2015-01-10 03:35:38 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2015-01-10 03:35:38 +0000 |
| commit | 39f4162d1827135e050410bc2c695a5b1b49952c (patch) | |
| tree | 7fb677d6f28b01596529bb8f3b5a822b1bc95284 /src/main/res/drawable/blacktheme_key_function_pressed.xml | |
| parent | d48a9b65091483b6dd7fa9d0d40ac85351753d19 (diff) | |
| download | AnySoftKeyboard-39f4162d1827135e050410bc2c695a5b1b49952c.tar.gz AnySoftKeyboard-39f4162d1827135e050410bc2c695a5b1b49952c.tar.bz2 | |
re-enabling Robolectric tests. Issue #377
Change-Id: I36b75220ddb99fe8f4ef55ccf172c50cca0c5b65
Diffstat (limited to 'src/main/res/drawable/blacktheme_key_function_pressed.xml')
| -rw-r--r-- | src/main/res/drawable/blacktheme_key_function_pressed.xml | 17 |
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 |
