In my app I create an expanded notification and collapsed one.
Both notifications are actually layouts places in the notification using remoteView.
The expanded layout isLinearLayout containing 15 LinearLayouts which each contains 6 TextView elements. (think of 15 rows which contains 6 textview elements each) The collapsed is the same structure but with 4 'rows' (LinearLayout)
As all devices display the notifications correctly, I get some reports from HTC (mostly ONE devices) users that only the first row (LinearLayout) is visible while others aren't.
As I look over the log I create it looks like the remoteView build is just fine and all elements are in place, and yet, not displayed.
It happens only on HTC devices, is there anything specific with their ROM ?
Android : HTC ONE devices creates corrupted notifications (missing data)
on Saturday, September 27, 2014
0 comments:
Post a Comment