hawkular / hawkular-android-client

Apache License 2.0
10 stars 26 forks source link

Fixed #186 and data update problem in FavMetric #200

Closed pg301 closed 7 years ago

pg301 commented 7 years ago

In the current master, no data is shown in favMetric tab. It was due to two reasons:

1) Incompatible XML file. The item view that was being loaded in the list didn't have a menu button so I changed and renamed the XML files in the commit e7c6c19e66a08eb54771b2abfe1c1779a6f1dc22. 2) Missing layout manager for recyclerview. I have fixed the issue in the commit a16668d9969edeeb75d05825670291f6fe276eb5.

In totality, this PR fixes the overall issues while loading FavMetrics.