aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable-xhdpi
diff options
context:
space:
mode:
authorAlexandre Del Bigio <alescdb@users.noreply.github.com>2015-09-03 16:36:04 +0200
committerAlexandre Del Bigio <alescdb@users.noreply.github.com>2015-09-03 16:36:04 +0200
commit765c6f5afcff9c0d7734cae8710b73201dc5e150 (patch)
tree61a395c525df31eb8c1ed1d9dc695bc4ffb694dd /app/src/main/res/drawable-xhdpi
parent0bd11a9aa29eb4a7dbf98f0947f6d6307a3e1421 (diff)
downloadconnectbot-765c6f5afcff9c0d7734cae8710b73201dc5e150.tar.gz
connectbot-765c6f5afcff9c0d7734cae8710b73201dc5e150.tar.bz2
connectbot-765c6f5afcff9c0d7734cae8710b73201dc5e150.zip
Wrong folder for xml file
Diffstat (limited to 'app/src/main/res/drawable-xhdpi')
-rw-r--r--app/src/main/res/drawable-xhdpi/keyboard_keyboard_border.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/app/src/main/res/drawable-xhdpi/keyboard_keyboard_border.xml b/app/src/main/res/drawable-xhdpi/keyboard_keyboard_border.xml
deleted file mode 100644
index 3146ce4..0000000
--- a/app/src/main/res/drawable-xhdpi/keyboard_keyboard_border.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ ConnectBot: simple, powerful, open-source SSH client for Android
- ~ Copyright 2015 Kenny Root, Jeffrey Sharkey
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:shape="rectangle">
- <stroke
- android:width="1dp"
- android:color="@color/key_separator" />
- <solid android:color="@color/keyboard_background" />
- </shape>
- </item>
-</layer-list> \ No newline at end of file