{"id":13848797,"url":"https://github.com/sephiroth74/HorizontalVariableListView","last_synced_at":"2025-07-12T13:32:38.141Z","repository":{"id":45816577,"uuid":"6655179","full_name":"sephiroth74/HorizontalVariableListView","owner":"sephiroth74","description":"Horizontal list view for Android which allows variable items widths","archived":false,"fork":false,"pushed_at":"2015-10-27T11:24:02.000Z","size":3291,"stargazers_count":859,"open_issues_count":72,"forks_count":288,"subscribers_count":64,"default_branch":"master","last_synced_at":"2024-07-01T10:56:24.897Z","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/sephiroth74.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":"2012-11-12T15:09:04.000Z","updated_at":"2023-12-08T03:37:32.000Z","dependencies_parsed_at":"2022-09-21T08:40:48.702Z","dependency_job_id":null,"html_url":"https://github.com/sephiroth74/HorizontalVariableListView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sephiroth74%2FHorizontalVariableListView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sephiroth74%2FHorizontalVariableListView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sephiroth74%2FHorizontalVariableListView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sephiroth74%2FHorizontalVariableListView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sephiroth74","download_url":"https://codeload.github.com/sephiroth74/HorizontalVariableListView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213949807,"owners_count":15661676,"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-08-04T19:00:58.000Z","updated_at":"2024-08-04T19:03:24.560Z","avatar_url":"https://github.com/sephiroth74.png","language":"Java","readme":"Deprecated\n==========================\nThis widget is now *deprecated* and it won't be updated anymore. Use [RecyclerView][5] instead\n\nHorizontal Variable ListView\n==========================\n\nHorizontal ListView for Android. Based on the official [ListView][3] google code.\nThe library includes also an ExpandableHListView, also based on the official [ExpandableListView][4]. \u003cbr /\u003e\nSee the demo project for sample implementations\n\n## Usage (gradle)\nAdd this line to your dependency group:\n\n\n\tcompile 'it.sephiroth.android.library.horizontallistview:hlistview:1.2.2'\n\n## Features\nIt supports almost all the features of the ListView widget.\nThere are minor differences in the attributes supported like \"hlv_dividerWidth\" instead of the default \"dividerHeight\".\n\nThis is the styleable used for the HListView class:\n\u003cpre\u003e\n    \u0026lt;declare-styleable name=\"HListView\"\u003e\n        \u0026lt;attr name=\"android:entries\" /\u003e\n        \u0026lt;attr name=\"android:divider\" /\u003e\n        \u0026lt;attr name=\"hlv_dividerWidth\" format=\"dimension\" /\u003e\n        \u0026lt;attr name=\"hlv_headerDividersEnabled\" format=\"boolean\" /\u003e\n        \u0026lt;attr name=\"hlv_footerDividersEnabled\" format=\"boolean\" /\u003e\n        \u0026lt;attr name=\"hlv_overScrollHeader\" format=\"reference|color\" /\u003e\n        \u0026lt;attr name=\"hlv_overScrollFooter\" format=\"reference|color\" /\u003e\n        \n        \u0026lt;!-- \n        When \"wrap_content\" is used as value of the layout_height property.\n        Pass the position, inside the adapter, of the view being used to measure the view\n        or '-1' to use the default behavior ( default is -1 )\n        --\u003e\n        \u0026lt;attr name=\"hlv_measureWithChild\" format=\"integer\" /\u003e\n    \u0026lt;/declare-styleable\u003e\n    \n\n    \u0026lt;declare-styleable name=\"AbsHListView\"\u003e\n        \u0026lt;attr name=\"android:listSelector\" /\u003e\n        \u0026lt;attr name=\"android:smoothScrollbar\" /\u003e\n        \u0026lt;attr name=\"android:drawSelectorOnTop\" /\u003e\n        \u0026lt;attr name=\"android:cacheColorHint\" /\u003e\n        \u0026lt;attr name=\"android:scrollingCache\" /\u003e\n        \u0026lt;attr name=\"android:choiceMode\" /\u003e\n        \n        \u0026lt;attr name=\"hlv_stackFromRight\" format=\"boolean\" /\u003e\n        \u0026lt;attr name=\"hlv_transcriptMode\"\u003e\n            \u0026lt;enum name=\"disabled\" value=\"0\"/\u003e\n            \u0026lt;enum name=\"normal\" value=\"1\" /\u003e\n            \u0026lt;enum name=\"alwaysScroll\" value=\"2\" /\u003e\n        \u0026lt;/attr\u003e\n        \n    \u0026lt;/declare-styleable\u003e  \n\n\u003c/pre\u003e\n\n## ChangeLog\n\n* 1.2.0 Added the **ExpandableHListView**\n\n## API Requirements\nThe minimum supported Android version is android 2.3 (API Level 9)\n\n## License\nThis software is distributed under Apache License 2.0:\nhttp://www.apache.org/licenses/LICENSE-2.0\n\n---\n\n\u003e Author\n\u003e [Alessandro Crugnola][2]\n\n\n\n[2]: http://www.sephiroth.it\n\n[3]: http://developer.android.com/reference/android/widget/ListView.html\n\n[4]: http://developer.android.com/reference/android/widget/ExpandableListView.html\n\n[5]: https://developer.android.com/reference/android/support/v7/widget/RecyclerView.html\n","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsephiroth74%2FHorizontalVariableListView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsephiroth74%2FHorizontalVariableListView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsephiroth74%2FHorizontalVariableListView/lists"}