Migrate to gradle, appcompat as external dependency.
[mobilnebezpieczenstwo.git] / app / src / main / res / drawable / custom_border.xml
diff --git a/app/src/main/res/drawable/custom_border.xml b/app/src/main/res/drawable/custom_border.xml
new file mode 100644 (file)
index 0000000..ca4a13a
--- /dev/null
@@ -0,0 +1,11 @@
+<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