We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15f188 commit d803848Copy full SHA for d803848
doc/CARDWITHLIST.md
@@ -343,7 +343,7 @@ You can change the string simply overriding this string in your project:
343
<string name="card_empty_cardwithlist_text">No data....</string>
344
```
345
346
-The default layout [inner_base_main_cardwithlist](/library/src/main/res/layout/inner_base_main_cardwithlist.xml) uses a `ViewStub`.
+The default layout [inner_base_main_cardwithlist](/library-core/src/main/res/layout/inner_base_main_cardwithlist.xml) uses a `ViewStub`.
347
You can dynamically change the the layout resource to inflate when the ViewStub becomes visible, using the method `setEmptyViewViewStubLayoutId`.
348
349
Example:
0 commit comments