{"id":13645341,"url":"https://github.com/architjn/SharePanel","last_synced_at":"2025-04-21T14:30:36.192Z","repository":{"id":89098875,"uuid":"80536238","full_name":"architjn/SharePanel","owner":"architjn","description":"A small Behavior Example ","archived":false,"fork":false,"pushed_at":"2017-03-06T13:45:19.000Z","size":8127,"stargazers_count":66,"open_issues_count":0,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-09T18:42:13.504Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/architjn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-31T16:03:52.000Z","updated_at":"2024-01-15T14:56:35.000Z","dependencies_parsed_at":"2023-06-13T22:15:29.981Z","dependency_job_id":null,"html_url":"https://github.com/architjn/SharePanel","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/architjn%2FSharePanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architjn%2FSharePanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architjn%2FSharePanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/architjn%2FSharePanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/architjn","download_url":"https://codeload.github.com/architjn/SharePanel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250070170,"owners_count":21369839,"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-02T01:02:33.719Z","updated_at":"2025-04-21T14:30:35.589Z","avatar_url":"https://github.com/architjn.png","language":"Java","readme":"# SharePanel\n[![API](https://img.shields.io/badge/API-15%2B-orange.svg)](https://developer.android.com/about/versions/android-4.0.3.html)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)]()\n\nA small library to show share buttons panel with coordinatorLayout with behaviour\nLibrary supports OS on API 15 and above.\n\n![Showcase Video](demo.gif)\n\nTry APK : [Download](demo.apk)\n\nAdd it in your root build.gradle at the end of repositories:\n\n```groovy\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url \"https://jitpack.io\" }\n\t}\n}\n```\t\nand then add dependency\n\n```groovy\ndependencies {\n\tcompile 'com.github.architjn:SharePanel:1.0'\n}\n```\n\n\n##Usage\n\n###XML\n\n```xml\n\n    \u003ccom.architjn.sharepanel.SharePanel\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        app:app_layout_anchor=\"@id/collapsing_toolbar\"\n        app:app_layout_anchorGravity=\"bottom|right|end\"\u003e\n\n        \u003cLinearLayout\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\u003e\n\t    \u003c!-- Your Images Here --\u003e\n            \u003ccom.varunest.sparkbutton.SparkButton\n                android:id=\"@+id/twitter_button\"\n                android:layout_width=\"50dp\"\n                android:layout_height=\"50dp\"\n                app:sparkbutton_activeImage=\"@drawable/ic_twitter\"\n                app:sparkbutton_iconSize=\"20dp\"\n                app:sparkbutton_primaryColor=\"@color/twitter_primary_color\"\n                app:sparkbutton_secondaryColor=\"@color/twitter_secondary_color\" /\u003e\n\n            \u003ccom.varunest.sparkbutton.SparkButton\n                android:id=\"@+id/fb_button\"\n                android:layout_width=\"50dp\"\n                android:layout_height=\"50dp\"\n                app:sparkbutton_activeImage=\"@drawable/ic_facebook\"\n                app:sparkbutton_iconSize=\"20dp\"\n                app:sparkbutton_primaryColor=\"@color/fb_primary_color\"\n                app:sparkbutton_secondaryColor=\"@color/fb_secondary_color\" /\u003e\n        \u003c/LinearLayout\u003e\n    \u003c/com.architjn.sharepanel.SharePanel\u003e\n```\n##Buttons Used\nSparkButton : [https://github.com/varunest/SparkButton](https://github.com/varunest/SparkButton)\n\n\n##License\nLibrary falls under [Apache 2.0] (LICENSE.md)\n\n","funding_links":[],"categories":["CoordinatorLayout"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchitjn%2FSharePanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchitjn%2FSharePanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchitjn%2FSharePanel/lists"}