aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml')
-rw-r--r--libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml
deleted file mode 100644
index e0596201b..000000000
--- a/libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item android:state_pressed="true"><shape>
- <solid android:color="@color/bbutton_warning_pressed" />
- <stroke android:width="1dp" android:color="@color/bbutton_warning_edge" />
- </shape></item>
-
- <item android:state_enabled="false"><shape>
- <solid android:color="@color/bbutton_warning_disabled" />
- <stroke android:width="1dp" android:color="@color/bbutton_warning_disabled_edge" />
- </shape></item>
-
-
- <item><shape>
- <solid android:color="@color/bbutton_warning" />
- <stroke android:width="1dp" android:color="@color/bbutton_warning_edge" />
- </shape></item>
-
-</selector> \ No newline at end of file