Skip to content

Commit d803848

Browse files
Fixed wrong link
1 parent e15f188 commit d803848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CARDWITHLIST.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ You can change the string simply overriding this string in your project:
343343
<string name="card_empty_cardwithlist_text">No data....</string>
344344
```
345345

346-
The default layout [inner_base_main_cardwithlist](/library/src/main/res/layout/inner_base_main_cardwithlist.xml) uses a `ViewStub`.
346+
The default layout [inner_base_main_cardwithlist](/library-core/src/main/res/layout/inner_base_main_cardwithlist.xml) uses a `ViewStub`.
347347
You can dynamically change the the layout resource to inflate when the ViewStub becomes visible, using the method `setEmptyViewViewStubLayoutId`.
348348

349349
Example:

0 commit comments

Comments
 (0)