[Android] Use a custom view for the card lists
Nicolas Pomepuy
git at videolan.org
Thu Apr 16 15:43:23 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Apr 2 08:46:58 2020 +0200| [366c0fa614d3f4df06b27ace8d246cb2180da251] | committer: Nicolas Pomepuy
Use a custom view for the card lists
> https://code.videolan.org/videolan/vlc-android/commit/366c0fa614d3f4df06b27ace8d246cb2180da251
---
.../resources/src/main/res/values/attrs.xml | 3 +
.../vlc-android/res/layout/card_browser_item.xml | 6 +-
.../vlc-android/res/layout/history_item_card.xml | 4 +-
.../res/layout/main_browser_fragment.xml | 12 +--
.../vlc-android/res/layout/more_fragment.xml | 23 ++----
.../{browser_entry.xml => title_list_view.xml} | 0
application/vlc-android/res/values/styles.xml | 4 +-
.../src/org/videolan/vlc/gui/MoreFragment.kt | 26 ++++---
.../vlc/gui/browser/MainBrowserFragment.kt | 56 +++++---------
.../src/org/videolan/vlc/gui/view/TitleListView.kt | 89 ++++++++++++++++++++++
10 files changed, 142 insertions(+), 81 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/366c0fa614d3f4df06b27ace8d246cb2180da251
More information about the Android
mailing list