cuihaoliang / android-smspopup

Automatically exported from code.google.com/p/android-smspopup
0 stars 0 forks source link

Popup is no longer correctly sized after update #309

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Every time a new SMS is received.
2.
3.

What is the expected output? What do you see instead?
Previous versions of the app made the pop-up box fit the size of the text 
message.  The new app creates a larger box and centers the text.  Would be nice 
to have a toggle to slim it down.

What version of the product are you using? On what operating system?
Newest SMS Popup update on CyanogenMod 7 running on a Droid Incredible.

Please provide any additional information below.

Original issue reported on code.google.com by talonpow...@gmail.com on 16 Apr 2012 at 1:13

GoogleCodeExporter commented 9 years ago
This is due to the support of multiple messages in the popup with swipe 
left/right to navigate - all popups needs to be the same size and its better to 
have larger than smaller (better to have more space than have text cut off for 
longer texts).

I'm looking into ways to have variable size but not sure if its possible yet.

In any case, this was intended so closing this.

Original comment by adam.eve...@gmail.com on 18 Apr 2012 at 2:17