[Android] Fix InflateException and video popup UI

Nicolas Pomepuy git at videolan.org
Thu Jun 4 11:30:21 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun  3 08:07:49 2020 +0200| [235d4423513316481f2e9ee36de82413332a7b2e] | committer: Nicolas Pomepuy

Fix InflateException and video popup UI

> https://code.videolan.org/videolan/vlc-android/commit/235d4423513316481f2e9ee36de82413332a7b2e
---

 .../main/res/drawable-hdpi/ic_popup_close_w.png    | Bin 0 -> 1109 bytes
 .../main/res/drawable-hdpi/ic_popup_expand_w.png   | Bin 0 -> 764 bytes
 .../src/main/res/drawable-hdpi/ic_popup_pause.png  | Bin 0 -> 1805 bytes
 .../src/main/res/drawable-hdpi/ic_popup_play.png   | Bin 0 -> 2090 bytes
 .../main/res/drawable-mdpi/ic_popup_close_w.png    | Bin 0 -> 638 bytes
 .../main/res/drawable-mdpi/ic_popup_expand_w.png   | Bin 0 -> 430 bytes
 .../src/main/res/drawable-mdpi/ic_popup_pause.png  | Bin 0 -> 1130 bytes
 .../src/main/res/drawable-mdpi/ic_popup_play.png   | Bin 0 -> 1265 bytes
 .../main/res/drawable-xhdpi/ic_popup_close_w.png   | Bin 0 -> 1405 bytes
 .../main/res/drawable-xhdpi/ic_popup_expand_w.png  | Bin 0 -> 932 bytes
 .../src/main/res/drawable-xhdpi/ic_popup_pause.png | Bin 0 -> 2222 bytes
 .../src/main/res/drawable-xhdpi/ic_popup_play.png  | Bin 0 -> 2543 bytes
 .../main/res/drawable-xxhdpi/ic_popup_close_w.png  | Bin 0 -> 2637 bytes
 .../main/res/drawable-xxhdpi/ic_popup_expand_w.png | Bin 0 -> 2005 bytes
 .../main/res/drawable-xxhdpi/ic_popup_pause.png    | Bin 0 -> 3953 bytes
 .../src/main/res/drawable-xxhdpi/ic_popup_play.png | Bin 0 -> 4510 bytes
 .../main/res/drawable-xxxhdpi/ic_popup_close_w.png | Bin 0 -> 3405 bytes
 .../res/drawable-xxxhdpi/ic_popup_expand_w.png     | Bin 0 -> 2089 bytes
 .../main/res/drawable-xxxhdpi/ic_popup_pause.png   | Bin 0 -> 4864 bytes
 .../main/res/drawable-xxxhdpi/ic_popup_play.png    | Bin 0 -> 5564 bytes
 .../src/main/res/drawable/ic_popup_expand_w.xml    |  60 ---------------------
 .../src/main/res/drawable/ic_popup_pause.xml       |  51 ------------------
 .../src/main/res/drawable/ic_popup_play.xml        |  47 ----------------
 application/vlc-android/res/layout/video_popup.xml |  31 ++++++-----
 .../src/org/videolan/vlc/gui/view/PopupLayout.kt   |   6 +--
 25 files changed, 21 insertions(+), 174 deletions(-)

Diff:   https://code.videolan.org/videolan/vlc-android/commit/235d4423513316481f2e9ee36de82413332a7b2e


More information about the Android mailing list