diff options
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/drawable/account_input_border.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/src/main/res/drawable/account_input_border.xml b/android/src/main/res/drawable/account_input_border.xml new file mode 100644 index 0000000000..7aa3362f35 --- /dev/null +++ b/android/src/main/res/drawable/account_input_border.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + <solid android:color="@color/blue" /> +</shape> |
