{"id":19419174,"url":"https://github.com/serso/android-linear-layout-manager","last_synced_at":"2025-04-06T22:06:52.464Z","repository":{"id":30232932,"uuid":"33784063","full_name":"serso/android-linear-layout-manager","owner":"serso","description":"Linear Layout Manager which supports WRAP_CONTENT","archived":false,"fork":false,"pushed_at":"2016-11-12T09:42:58.000Z","size":142,"stargazers_count":417,"open_issues_count":0,"forks_count":96,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-30T20:11:16.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-11T16:54:31.000Z","updated_at":"2025-01-24T05:12:52.000Z","dependencies_parsed_at":"2022-08-30T05:31:43.993Z","dependency_job_id":null,"html_url":"https://github.com/serso/android-linear-layout-manager","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/serso%2Fandroid-linear-layout-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serso%2Fandroid-linear-layout-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serso%2Fandroid-linear-layout-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serso%2Fandroid-linear-layout-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serso","download_url":"https://codeload.github.com/serso/android-linear-layout-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557767,"owners_count":20958047,"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-10T13:16:35.168Z","updated_at":"2025-04-06T22:06:52.436Z","avatar_url":"https://github.com/serso.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# Linear Layout Manager\n\n## DEPRECATED\nRecyclerView supports WRAP_CONTENT starting from Android Support Library 23.2. More details here: http://android-developers.blogspot.se/2016/02/android-support-library-232.html\n\n## Description\nImplementation of [LinearLayoutManager](https://developer.android.com/reference/android/support/v7/widget/LinearLayoutManager.html) which wraps its contents.\n\nUsage example:\n\u003cpre\u003e\u003ccode\u003efinal LinearLayoutManager layoutManager = new org.solovyev.android.views.llm.LinearLayoutManager(this, LinearLayoutManager.VERTICAL, false);\nfinal RecyclerView recyclerView = (RecyclerView) findViewById(R.id.recyclerview);\nrecyclerView.setLayoutManager(layoutManager);\nrecyclerView.addItemDecoration(new DividerItemDecoration(this, null));\nrecyclerView.setAdapter(adapter);\u003c/code\u003e\u003c/pre\u003e\n\nNote that if the child views in your RecyclerView have the fixed size LinearLayoutManager#setChildSize should be used\nto avoid unnecessary measuring.\n\n## Installation\nGradle dependency:\n\u003cpre\u003e\u003ccode\u003ecompile 'org.solovyev.android.views:linear-layout-manager:0.5@aar'\u003c/code\u003e\u003c/pre\u003e\nMaven dependency:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.solovyev.android.views\u003c/groupId\u003e\n    \u003cartifactId\u003elinear-layout-manager\u003c/artifactId\u003e\n    \u003cversion\u003e0.5\u003c/version\u003e\n    \u003ctype\u003eapklib\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n## License\nLibrary is distributed under Apache 2.0 license, see LICENSE.txt\n\n## Applications\n\nThe following applications use this library:\n* [Sample app](https://oss.sonatype.org/content/repositories/releases/org/solovyev/android/views/linear-layout-manager-app/)\n* [Say it right!](https://play.google.com/store/apps/details?id=org.solovyev.android.dictionary.forvo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserso%2Fandroid-linear-layout-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserso%2Fandroid-linear-layout-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserso%2Fandroid-linear-layout-manager/lists"}