pavkout / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

Add ability to resize homescreen widget #173

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Galaxy Nexus running JellyBean
2.Homescreen widget takes up two rows of space. cannot resize.
3.Oh the humanity!

What is the expected output? What do you see instead?
Big grains of salt. And I'm pretty sure i said no salt. See attached.

What version of VLC Remote are you using?
latest 7/26/12

What version of VLC are you using?
latest 7/26/12

What version of Android are you using?
JB 4.1.1

Which Android device are you using?
G Nexus HSPA

Please provide any additional information below.

Original issue reported on code.google.com by crkpi...@gmail.com on 26 Jul 2012 at 5:37

Attachments:

GoogleCodeExporter commented 8 years ago
looks like 3 lines to fix it in appwidget_info.xml

    android:resizeMode="horizontal|vertical"
    android:minResizeHeight="25dip" //or whatever 
    android:minResizeWidth="100dip" //or whatever

Original comment by crkpi...@gmail.com on 26 Jul 2012 at 11:27

GoogleCodeExporter commented 8 years ago
I've noticed this too. Would be good to be able to customise it too.

Original comment by preyashc...@googlemail.com on 12 Jan 2013 at 11:21

GoogleCodeExporter commented 8 years ago
i put a branch together with this fix in...

Original comment by crkpi...@gmail.com on 13 Jan 2013 at 1:12

GoogleCodeExporter commented 8 years ago
The widget has been fixed so that it's 4x1 like it's supposed to be on JellyBean

Original comment by mr.bald...@gmail.com on 29 Sep 2013 at 8:33