{"id":19260705,"url":"https://github.com/evant/wiiafl","last_synced_at":"2025-04-21T16:32:11.515Z","repository":{"id":144875590,"uuid":"159963713","full_name":"evant/wiiafl","owner":"evant","description":"Wrap it in a FrameLayout","archived":false,"fork":false,"pushed_at":"2020-06-14T22:53:37.000Z","size":128,"stargazers_count":10,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T14:38:38.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-12-01T16:23:20.000Z","updated_at":"2021-02-10T17:19:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4377cbe-2842-4c3e-80e1-9e74cf8d01ee","html_url":"https://github.com/evant/wiiafl","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/evant%2Fwiiafl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fwiiafl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fwiiafl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fwiiafl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evant","download_url":"https://codeload.github.com/evant/wiiafl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250091026,"owners_count":21373303,"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-09T19:22:36.388Z","updated_at":"2025-04-21T16:32:11.510Z","avatar_url":"https://github.com/evant.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WIIAFL\r\n\r\n\u003e Wrap it in a FrameLayout\r\n\r\n-- Expert Andriod Dev\r\n\r\nPretty much any layout problem in Android can be solved by wrapping your view in a FrameLayout, this lib makes that a piece of cake!\r\n\r\n## Usage\r\n\r\nFor the simple case, you just call the awesomely-named `wiiafl()` extension function:\r\n```kotlin\r\nval myFixedLayout = view.wiiafl()\r\n```\r\n\r\nYou can find a specific view to wrap with `childId`.\r\n```kotlin\r\nview.wiifl(childId = R.id.broken_button)\r\n```\r\n\r\nSometimes, 1 FrameLayout just isn't enough to fix your bugs, you can wrap it in as many as you like by passing in a `count`.\r\n\r\n```kotlin\r\nval extraFrameLayouts = view.wiiafl(count = 3)\r\n```\r\n\r\nWant to just wrap _everything_ in a FrameLayout? Just use the `recursive` flag. This is an easy way to get rid of all of your bugs!\r\n\r\n```kotlin\r\nview.wiiafl(recursive = true)\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevant%2Fwiiafl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevant%2Fwiiafl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevant%2Fwiiafl/lists"}