diff options
Diffstat (limited to 'src/main/res/drawable/blacktheme_key_function_checked.xml')
| -rw-r--r-- | src/main/res/drawable/blacktheme_key_function_checked.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/res/drawable/blacktheme_key_function_checked.xml b/src/main/res/drawable/blacktheme_key_function_checked.xml deleted file mode 100644 index aa2766b64..000000000 --- a/src/main/res/drawable/blacktheme_key_function_checked.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?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_checked"/> - <stroke - android:width="@dimen/blacktheme_width_key_pressed_stroke" - android:color="@color/blacktheme_color_function_checked_stroke"/> - <corners android:radius="@dimen/blacktheme_radius_key_corner"/> - </shape> - </item> -</layer-list>
\ No newline at end of file |
