Skip to content

Commit

Permalink
chore(android): update code format for [TIMOB-27094]
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway committed Aug 1, 2019
1 parent c7f8f93 commit 90bfafd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -681,8 +681,8 @@ private void addSearchLayout(LinearLayout layout, TiViewProxy searchView, TiUIVi
}

// Add the search view to the top of the vertical layout.
LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT,
rawHeight.getAsPixels(layout));
LinearLayout.LayoutParams params =
new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, rawHeight.getAsPixels(layout));
layout.addView(search.getNativeView(), params);

// Add the ListView to the bottom of the vertical layout.
Expand Down

0 comments on commit 90bfafd

Please sign in to comment.