python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android View Binding: Custom View shows duplicate SwipeRefreshLayout progress indicators
In my fragment, I am displaying a list of items using a Custom View that contains a SwipeRefreshLayout.
When I swipe to refresh, I can see two refreshing indicators and one of them never disappears.
S...

Vince
Votes: 0
Answers: 0
Configurations for activity_main.xml must agree on the root element's ID. Missing ID: - layout @+id/drawer_layout: - layout-land
Im using viewbinding, and i get this error when i build
Configurations for activity_main.xml must agree on the root element's ID.
Missing ID:
- layout
@+id/drawer_layout:
- layout-land
It says i ...
sire
Votes: 0
Answers: 1
Is Google Document proposed way of Fragment Creation conflicting with ViewBinding of Fragment?
In Google Documentation, we are guided to create Fragment using code as below, where we can pass the layout id through the constructor
class ExampleFragment : Fragment(R.layout.example_fragment)
At t...

Elye
Votes: 0
Answers: 0