This support design example deals gives three important Custom Implementaions of ViewPager, ListView and NestedScrollView . These classes are needed when you want to put ListView inside a ViewPager which is inside a ScrollView. The problem is that View within a ScrollView should have a fixed height. So we can't just do wrap_content on ViewPager. Also a fixed height cannot be given to ViewPager if it contains dynamic content like that from a listview. So We need custom implementations of these three classes.
forked from TheLittleNaruto/SupportDesignExample
-
Notifications
You must be signed in to change notification settings - Fork 0
NickAsher/SupportDesignExample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%
