{"id":21722821,"url":"https://github.com/purewriter/fulldraggabledrawer","last_synced_at":"2025-04-06T22:07:53.886Z","repository":{"id":44891271,"uuid":"326120973","full_name":"PureWriter/FullDraggableDrawer","owner":"PureWriter","description":"Make Android DrawerLayout can be dragged out in real-time within the range of fullscreen","archived":false,"fork":false,"pushed_at":"2021-01-23T06:24:37.000Z","size":647,"stargazers_count":284,"open_issues_count":0,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-06T20:16:29.314Z","etag":null,"topics":["android","drawerlayout"],"latest_commit_sha":null,"homepage":"https://t.me/PureWriter/549","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/PureWriter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-02T06:09:44.000Z","updated_at":"2025-01-07T05:21:53.000Z","dependencies_parsed_at":"2022-08-27T18:32:43.278Z","dependency_job_id":null,"html_url":"https://github.com/PureWriter/FullDraggableDrawer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2FFullDraggableDrawer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2FFullDraggableDrawer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2FFullDraggableDrawer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2FFullDraggableDrawer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PureWriter","download_url":"https://codeload.github.com/PureWriter/FullDraggableDrawer/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":["android","drawerlayout"],"created_at":"2024-11-26T02:33:29.290Z","updated_at":"2025-04-06T22:07:53.867Z","avatar_url":"https://github.com/PureWriter.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FullDraggableDrawer\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/drakeet/MultiType/blob/master/LICENSE)\n![maven-central](https://img.shields.io/maven-central/v/com.drakeet.drawer/drawer.svg)\n\nMake the `DrawerLayout` can be dragged/pulled out in real-time within the range of fullscreen, like [Pure Writer](https://play.google.com/store/apps/details?id=com.drakeet.purewriter)：\n\n\u003cimg src=\"snapshot.jpg\" width=360\u003e\u003c/img\u003e\n\n\u003cb\u003e_* Full demo video: https://t.me/PureWriter/549_\u003c/b\u003e\n\n## Getting started\n\nIn your `build.gradle`:\n\n```groovy\ndependencies {\n  implementation 'com.drakeet.drawer:drawer:1.0.3'\n  // Optional: No need if you just use the FullDraggableHelper\n  implementation 'androidx.drawerlayout:drawerlayout:1.1.1'\n}\n```\n\n## Usage\n\nReplace the main Layout of `DrawerLayout` with the `FullDraggableContainer` (or you can just add it as a new wrapper/layer):\n\n```xml\n\u003candroidx.drawerlayout.widget.DrawerLayout\n  xmlns:android=\"http://schemas.android.com/apk/res/android\"\n  android:id=\"@+id/drawer\"\n  android:layout_width=\"match_parent\"\n  android:layout_height=\"match_parent\"\u003e\n\n  \u003c!-- here 👇 --\u003e\n  \u003ccom.drakeet.drawer.FullDraggableContainer\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\u003e\n\n    \u003c!-- ... --\u003e\n\n  \u003c/com.drakeet.drawer.FullDraggableContainer\u003e\n\n  \u003cFrameLayout\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    android:layout_gravity=\"left\"\u003e\n\n    \u003c!-- ... --\u003e\n\n  \u003c/FrameLayout\u003e\n\n\u003c/androidx.drawerlayout.widget.DrawerLayout\u003e\n```\n\n**That's all, you're good to go!**\n\n### Advanced usage\n\nSee `com.drakeet.drawer.FullDraggableHelper`\n\n## TODO\n\n- [x] Add support for the right drawer / RTL\n- [x] Add support for other kinds of drawers\n\nLicense\n-------\n\n    Copyright (c) 2021. Drakeet Xu\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurewriter%2Ffulldraggabledrawer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurewriter%2Ffulldraggabledrawer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurewriter%2Ffulldraggabledrawer/lists"}