[Android] New "more" fragment implementation

Nicolas Pomepuy git at videolan.org
Thu Apr 16 15:43:14 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Mar 24 14:56:31 2020 +0100| [1e1e0001311a0d34399485b525d47cbf188f1396] | committer: Nicolas Pomepuy

New "more" fragment implementation

> https://code.videolan.org/videolan/vlc-android/commit/1e1e0001311a0d34399485b525d47cbf188f1396
---

 .../src/main/res/drawable/ic_more_about.xml        |  40 ++++
 .../src/main/res/drawable/ic_more_preferences.xml  |  37 +++
 .../resources/src/main/res/values/strings.xml      |   2 +-
 .../vlc-android/res/drawable/ic_nav_more.xml       |  34 +++
 .../vlc-android/res/layout/history_item_card.xml   | 136 +++++++++++
 .../vlc-android/res/layout/more_fragment.xml       | 103 ++++++++
 .../vlc-android/res/menu/bottom_navigation.xml     |   6 +-
 application/vlc-android/res/values/styles.xml      |   6 +
 .../src/org/videolan/vlc/gui/BaseActivity.kt       |  14 +-
 .../src/org/videolan/vlc/gui/BaseFragment.kt       |   4 +-
 .../src/org/videolan/vlc/gui/ContentActivity.kt    |   6 -
 .../src/org/videolan/vlc/gui/HistoryAdapter.kt     |  58 ++++-
 .../src/org/videolan/vlc/gui/MoreFragment.kt       | 261 +++++++++++++++++++++
 .../src/org/videolan/vlc/gui/helpers/Navigator.kt  |  10 +-
 .../vlc/gui/preferences/PreferencesActivity.kt     |   7 +-
 15 files changed, 693 insertions(+), 31 deletions(-)

Diff:   https://code.videolan.org/videolan/vlc-android/commit/1e1e0001311a0d34399485b525d47cbf188f1396


More information about the Android mailing list