Harteex / ExLauncher

Launcher for devices without mouse / keyboard
http://exlauncher.org
Other
6 stars 2 forks source link

Replace match parent size value with * to fill available space #11

Closed Harteex closed 8 years ago

Harteex commented 8 years ago

Currently, match parent is used as a value for size, which means it will take up all space from its position to the end of the parent. Replace it with a star, which should fill up the remaining space. This means we could have views a, b, and c like: |a bbb c| where a and c have fixed size and b uses a *

Old behaviour would cause the following: |a bbb|c