{"id":19260914,"url":"https://github.com/evant/databinding-issue","last_synced_at":"2025-02-23T18:25:21.366Z","repository":{"id":144875450,"uuid":"72044032","full_name":"evant/databinding-issue","owner":"evant","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-14T22:46:35.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T09:44:34.274Z","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/evant.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":"2016-10-26T21:00:25.000Z","updated_at":"2016-10-26T21:01:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"b114fc0e-ea3e-49a0-b72d-98c597bd7ff5","html_url":"https://github.com/evant/databinding-issue","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%2Fdatabinding-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fdatabinding-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fdatabinding-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fdatabinding-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evant","download_url":"https://codeload.github.com/evant/databinding-issue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240357639,"owners_count":19788746,"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:23:27.310Z","updated_at":"2025-02-23T18:25:21.289Z","avatar_url":"https://github.com/evant.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Reproduces issue in databinding.\n\nSteps:\n\n1. check out repo, build and run\n2. check out branch add-res\n3. build and run (without cleaning)\n4. rotate device, crashes\n\nTLDR:\n```\n./gradlew installDebug \u0026\u0026 git checkout add-res \u0026\u0026 ./gradlew installDebug\n```\n\n```\n 10-26 16:54:54.406 9400-9400/tatarka.me.databindingissue E/AndroidRuntime: FATAL EXCEPTION: main\n                                                                           Process: tatarka.me.databindingissue, PID: 9400\n                                                                           android.view.InflateException: Binary XML file line #2: Error inflating class layout\n                                                                               at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:757)\n                                                                               at android.view.LayoutInflater.inflate(LayoutInflater.java:482)\n                                                                               at android.view.LayoutInflater.inflate(LayoutInflater.java:414)\n                                                                               at android.databinding.DataBindingUtil.inflate(DataBindingUtil.java:116)\n                                                                               at android.databinding.DataBindingUtil.inflate(DataBindingUtil.java:88)\n                                                                               at tatarka.me.databindingissue.MainActivity$1.onCreateViewHolder(MainActivity.java:25)\n                                                                               at android.support.v7.widget.RecyclerView$Adapter.createViewHolder(RecyclerView.java:6073)\n                                                                               at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5243)\n                                                                               at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5153)\n                                                                               at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2061)\n                                                                               at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1445)\n                                                                               at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1408)\n                                                                               at android.support.v7.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:580)\n                                                                               at android.support.v7.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:3374)\n                                                                               at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:3183)\n                                                                               at android.support.v7.widget.RecyclerView.onLayout(RecyclerView.java:3627)\n                                                                               at android.view.View.layout(View.java:15689)\n                                                                               at android.view.ViewGroup.layout(ViewGroup.java:5040)\n                                                                               at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1076)\n                                                                               at android.view.View.layout(View.java:15689)\n                                                                               at android.view.ViewGroup.layout(ViewGroup.java:5040)\n                                                                               at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)\n                                                                               at android.widget.FrameLayout.onLayout(FrameLayout.java:514)\n                                                                               at android.view.View.layout(View.java:15689)\n                                                                               at android.view.ViewGroup.layout(ViewGroup.java:5040)\n                                                                               at android.support.v7.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:437)\n                                                                               at android.view.View.layout(View.java:15689)\n                                                                               at android.view.ViewGroup.layout(ViewGroup.java:5040)\n                                                                               at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)\n                                                                               at android.widget.FrameLayout.onLayout(FrameLayout.java:514)\n                                                                               at android.view.View.layout(View.java:15689)\n                                                                               at android.view.ViewGroup.layout(ViewGroup.java:5040)\n                                                                               at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1703)\n                                                                               at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1557)\n                                                                               at android.widget.LinearLayout.onLayout(LinearLayout.java:1466)\n                                                                               at android.view.View.layout(View.java:15689)\n                                                                               at android.view.ViewGroup.layout(ViewGroup.java:5040)\n                                                                               at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)\n                                                                               at android.widget.FrameLayout.onLayout(FrameLayout.java:514)\n                                                                               at android.view.View.layout(View.java:15689)\n                                                                               at android.view.ViewGroup.layout(ViewGroup.java:5040)\n                                                                               at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2116)\n                                                                               at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1873)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevant%2Fdatabinding-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevant%2Fdatabinding-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevant%2Fdatabinding-issue/lists"}