Skip to content

Commit

Permalink
Merge branch 'feature/refactoring' into 'master'
Browse files Browse the repository at this point in the history
Change typo

See merge request !7
  • Loading branch information
Irina Galata committed Jun 12, 2017
2 parents a59586e + 9b0e896 commit 97cc488
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ class ColorMatchTabLayout : HorizontalScrollView, MenuToggleListener {
internal var previousSelectedTab: ColorTabView? = null

/**
* Set selected ColorTab width in portrait orientation. Default max tab width is 146dp
* Sets selected ColorTab width in portrait orientation. Default max tab width is 146dp
*/
var selectedTabWidth = getDimen(R.dimen.tab_max_width)

/**
* Set selected ColorTab width in horizontal orientation. Default max tab width is 146dp
* Sets selected ColorTab width in horizontal orientation. Default max tab width is 146dp
*/
var selectedTabHorizontalWidth = getDimen(R.dimen.tab_max_width_horizontal)

Expand Down Expand Up @@ -243,12 +243,12 @@ class ColorMatchTabLayout : HorizontalScrollView, MenuToggleListener {
}

/**
* Call when ArcMenu is open
* Gets called when ArcMenu is open
*/
override fun onOpenMenu() = tabStripLayout.onOpenMenu()

/**
* Call when ArcMenu is closed
* Gets called when ArcMenu is closed
*/
override fun onCloseMenu() = tabStripLayout.onCloseMenu()

Expand Down

0 comments on commit 97cc488

Please sign in to comment.