Skip to content

Commit

Permalink
remove size wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiguif committed Apr 23, 2020
1 parent 9ae65ed commit 908c643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ForecastChartComponent(context: Context) : LinearLayoutComponent(context)
private var detailsEnable: Boolean = false

override fun view() {
size(MATCH, WRAP)
//size(MATCH, WRAP)
orientation(VERTICAL)

if(detailsEnable) {
Expand Down

0 comments on commit 908c643

Please sign in to comment.