ccomeaux / boardgamegeek4android

BoardGameGeek application for Android (unofficial)
GNU General Public License v3.0
228 stars 47 forks source link

Replace PercentFrameLayout by ConstraintLayout #101

Closed tupaschoal closed 6 years ago

tupaschoal commented 6 years ago

As planned on https://trello.com/c/ta8oDCel/741-replace-percentframelayout

Fraction value didn't work anymore as it were, so it was changed to the newly supported one.

tupaschoal commented 6 years ago

Nice catch on the dependency. Also it somehow seemed to compile multiple times accepting the fraction as it stood, but didn't when I tried again today, so I moved the definition to a string resource, over to dimensions. Let me know if you'd rather see it in another place. (That also made it possible to delete the fractions.xml)