Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / res / drawable / custom_border.xml
diff --git a/res/drawable/custom_border.xml b/res/drawable/custom_border.xml
deleted file mode 100644 (file)
index ca4a13a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-       android:shape="rectangle">
-  <corners
-      android:radius="2dp"
-      android:topRightRadius="0dp"
-      android:bottomRightRadius="0dp"
-      android:bottomLeftRadius="0dp" />
-  <stroke
-      android:width="1dp"
-      android:color="@android:color/white" />
-</shape>
\ No newline at end of file