{"id":20325011,"url":"https://github.com/raghavtilak/neubrutalism","last_synced_at":"2025-09-22T23:31:59.887Z","repository":{"id":166285502,"uuid":"593731457","full_name":"raghavtilak/NeuBrutalism","owner":"raghavtilak","description":"A library to help you utilise the Simplicity \u0026 Aesthetics of Brutalism UI Design in Android.","archived":false,"fork":false,"pushed_at":"2023-11-11T17:57:49.000Z","size":730,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T19:43:16.966Z","etag":null,"topics":["android-brutalism","android-trending","android-ui","brutalism","hacktoberfest","hacktoberfest-android","hacktoberfest2023"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/raghavtilak.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-26T18:02:39.000Z","updated_at":"2024-09-11T18:56:57.000Z","dependencies_parsed_at":"2024-11-14T19:38:39.601Z","dependency_job_id":"50b76e40-0d80-4d9a-9ed0-e9d92e3b01a7","html_url":"https://github.com/raghavtilak/NeuBrutalism","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavtilak%2FNeuBrutalism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavtilak%2FNeuBrutalism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavtilak%2FNeuBrutalism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavtilak%2FNeuBrutalism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raghavtilak","download_url":"https://codeload.github.com/raghavtilak/NeuBrutalism/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233905342,"owners_count":18748624,"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":["android-brutalism","android-trending","android-ui","brutalism","hacktoberfest","hacktoberfest-android","hacktoberfest2023"],"created_at":"2024-11-14T19:38:25.738Z","updated_at":"2025-09-22T23:31:54.512Z","avatar_url":"https://github.com/raghavtilak.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/raghavtilak"],"categories":[],"sub_categories":[],"readme":"# NeuBrutalism\n[![](https://jitpack.io/v/raghavtilak/NeuBrutalism.svg)](https://jitpack.io/#raghavtilak/NeuBrutalism)\n\u003cbr\u003eA library to help you utilise the Simplicity \u0026 Aesthetics of Brutalism UI Design in Android. \n\u003cbr\u003e\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/raghavtilak)\n# Demo #\n\n|Buttons|Dialog|\n|--|--|\n|\u003cimg src=\"https://user-images.githubusercontent.com/74963954/215754716-c19e3d63-9b23-4a9b-abd6-bc2aea000710.gif\" width=\"350\"/\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/74963954/215791603-96cefdca-2a65-4983-9798-d9336a800aaf.gif\" width=\"350\"/\u003e|\n\n\n\n# Usage 🛠️ #\n## Dependency #\n\u003e Step 1. Add the JitPack repository to your build file\n```\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\n\u003eStep 2. Add the dependency\n```\n\tdependencies {\n\t        implementation 'com.github.raghavtilak:NeuBrutalism:1.0.1'\n\t}\n```\n## Layout File #\n```\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003candroidx.constraintlayout.widget.ConstraintLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    android:orientation=\"vertical\"\n    android:padding=\"20dp\"\u003e\n\n    \u003ccom.raghav.neubrutalism.NeuBrutalismView\n        android:id=\"@+id/neubrutview\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        app:layout_constraintTop_toTopOf=\"parent\"\n        app:layout_constraintStart_toStartOf=\"parent\"\n        \n        \u003c!--   **Customisable Attributes**    --\u003e\n        app:bg_marginStart=\"6dp\"\n        app:bg_marginTop=\"6dp\"\n        app:bg_radius=\"3dp\"\n        app:fg_color=\"@color/white\"\n        app:fg_strokeColor=\"@color/black\"\n        app:fg_strokeWidth=\"4dp\"\n        app:bg_shadowColor=\"@color/black\"\u003e\n\n        \u003cTextView\n            android:id=\"@+id/textview\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:gravity=\"center\"\n            android:padding=\"30dp\"\n            android:text=\"Hello\"\n            android:textAlignment=\"center\"\n            android:textSize=\"20sp\" /\u003e\n    \u003c/com.raghav.neubrutalism.NeuBrutalismView\u003e\n\n\u003c/androidx.constraintlayout.widget.ConstraintLayout\u003e\n\n```\n## Dynamic Properties #\n```\nclass MainActivity : AppCompatActivity() {\n    override fun onCreate(savedInstanceState: Bundle?) {\n        super.onCreate(savedInstanceState)\n        setContentView(R.layout.activity_main)\n\n        val neubutton = findViewById\u003cNeuBrutalismView\u003e(R.id.neubrutview)\n        neubutton.setOnClickListener {\n            Log.d(\"TAG\",\"Onclick\")\n        }\n        neubutton.bg_shadowColor = Color.BLUE\n    }\n}\n\n```\n## Attributes #\n\u003cimg src=\"https://user-images.githubusercontent.com/74963954/215800840-93c7d3a7-6e71-4105-9453-c872a07be3fc.gif\" width=\"350\" height=\"350\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghavtilak%2Fneubrutalism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraghavtilak%2Fneubrutalism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghavtilak%2Fneubrutalism/lists"}