├── background_image_repeat_style.xml ├── button_status_style_selector.xml ├── tab_selector.xml ├── tab_indicator_selected.xml ├── custom_checkbox_style_selector.xml ├── player_thumb_style.xml ├── tab_indicator_default.xml ├── README.md ├── custom_ring_style.xml ├── rectangle_background_with_bottom_coners_radius.xml ├── rentangle_background_with_top_coners_radius.xml ├── pressed_button_style.xml ├── default_button_style.xml ├── floating_action_button_style.xml ├── double_coner_circle_style.xml ├── coner_raduis_all_round_background.xml ├── custom_progress_bar_style.xml ├── layer_list_all_out_style.xml ├── circle_with_color_border.xml └── ic_launcher_background.xml /background_image_repeat_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /button_status_style_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tab_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | -------------------------------------------------------------------------------- /tab_indicator_selected.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /custom_checkbox_style_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /player_thumb_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 10 | 11 | 14 | 15 | -------------------------------------------------------------------------------- /tab_indicator_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Shape_Drawables_Box 2 | Shape drawables of all types for your android projects, continuously upadated 3 | 4 | ### [Read the article on Medium](https://medium.com/better-programming/shape-drawables-the-most-powerful-tool-for-your-android-ui-e5c2b1ab9eef) 5 | 6 | 7 | ![](https://miro.medium.com/max/352/1*M2AQYMu_59yxY-cbzFKegA.png) 8 |
9 | 10 | ![](https://miro.medium.com/max/244/1*oWmIAOOC9CygdZoq-Sxp1w.png) 11 |
12 | 13 | ![](https://miro.medium.com/max/170/1*r51nwpqfLvC-_RyC6BcFmw.png) 14 |
15 | 16 | ![](https://miro.medium.com/max/270/1*9VHNBMwfIGlueNzrNmLHVA.png) 17 |
18 | -------------------------------------------------------------------------------- /custom_ring_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 9 | 10 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /rectangle_background_with_bottom_coners_radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /rentangle_background_with_top_coners_radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /pressed_button_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 14 | 20 | 25 | 29 | 30 | -------------------------------------------------------------------------------- /default_button_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 14 | 20 | 24 | 28 | -------------------------------------------------------------------------------- /floating_action_button_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 13 | 16 | 17 | 18 | 19 | 20 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /double_coner_circle_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 11 | 12 | 15 | 16 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /coner_raduis_all_round_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /custom_progress_bar_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /layer_list_all_out_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 16 | 17 | 19 | 20 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /circle_with_color_border.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 11 | 12 | 13 | 14 | 20 | 21 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 35 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 15 | 20 | 25 | 30 | 35 | 40 | 45 | 50 | 55 | 60 | 65 | 70 | 75 | 80 | 85 | 90 | 95 | 100 | 105 | 110 | 115 | 120 | 125 | 130 | 135 | 140 | 145 | 150 | 155 | 160 | 165 | 170 | 171 | --------------------------------------------------------------------------------