From f7c243564f87d60df322ea9f62c1591920f8d32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 16 Apr 2014 21:49:29 +0200 Subject: Use git submodules for libs, fix compilation, remove library sourcecode --- .../res/drawable-hdpi/ic_launcher.png | Bin 9397 -> 0 bytes .../res/drawable-mdpi/ic_launcher.png | Bin 5237 -> 0 bytes .../res/drawable-xhdpi/ic_launcher.png | Bin 14383 -> 0 bytes .../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 ---- .../res/layout/bootstrap_button.xml | 40 ------------- .../res/layout/bootstrap_button_fill.xml | 40 ------------- .../res/layout/bootstrap_edit_text.xml | 14 ----- .../res/layout/bootstrap_thumbnail.xml | 33 ----------- .../res/layout/bootstrap_thumbnail_circle.xml | 32 ---------- .../res/layout/font_awesome_text.xml | 14 ----- .../AndroidBootstrap/res/layout/row_title.xml | 16 ----- .../res/layout/row_title_and_subtitle.xml | 26 --------- .../res/layout/row_two_columns.xml | 28 --------- libraries/AndroidBootstrap/res/menu/main.xml | 9 --- .../AndroidBootstrap/res/values-sw600dp/dimens.xml | 8 --- .../res/values-sw720dp-land/dimens.xml | 9 --- .../AndroidBootstrap/res/values-v11/styles.xml | 11 ---- .../AndroidBootstrap/res/values-v14/styles.xml | 12 ---- libraries/AndroidBootstrap/res/values/attrs.xml | 50 ---------------- libraries/AndroidBootstrap/res/values/colors.xml | 65 --------------------- libraries/AndroidBootstrap/res/values/dimens.xml | 14 ----- libraries/AndroidBootstrap/res/values/strings.xml | 8 --- libraries/AndroidBootstrap/res/values/styles.xml | 16 ----- 50 files changed, 925 deletions(-) delete mode 100644 libraries/AndroidBootstrap/res/drawable-hdpi/ic_launcher.png delete mode 100644 libraries/AndroidBootstrap/res/drawable-mdpi/ic_launcher.png delete mode 100644 libraries/AndroidBootstrap/res/drawable-xhdpi/ic_launcher.png delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_danger_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_default.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_default_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_info.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_info_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_inverse_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_primary_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_success.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_success_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_warning.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bbuton_warning_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bthumbnail_container_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bthumbnail_container_square.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/bthumbnail_placeholder_default.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_danger.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_success.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml delete mode 100644 libraries/AndroidBootstrap/res/drawable/thumbnail_circle_minimal.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/bootstrap_button.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/bootstrap_button_fill.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/bootstrap_edit_text.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail_circle.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/font_awesome_text.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/row_title.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/row_title_and_subtitle.xml delete mode 100644 libraries/AndroidBootstrap/res/layout/row_two_columns.xml delete mode 100644 libraries/AndroidBootstrap/res/menu/main.xml delete mode 100644 libraries/AndroidBootstrap/res/values-sw600dp/dimens.xml delete mode 100644 libraries/AndroidBootstrap/res/values-sw720dp-land/dimens.xml delete mode 100644 libraries/AndroidBootstrap/res/values-v11/styles.xml delete mode 100644 libraries/AndroidBootstrap/res/values-v14/styles.xml delete mode 100644 libraries/AndroidBootstrap/res/values/attrs.xml delete mode 100644 libraries/AndroidBootstrap/res/values/colors.xml delete mode 100644 libraries/AndroidBootstrap/res/values/dimens.xml delete mode 100644 libraries/AndroidBootstrap/res/values/strings.xml delete mode 100644 libraries/AndroidBootstrap/res/values/styles.xml (limited to 'libraries/AndroidBootstrap/res') diff --git a/libraries/AndroidBootstrap/res/drawable-hdpi/ic_launcher.png b/libraries/AndroidBootstrap/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 96a442e5b..000000000 Binary files a/libraries/AndroidBootstrap/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/libraries/AndroidBootstrap/res/drawable-mdpi/ic_launcher.png b/libraries/AndroidBootstrap/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 359047dfa..000000000 Binary files a/libraries/AndroidBootstrap/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/libraries/AndroidBootstrap/res/drawable-xhdpi/ic_launcher.png b/libraries/AndroidBootstrap/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 71c6d760f..000000000 Binary files a/libraries/AndroidBootstrap/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml deleted file mode 100644 index 4fd748cb4..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_danger.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index 2fe8b2571..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_danger_rounded.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_default.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_default.xml deleted file mode 100644 index 77318eae0..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index 923a2b66f..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_default_rounded.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_info.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_info.xml deleted file mode 100644 index 5727e095e..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_info.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index c171215ef..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_info_rounded.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml deleted file mode 100644 index bee362b30..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_inverse.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index e5ceb1da8..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_inverse_rounded.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml deleted file mode 100644 index 5e438f37d..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_primary.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index 88d08ea5d..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_primary_rounded.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/bbuton_success.xml b/libraries/AndroidBootstrap/res/drawable/bbuton_success.xml deleted file mode 100644 index c611ae9ba..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_success.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index 5536ac0fd..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_success_rounded.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file 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 @@ - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index ef0220d60..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bbuton_warning_rounded.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index 01d8c00e2..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_rounded.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ 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 deleted file mode 100644 index 2c2729085..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bthumbnail_container_square.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ 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 deleted file mode 100644 index fa0013790..000000000 --- a/libraries/AndroidBootstrap/res/drawable/bthumbnail_placeholder_default.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background.xml deleted file mode 100644 index f7f58502a..000000000 --- a/libraries/AndroidBootstrap/res/drawable/edittext_background.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index dd38089d0..000000000 --- a/libraries/AndroidBootstrap/res/drawable/edittext_background_danger.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml deleted file mode 100644 index d3a318fd8..000000000 --- a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml deleted file mode 100644 index ad2d03a5e..000000000 --- a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_danger.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - 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 @@ - - - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml deleted file mode 100644 index b90c3f96f..000000000 --- a/libraries/AndroidBootstrap/res/drawable/edittext_background_rounded_warning.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml deleted file mode 100644 index 8f6af9700..000000000 --- a/libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml b/libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml deleted file mode 100644 index 0f95154c9..000000000 --- a/libraries/AndroidBootstrap/res/drawable/edittext_background_warning.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml deleted file mode 100644 index c8d3ab2ff..000000000 --- a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - diff --git a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml b/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml deleted file mode 100644 index 7f9e90d84..000000000 --- a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_container.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - \ 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 deleted file mode 100644 index 80d4c41b4..000000000 --- a/libraries/AndroidBootstrap/res/drawable/thumbnail_circle_minimal.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/layout/bootstrap_button.xml b/libraries/AndroidBootstrap/res/layout/bootstrap_button.xml deleted file mode 100644 index d6260eaba..000000000 --- a/libraries/AndroidBootstrap/res/layout/bootstrap_button.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/layout/bootstrap_button_fill.xml b/libraries/AndroidBootstrap/res/layout/bootstrap_button_fill.xml deleted file mode 100644 index 545f9b68a..000000000 --- a/libraries/AndroidBootstrap/res/layout/bootstrap_button_fill.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/layout/bootstrap_edit_text.xml b/libraries/AndroidBootstrap/res/layout/bootstrap_edit_text.xml deleted file mode 100644 index 63b5b007a..000000000 --- a/libraries/AndroidBootstrap/res/layout/bootstrap_edit_text.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - diff --git a/libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail.xml b/libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail.xml deleted file mode 100644 index fb3b43042..000000000 --- a/libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail_circle.xml b/libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail_circle.xml deleted file mode 100644 index 2e4394160..000000000 --- a/libraries/AndroidBootstrap/res/layout/bootstrap_thumbnail_circle.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/layout/font_awesome_text.xml b/libraries/AndroidBootstrap/res/layout/font_awesome_text.xml deleted file mode 100644 index 3fd7aeebc..000000000 --- a/libraries/AndroidBootstrap/res/layout/font_awesome_text.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - diff --git a/libraries/AndroidBootstrap/res/layout/row_title.xml b/libraries/AndroidBootstrap/res/layout/row_title.xml deleted file mode 100644 index dd5a3573a..000000000 --- a/libraries/AndroidBootstrap/res/layout/row_title.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/layout/row_title_and_subtitle.xml b/libraries/AndroidBootstrap/res/layout/row_title_and_subtitle.xml deleted file mode 100644 index ec25c0a46..000000000 --- a/libraries/AndroidBootstrap/res/layout/row_title_and_subtitle.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/layout/row_two_columns.xml b/libraries/AndroidBootstrap/res/layout/row_two_columns.xml deleted file mode 100644 index 1029bffb5..000000000 --- a/libraries/AndroidBootstrap/res/layout/row_two_columns.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/libraries/AndroidBootstrap/res/menu/main.xml b/libraries/AndroidBootstrap/res/menu/main.xml deleted file mode 100644 index c00202823..000000000 --- a/libraries/AndroidBootstrap/res/menu/main.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - diff --git a/libraries/AndroidBootstrap/res/values-sw600dp/dimens.xml b/libraries/AndroidBootstrap/res/values-sw600dp/dimens.xml deleted file mode 100644 index 44f01db75..000000000 --- a/libraries/AndroidBootstrap/res/values-sw600dp/dimens.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/libraries/AndroidBootstrap/res/values-sw720dp-land/dimens.xml b/libraries/AndroidBootstrap/res/values-sw720dp-land/dimens.xml deleted file mode 100644 index 61e3fa8fb..000000000 --- a/libraries/AndroidBootstrap/res/values-sw720dp-land/dimens.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - 128dp - - diff --git a/libraries/AndroidBootstrap/res/values-v11/styles.xml b/libraries/AndroidBootstrap/res/values-v11/styles.xml deleted file mode 100644 index 3c02242ad..000000000 --- a/libraries/AndroidBootstrap/res/values-v11/styles.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/libraries/AndroidBootstrap/res/values-v14/styles.xml b/libraries/AndroidBootstrap/res/values-v14/styles.xml deleted file mode 100644 index a91fd0372..000000000 --- a/libraries/AndroidBootstrap/res/values-v14/styles.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - diff --git a/libraries/AndroidBootstrap/res/values/attrs.xml b/libraries/AndroidBootstrap/res/values/attrs.xml deleted file mode 100644 index 2e56a622d..000000000 --- a/libraries/AndroidBootstrap/res/values/attrs.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/libraries/AndroidBootstrap/res/values/colors.xml b/libraries/AndroidBootstrap/res/values/colors.xml deleted file mode 100644 index f0615f3ef..000000000 --- a/libraries/AndroidBootstrap/res/values/colors.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - #ffffffff - #ff000000 - #ccc - #ffe0e0e0 - - #ff428bca - #ff357ebd - #ff3276b1 - #ff285e8e - #a5428bca - #a5357ebd - - #ffd9534f - #ffd43f3a - #ffd2322d - #ffac2925 - #a5d9534f - #a5d43f3a - - - #ff5cb85c - #ff4cae4c - #ff47a447 - #ff398439 - #a55cb85c - #a54cae4c - - - #fff0ad4e - #ffeea236 - #ffed9c28 - #ffd58512 - #a5f0ad4e - #a5eea236 - - #ff5bc0de - #ff46b8da - #ff39b3d7 - #ff269abc - #a55bc0de - #a546b8da - - #ffffffff - #ffcccccc - #ffebebeb - #ffadadad - #a5ffffff - #a5cccccc - - #ff0a0a0a - #ff141414 - #ff1f1f1f - #ff292929 - #a50a0a0a - #a5141414 - - #ffffffff - #e9e9e9 - #dbdbdb - #7e7e7e - - - diff --git a/libraries/AndroidBootstrap/res/values/dimens.xml b/libraries/AndroidBootstrap/res/values/dimens.xml deleted file mode 100644 index ed16a8abe..000000000 --- a/libraries/AndroidBootstrap/res/values/dimens.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - 16dp - 16dp - 5dp - - 3dp - - 4dp - 8dp - 12dp - 16dp - diff --git a/libraries/AndroidBootstrap/res/values/strings.xml b/libraries/AndroidBootstrap/res/values/strings.xml deleted file mode 100644 index 69aff74d5..000000000 --- a/libraries/AndroidBootstrap/res/values/strings.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - BButton - Settings - Hello world! - - diff --git a/libraries/AndroidBootstrap/res/values/styles.xml b/libraries/AndroidBootstrap/res/values/styles.xml deleted file mode 100644 index 150753361..000000000 --- a/libraries/AndroidBootstrap/res/values/styles.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - -- cgit v1.2.3