aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml')
-rw-r--r--libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml
deleted file mode 100644
index 7ef80a5f5..000000000
--- a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_focused="true"><shape>
- <solid android:color="@color/white" />
- <stroke android:width="2dp" android:color="@color/bbutton_success" />
- <corners android:radius="@dimen/bbuton_rounded_corner_radius" />
- </shape></item>
-<item><shape android:shape="rectangle">
- <solid android:color="@color/white" />
- <stroke android:width="1dp" android:color="@color/bbutton_success" />
- <corners android:radius="@dimen/bbuton_rounded_corner_radius" />
- </shape></item>
-
-</selector>