summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/drawable/account_input_corner.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/src/main/res/drawable/account_input_corner.xml b/android/src/main/res/drawable/account_input_corner.xml
new file mode 100644
index 0000000000..aed002b4ec
--- /dev/null
+++ b/android/src/main/res/drawable/account_input_corner.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="@dimen/account_input_corner_radius"
+ android:height="@dimen/account_input_corner_radius"
+ android:viewportWidth="4.0"
+ android:viewportHeight="4.0">
+ <path android:fillColor="@color/blue"
+ android:pathData="M 0 4 H 2 A 2 2 0 0 1 4 2 V 0 H 0 Z" />
+</vector>