From 11ed8d7e16abfb98cd96d8a4447382c83435dac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 9 Jan 2014 12:31:45 +0100 Subject: add AndroidBootstrap lib --- .../res/drawable/bbuton_danger.xml | 20 +++++++++++++++++ .../res/drawable/bbuton_danger_rounded.xml | 25 ++++++++++++++++++++++ .../res/drawable/bbuton_default.xml | 20 +++++++++++++++++ .../res/drawable/bbuton_default_rounded.xml | 23 ++++++++++++++++++++ .../AndroidBootstrap/res/drawable/bbuton_info.xml | 20 +++++++++++++++++ .../res/drawable/bbuton_info_rounded.xml | 23 ++++++++++++++++++++ .../res/drawable/bbuton_inverse.xml | 20 +++++++++++++++++ .../res/drawable/bbuton_inverse_rounded.xml | 23 ++++++++++++++++++++ .../res/drawable/bbuton_primary.xml | 20 +++++++++++++++++ .../res/drawable/bbuton_primary_rounded.xml | 23 ++++++++++++++++++++ .../res/drawable/bbuton_success.xml | 20 +++++++++++++++++ .../res/drawable/bbuton_success_rounded.xml | 23 ++++++++++++++++++++ .../res/drawable/bbuton_warning.xml | 20 +++++++++++++++++ .../res/drawable/bbuton_warning_rounded.xml | 23 ++++++++++++++++++++ .../res/drawable/bthumbnail_container_rounded.xml | 10 +++++++++ .../res/drawable/bthumbnail_container_square.xml | 9 ++++++++ .../drawable/bthumbnail_placeholder_default.xml | 9 ++++++++ .../res/drawable/edittext_background.xml | 18 ++++++++++++++++ .../res/drawable/edittext_background_danger.xml | 12 +++++++++++ .../res/drawable/edittext_background_rounded.xml | 21 ++++++++++++++++++ .../edittext_background_rounded_danger.xml | 17 +++++++++++++++ .../edittext_background_rounded_success.xml | 14 ++++++++++++ .../edittext_background_rounded_warning.xml | 14 ++++++++++++ .../res/drawable/edittext_background_success.xml | 12 +++++++++++ .../res/drawable/edittext_background_warning.xml | 12 +++++++++++ .../res/drawable/thumbnail_circle.xml | 6 ++++++ .../res/drawable/thumbnail_circle_container.xml | 12 +++++++++++ .../res/drawable/thumbnail_circle_minimal.xml | 11 ++++++++++ 28 files changed, 480 insertions(+) create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_danger_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_default.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_default_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_info.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_info_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_inverse_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_primary_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_success.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_success_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_warning_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bthumbnail_container_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bthumbnail_container_square.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/bthumbnail_placeholder_default.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_danger.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml create mode 100644 libraries/AndroidBootstrap/res/drawable/thumbnail_circle_minimal.xml (limited to 'libraries/AndroidBootstrap/res/drawable') diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml new file mode 100644 index 000000000..4fd748cb4 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_danger_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_danger_rounded.xml new file mode 100644 index 000000000..2fe8b2571 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_danger_rounded.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_default.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_default.xml new file mode 100644 index 000000000..77318eae0 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_default.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_default_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_default_rounded.xml new file mode 100644 index 000000000..923a2b66f --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_default_rounded.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_info.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_info.xml new file mode 100644 index 000000000..5727e095e --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_info.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_info_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_info_rounded.xml new file mode 100644 index 000000000..c171215ef --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_info_rounded.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml new file mode 100644 index 000000000..bee362b30 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_inverse_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_inverse_rounded.xml new file mode 100644 index 000000000..e5ceb1da8 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_inverse_rounded.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml new file mode 100644 index 000000000..5e438f37d --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_primary_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_primary_rounded.xml new file mode 100644 index 000000000..88d08ea5d --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_primary_rounded.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_success.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_success.xml new file mode 100644 index 000000000..c611ae9ba --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_success.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_success_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_success_rounded.xml new file mode 100644 index 000000000..5536ac0fd --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_success_rounded.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml new file mode 100644 index 000000000..e0596201b --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_warning_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_warning_rounded.xml new file mode 100644 index 000000000..ef0220d60 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bbuton_warning_rounded.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_rounded.xml b/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_rounded.xml new file mode 100644 index 000000000..01d8c00e2 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_rounded.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_square.xml b/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_square.xml new file mode 100644 index 000000000..2c2729085 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_square.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bthumbnail_placeholder_default.xml b/libraries/AndroidBootstrap/res/drawable/bthumbnail_placeholder_default.xml new file mode 100644 index 000000000..fa0013790 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/bthumbnail_placeholder_default.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background.xml new file mode 100644 index 000000000..f7f58502a --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_danger.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_danger.xml new file mode 100644 index 000000000..dd38089d0 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background_danger.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml new file mode 100644 index 000000000..d3a318fd8 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml new file mode 100644 index 000000000..ad2d03a5e --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml new file mode 100644 index 000000000..7ef80a5f5 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml new file mode 100644 index 000000000..b90c3f96f --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml new file mode 100644 index 000000000..8f6af9700 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml new file mode 100644 index 000000000..0f95154c9 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml new file mode 100644 index 000000000..c8d3ab2ff --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml @@ -0,0 +1,6 @@ + + + + + diff --git a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml new file mode 100644 index 000000000..7f9e90d84 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_minimal.xml b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_minimal.xml new file mode 100644 index 000000000..80d4c41b4 --- /dev/null +++ b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_minimal.xml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3