{"id":19304118,"url":"https://github.com/foolishchow/lineview","last_synced_at":"2025-10-25T16:03:33.315Z","repository":{"id":126856069,"uuid":"320539394","full_name":"foolishchow/LineView","owner":"foolishchow","description":"android simple line view","archived":false,"fork":false,"pushed_at":"2021-01-05T03:21:56.000Z","size":30442,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T02:14:19.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/foolishchow.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":"2020-12-11T10:20:30.000Z","updated_at":"2021-01-05T03:21:58.000Z","dependencies_parsed_at":"2023-06-18T09:39:22.681Z","dependency_job_id":null,"html_url":"https://github.com/foolishchow/LineView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/foolishchow/LineView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foolishchow%2FLineView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foolishchow%2FLineView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foolishchow%2FLineView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foolishchow%2FLineView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foolishchow","download_url":"https://codeload.github.com/foolishchow/LineView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foolishchow%2FLineView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280979462,"owners_count":26423964,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T23:28:45.039Z","updated_at":"2025-10-25T16:03:33.296Z","avatar_url":"https://github.com/foolishchow.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"LineView\n\n![screenshot](./screenshot.jpg)\n\n## usage\n```gradle\nimplementation 'me.foolishchow.android:lineview:0.0.3'\n```\n\n## sample code\n- LinearLineView\n```xml\n\u003cme.foolishchow.android.widget.LinearLineView\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:paddingLeft=\"12dp\"\n        android:paddingRight=\"12dp\"\n        app:border_bottom_color=\"#dddddd\"\n        app:border_bottom_width=\"2px\"\n        app:border_top_color=\"#dddddd\"\n        app:border_top_width=\"2px\"\n        app:lv_content_height=\"44dp\"\n        app:lv_label=\"first step:\"\n        app:lv_label_align=\"end\"\n        app:lv_label_color=\"@color/colorAccent\"\n        app:lv_label_text_size=\"20dp\"\n        app:lv_label_width=\"120dp\"\n        app:lv_left_icon=\"@mipmap/line_view_icon_common_search_drak\"\n        app:lv_right_icon=\"@mipmap/line_view_icon_common_right\"\n        tools:ignore=\"PxUsage\"\u003e\n\n    \u003c/me.foolishchow.android.widget.LinearLineView\u003e\n\n```\n\n- RelativeLineView\n```xml\n\u003cme.foolishchow.android.widget.RelativeLineView\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:paddingLeft=\"12dp\"\n        android:paddingRight=\"12dp\"\n        app:border_bottom_color=\"#dddddd\"\n        app:border_bottom_width=\"2px\"\n        app:lv_content_height=\"44dp\"\n        app:lv_label=\"second step:\"\n        app:lv_label_align=\"end\"\n        app:lv_label_color=\"@color/colorPrimary\"\n        app:lv_label_text_size=\"20dp\"\n        app:lv_label_width=\"120dp\"\n        app:lv_left_icon=\"@mipmap/line_view_icon_common_search_drak\"\n        app:lv_right_icon=\"@mipmap/line_view_icon_common_right\"\n        tools:ignore=\"PxUsage\"\u003e\n\n    \u003c/me.foolishchow.android.widget.RelativeLineView\u003e\n```\n\n## custom\nextend `me.foolishchow.android.widget.BaseLineVie` and make your own LineView , for example `ConstraintLayout`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoolishchow%2Flineview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoolishchow%2Flineview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoolishchow%2Flineview/lists"}