lowb1rd / TiMediaPicker

Media Picker Module (Image and Video) for Titanium Mobile
43 stars 21 forks source link

Issues on Android with gallery layout and overlay image #14

Closed natefollmer closed 8 years ago

natefollmer commented 8 years ago

Every version of Android I have tested (Both emulator and device) are missing the overlay image (it's ok on iOS) and the grid layout is leaving quite a bit of space on the right side of the screen. This shot is on a GenyMotion emulator running a Samsung S7 6.0. The app was built with GA5.0.2 Android API 22 (can't go to 23 on live devices due to an issue with another module, but I tried it in the emulator building with 23 and GA5.2.2 and it looks the same.

screen shot 2016-05-02 at 10 39 54 pm

natefollmer commented 8 years ago

Fixed the layout issue by increasing the width of the thumbnails based on the screen DPI and ended up removing the overlay images and just giving the imageViews holding the thumbnails a border when they are selected.