Nick9500 / ministocks

Android Stocks Widget
http://niteshpatel.github.io/ministocks
MIT License
1 stars 2 forks source link

Actual Widget Row Implementation #28

Closed Nick9500 closed 6 years ago

Nick9500 commented 6 years ago

In this commit, actual widget rows with proper columns have been implemented. This will aid in scalability in the future if we decide to add extra columns upon resize. References issue #27.

ChangeList: -bonobo_row_item.xml : addition of new layout resource -bonobo_widget_data_provider.java : new way to populate columns

githubRaj commented 6 years ago

Great stuff.