{"id":18270272,"url":"https://github.com/ironsteel/blur-view-library","last_synced_at":"2026-01-16T23:25:03.726Z","repository":{"id":13812356,"uuid":"16508677","full_name":"ironsteel/blur-view-library","owner":"ironsteel","description":"Using render script to blur background of views","archived":false,"fork":false,"pushed_at":"2014-02-05T16:36:20.000Z","size":2464,"stargazers_count":58,"open_issues_count":0,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-05T11:52:40.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ironsteel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-04T10:30:37.000Z","updated_at":"2021-06-07T14:52:56.000Z","dependencies_parsed_at":"2022-08-24T13:31:31.611Z","dependency_job_id":null,"html_url":"https://github.com/ironsteel/blur-view-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsteel%2Fblur-view-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsteel%2Fblur-view-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsteel%2Fblur-view-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsteel%2Fblur-view-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironsteel","download_url":"https://codeload.github.com/ironsteel/blur-view-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276021,"owners_count":20912285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:28.158Z","updated_at":"2026-01-16T23:25:03.661Z","avatar_url":"https://github.com/ironsteel.png","language":"Java","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# Blur view library\n\n[![Build Status](https://travis-ci.org/masconsult/blur-view-library.png?branch=master)](https://travis-ci.org/masconsult/blur-view-library)\n\nFrameLayout view which blurs the parent view behind it using render script blur intrinsic from render script support library.\n\nThis library is a work in progress mainly becouse of performance issues when the parent view is not static (ie ScrollView, ListView).\nWhich means that its recomended for use with less dynamic layout.\n\n## Requirements\n+ ADT version \u003e= 22.2\n+ SDK Tools version \u003e= 22.2\n+ Android Build Tools version \u003e= 18.1.0\n\n## Sample\n\n+ Sample app included in blur-view-sample\n\n## Usage\n\n+ Clone\n+ Import blur-view-library in your IDE \n+ Reference the library from your application project (e.g. project.properties)\n+ Add android:hardwareAccelerated=\"false\" in your activity declaration in AndroidManifest.xml\n+ Declare custom namespace in your xml layout\n\nExample:\n```xml\n\u003cFrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:tools=\"http://schemas.android.com/tools\"\n    xmlns:blurView=\"http://schemas.android.com/apk/res-auto\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\u003e    \n```\n\n\n+ Example usage in layout\n\n```xml\n    \u003c!-- Views who add an image backround goes here --\u003e\n\n    \u003ceu.masconsult.blurview.library.FrameLayoutWithBluredBackground\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"80dp\"\n        android:layout_gravity=\"bottom\"\n        blurView:blurRadius=\"5\" \n        \u003e\n\n        \u003c!-- Child views here --\u003e\n    \u003c/eu.masconsult.blurview.library.FrameLayoutWithBluredBackground\u003e\n```\n**Default blur radius is 15 if omitted in xml layout.**\n\n+ Get/Set blur radius from code\n\n```java\n    view.setBlurRadius(val);\n    view.getBlurRaduis();\n```\n\n## Alternative libraries\n\n- BlurEffectForAndroidDesign - \u003chttps://github.com/PomepuyN/BlurEffectForAndroidDesign\u003e\n- android\\_annblur - \u003chttps://github.com/harism/android_anndblur\u003e\n\n## Credits\n\n- Background image is from Nicolas Pomepuy's Blur Effect for Android Design -project\u003cbr\u003e\n  https://github.com/PomepuyN/BlurEffectForAndroidDesign\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsteel%2Fblur-view-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironsteel%2Fblur-view-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsteel%2Fblur-view-library/lists"}